Jelle Raaijmakers
|
b42feb76a0
LibSoftGPU: Use approximation for maximum depth slope
|
2 년 전 |
Jelle Raaijmakers
|
94f016b363
LibGL+LibGPU+LibSoftGPU: Report texture env add extension
|
2 년 전 |
Jelle Raaijmakers
|
84c4b66721
LibGL+LibGPU+LibSoftGPU: Implement texture pixel format support
|
2 년 전 |
Jelle Raaijmakers
|
eb7c3d16fb
LibGL+LibGPU+LibSoftGPU: Implement flexible pixel format conversion
|
2 년 전 |
Linus Groh
|
173dcfb7cb
Everywhere: Fix a bunch of typos
|
3 년 전 |
Jelle Raaijmakers
|
421a80bf43
LibSoftGPU: Update coverage bits after alpha testing
|
3 년 전 |
Jelle Raaijmakers
|
1a338844fa
LibSoftGPU: Make `Device` statistics `i64` again
|
3 년 전 |
RKBethke
|
0836912a6d
LibGL+LibGPU+LibSoftGPU: Implement and expose glClipPlane
|
3 년 전 |
Jelle Raaijmakers
|
5861f1821e
LibSoftGPU: Clamp polygon depth values to `0.f - 1.f`
|
3 년 전 |
Jelle Raaijmakers
|
b8c0ebccfd
LibSoftGPU: Implement depth offset factor
|
3 년 전 |
Jelle Raaijmakers
|
a20bf80b05
LibGL+LibGPU+LibSoftGPU: Implement point and line drawing
|
3 년 전 |
Jelle Raaijmakers
|
950ded7ab9
LibSoftGPU: Mention correct `i686` target in `Device` comment
|
3 년 전 |
Jelle Raaijmakers
|
7906ada015
LibSoftGPU: Update coverage mask bits during rasterization
|
3 년 전 |
Hendiadyoin1
|
d866637074
LibSoftGPU: Use round_to<int> in Device::get_rasterization_rect_of_size
|
3 년 전 |
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 년 전 |