index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
renderer_opengl
/
gl_rasterizer_cache.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
texture_cache: Remove old rasterizer cache
Fernando Sahmkow
2019-06-20
1
-1381
/
+0
*
gl_rasterizer_cache: Use texture buffers to emulate texture buffers
ReinUsesLisp
2019-06-20
1
-9
/
+28
*
maxwell_3d: Partially implement texture buffers as 1D textures
ReinUsesLisp
2019-06-20
1
-1
/
+1
*
Merge pull request #2461 from lioncash/unused-var
Mat M
2019-05-14
1
-1
/
+0
|
\
|
*
video_core/renderer_opengl/gl_rasterizer_cache: Remove unused variable in Upl...
Lioncash
2019-05-09
1
-1
/
+0
*
|
Merge pull request #2413 from FernandoS27/opt-gpu
Rodrigo Locatti
2019-05-13
1
-10
/
+15
|
\
\
|
|
/
|
/
|
|
*
Rasterizer Cache: Use a temporal storage for Surfaces loading/flushing.
Fernando Sahmkow
2019-04-21
1
-10
/
+15
*
|
Merge pull request #2403 from FernandoS27/compressed-linear
bunnei
2019-04-22
1
-2
/
+5
|
\
\
|
|
/
|
/
|
|
*
Support compressed formats on linear textures.
Fernando Sahmkow
2019-04-15
1
-2
/
+5
*
|
Correct Pitch in Fermi2D
Fernando Sahmkow
2019-04-15
1
-4
/
+1
|
/
*
Merge pull request #2373 from FernandoS27/z32
bunnei
2019-04-13
1
-2
/
+17
|
\
|
*
Correct depth compare with color formats for R32F
Fernando Sahmkow
2019-04-09
1
-2
/
+17
*
|
gl_rasterizer_cache: Relax restrictions on FastCopySurface and FastLayeredCop...
Fernando Sahmkow
2019-04-11
1
-4
/
+10
*
|
Merge pull request #2372 from FernandoS27/fermi-fix
bunnei
2019-04-10
1
-0
/
+4
|
\
\
|
*
|
Correct Fermi Copy on Linear Textures.
Fernando Sahmkow
2019-04-09
1
-0
/
+4
|
|
/
*
|
Merge pull request #2354 from lioncash/header
bunnei
2019-04-09
1
-0
/
+1
|
\
\
|
*
|
video_core/texures/texture: Remove unnecessary includes
Lioncash
2019-04-06
1
-0
/
+1
|
|
/
*
/
gl_backend: Align Pixel Storage
Fernando Sahmkow
2019-04-08
1
-4
/
+4
|
/
*
video_core/renderer_opengl: Remove unnecessary includes
Lioncash
2019-04-04
1
-1
/
+0
*
video_core: Amend constructor initializer list order where applicable
Lioncash
2019-03-27
1
-2
/
+2
*
Merge pull request #2256 from bunnei/gpu-vmm
bunnei
2019-03-22
1
-22
/
+13
|
\
|
*
gl_rasterizer_cache: Check that backing memory is valid before creating a sur...
bunnei
2019-03-20
1
-15
/
+7
|
*
gpu: Rewrite virtual memory manager using PageTable.
bunnei
2019-03-20
1
-5
/
+5
|
*
gpu: Move GPUVAddr definition to common_types.
bunnei
2019-03-20
1
-7
/
+6
*
|
Revert "Devirtualize Register/Unregister and use a wrapper instead."
bunnei
2019-03-21
1
-4
/
+4
|
/
*
video_core: Refactor to use MemoryManager interface for all memory access.
bunnei
2019-03-16
1
-18
/
+21
*
gpu: Use host address for caching instead of guest address.
bunnei
2019-03-14
1
-18
/
+18
*
video_core/morton: Remove unused parameter in MortonSwizzle
ReinUsesLisp
2019-03-13
1
-2
/
+2
*
Merge pull request #2143 from ReinUsesLisp/texview
bunnei
2019-03-10
1
-9
/
+32
|
\
|
*
gl_rasterizer_cache: Create texture views for array discrepancies
ReinUsesLisp
2019-02-27
1
-9
/
+32
*
|
Merge pull request #2149 from ReinUsesLisp/decoders-style
bunnei
2019-03-06
1
-102
/
+13
|
\
\
|
*
|
gl_rasterizer_cache: Move format conversion to its own file
ReinUsesLisp
2019-02-26
1
-102
/
+13
*
|
|
fuck git for ruining my day, I will learn but I will not forgive
bunnei
2019-03-02
1
-1
/
+1
*
|
|
Devirtualize Register/Unregister and use a wrapper instead.
Fernando Sahmkow
2019-02-27
1
-4
/
+4
*
|
|
Corrections and redesign.
Fernando Sahmkow
2019-02-27
1
-42
/
+43
*
|
|
Remove NotifyFrameBuffer as we are doing a texception pass every drawcall.
Fernando Sahmkow
2019-02-27
1
-21
/
+0
*
|
|
Remove certain optimizations that caused texception to fail in certain scenar...
Fernando Sahmkow
2019-02-27
1
-18
/
+1
*
|
|
Bug fixes and formatting
Fernando Sahmkow
2019-02-27
1
-1
/
+3
*
|
|
rasterizer_cache_gl: Implement Texception Pass
Fernando Sahmkow
2019-02-27
1
-0
/
+39
*
|
|
rasterizer_cache_gl: Implement Partial Reinterpretation of Surfaces.
Fernando Sahmkow
2019-02-27
1
-0
/
+89
*
|
|
rasterizer_cache: mark reinterpreted surfaces and add ability to reload marke...
Fernando Sahmkow
2019-02-27
1
-0
/
+5
*
|
|
rasterizer_cache_gl: Notify on framebuffer change
Fernando Sahmkow
2019-02-27
1
-3
/
+17
*
|
|
Merge pull request #2163 from ReinUsesLisp/bitset-dirty
bunnei
2019-02-27
1
-2
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
maxwell_3d: Use std::bitset to manage dirty flags
ReinUsesLisp
2019-02-26
1
-2
/
+2
|
|
/
*
/
common/math_util: Move contents into the Common namespace
Lioncash
2019-02-27
1
-4
/
+4
|
/
*
Merge pull request #2119 from FernandoS27/fix-copy
bunnei
2019-02-24
1
-1
/
+5
|
\
|
*
rasterizer_cache_gl: Only do fast layered copy on the same format. As
Fernando Sahmkow
2019-02-13
1
-1
/
+5
*
|
gl_rasterizer_cache: Fixup parameter order in layered swizzle
ReinUsesLisp
2019-02-23
1
-1
/
+1
|
/
*
Merge pull request #1904 from bunnei/better-fermi-copy
bunnei
2019-02-08
1
-9
/
+150
|
\
|
*
gl_rasterizer_cache: Mark surface copy destinations as modified.
bunnei
2019-02-06
1
-4
/
+14
[next]