Historique des commits

Auteur SHA1 Message Date
  Stephan Unverwerth 9627576d9c LibGL: Track multiple current texture coordinates in GLContext il y a 3 ans
  Stephan Unverwerth a2c771a913 LibGL: Handle multiple texture coordinates in client state il y a 3 ans
  Stephan Unverwerth 044582b0ce LibGL: Add stubs for multitexturing and announce GL_ARB_multitexture il y a 3 ans
  Stephan Unverwerth d3d12c2fe7 LibGL: Generate GL extension string dynamically during construction il y a 3 ans
  Jelle Raaijmakers 11c807ebd1 LibGL+LibSoftGPU: Implement the stencil buffer il y a 3 ans
  Jelle Raaijmakers 6386671944 LibGL: Convert stencil front/back function and operation to `Array`s il y a 3 ans
  Jelle Raaijmakers 3609ffc450 LibGL+LibSoftGPU: Enumize material front/back face selection 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 c03b21f0ea LibGL: Make `MaterialFace` a simple `u8` enum il y a 3 ans
  Luke Wilde 1fc611877f LibGL: Implement glIsTexture 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 69eb3b0838 LibGL: Remove duplicate `private:` from SoftwareGLContext.h il y a 3 ans
  Jelle Raaijmakers 7ad18e91e2 LibGL: Add capabilities to context parameters il y a 3 ans
  Jelle Raaijmakers 29bbf56286 LibGL+LibSoftGPU: Implement viewport support il y a 3 ans
  Jelle Raaijmakers c19632128c LibGL+LibSoftGPU: Implement texture coordinate generation il y a 3 ans
  Jelle Raaijmakers 8cf91a5ae5 LibGL: Change `gl_tex_gen` param to `GLint` il y a 3 ans
  Jelle Raaijmakers 3a5f69b6f3 LibGL+LibSoftGPU: Implement normalization of normals il y a 3 ans
  Jelle Raaijmakers 9bc8587c0d LibGL: Implement fog in `GL_LINEAR` mode il y a 3 ans
  Jelle Raaijmakers ccf6769d95 LibGL: Stub more API calls il y a 3 ans
  Jelle Raaijmakers dae63352a3 LibGL: Implement `glGetTexLevelParameteriv` il y a 3 ans
  Jelle Raaijmakers d83702cb92 LibGL: Implement `glRectf` and `glRecti` il y a 3 ans
  Stephan Unverwerth 39995548e4 LibGL+LibSoftGPU: Add method to query device info il y a 3 ans
  Stephan Unverwerth d8c17c8838 LibGL+LibSoftGPU: Use device samplers for rendering il y a 3 ans
  Stephan Unverwerth f69de5e850 LibGL: Synchronize device config before rendering if anything changed il y a 3 ans
  Stephan Unverwerth a9e27b9a0f LibSoftGPU: Rename class SoftwareRasterizer to Device il y a 3 ans
  Stephan Unverwerth 178b28b469 LibGL: Remove unused GLStruct.h il y a 3 ans