Stephan Unverwerth
|
1f3642ed48
LibGPU+LibSoftGPU: Move RasterizerOptions into LibGPU
|
3 years ago |
Stephan Unverwerth
|
5d2740217f
LibGL+LibGPU+LibSoftGPU: Move Vertex.h to LibGPU
|
3 years ago |
Stephan Unverwerth
|
5bf224708f
LibGPU+LibSoftGPU: Move LightModelParameters into LibGPU
|
3 years ago |
Stephan Unverwerth
|
8f359bf758
LibGPU+LibSoftGPU: Move RasterPosition into its own header in LibGPU
|
3 years ago |
Stephan Unverwerth
|
e416380826
LibGL+LibGPU+LibSoftGPU: Move StencilConfiguration.h to LibGPU
|
3 years ago |
Stephan Unverwerth
|
b652db1f54
LibGL+LibGPU+LibSoftGPU: Move Material.h to LibGPU
|
3 years ago |
Stephan Unverwerth
|
7da9447619
LibGL+LibGPU+LibSoftGPU: Move Light.h to LibGPU
|
3 years ago |
Stephan Unverwerth
|
e7450fa940
LibGL+LibGPU+LibSoftGPU: Move SamplerConfig to LibGPU
|
3 years ago |
Stephan Unverwerth
|
4e0643ae97
LibGL+LibGPU+LibSoftGPU: Move ImageFormat.h to LibGPU
|
3 years ago |
Stephan Unverwerth
|
24d420312c
LibGL+LibGPU+LibSoftGPU: Move Enums.h to LibGPU
|
3 years ago |
Stephan Unverwerth
|
ac033dd9b6
LibGL+LibGPU+LibSoftGPU: Move DeviceConfig to LibGPU
|
3 years ago |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
Jelle Raaijmakers
|
8a3242cb83
LibGL+LibSoftGPU+LibGfx: Reimplement normal transformation
|
3 years ago |
Jelle Raaijmakers
|
bc5e5afc7b
LibSoftGPU+LibGfx: Transform and normalize normals before lighting
|
3 years ago |
Jelle Raaijmakers
|
284a629ab4
LibGL+LibSoftGPU: Implement more of `GL_LIGHT_MODEL_COLOR_CONTROL`
|
3 years ago |
Lenny Maiorani
|
759857b597
LibSoftGPU: Avoid copying data when doing triangle rasterization
|
3 years ago |
Jelle Raaijmakers
|
870b835115
LibGfx+LibSoftGPU: Allow indexed reads into `Gfx::Vector`
|
3 years ago |
Jelle Raaijmakers
|
20a5a4363c
LibSoftGPU: Remove unused vector types from `Device`
|
3 years ago |
Jelle Raaijmakers
|
d75135663b
LibGfx+LibSoftGPU: Add and use `Vector.xy()`
|
3 years ago |
Jelle Raaijmakers
|
439617cf6f
LibSoftGPU: Use `lroundf` instead of `roundf` in rasterization rect
|
3 years ago |
Jelle Raaijmakers
|
37dd10fbbe
LibSoftGPU: Use `float` instead of `int` for triangle screen coords
|
3 years ago |
Jelle Raaijmakers
|
9fc419395e
LibSoftGPU: Use destination alpha for texture decal function
|
3 years ago |
Jelle Raaijmakers
|
e1c863d99a
LibSoftGPU: Use non-normalized light vector for attenuation
|
3 years ago |
Jelle Raaijmakers
|
c3273e9492
LibSoftGPU: Clean up some conditionals in `Device`
|
3 years ago |
Jelle Raaijmakers
|
f28047de73
LibSoftGPU: Round rasterization position to nearest integer
|
3 years ago |
Jelle Raaijmakers
|
8c9fa50c61
LibSoftGPU: Apply regular cartesian coordinate system
|
3 years ago |
Jelle Raaijmakers
|
971b39ae4f
LibSoftGPU: Rename `rgba` to `bgra` to reflect actual value
|
3 years ago |
Jelle Raaijmakers
|
db0616c67a
LibSoftGPU: Generalize pixel buffers and standardize on BGRA8888
|
3 years ago |
Jelle Raaijmakers
|
6318522339
LibSoftGPU: Remove `Device::wait_for_all_threads()`
|
3 years ago |
Jelle Raaijmakers
|
4d53a87355
LibSoftGPU: Remove unused `AK/Function.h` include
|
3 years ago |