Commit History

Author SHA1 Message Date
  Jelle Raaijmakers aa3a6767f6 LibGL+LibGPU+LibSoftGPU: Implement blend equations 1 year ago
  Jelle Raaijmakers edcb6176ce LibGL+Lib*GPU: Set model view and projection matrices separately 1 year ago
  Linus Groh e76394d96c AK: Remove infallible version of StringBuilder::to_byte_buffer 2 years ago
  Karol Baraniecki fc4d37eea5 LibGL: Use fallible version of StringBuilder::to_byte_buffer 2 years ago
  Jelle Raaijmakers e3f8ac2c05 LibGL: Remove DeprecatedString usage 2 years ago
  Jelle Raaijmakers ee4039caf8 LibGL: Stop unnecessarily casting to `float` 2 years ago
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago
  Linus Groh d26aabff04 Everywhere: Run clang-format 2 years ago
  Jelle Raaijmakers fe5419da0f LibGL: Implement state for all pixel store parameters 2 years ago
  Jelle Raaijmakers 6c87c98ed0 LibGL: Remove `GL::present_context` 2 years ago
  Jelle Raaijmakers f6dfd77268 LibGL: Prevent segfault due to texture destruction 2 years ago
  Andrew Kaster 8ed5ed3ec0 LibGL: Make GL::create_context fallible 2 years ago
  Jelle Raaijmakers bac7a12fb9 LibGL: Simplify setting the color mask 2 years ago
  Jelle Raaijmakers 1aa1c89afa LibGL+LibGPU+LibSoftGPU: Report texture clamp to edge support 2 years ago
  Jelle Raaijmakers 00d46e5d77 LibGL+LibGPU+LibSoftGPU: Implement matrix stack per texture unit 2 years ago
  Jelle Raaijmakers 44953a4301 LibGL+LibGPU+LibSoftGPU: Implement `glCopyTex(Sub)?Image2d` 2 years ago
  Jelle Raaijmakers eb81b66b4e LibGL+LibGPU+LibSoftGPU: Rename `blit_color_buffer_to` 2 years ago
  Jelle Raaijmakers 1d36bfdac1 LibGL+LibSoftGPU: Implement fixed pipeline support for `GL_COMBINE` 2 years ago
  Jelle Raaijmakers 6d8dd0ee61 LibGL: Remove unused/default includes from `GLContext` 2 years ago
  Jelle Raaijmakers f08411ba3f LibGL: Improve constants and types compatibility 2 years ago
  Jelle Raaijmakers 94f016b363 LibGL+LibGPU+LibSoftGPU: Report texture env add extension 2 years ago
  Jelle Raaijmakers eb7c3d16fb LibGL+LibGPU+LibSoftGPU: Implement flexible pixel format conversion 2 years ago
  sin-ack c8585b77d2 Everywhere: Replace single-char StringView op. arguments with chars 3 years ago
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 years ago
  Luke Wilde 971d6ce16f LibGL: Reject GL_LEFT and GL_RIGHT in glCullFace 3 years ago
  RKBethke 0836912a6d LibGL+LibGPU+LibSoftGPU: Implement and expose glClipPlane 3 years ago
  Jelle Raaijmakers a20bf80b05 LibGL+LibGPU+LibSoftGPU: Implement point and line drawing 3 years ago
  Jelle Raaijmakers 582fb3f263 LibGL+LibGPU: Copy line width to rasterizer in `glLineWidth` 3 years ago
  Jelle Raaijmakers 0dcb23ee96 LibGL+LibGPU: Implement `glPointSize` 3 years ago
  Jelle Raaijmakers 365fb36108 LibGL: Split up GLContext implementation into logical units 3 years ago