Historique des commits

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