Historique des commits

Auteur SHA1 Message Date
  Jelle Raaijmakers aa3a6767f6 LibGL+LibGPU+LibSoftGPU: Implement blend equations il y a 1 an
  Jelle Raaijmakers edcb6176ce LibGL+Lib*GPU: Set model view and projection matrices separately il y a 1 an
  Linus Groh e76394d96c AK: Remove infallible version of StringBuilder::to_byte_buffer il y a 2 ans
  Karol Baraniecki fc4d37eea5 LibGL: Use fallible version of StringBuilder::to_byte_buffer il y a 2 ans
  Jelle Raaijmakers e3f8ac2c05 LibGL: Remove DeprecatedString usage il y a 2 ans
  Jelle Raaijmakers ee4039caf8 LibGL: Stop unnecessarily casting to `float` il y a 2 ans
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString il y a 2 ans
  Linus Groh d26aabff04 Everywhere: Run clang-format il y a 2 ans
  Jelle Raaijmakers fe5419da0f LibGL: Implement state for all pixel store parameters il y a 2 ans
  Jelle Raaijmakers 6c87c98ed0 LibGL: Remove `GL::present_context` il y a 2 ans
  Jelle Raaijmakers f6dfd77268 LibGL: Prevent segfault due to texture destruction il y a 2 ans
  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