Historique des commits

Auteur SHA1 Message Date
  Andrew Kaster 8ed5ed3ec0 LibGL: Make GL::create_context fallible il y a 2 ans
  Jelle Raaijmakers bac7a12fb9 LibGL: Simplify setting the color mask il y a 2 ans
  Jelle Raaijmakers 1aa1c89afa LibGL+LibGPU+LibSoftGPU: Report texture clamp to edge support il y a 2 ans
  Jelle Raaijmakers 00d46e5d77 LibGL+LibGPU+LibSoftGPU: Implement matrix stack per texture unit il y a 2 ans
  Jelle Raaijmakers 44953a4301 LibGL+LibGPU+LibSoftGPU: Implement `glCopyTex(Sub)?Image2d` il y a 2 ans
  Jelle Raaijmakers eb81b66b4e LibGL+LibGPU+LibSoftGPU: Rename `blit_color_buffer_to` il y a 2 ans
  Jelle Raaijmakers 1d36bfdac1 LibGL+LibSoftGPU: Implement fixed pipeline support for `GL_COMBINE` il y a 2 ans
  Jelle Raaijmakers 6d8dd0ee61 LibGL: Remove unused/default includes from `GLContext` il y a 2 ans
  Jelle Raaijmakers f08411ba3f LibGL: Improve constants and types compatibility il y a 2 ans
  Jelle Raaijmakers 94f016b363 LibGL+LibGPU+LibSoftGPU: Report texture env add extension il y a 2 ans
  Jelle Raaijmakers eb7c3d16fb LibGL+LibGPU+LibSoftGPU: Implement flexible pixel format conversion il y a 2 ans
  sin-ack c8585b77d2 Everywhere: Replace single-char StringView op. arguments with chars il y a 3 ans
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) il y a 3 ans
  Luke Wilde 971d6ce16f LibGL: Reject GL_LEFT and GL_RIGHT in glCullFace il y a 3 ans
  RKBethke 0836912a6d LibGL+LibGPU+LibSoftGPU: Implement and expose glClipPlane il y a 3 ans
  Jelle Raaijmakers a20bf80b05 LibGL+LibGPU+LibSoftGPU: Implement point and line drawing il y a 3 ans
  Jelle Raaijmakers 582fb3f263 LibGL+LibGPU: Copy line width to rasterizer in `glLineWidth` il y a 3 ans
  Jelle Raaijmakers 0dcb23ee96 LibGL+LibGPU: Implement `glPointSize` il y a 3 ans
  Jelle Raaijmakers 365fb36108 LibGL: Split up GLContext implementation into logical units il y a 3 ans
  Jelle Raaijmakers 65d4fb7649 LibGL: Set W-coordinate to 1 in `glRect*` il y a 3 ans
  Jesse Buhagiar c08dfe063a LibGL: Add stub for glCopyTexSubImage2D il y a 3 ans
  Jesse Buhagiar 6e9ea2f21f LibGL: Implement `glArrayElement` il y a 3 ans
  Jesse Buhagiar 85985e2cf4 LibGL: Implement `gl_tex_parameterfv` il y a 3 ans
  Jesse Buhagiar b928fdc3ee LibGL: Add stub `glClipPlane` il y a 3 ans
  Jesse Buhagiar c9f44c746a LibGL+LibSoftGPU: Add `GL_ADD` Texture Environment il y a 3 ans
  Stephan Unverwerth 5bb76e9b63 LibGL+LibGPU+LibSoftGPU: Load SoftGPU driver dynamically il y a 3 ans
  Stephan Unverwerth 211d24a218 LibGL+LibGPU+LibSoftGPU: Add virtual base class for devices il y a 3 ans
  Stephan Unverwerth 5d2740217f LibGL+LibGPU+LibSoftGPU: Move Vertex.h to LibGPU il y a 3 ans
  Stephan Unverwerth 5a5596b381 LibGL+LibGPU+LibSoftGPU: Move TexCoordGenerationConfig into LibGPU il y a 3 ans
  Stephan Unverwerth e416380826 LibGL+LibGPU+LibSoftGPU: Move StencilConfiguration.h to LibGPU il y a 3 ans