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_state.cpp
Age
Commit message (
Expand
)
Author
2019-01-09
gl_rasterizer: Workaround Intel VAO DSA bug
ReinUsesLisp
2019-01-06
gl_rasterizer: Use DSA for vertex array objects
ReinUsesLisp
2019-01-06
gl_state: Drop uniform buffer state tracking
ReinUsesLisp
2018-11-26
Implement depth clamp
Rodolfo Bogado
2018-11-26
GPU States: Implement Polygon Offset. This is used in SMO all the time. (#1784)
Marcos
2018-11-23
Merge pull request #1725 from FernandoS27/gl43
bunnei
2018-11-24
Add support for clear_flags register
Rodolfo Bogado
2018-11-21
Removed pre 4.3 ARB extensions
FernandoS27
2018-11-18
drop support for non separate alpha as it seems to cause issues in some games
Rodolfo Bogado
2018-11-17
add AlphaToCoverage and AlphaToOne
Rodolfo Bogado
2018-11-17
add support for fragment_color_clamp
Rodolfo Bogado
2018-11-17
fix viewport and scissor behavior
Rodolfo Bogado
2018-11-13
gl_state: Amend compilation warnings
Lioncash
2018-11-11
Improve state management by splitting some of the states id separated functio...
Rodolfo Bogado
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-10-30
Improve OpenGL state handling
Rodolfo Bogado
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-09-29
Merge pull request #1411 from ReinUsesLisp/point-size
bunnei
2018-09-28
video_core: Implement point_size and add point state sync
ReinUsesLisp
2018-09-28
gl_state: Pack sampler bindings into a single ARB_multi_bind
ReinUsesLisp
2018-09-21
gl_state: Remove unused type alias
Lioncash
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-08
gl_state: Keep track of texture target.
bunnei
2018-08-23
gl_state: Update to handle stencil front/back face separately.
bunnei
2018-08-22
renderer_opengl: Namespace OpenGL code
Lioncash
2018-08-20
GLState: Allow enabling/disabling GL_COLOR_LOGIC_OP independently from blending.
Subv
2018-08-12
gl_state: Don't track constant buffer mappings.
Markus Wick
2018-08-12
gl_rasterizer: Use the stream buffer for constant buffers.
Markus Wick
2018-07-20
gl_state: Make references const where applicable in Apply()
Lioncash
2018-07-20
gl_state: Get rid of mismatched sign conversions
Lioncash
2018-06-26
Merge pull request #593 from bunnei/fix-swizzle
bunnei
2018-06-26
gl_state: Fix state management for texture swizzle.
bunnei
2018-06-26
gl_state: Remove unused state management from 3DS.
bunnei
2018-06-26
Merge pull request #554 from Subv/constbuffer_ubo
bunnei
2018-06-20
Build: Fixed some MSVC warnings in various parts of the code.
Subv
2018-06-09
Rasterizer: Use UBOs instead of SSBOs for uploading const buffers.
Subv
2018-06-06
GLState: Support changing the GL_TEXTURE_SWIZZLE parameter of each texture unit.
Subv
2018-04-19
common_funcs: Remove ARRAY_SIZE macro
Lioncash
2018-04-14
GPU: Allow configuring ssbos in the opengl state manager.
Subv
2018-04-06
GL: Rename PicaTexture to MaxwellTexture.
Subv
2018-03-19
gl_state: Sync latest version with Citra.
bunnei
2017-09-30
Fixed type conversion ambiguity
Huw Pascoe
2017-08-21
gl_rasterizer: add clipping plane z<=0 defined in PICA
wwylele
2017-07-01
gl_rasterizer: use texture buffer for proctex LUT
wwylele
2017-06-22
gl_rasterizer: use texture buffer for fog LUT
wwylele
2017-06-21
gl_state: reset 1d textures
wwylele
2017-06-21
gl_rasterizer: manage texture ids in one place
wwylele
[next]