summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibSoftGPU
AgeCommit message (Expand)Author
2022-08-27LibSoftGPU: Make `ownership_token` type in `Image` consistentJelle Raaijmakers
2022-05-29Everywhere: Fix a bunch of typosLinus Groh
2022-05-15LibSoftGPU: Update coverage bits after alpha testingJelle Raaijmakers
2022-05-15LibSoftGPU: Make `Device` statistics `i64` againJelle Raaijmakers
2022-05-11LibGL+LibGPU+LibSoftGPU: Implement and expose glClipPlaneRKBethke
2022-05-11LibSoftGPU: Clamp polygon depth values to `0.f - 1.f`Jelle Raaijmakers
2022-05-10LibSoftGPU: Implement depth offset factorJelle Raaijmakers
2022-05-09LibGL+LibGPU+LibSoftGPU: Implement point and line drawingJelle Raaijmakers
2022-05-09LibSoftGPU: Mention correct `i686` target in `Device` commentJelle Raaijmakers
2022-05-09LibSoftGPU: Update coverage mask bits during rasterizationJelle Raaijmakers
2022-05-09LibSoftGPU: Reference correct class in Typed2DBuffer commentJelle Raaijmakers
2022-05-07LibSoftGPU: Use round_to<int> in Device::get_rasterization_rect_of_sizeHendiadyoin1
2022-05-05LibSoftGPU: Remove initial fog factor value from DeviceJelle Raaijmakers
2022-05-05LibSoftGPU: Move back to `i32`-based subpixelsJelle Raaijmakers
2022-05-05LibSoftGPU: Remove unused `Matrix3x3.h` includeJelle Raaijmakers
2022-05-05LibSoftGPU: Replace some `interpolate()` calls with `VectorN::dot`Jelle Raaijmakers
2022-05-05LibSoftGPU: East-const `interpolate`Jelle Raaijmakers
2022-05-05LibSoftGPU: Use `FloatVector4` pixel format for `Image`Jelle Raaijmakers
2022-05-05LibSoftGPU: Use `u64` for `Device` statistics varsJelle Raaijmakers
2022-04-20LibSoftGPU: Check for bottom edge in top-left rule in `Device`Jelle Raaijmakers
2022-04-20LibSoftGPU: Simplify `Clipper` interpolationJelle Raaijmakers
2022-04-20LibSoftGPU: Reuse edge function for front/back cullingJelle Raaijmakers
2022-04-20LibSoftGPU: Use `AK::abs` directly instead of `fabsf`Jelle Raaijmakers
2022-04-11LibSoftGPU: Optimize clipping codeJelle Raaijmakers
2022-04-11LibSoftGPU: Remove superfluous braces in `Clipper`Jelle Raaijmakers
2022-04-09LibGL+LibSoftGPU: Add `GL_ADD` Texture EnvironmentJesse Buhagiar
2022-04-06LibGL+LibGPU+LibSoftGPU: Load SoftGPU driver dynamicallyStephan Unverwerth
2022-04-06LibGL+LibGPU+LibSoftGPU: Add virtual base class for devicesStephan Unverwerth
2022-04-06LibGL+LibGPU+LibSoftGPU: Add virtual base class for ImagesStephan Unverwerth
2022-04-06LibGPU+LibSoftGPU: Move RasterizerOptions into LibGPUStephan Unverwerth
2022-04-06LibGL+LibGPU+LibSoftGPU: Move Vertex.h to LibGPUStephan Unverwerth
2022-04-06LibGPU+LibSoftGPU: Move LightModelParameters into LibGPUStephan Unverwerth
2022-04-06LibGL+LibGPU+LibSoftGPU: Move TexCoordGenerationConfig into LibGPUStephan Unverwerth
2022-04-06LibGPU+LibSoftGPU: Move RasterPosition into its own header in LibGPUStephan Unverwerth
2022-04-06LibGL+LibGPU+LibSoftGPU: Move StencilConfiguration.h to LibGPUStephan Unverwerth
2022-04-06LibGL+LibGPU+LibSoftGPU: Move Material.h to LibGPUStephan Unverwerth
2022-04-06LibGL+LibGPU+LibSoftGPU: Move Light.h to LibGPUStephan Unverwerth
2022-04-06LibGL+LibGPU+LibSoftGPU: Move SamplerConfig to LibGPUStephan Unverwerth
2022-04-06LibGL+LibGPU+LibSoftGPU: Move ImageDataLayout.h to LibGPUStephan Unverwerth
2022-04-06LibGL+LibGPU+LibSoftGPU: Move ImageFormat.h to LibGPUStephan Unverwerth
2022-04-06LibGL+LibGPU+LibSoftGPU: Move Enums.h to LibGPUStephan Unverwerth
2022-04-06LibGL+LibGPU+LibSoftGPU: Move DeviceConfig to LibGPUStephan Unverwerth
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-27LibGL+LibSoftGPU+LibGfx: Reimplement normal transformationJelle Raaijmakers
2022-03-27LibSoftGPU+LibGfx: Transform and normalize normals before lightingJelle Raaijmakers
2022-03-27LibSoftGPU: Clean up `Material` initial value styleJelle Raaijmakers
2022-03-27LibGL+LibSoftGPU: Implement more of `GL_LIGHT_MODEL_COLOR_CONTROL`Jelle Raaijmakers
2022-03-27LibSoftGPU: Test for `1.f` equality in determining the scale factorJelle Raaijmakers
2022-03-18LibSoftGPU: Avoid copying data when doing triangle rasterizationLenny Maiorani
2022-03-11LibGfx+LibSoftGPU: Allow indexed reads into `Gfx::Vector`Jelle Raaijmakers