index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
renderer_opengl
/
gl_rasterizer.cpp
Age
Commit message (
Expand
)
Author
2018-11-06
gl_rasterizer: Skip VAO binding if the state is clean.
Markus Wick
2018-11-06
gl_rasterizer: Split VAO and VB setup functions.
Markus Wick
2018-11-05
Add support to color mask to avoid issues in blending caused by wrong values ...
Rodolfo Bogado
2018-11-04
Implement multi-target viewports and blending
Rodolfo Bogado
2018-11-01
Merge pull request #1623 from Tinob/master
bunnei
2018-10-30
Improve OpenGL state handling
Rodolfo Bogado
2018-10-30
video_core: Move surface declarations out of gl_rasterizer_cache
ReinUsesLisp
2018-10-30
global: Use std::optional instead of boost::optional (#1578)
Frederic L
2018-10-28
Implement Mip Filter
FernandoS27
2018-10-28
Implement sRGB Support, including workarounds for nvidia driver issues and QT...
Rodolfo Bogado
2018-10-26
gl_rasterizer: Implement primitive restart.
bunnei
2018-10-25
gl_rasterizer: Implement depth range.
bunnei
2018-10-22
Assert that multiple render targets are not set while alpha testing
FernandoS27
2018-10-22
Use standard UBO and fix/stylize the code
FernandoS27
2018-10-22
Cache uniform locations and restructure the implementation
FernandoS27
2018-10-22
Remove SyncAlphaTest and clang format
FernandoS27
2018-10-22
Added Alpha Func
FernandoS27
2018-10-22
Implemented Alpha Testing
FernandoS27
2018-10-18
fermi_2d: Add support for more accurate surface copies.
bunnei
2018-10-16
config: Rename use_accurate_framebuffers -> use_accurate_gpu_emulation.
bunnei
2018-10-16
rasterizer_cache: Refactor to support in-order flushing.
bunnei
2018-10-16
gl_rasterizer_cache: Only flush when use_accurate_framebuffers is enabled.
bunnei
2018-10-16
gl_rasterizer: Implement flushing.
bunnei
2018-10-15
gl_rasterizer: Silence implicit cast warning in glBindBufferRange
ReinUsesLisp
2018-10-10
Merge pull request #1460 from FernandoS27/scissor_test
bunnei
2018-10-08
Implement Scissor Test
FernandoS27
2018-10-08
Assert Scissor tests
FernandoS27
2018-10-07
gl_shader_decompiler: Implement geometry shaders
ReinUsesLisp
2018-10-06
Merge pull request #1446 from bunnei/fast_fermi_copy
bunnei
2018-10-06
Merge pull request #1437 from FernandoS27/tex-mode2
bunnei
2018-10-06
gl_rasterizer: Fixup undefined behaviour in SetupDraw
ReinUsesLisp
2018-10-06
Implemented Depth Compare and Shadow Samplers
FernandoS27
2018-10-06
gl_rasterizer: Add rasterizer cache code to handle accerated fermi copies.
bunnei
2018-10-04
gl_rasterizer: Implement quads topology
ReinUsesLisp
2018-10-01
gl_rasterizer: Fixup unassigned point sizes
ReinUsesLisp
2018-09-30
gl_rasterizer_cache: Workaround for Texture2D -> Texture2DArray scenario.
bunnei
2018-09-28
video_core: Implement point_size and add point state sync
ReinUsesLisp
2018-09-25
video_core: Add asserts for CS, TFB and alpha testing
ReinUsesLisp
2018-09-20
RasterizerGL: Use the correct framebuffer when clearing via the CLEAR_BUFFERS...
Subv
2018-09-19
gl_rasterizer: Fix StartAddress handling with indexed draw calls.
Markus Wick
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-12
Use ARB_multi_bind for uniform buffers (#1287)
ReinUsesLisp
2018-09-10
Merge pull request #1286 from bunnei/multi-clear
bunnei
2018-09-10
rasterizer: Drop unused handler.
Markus Wick
2018-09-10
gl_rasterizer: Implement clear for non-zero render targets.
bunnei
2018-09-09
gl_rasterizer: Implement multiple color attachments.
bunnei
2018-09-08
Merge pull request #1256 from bunnei/tex-target-support
bunnei
2018-09-08
gl_rasterizer: Use baseInstance instead of moving the buffer points.
bunnei
2018-09-08
video_core: Arithmetic overflow warning fix for gl_rasterizer (#1262)
Patrick Elsässer
2018-09-08
gl_rasterizer: Implement texture wrap mode p.
bunnei
[prev]
[next]