bunnei
|
49b15af054
gl_rasterizer: Implement multiple color attachments.
|
8 лет назад |
Markus Wick
|
d3ad9469a1
gl_rasterizer: Implement a VAO cache.
|
8 лет назад |
bunnei
|
2a472ff54d
maxwell_3d: Update to include additional stencil registers.
|
8 лет назад |
Subv
|
6bcdf37d4f
GPU: Added registers for the logicop functionality.
|
8 лет назад |
Subv
|
e0f66c1fbf
GLRasterizer: Implemented instanced vertex arrays.
|
8 лет назад |
Subv
|
c5284efd4f
Rasterizer: Implemented instanced rendering.
|
8 лет назад |
bunnei
|
f2c7b5dcd6
Merge pull request #1024 from Subv/blend_gl
|
8 лет назад |
Subv
|
969326bd58
GPU/Maxwell3D: Implemented an alternative set of blend factors.
|
8 лет назад |
Subv
|
2dad1204e8
RasterizerGL: Ignore invalid/unset vertex attributes.
|
8 лет назад |
bunnei
|
57982df105
maxwell_3d: Use correct const buffer size and check bounds.
|
8 лет назад |
Lioncash
|
6030c5ce41
video_core: Eliminate the g_renderer global variable
|
8 лет назад |
bunnei
|
5287991a36
maxwell_3d: Add depth buffer enable, width, and height registers.
|
8 лет назад |
Lioncash
|
bb960c8cb4
video_core: Use nested namespaces where applicable
|
8 лет назад |
Subv
|
3d3b10adc7
GPU: Added register definitions for the stencil parameters.
|
8 лет назад |
bunnei
|
8aeff9cf8e
gl_rasterizer: Fix check for if a shader stage is enabled.
|
8 лет назад |
Subv
|
9f6a5660e8
GPU: Allow using the old NV04 values for the depth test function.
|
8 лет назад |
Subv
|
c1bebdef5e
GPU: Flip the triangle front face winding if the GPU is configured to not flip the triangles.
|
8 лет назад |
bunnei
|
c996787d84
Merge pull request #609 from Subv/clear_buffers
|
8 лет назад |
Subv
|
827bb08c91
GPU: Added registers for the CLEAR_BUFFERS and CLEAR_COLOR methods.
|
8 лет назад |
Subv
|
6e0eba9917
GPU: Use only the least significant 3 bits when reading the depth test func.
|
8 лет назад |
bunnei
|
92c7135065
Merge pull request #608 from Subv/depth
|
8 лет назад |
Subv
|
c1f55c32c8
GPU: Added registers for depth test and cull mode.
|
8 лет назад |
Subv
|
0f929762b3
GPU: Implemented the Z24S8 depth format and load the depth framebuffer.
|
8 лет назад |
Subv
|
cc73bad293
GPU: Added register definitions for the vertex buffer base element.
|
8 лет назад |
bunnei
|
6a28a66832
maxwell_3d: Add a struct for RenderTargetConfig.
|
8 лет назад |
Subv
|
c712dafaee
GPU: Added registers for normal and independent blending.
|
8 лет назад |
Subv
|
dbfc39d214
GPU: Implement sampling multiple textures in the generated glsl shaders.
|
8 лет назад |
Subv
|
5d55403f94
GPU: Calculate the correct viewport dimensions based on the scale and translate registers.
|
8 лет назад |
Subv
|
c16cfbbc6c
GPU: Reduce the number of registers of Maxwell3D to 0xE00.
|
8 лет назад |
Subv
|
a994446b6e
GPU: Move the Maxwell3D macro uploading code to the inside of the Maxwell3D processor.
|
8 лет назад |