summaryrefslogtreecommitdiff
path: root/src/video_core (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Try to fix problems with stencil test in some games, relax translation to ope...Gravatar Rodolfo Bogado2018-11-114-37/+61
| * | | | | | set sampler max lod, min lod, lod bias and max anisotropyGravatar Rodolfo Bogado2018-11-113-13/+33
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #1664 from FreddyFunk/cast2Gravatar bunnei2018-11-111-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | gl_rasterizer: Fix compiler warningsGravatar Frederic Laing2018-11-081-2/+2
| | |_|_|/ | |/| | |
* | | | | Merge pull request #1669 from ReinUsesLisp/fixup-gsGravatar bunnei2018-11-114-15/+24
|\ \ \ \ \
| * | | | | gl_shader_decompiler: Guard out of bound geometry shader input readsGravatar ReinUsesLisp2018-11-104-15/+24
* | | | | | Merge pull request #1663 from lioncash/rasterGravatar bunnei2018-11-119-10/+25
|\ \ \ \ \ \
| * | | | | | rasterizer_cache: Remove reliance on the System singletonGravatar Lioncash2018-11-089-10/+25
| |/ / / / /
* | | | | | Merge pull request #1648 from FernandoS27/texs-3-arrayGravatar bunnei2018-11-111-7/+11
|\ \ \ \ \ \
| * | | | | | Correct issue where texturelod could not be applied to 2darrayshadowGravatar FernandoS272018-11-071-1/+5
| * | | | | | Implement 3 coordinate array in TEXS instructionGravatar FernandoS272018-11-071-6/+6
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #1654 from degasus/dirty_flagsGravatar bunnei2018-11-114-7/+37
|\ \ \ \ \ \
| * | | | | | gl_rasterizer: Skip VAO binding if the state is clean.Gravatar Markus Wick2018-11-063-2/+21
| * | | | | | gl_rasterizer: Split VAO and VB setup functions.Gravatar Markus Wick2018-11-062-5/+16
| | |_|_|_|/ | |/| | | |
* | | | | | rasterizer_cache: Add missing virtual destructor to RasterizerCacheObjectGravatar Lioncash2018-11-083-0/+10
| |_|/ / / |/| | | |
* | | | | gl_resource_manager: Amend clang-format discrepanciesGravatar Lioncash2018-11-081-4/+2
| |/ / / |/| | |
* | | | Merge pull request #1630 from bunnei/fix-mapbufferexGravatar bunnei2018-11-072-31/+52
|\ \ \ \
| * | | | memory_manager: Do not MapBufferEx over already in use memory.Gravatar bunnei2018-11-012-31/+52
| | |_|/ | |/| |
* | | | Merge pull request #1635 from Tinob/masterGravatar bunnei2018-11-076-153/+338
|\ \ \ \
| * | | | Add support to color mask to avoid issues in blending caused by wrong values ...Gravatar Rodolfo Bogado2018-11-055-25/+79
| * | | | Implement multi-target viewports and blendingGravatar Rodolfo Bogado2018-11-046-128/+259
* | | | | gl_rasterizer_cache: Add profiles for Copy and Blit.Gravatar Markus Wick2018-11-061-2/+6
* | | | | gl_resource_manager: Profile creation and deletion.Gravatar Markus Wick2018-11-061-0/+42
* | | | | gl_stream_buffer: Profile orphaning of stream buffer.Gravatar Markus Wick2018-11-061-0/+5
| |_|/ / |/| | |
* | | | gl_resource_manager: Split implementations in .cpp file.Gravatar Markus Wick2018-11-065-114/+167
* | | | Merge pull request #1616 from FernandoS27/cube-arrayGravatar bunnei2018-11-054-0/+20
|\ \ \ \ | |/ / / |/| | |
| * | | Implement Cube ArraysGravatar FernandoS272018-11-014-0/+20
* | | | Merge pull request #1625 from FernandoS27/astcGravatar bunnei2018-11-048-72/+151
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix ASTC Decompressor to support depth parameterGravatar FernandoS272018-11-016-62/+128
| * | | Fix ASTC formatsGravatar FernandoS272018-11-013-11/+20
| * | | Implemented ASTC 5x5Gravatar FernandoS272018-11-011-1/+5
* | | | Merge pull request #1623 from Tinob/masterGravatar bunnei2018-11-013-105/+158
|\ \ \ \ | |/ / / |/| | |
| * | | Improve OpenGL state handlingGravatar Rodolfo Bogado2018-10-303-105/+158
| | |/ | |/|
* | | Merge pull request #1527 from FernandoS27/assert-flowGravatar bunnei2018-11-012-2/+27
|\ \ \
| * | | Assert Control Flow Instructions using Control CodesGravatar FernandoS272018-10-282-3/+28
* | | | maxwell_3d: Restructure macro upload to use a single macro code memory.Gravatar bunnei2018-10-314-27/+55
* | | | Merge pull request #1528 from FernandoS27/assert-control-codesGravatar bunnei2018-10-312-1/+103
|\ \ \ \ | |_|_|/ |/| | |
| * | | Assert Control Codes GenerationGravatar FernandoS272018-10-302-1/+103
* | | | video_core: Move surface declarations out of gl_rasterizer_cacheGravatar ReinUsesLisp2018-10-306-898/+954
| |_|/ |/| |
* | | global: Use std::optional instead of boost::optional (#1578)Gravatar Frederic L2018-10-3017-97/+107
|/ /
* | Merge pull request #1580 from FernandoS27/mm-implGravatar bunnei2018-10-296-109/+254
|\ \
| * | Fixed black textures, pixelation and we no longer require to auto-generate mi...Gravatar FernandoS272018-10-281-14/+2
| * | Fixed mipmap block autosizing algorithmGravatar FernandoS272018-10-283-13/+25
| * | Fixed Invalid Image size and Mipmap calculationGravatar FernandoS272018-10-281-4/+7
| * | Fixed Block Resizing algorithm and Clang FormatGravatar FernandoS272018-10-283-12/+19
| * | Implement Mip FilterGravatar FernandoS272018-10-284-10/+33
| * | Zero out memory region of recreated surface before flushingGravatar FernandoS272018-10-281-0/+2
| * | Implement MipmapsGravatar FernandoS272018-10-282-101/+211
| |/
* | Merge pull request #1613 from ReinUsesLisp/gl-utilsGravatar bunnei2018-10-296-30/+61
|\ \
| * | video_core: Move OpenGL specific utils to its rendererGravatar ReinUsesLisp2018-10-286-30/+61
| |/