提交历史

作者 SHA1 备注 提交日期
  Jelle Raaijmakers a699e0a9d7 LibSoftGPU: Remove initial fog factor value from Device 3 年之前
  Jelle Raaijmakers 526390ec06 LibSoftGPU: Move back to `i32`-based subpixels 3 年之前
  Jelle Raaijmakers e70dc20650 LibSoftGPU: Replace some `interpolate()` calls with `VectorN::dot` 3 年之前
  Jelle Raaijmakers dfb218f6a8 LibSoftGPU: East-const `interpolate` 3 年之前
  Jelle Raaijmakers 6090e79191 LibSoftGPU: Use `u64` for `Device` statistics vars 3 年之前
  Jelle Raaijmakers e1a6966863 LibSoftGPU: Check for bottom edge in top-left rule in `Device` 3 年之前
  Jelle Raaijmakers f680d82086 LibSoftGPU: Reuse edge function for front/back culling 3 年之前
  Jelle Raaijmakers 26a463506e LibSoftGPU: Use `AK::abs` directly instead of `fabsf` 3 年之前
  Jesse Buhagiar c9f44c746a LibGL+LibSoftGPU: Add `GL_ADD` Texture Environment 3 年之前
  Stephan Unverwerth 5bb76e9b63 LibGL+LibGPU+LibSoftGPU: Load SoftGPU driver dynamically 3 年之前
  Stephan Unverwerth 4a99875582 LibGL+LibGPU+LibSoftGPU: Add virtual base class for Images 3 年之前
  Stephan Unverwerth 1f3642ed48 LibGPU+LibSoftGPU: Move RasterizerOptions into LibGPU 3 年之前
  Stephan Unverwerth 5d2740217f LibGL+LibGPU+LibSoftGPU: Move Vertex.h to LibGPU 3 年之前
  Stephan Unverwerth 5bf224708f LibGPU+LibSoftGPU: Move LightModelParameters into LibGPU 3 年之前
  Stephan Unverwerth 8f359bf758 LibGPU+LibSoftGPU: Move RasterPosition into its own header in LibGPU 3 年之前
  Stephan Unverwerth e416380826 LibGL+LibGPU+LibSoftGPU: Move StencilConfiguration.h to LibGPU 3 年之前
  Stephan Unverwerth b652db1f54 LibGL+LibGPU+LibSoftGPU: Move Material.h to LibGPU 3 年之前
  Stephan Unverwerth 7da9447619 LibGL+LibGPU+LibSoftGPU: Move Light.h to LibGPU 3 年之前
  Stephan Unverwerth e7450fa940 LibGL+LibGPU+LibSoftGPU: Move SamplerConfig to LibGPU 3 年之前
  Stephan Unverwerth 4e0643ae97 LibGL+LibGPU+LibSoftGPU: Move ImageFormat.h to LibGPU 3 年之前
  Stephan Unverwerth 24d420312c LibGL+LibGPU+LibSoftGPU: Move Enums.h to LibGPU 3 年之前
  Stephan Unverwerth ac033dd9b6 LibGL+LibGPU+LibSoftGPU: Move DeviceConfig to LibGPU 3 年之前
  Idan Horowitz 086969277e Everywhere: Run clang-format 3 年之前
  Jelle Raaijmakers 8a3242cb83 LibGL+LibSoftGPU+LibGfx: Reimplement normal transformation 3 年之前
  Jelle Raaijmakers bc5e5afc7b LibSoftGPU+LibGfx: Transform and normalize normals before lighting 3 年之前
  Jelle Raaijmakers 284a629ab4 LibGL+LibSoftGPU: Implement more of `GL_LIGHT_MODEL_COLOR_CONTROL` 3 年之前
  Lenny Maiorani 759857b597 LibSoftGPU: Avoid copying data when doing triangle rasterization 3 年之前
  Jelle Raaijmakers 870b835115 LibGfx+LibSoftGPU: Allow indexed reads into `Gfx::Vector` 3 年之前
  Jelle Raaijmakers 20a5a4363c LibSoftGPU: Remove unused vector types from `Device` 3 年之前
  Jelle Raaijmakers d75135663b LibGfx+LibSoftGPU: Add and use `Vector.xy()` 3 年之前