Historique des commits

Auteur SHA1 Message Date
  Erik Biederstadt 61bd1890d2 LibGL: Implement very basic version of glGetFloatv il y a 4 ans
  Jesse Buhagiar 8298e406a4 LibGL: Use Texture Units in Rasterizer and Context il y a 4 ans
  Jesse Buhagiar 573c1c82f7 LibGL: Implement glActiveTexture il y a 4 ans
  Stephan Unverwerth 755393e684 LibGL: Implement glBindTexture() il y a 4 ans
  Stephan Unverwerth fde0045ebe LibGL: Introduce Texture base class for all texture types il y a 4 ans
  Stephan Unverwerth 92339b7fe5 LibGL: Rewrite error handling according to spec il y a 4 ans
  Stephan Unverwerth 9334697c59 LibGL: Update rasterizer options in glDisable() il y a 4 ans
  Stephan Unverwerth 9b4edacd8e LibGL: Add macro for error checking il y a 4 ans
  Stephan Unverwerth 10ceeb092f Everywhere: Use s.unverwerth@serenityos.org :^) il y a 4 ans
  Jesse Buhagiar ebe38639bc LibGL: Fix incorrect sign compare caused by GLsizei changes il y a 4 ans
  Jesse Buhagiar 3287709df9 LibGL: Add texture sampling to SW Rasterizer il y a 4 ans
  Jesse Buhagiar e21ba0cd12 LibGL: Implement glTexCoord2f il y a 4 ans
  Jesse Buhagiar 4f324ba4d7 LibGL: Implement Texture State Management il y a 4 ans
  Jesse Buhagiar 21dff6d40b LibGL: Add Texture Name Allocation il y a 4 ans
  Stephan Unverwerth e54d96d53e LibGL: Implement glReadPixels() il y a 4 ans
  Stephan Unverwerth d6c84ca4df LibGL: Implement glReadPixels() stub with argument validation il y a 4 ans
  Stephan Unverwerth 24e74750d5 LibGL: Implement glReadBuffer() il y a 4 ans
  Stephan Unverwerth eed0bcaf42 LibGL: Implement glHint() il y a 4 ans
  Linus Groh 0aab774343 Everywhere: Fix a bunch of typos il y a 4 ans
  Stephan Unverwerth 1bd754882d LibGL: Implement glAlphaFunc() il y a 4 ans
  Stephan Unverwerth d6e8634576 LibGL: Add glBlendFunc() and glShadeModel() to call lists il y a 4 ans
  Stephan Unverwerth da57563c1c LibGL: Implement glShadeModel() il y a 4 ans
  Stephan Unverwerth d6e9b433cf LibGL: Add support for GL_BLEND in glEnable() and glDisable() il y a 4 ans
  Stephan Unverwerth 279737642c LibGL: Add defines and stubs for glBlendFunc() il y a 4 ans
  Stephan Unverwerth 2b9ad11bd8 LibGL: Implement glFlush() and glFinish() il y a 4 ans
  Stephan Unverwerth c2d84efaae LibGfx+Demos: Make Matrix4x4 a true alias for Matrix<4,T> il y a 4 ans
  Stephan Unverwerth b63b15eeb5 LibGL: SoftwareRasterizer: Use perspective correct interpolation il y a 4 ans
  Ali Mohammad Pur 720d21411b LibGL: Implement glGenLists and a few friends il y a 4 ans
  Stephan Unverwerth a8fc4be47a LibGL: Add supporting code for depth buffer il y a 4 ans
  Jesse Buhagiar e8cd89a538 LibGL: Move polygon clipping to `Clipper` class il y a 4 ans