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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
renderer_opengl: remove srgb conversion logic
Liam
2023-12-03
3
-9
/
+2
*
renderer_vulkan: do not recreate swapchain for srgb
Liam
2023-12-03
1
-1
/
+2
*
Merge pull request #12094 from ameerj/gl-buffer-cache-batch-vtx
liamwhite
2023-12-03
5
-64
/
+36
|
\
|
*
gl_buffer_cache: Batch vertex/tfb buffer binding
Ameer J
2023-11-19
5
-64
/
+36
*
|
Merge pull request #12056 from ameerj/opengl-neglect
liamwhite
2023-12-01
6
-44
/
+74
|
\
\
|
*
|
gl_texture_cache: Enable async downloads
Ameer J
2023-08-13
5
-9
/
+16
|
*
|
gl_buffer_cache: Enable async downloads
Ameer J
2023-08-13
4
-9
/
+34
|
*
|
gl_staging_buffer_pool: Refactor allocation variables into a struct
Ameer J
2023-08-13
2
-30
/
+28
*
|
|
Merge pull request #12154 from liamwhite/more-drivers
liamwhite
2023-11-29
1
-9
/
+9
|
\
\
\
|
*
|
|
vulkan_device: add names for more driverID enumeration values
Liam
2023-11-24
1
-9
/
+9
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'master' into ssbo-align
Ameer J
2023-11-26
5
-9
/
+24
|
\
\
\
|
*
\
\
Merge pull request #11535 from GPUCode/upload_cmdbuf
Fernando S
2023-11-26
2
-7
/
+17
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
renderer_vulkan: Introduce separate cmd buffer for uploads
GPUCode
2023-11-12
2
-7
/
+17
|
|
|
/
|
*
|
gl_graphics_pipeline: GLASM: Fix transform feedback attribs buffer mode
Ameer J
2023-11-18
2
-1
/
+6
|
*
|
Memory: Fix invalidation handling from the CPU/Services
Fernando Sahmkow
2023-11-12
1
-1
/
+1
|
|
/
*
|
shader_recompiler: Align SSBO offsets in GlobalMemory functions
Ameer J
2023-10-31
1
-0
/
+1
*
|
shader_recompiler: Align SSBO offsets to meet host requirements
Ameer J
2023-10-31
2
-0
/
+5
|
/
*
Merge pull request #11751 from Kelebek1/transition_msaa_image
liamwhite
2023-10-12
1
-0
/
+2
|
\
|
*
Transition MSAA images to general layout without uploading data
Kelebek1
2023-10-11
1
-0
/
+2
*
|
Do not set rescaled flag when rescaling is disabled
Kelebek1
2023-10-11
1
-6
/
+8
|
/
*
Implement X8_D24 format
Kelebek1
2023-10-06
1
-0
/
+1
*
Query Cache: address issues
Fernando Sahmkow
2023-09-23
2
-9
/
+18
*
Query Cachge: Fully rework Vulkan's query cache
Fernando Sahmkow
2023-09-23
4
-12
/
+30
*
VideoCore: Implement DispatchIndirect
Fernando Sahmkow
2023-08-27
1
-0
/
+11
*
Merge pull request #11149 from ameerj/astc-perf-prod
liamwhite
2023-08-21
1
-0
/
+1
|
\
|
*
Revert "HACK: Avoid swizzling and reuploading ASTC image every frame"
Ameer J
2023-08-06
1
-8
/
+1
|
*
HACK: Avoid swizzling and reuploading ASTC image every frame
Ameer J
2023-08-06
1
-1
/
+8
|
*
gl
Ameer J
2023-08-06
1
-0
/
+1
*
|
Merge pull request #11278 from Kelebek1/dma_sync
liamwhite
2023-08-18
1
-1
/
+6
|
\
\
|
*
|
Mark accelerted DMA destination buffers and images as GPU-modified
Kelebek1
2023-08-13
1
-1
/
+6
*
|
|
Merge pull request #11282 from ameerj/glasm-xfb
liamwhite
2023-08-14
2
-15
/
+1
|
\
\
\
|
*
|
|
gl_graphics_pipeline: GLASM: Fix transform feedback with multiple buffers
Ameer J
2023-08-13
2
-15
/
+1
|
|
/
/
*
|
|
Merge pull request #11283 from ameerj/glasm-pipeline-detection
liamwhite
2023-08-14
1
-2
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
gl_graphics_pipeline: Fix GLASM storage buffer detection
Ameer J
2023-08-13
1
-2
/
+2
*
|
|
Merge pull request #11216 from lat9nq/no-mesa-astc
liamwhite
2023-08-07
1
-1
/
+42
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
gl_device: Filter more specifically for slow ASTC
lat9nq
2023-08-05
1
-1
/
+42
|
|
/
*
/
Fix shader dumps with nvdisasm
Kelebek1
2023-08-03
1
-4
/
+6
|
/
*
settings,opengl,yuzu-qt: Fix AA, Filter maximums
lat9nq
2023-07-21
1
-1
/
+1
*
settings,general: Rename non-confirming enums
lat9nq
2023-07-21
5
-18
/
+18
*
settings,video_core: Consolidate ASTC decoding options
lat9nq
2023-07-21
1
-4
/
+4
*
general: Silence -Wshadow{,-uncaptured-local} warnings
lat9nq
2023-07-18
2
-11
/
+12
*
Memory Tracking: Optimize tracking to only use atomic writes when contested w...
Fernando Sahmkow
2023-06-28
2
-10
/
+28
*
OpenGL: Limit lmem warmup to NVIDIA
ameerj
2023-06-25
3
-4
/
+15
*
shaders: Track local memory usage
ameerj
2023-06-25
5
-2
/
+18
*
OpenGL: Add Local Memory warmup shader
ameerj
2023-06-25
3
-1
/
+14
*
Remove memory allocations in some hot paths
Kelebek1
2023-06-22
1
-1
/
+3
*
Merge pull request #10744 from Wollnashorn/af-for-all
Fernando S
2023-06-18
4
-42
/
+91
|
\
|
*
video_core: Use sampler IDs instead pointers in the pipeline config
Wollnashorn
2023-06-16
2
-9
/
+22
|
*
video_core: Fallback to default anisotropy instead to 1x anisotropy
Wollnashorn
2023-06-15
3
-7
/
+9
|
*
video_core: Fixed compilation errors because of name shadowing
Wollnashorn
2023-06-15
1
-6
/
+6
[next]