Histórico de Commits

Autor SHA1 Mensagem Data
  Jelle Raaijmakers ea6bcda79c LibGL: Implement `glStencil*` functions há 3 anos atrás
  Jelle Raaijmakers 65cda8e4aa LibGL: Always inline `to_rgba32()` há 3 anos atrás
  Jelle Raaijmakers 930782a155 LibGL: Fix scissor box coordinate system há 3 anos atrás
  Jelle Raaijmakers 5788a139d8 LibGL: Implement texture unit texturing states há 3 anos atrás
  Jelle Raaijmakers bb58f6ccab LibGL: Implement `glScissor()` há 3 anos atrás
  Andreas Kling 0de33b3d6c LibGfx: Use ErrorOr<T> for Bitmap::try_create() há 3 anos atrás
  Stephan Unverwerth 15299b763c LibGL: Implement glPolygonOffset há 3 anos atrás
  Stephan Unverwerth 7cbaaf8366 LibGL: Implement glDrawBuffer há 3 anos atrás
  Stephan Unverwerth b54573739c LibGL: Implement glTexEnvf há 3 anos atrás
  Jesse Buhagiar 924d890bfe LibGL: Implement fog effect in Software Rasterizer há 3 anos atrás
  Jesse Buhagiar 0152f1924b LibGL: Use integer comparison for GL_EQUAL and GL_NOTEQUAL há 3 anos atrás
  Stephan Unverwerth c4de2bb5e5 LibGL: Leave render loop early if color mask empty há 4 anos atrás
  Stephan Unverwerth 220ac5eb02 LibGL: Fix clipping and interpolate vertex attributes há 4 anos atrás
  Stephan Unverwerth 5b9c87a8b5 LibGL: Implement glDepthFunc há 4 anos atrás
  Stephan Unverwerth a97dbd2317 LibGL: Implement glDepthRange há 4 anos atrás
  Stephan Unverwerth 3dd9efd35f LibGL: Fix incorrect blend factor setup há 4 anos atrás
  Stephan Unverwerth 22905daacb LibGL: Fix interpretation of BGRA byte order há 4 anos atrás
  Jesse Buhagiar 8157e7740b LibGL: Implement `glColorMask` há 4 anos atrás
  Stephan Unverwerth 5f863016ca LibGL: Implement glDepthMask há 4 anos atrás
  Stephan Unverwerth 12785849aa LibGL: Turn Sampler2D into an actual class há 4 anos atrás
  Andreas Kling c7d891765c LibGfx: Use "try_" prefix for static factory functions há 4 anos atrás
  Jesse Buhagiar 8298e406a4 LibGL: Use Texture Units in Rasterizer and Context há 4 anos atrás
  Stephan Unverwerth 755393e684 LibGL: Implement glBindTexture() há 4 anos atrás
  Stephan Unverwerth fde0045ebe LibGL: Introduce Texture base class for all texture types há 4 anos atrás
  Stephan Unverwerth 10ceeb092f Everywhere: Use s.unverwerth@serenityos.org :^) há 4 anos atrás
  Jesse Buhagiar 3287709df9 LibGL: Add texture sampling to SW Rasterizer há 4 anos atrás
  Stephan Unverwerth e54d96d53e LibGL: Implement glReadPixels() há 4 anos atrás
  Stephan Unverwerth 2dcafde330 LibGL: Implement alpha testing in SoftwareRasterizer há 4 anos atrás
  Stephan Unverwerth da57563c1c LibGL: Implement glShadeModel() há 4 anos atrás
  Stephan Unverwerth f70a6ff712 LibGL: Implement color blending há 4 anos atrás