bunnei
|
cf30c4be22
gl_state: Temporarily disable culling and depth test.
|
8 سال پیش |
Lioncash
|
3a4841e403
core: Don't construct instance of Core::System, just to access its live instance
|
8 سال پیش |
bunnei
|
2cb3fdca86
Merge pull request #598 from bunnei/makedonecurrent
|
8 سال پیش |
bunnei
|
05cb10530f
OpenGL: Use MakeCurrent/DoneCurrent for multithreaded rendering.
|
8 سال پیش |
Subv
|
b37354cca8
GPU: Always enable the depth write when clearing the depth buffer.
|
8 سال پیش |
bunnei
|
8aeff9cf8e
gl_rasterizer: Fix check for if a shader stage is enabled.
|
8 سال پیش |
bunnei
|
c4015cd93a
gl_shader_gen: Implement dual vertex shader mode.
|
8 سال پیش |
bunnei
|
854f474f52
gl_rasterizer: Flip triangles when regs.viewport_transform[0].scale_y is negative.
|
8 سال پیش |
bunnei
|
8b815877a6
Merge pull request #622 from Subv/unused_tex
|
8 سال پیش |
Subv
|
4bda9693be
GPU: Ignore textures that the GLSL compiler deemed unused when binding textures to the shaders.
|
8 سال پیش |
Subv
|
c1bebdef5e
GPU: Flip the triangle front face winding if the GPU is configured to not flip the triangles.
|
8 سال پیش |
Subv
|
5a9df3c675
GPU: Only configure the used framebuffers during clear.
|
8 سال پیش |
bunnei
|
c996787d84
Merge pull request #609 from Subv/clear_buffers
|
8 سال پیش |
Subv
|
78443a7f29
GPU: Factor out the framebuffer configuration code for both Clear and Draw commands.
|
8 سال پیش |
Subv
|
c1811ed3d1
GPU: Support clears that don't clear the color buffer.
|
8 سال پیش |
Subv
|
be51120d23
GPU: Bind and clear the render target when the CLEAR_BUFFERS register is written to.
|
8 سال پیش |
bunnei
|
15e68cdbaa
Merge pull request #607 from jroweboy/logging
|
8 سال پیش |
bunnei
|
e3ca561ea0
Merge pull request #612 from bunnei/fix-cull
|
8 سال پیش |
bunnei
|
a9cacd03f6
gl_rasterizer: Only set cull mode and front face if enabled.
|
8 سال پیش |
Subv
|
65c664560c
GPU: Don't try to parse the depth test function if the depth test is disabled.
|
8 سال پیش |
James Rowe
|
0d46f0df12
Update clang format
|
8 سال پیش |
James Rowe
|
638956aa81
Rename logging macro back to LOG_*
|
8 سال پیش |
bunnei
|
92c7135065
Merge pull request #608 from Subv/depth
|
8 سال پیش |
Subv
|
a6d4903aaf
GPU: Set up the culling configuration on each draw.
|
8 سال پیش |
Sebastian Valle
|
055f1546d7
Merge pull request #606 from Subv/base_vertex
|
8 سال پیش |
Subv
|
18c8ae7750
GPU: Set up the depth test state on every draw.
|
8 سال پیش |
Subv
|
0f929762b3
GPU: Implemented the Z24S8 depth format and load the depth framebuffer.
|
8 سال پیش |
Subv
|
4c59105adf
GPU: Implement offsetted rendering when using non-indexed drawing.
|
8 سال پیش |
Subv
|
fca3d1cc65
GPU: Fixed the index offset rendering, and implemented the base vertex functionality.
|
8 سال پیش |
Subv
|
80c5e8ae99
GPU: Ignore disabled textures and textures with an invalid address.
|
8 سال پیش |