Commit History

Author SHA1 Message Date
  Jelle Raaijmakers c19632128c LibGL+LibSoftGPU: Implement texture coordinate generation 3 years ago
  Jelle Raaijmakers 8cf91a5ae5 LibGL: Change `gl_tex_gen` param to `GLint` 3 years ago
  Jelle Raaijmakers 3a5f69b6f3 LibGL+LibSoftGPU: Implement normalization of normals 3 years ago
  Jelle Raaijmakers 9bc8587c0d LibGL: Implement fog in `GL_LINEAR` mode 3 years ago
  Jelle Raaijmakers ccf6769d95 LibGL: Stub more API calls 3 years ago
  Jelle Raaijmakers dae63352a3 LibGL: Implement `glGetTexLevelParameteriv` 3 years ago
  Jelle Raaijmakers d83702cb92 LibGL: Implement `glRectf` and `glRecti` 3 years ago
  Stephan Unverwerth 39995548e4 LibGL+LibSoftGPU: Add method to query device info 3 years ago
  Stephan Unverwerth d8c17c8838 LibGL+LibSoftGPU: Use device samplers for rendering 3 years ago
  Stephan Unverwerth f69de5e850 LibGL: Synchronize device config before rendering if anything changed 3 years ago
  Stephan Unverwerth a9e27b9a0f LibSoftGPU: Rename class SoftwareRasterizer to Device 3 years ago
  Stephan Unverwerth 178b28b469 LibGL: Remove unused GLStruct.h 3 years ago
  Stephan Unverwerth 251f3c007f LibGL+LibSoftGPU: Move Vertex and Triangle structs to LibSoftGPU 3 years ago
  Stephan Unverwerth 73ba208ee7 LibGL+LibSoftGPU: Move primitive assembly and clipping into LibSoftGPU 3 years ago
  Stephan Unverwerth ad3d5d43bd LibGL+LibSoftGPU: Move rendering related code to LibSoftGPU library 3 years ago
  Jelle Raaijmakers 18399d00fa LibGL: Implement matrix mode `GL_TEXTURE` 3 years ago
  Jelle Raaijmakers 4703e8cbcf LibGL: Make texture coordinates a `FloatVector4` 3 years ago
  Jelle Raaijmakers 4e3ed16527 LibGL: Only pass bound texture units to rasterizer 3 years ago
  Jelle Raaijmakers a06b69c5b5 LibGL: Implement the `GL_DITHER` parameter 3 years ago
  Jelle Raaijmakers b89524c981 LibGL: Implement the `GL_LIGHTING` parameter 3 years ago
  Jelle Raaijmakers b1ac181537 LibGL: Centralize all context parameters 3 years ago
  Jelle Raaijmakers 6643775999 LibGL: Add stub for `glCopyTexImage2D` 3 years ago
  Jelle Raaijmakers 401472c9a4 LibGL: Implement `glDrawPixels` and add stub for `glBitmap` 3 years ago
  Jelle Raaijmakers c2960e68a8 LibGL: Implement `glLightModelf` and `glLightModelfv` 3 years ago
  Jelle Raaijmakers 0453cad46c LibGL: Add stubs for `glPushAttrib` and `glPopAttrib` 3 years ago
  Jelle Raaijmakers fbed7a5ba8 LibGL: Implement `glLineWidth` 3 years ago
  Jelle Raaijmakers 506abf2a61 LibGL: Implement `glIsList` 3 years ago
  Jelle Raaijmakers 9c9fa33495 LibGL: Implement `glClearStencil` 3 years ago
  Jelle Raaijmakers 9dbc8d7e3c LibGL: Add stubs for `glMaterialf` and `glMaterialfv` 3 years ago
  Jelle Raaijmakers 4eb6295a57 LibGL: Implement `glRasterPos2i` 3 years ago