Historique des commits

Auteur SHA1 Message Date
  Stephan Unverwerth 73ba208ee7 LibGL+LibSoftGPU: Move primitive assembly and clipping into LibSoftGPU il y a 3 ans
  Stephan Unverwerth 2f35135743 LibGL+LibSoftGPU: Add face culling state to rasterizer options il y a 3 ans
  Stephan Unverwerth ad3d5d43bd LibGL+LibSoftGPU: Move rendering related code to LibSoftGPU library il y a 3 ans
  Jelle Raaijmakers 7fa2e792a8 LibGL: Simplify `glDrawPixels` checks and reduce debug spam il y a 3 ans
  Jelle Raaijmakers a1fb16e89c LibGL: Implement `GL_POLYGON` rendering il y a 3 ans
  Jelle Raaijmakers 604eea5827 LibGL: Allow querying maximum matrix stack depths il y a 3 ans
  Jelle Raaijmakers 18399d00fa LibGL: Implement matrix mode `GL_TEXTURE` il y a 3 ans
  Jelle Raaijmakers 4703e8cbcf LibGL: Make texture coordinates a `FloatVector4` il y a 3 ans
  Jelle Raaijmakers 4e3ed16527 LibGL: Only pass bound texture units to rasterizer il y a 3 ans
  Jelle Raaijmakers 212334eaef LibGL: Simplify Texture2D reading; add support for RGB565 il y a 3 ans
  Jelle Raaijmakers 12c4491cca LibGL: Prevent limbo state if `glEnd` does not support drawing mode il y a 3 ans
  Jelle Raaijmakers 46c564dd1a LibGL: Invoke own methods when drawing arrays or elements il y a 3 ans
  Jelle Raaijmakers a06b69c5b5 LibGL: Implement the `GL_DITHER` parameter il y a 3 ans
  Jelle Raaijmakers b89524c981 LibGL: Implement the `GL_LIGHTING` parameter il y a 3 ans
  Jelle Raaijmakers b1ac181537 LibGL: Centralize all context parameters il y a 3 ans
  Jelle Raaijmakers 2af9b625e8 LibGL: Implement `GL_*_BITS` and `GL_DOUBLEBUFFER` parameters il y a 3 ans
  Jelle Raaijmakers 033f224966 LibGL: Add `GL_SHADING_LANGUAGE_VERSION` to `glGetString` il y a 3 ans
  Jelle Raaijmakers 6643775999 LibGL: Add stub for `glCopyTexImage2D` il y a 3 ans
  Jelle Raaijmakers 401472c9a4 LibGL: Implement `glDrawPixels` and add stub for `glBitmap` il y a 3 ans
  Jelle Raaijmakers c2960e68a8 LibGL: Implement `glLightModelf` and `glLightModelfv` il y a 3 ans
  Jelle Raaijmakers 0453cad46c LibGL: Add stubs for `glPushAttrib` and `glPopAttrib` il y a 3 ans
  Jelle Raaijmakers fbed7a5ba8 LibGL: Implement `glLineWidth` il y a 3 ans
  Jelle Raaijmakers 506abf2a61 LibGL: Implement `glIsList` il y a 3 ans
  Jelle Raaijmakers 9c9fa33495 LibGL: Implement `glClearStencil` il y a 3 ans
  Jelle Raaijmakers 9dbc8d7e3c LibGL: Add stubs for `glMaterialf` and `glMaterialfv` il y a 3 ans
  Jelle Raaijmakers 4eb6295a57 LibGL: Implement `glRasterPos2i` il y a 3 ans
  Jelle Raaijmakers 78d0674228 LibGL: Implement `glNormal3f` and `glNormal3fv` il y a 3 ans
  Jelle Raaijmakers ea6bcda79c LibGL: Implement `glStencil*` functions il y a 3 ans
  Jelle Raaijmakers 729349ce78 LibGL: Implement `GL_STENCIL_TEST` il y a 3 ans
  Jelle Raaijmakers 11fea6b597 LibGL: Implement `glListBase` il y a 3 ans