Historique des commits

Auteur SHA1 Message Date
  Jelle Raaijmakers 453f62c935 LibGL+LibSoftGPU: Implement `GL_POLYGON_OFFSET_FILL` capability il y a 3 ans
  Stephan Unverwerth 12f63df329 LibGL+LibSoftGPU: Support generation of multiple texture coordinates il y a 3 ans
  Stephan Unverwerth 7571ef0343 LibGL+LibSoftGPU: Add multiple texture coordinates to vertex struct il y a 3 ans
  Stephan Unverwerth 5505f353e8 LibSoftGPU: Announce NPOT texture support via DeviceInfo struct il y a 3 ans
  Jesse Buhagiar 865e7bbe5e LibGL+LibSoftGPU+3DFileViewer: Implement Specular highlighting :^) il y a 3 ans
  Jesse Buhagiar 5a735602b0 LibSoftGPU: Add `sgi_dot` lambda il y a 3 ans
  Jesse Buhagiar fc8dd0bf68 LibSoftGPU: Use correct position for `vertex_to_light` il y a 3 ans
  Jelle Raaijmakers 8f33e55726 LibSoftGPU: Add stencil statistic to debug overlay il y a 3 ans
  Jelle Raaijmakers 11c807ebd1 LibGL+LibSoftGPU: Implement the stencil buffer il y a 3 ans
  Jelle Raaijmakers 3609ffc450 LibGL+LibSoftGPU: Enumize material front/back face selection il y a 3 ans
  Jelle Raaijmakers 8efd6bc878 LibGL+LibSoftGPU: Implement `glDrawPixels` depth buffer support il y a 3 ans
  Jelle Raaijmakers ca78327a96 LibGL+LibSoftGPU: Implement rasterization position il y a 3 ans
  Jelle Raaijmakers 8e935ad3b1 LibGL+LibSoftGPU: Implement `glColorMaterial` and `GL_COLOR_MATERIAL` il y a 3 ans
  Jelle Raaijmakers 9d4c2f6308 LibGL+LibSoftGPU: Calculate spotlight cutoff angle as degrees il y a 3 ans
  Luke Wilde f216df7d0f LibSoftGPU: Don't render triangle strip if there's less than 3 vertices il y a 3 ans
  Jesse Buhagiar 9aae648482 LibSoftGPU: Implement per-vertex Lighting during T&L Stage il y a 3 ans
  Jesse Buhagiar 5a1f559ed9 LibSoftGPU: Transform normals during T&L stage il y a 3 ans
  Jesse Buhagiar 775ef000e0 LibGL+LibSoftGPU: Move lighting model parameters to SoftGPU il y a 3 ans
  Jesse Buhagiar 92373ab0b6 LibGL: Flesh out `glMaterialf{v}` il y a 3 ans
  Jesse Buhagiar bf294612a7 LibGL: Implement `glLightf{v}` and fix `gl.h` prototype il y a 3 ans
  Jesse Buhagiar 192befa84b LibGL+LibSoftGPU: Add `GL_MAX_LIGHTS` to get_context_parameter il y a 3 ans
  Jelle Raaijmakers 17ec433326 LibSoftGPU: Only render complete primitives il y a 3 ans
  Jelle Raaijmakers 29bbf56286 LibGL+LibSoftGPU: Implement viewport support il y a 3 ans
  Jelle Raaijmakers d236b0ed12 LibSoftGPU: Rename window coordinate transformation function il y a 3 ans
  Stephan Unverwerth d45931b423 LibSoftGPU: Take sample from pixel center il y a 3 ans
  Stephan Unverwerth 5028b53b49 LibSoftGPU: Make divide-by-zero guard more explicit in stats overlay il y a 3 ans
  Stephan Unverwerth 57215d0e1f LibSoftGPU: Allow arbitrary render target sizes il y a 3 ans
  Stephan Unverwerth 941e9d9922 LibSoftGPU: Move alpha test into separate function il y a 3 ans
  Stephan Unverwerth 68a1727547 LibSoftGPU: Move alpha blend factor setup out of triangle rasterization il y a 3 ans
  Stephan Unverwerth b4a18eaaf0 LibSoftGPU: Make rasterization and shading member functions of Device il y a 3 ans