Commit Verlauf

Autor SHA1 Nachricht Datum
  Jelle Raaijmakers 00d46e5d77 LibGL+LibGPU+LibSoftGPU: Implement matrix stack per texture unit vor 2 Jahren
  Jelle Raaijmakers dda5987684 LibGL+LibGPU+LibSoftGPU: Remove concept of `layer` in favor of `depth` vor 2 Jahren
  Jelle Raaijmakers 44953a4301 LibGL+LibGPU+LibSoftGPU: Implement `glCopyTex(Sub)?Image2d` vor 2 Jahren
  Jelle Raaijmakers eb81b66b4e LibGL+LibGPU+LibSoftGPU: Rename `blit_color_buffer_to` vor 2 Jahren
  Jelle Raaijmakers 1d36bfdac1 LibGL+LibSoftGPU: Implement fixed pipeline support for `GL_COMBINE` vor 2 Jahren
  Jelle Raaijmakers b42feb76a0 LibSoftGPU: Use approximation for maximum depth slope vor 2 Jahren
  Jelle Raaijmakers 94f016b363 LibGL+LibGPU+LibSoftGPU: Report texture env add extension vor 2 Jahren
  Jelle Raaijmakers 84c4b66721 LibGL+LibGPU+LibSoftGPU: Implement texture pixel format support vor 2 Jahren
  Jelle Raaijmakers eb7c3d16fb LibGL+LibGPU+LibSoftGPU: Implement flexible pixel format conversion vor 2 Jahren
  Linus Groh 173dcfb7cb Everywhere: Fix a bunch of typos vor 3 Jahren
  Jelle Raaijmakers 421a80bf43 LibSoftGPU: Update coverage bits after alpha testing vor 3 Jahren
  Jelle Raaijmakers 1a338844fa LibSoftGPU: Make `Device` statistics `i64` again vor 3 Jahren
  RKBethke 0836912a6d LibGL+LibGPU+LibSoftGPU: Implement and expose glClipPlane vor 3 Jahren
  Jelle Raaijmakers 5861f1821e LibSoftGPU: Clamp polygon depth values to `0.f - 1.f` vor 3 Jahren
  Jelle Raaijmakers b8c0ebccfd LibSoftGPU: Implement depth offset factor vor 3 Jahren
  Jelle Raaijmakers a20bf80b05 LibGL+LibGPU+LibSoftGPU: Implement point and line drawing vor 3 Jahren
  Jelle Raaijmakers 950ded7ab9 LibSoftGPU: Mention correct `i686` target in `Device` comment vor 3 Jahren
  Jelle Raaijmakers 7906ada015 LibSoftGPU: Update coverage mask bits during rasterization vor 3 Jahren
  Hendiadyoin1 d866637074 LibSoftGPU: Use round_to<int> in Device::get_rasterization_rect_of_size vor 3 Jahren
  Jelle Raaijmakers a699e0a9d7 LibSoftGPU: Remove initial fog factor value from Device vor 3 Jahren
  Jelle Raaijmakers 526390ec06 LibSoftGPU: Move back to `i32`-based subpixels vor 3 Jahren
  Jelle Raaijmakers e70dc20650 LibSoftGPU: Replace some `interpolate()` calls with `VectorN::dot` vor 3 Jahren
  Jelle Raaijmakers dfb218f6a8 LibSoftGPU: East-const `interpolate` vor 3 Jahren
  Jelle Raaijmakers 6090e79191 LibSoftGPU: Use `u64` for `Device` statistics vars vor 3 Jahren
  Jelle Raaijmakers e1a6966863 LibSoftGPU: Check for bottom edge in top-left rule in `Device` vor 3 Jahren
  Jelle Raaijmakers f680d82086 LibSoftGPU: Reuse edge function for front/back culling vor 3 Jahren
  Jelle Raaijmakers 26a463506e LibSoftGPU: Use `AK::abs` directly instead of `fabsf` vor 3 Jahren
  Jesse Buhagiar c9f44c746a LibGL+LibSoftGPU: Add `GL_ADD` Texture Environment vor 3 Jahren
  Stephan Unverwerth 5bb76e9b63 LibGL+LibGPU+LibSoftGPU: Load SoftGPU driver dynamically vor 3 Jahren
  Stephan Unverwerth 4a99875582 LibGL+LibGPU+LibSoftGPU: Add virtual base class for Images vor 3 Jahren