Historique des commits

Auteur SHA1 Message Date
  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 fef7f7159c LibGL+LibSoftGPU: Implement eye, clip, NDC and window coordinates il y a 3 ans
  Jelle Raaijmakers e4080aed00 LibGL: Use standard debug message for `gl_materialv` il y a 3 ans
  Jelle Raaijmakers 92ecd66490 LibGL: Reduce nesting levels in `gl_tex_env` il y a 3 ans
  Jelle Raaijmakers 8cf91a5ae5 LibGL: Change `gl_tex_gen` param to `GLint` il y a 3 ans
  Jelle Raaijmakers f2d8fcb830 LibGL: Remove `glPush/PopMatrix` debug spam 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 d9ea1fe4c9 LibGL: Implement `GL_QUAD_STRIP` il y a 3 ans
  Jelle Raaijmakers 7833f25f8f LibGL: Remove stubbed border from `glTexImage2D` il y a 3 ans
  Jelle Raaijmakers b2e75929f4 LibGL: Implement `GL_LINEAR_MIPMAP_NEAREST` support 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
  Jelle Raaijmakers b455e6ca0d LibGL: Stub `glClear` support for stencil buffer il y a 3 ans
  Jelle Raaijmakers 3883b42764 LibGL: Stub `GL_(UN)PACK_*` context parameters il y a 3 ans
  Stephan Unverwerth 39995548e4 LibGL+LibSoftGPU: Add method to query device info il y a 3 ans
  Stephan Unverwerth f7c40b25ac LibSoftGPU: Remove GLenum used for selecting rendered primitive type il y a 3 ans
  Stephan Unverwerth de0069188f LibSoftGPU: Remove OpenGL type for polygon mode il y a 3 ans
  Stephan Unverwerth f4d29bf665 LibSoftGPU: Remove OpenGL type for fog mode il y a 3 ans
  Stephan Unverwerth 74ed7713fa LibSoftGPU: Remove OpenGL type for depth test func il y a 3 ans
  Stephan Unverwerth 33e601800c LibSoftGPU: Remove OpenGL type for draw buffer selection il y a 3 ans
  Stephan Unverwerth 1904be0370 LibSoftGPU: Remove OpenGL type for culled side selection il y a 3 ans
  Stephan Unverwerth 24c76741e8 LibSoftGPU: Remove OpenGL type for front face selection il y a 3 ans
  Stephan Unverwerth c720cd00db LibSoftGPU: Remove OpenGL type for alpha blend factors il y a 3 ans
  Stephan Unverwerth 40bd73bdef LibSoftGPU: Remove OpenGL type for alpha test func 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 39545d4b49 LibGL: Attach device image to texture object and upload image data il y a 3 ans