Historial de Commits

Autor SHA1 Mensaje Fecha
  Jelle Raaijmakers e1a6966863 LibSoftGPU: Check for bottom edge in top-left rule in `Device` hace 3 años
  Jelle Raaijmakers f680d82086 LibSoftGPU: Reuse edge function for front/back culling hace 3 años
  Jelle Raaijmakers 26a463506e LibSoftGPU: Use `AK::abs` directly instead of `fabsf` hace 3 años
  Jesse Buhagiar c9f44c746a LibGL+LibSoftGPU: Add `GL_ADD` Texture Environment hace 3 años
  Stephan Unverwerth 5bb76e9b63 LibGL+LibGPU+LibSoftGPU: Load SoftGPU driver dynamically hace 3 años
  Stephan Unverwerth 4a99875582 LibGL+LibGPU+LibSoftGPU: Add virtual base class for Images hace 3 años
  Stephan Unverwerth 1f3642ed48 LibGPU+LibSoftGPU: Move RasterizerOptions into LibGPU hace 3 años
  Stephan Unverwerth 5d2740217f LibGL+LibGPU+LibSoftGPU: Move Vertex.h to LibGPU hace 3 años
  Stephan Unverwerth 5bf224708f LibGPU+LibSoftGPU: Move LightModelParameters into LibGPU hace 3 años
  Stephan Unverwerth 8f359bf758 LibGPU+LibSoftGPU: Move RasterPosition into its own header in LibGPU hace 3 años
  Stephan Unverwerth e416380826 LibGL+LibGPU+LibSoftGPU: Move StencilConfiguration.h to LibGPU hace 3 años
  Stephan Unverwerth b652db1f54 LibGL+LibGPU+LibSoftGPU: Move Material.h to LibGPU hace 3 años
  Stephan Unverwerth 7da9447619 LibGL+LibGPU+LibSoftGPU: Move Light.h to LibGPU hace 3 años
  Stephan Unverwerth e7450fa940 LibGL+LibGPU+LibSoftGPU: Move SamplerConfig to LibGPU hace 3 años
  Stephan Unverwerth 4e0643ae97 LibGL+LibGPU+LibSoftGPU: Move ImageFormat.h to LibGPU hace 3 años
  Stephan Unverwerth 24d420312c LibGL+LibGPU+LibSoftGPU: Move Enums.h to LibGPU hace 3 años
  Stephan Unverwerth ac033dd9b6 LibGL+LibGPU+LibSoftGPU: Move DeviceConfig to LibGPU hace 3 años
  Idan Horowitz 086969277e Everywhere: Run clang-format hace 3 años
  Jelle Raaijmakers 8a3242cb83 LibGL+LibSoftGPU+LibGfx: Reimplement normal transformation hace 3 años
  Jelle Raaijmakers bc5e5afc7b LibSoftGPU+LibGfx: Transform and normalize normals before lighting hace 3 años
  Jelle Raaijmakers 284a629ab4 LibGL+LibSoftGPU: Implement more of `GL_LIGHT_MODEL_COLOR_CONTROL` hace 3 años
  Lenny Maiorani 759857b597 LibSoftGPU: Avoid copying data when doing triangle rasterization hace 3 años
  Jelle Raaijmakers 870b835115 LibGfx+LibSoftGPU: Allow indexed reads into `Gfx::Vector` hace 3 años
  Jelle Raaijmakers 20a5a4363c LibSoftGPU: Remove unused vector types from `Device` hace 3 años
  Jelle Raaijmakers d75135663b LibGfx+LibSoftGPU: Add and use `Vector.xy()` hace 3 años
  Jelle Raaijmakers 439617cf6f LibSoftGPU: Use `lroundf` instead of `roundf` in rasterization rect hace 3 años
  Jelle Raaijmakers 37dd10fbbe LibSoftGPU: Use `float` instead of `int` for triangle screen coords hace 3 años
  Jelle Raaijmakers 9fc419395e LibSoftGPU: Use destination alpha for texture decal function hace 3 años
  Jelle Raaijmakers e1c863d99a LibSoftGPU: Use non-normalized light vector for attenuation hace 3 años
  Jelle Raaijmakers c3273e9492 LibSoftGPU: Clean up some conditionals in `Device` hace 3 años