index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
texture_cache
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
astc_decoder: Refactor for style and more efficient memory use
ameerj
2021-03-25
1
-12
/
+2
*
renderer_vulkan: Accelerate ASTC decoding
ameerj
2021-03-13
1
-2
/
+2
*
texture_cache: Blacklist BGRA8 copies and views on OpenGL
ameerj
2021-03-04
5
-19
/
+25
*
vk_staging_buffer_pool: Add stream buffer for small uploads
ReinUsesLisp
2021-02-13
1
-19
/
+19
*
video_core: Reimplement the buffer cache
ReinUsesLisp
2021-02-13
1
-18
/
+10
*
texture_cache/util: Remove unused functions
Lioncash
2021-02-09
1
-34
/
+0
*
video_core: Silence -Wmissing-field-initializers warnings
ReinUsesLisp
2021-01-24
1
-24
/
+35
*
texture_cache/util: Resolve -Wsign-compare warning
Lioncash
2021-01-17
1
-1
/
+1
*
common/alignment: Rename AlignBits to AlignUpLog2
ReinUsesLisp
2021-01-15
2
-7
/
+7
*
texture_cache: Replace PAGE_SHIFT with PAGE_BITS
MerryMage
2021-01-07
1
-6
/
+6
*
gl_texture_cache: Avoid format views on Intel and AMD
ReinUsesLisp
2021-01-04
5
-16
/
+26
*
video_core: Rewrite the texture cache
ReinUsesLisp
2020-12-30
31
-2849
/
+4633
*
video_core: Remove unnecessary enum class casting in logging messages
Lioncash
2020-12-07
2
-5
/
+4
*
video_core: Resolve more variable shadowing scenarios pt.3
Lioncash
2020-12-05
5
-29
/
+29
*
video_core: Resolve more variable shadowing scenarios pt.2
Lioncash
2020-12-05
3
-22
/
+23
*
General: Resolve a few missing initializer warnings
Lioncash
2020-10-29
1
-0
/
+1
*
General: Make use of std::nullopt where applicable
Lioncash
2020-09-22
1
-3
/
+7
*
video_core: Remove all Core::System references in renderer
ReinUsesLisp
2020-09-06
3
-36
/
+31
*
Merge pull request #4389 from ogniK5377/redundant-format-type
bunnei
2020-08-07
1
-1
/
+0
|
\
|
*
video_core: Remove redundant pixel format type
David Marcec
2020-07-21
1
-1
/
+0
*
|
Merge pull request #4396 from lioncash/comma
bunnei
2020-07-29
1
-45
/
+52
|
\
\
|
*
|
surface_params: Make use of designated initializers where applicable
Lioncash
2020-07-21
1
-38
/
+46
|
*
|
surface_params: Remove redundant assignment
Lioncash
2020-07-21
1
-1
/
+0
|
*
|
surface_params: Replace questionable usages of the comma operator with semico...
Lioncash
2020-07-21
1
-9
/
+9
*
|
|
Merge pull request #4394 from lioncash/unused6
bunnei
2020-07-23
1
-2
/
+0
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
video_core: Remove unused variables
Lioncash
2020-07-21
1
-2
/
+0
|
|
/
*
|
Merge pull request #4324 from ReinUsesLisp/formats
bunnei
2020-07-21
4
-84
/
+91
|
\
\
|
|
/
|
/
|
|
*
video_core: Rearrange pixel format names
ReinUsesLisp
2020-07-13
4
-90
/
+90
|
*
video_core: Fix DXT4 and RGB565
ReinUsesLisp
2020-07-13
1
-4
/
+3
|
*
video_core/format_lookup_table: Add formats with existing PixelFormat
ReinUsesLisp
2020-07-13
1
-1
/
+9
*
|
Merge pull request #4242 from ReinUsesLisp/maxwell-dma
bunnei
2020-07-14
2
-4
/
+3
|
\
\
|
|
/
|
/
|
|
*
video_core/textures: Add and use SwizzleSliceToVoxel, and minor style changes
ReinUsesLisp
2020-07-10
2
-4
/
+3
*
|
configuration: implement per-game configurations (#4098)
lat9nq
2020-07-09
1
-1
/
+1
|
/
*
Merge pull request #4176 from ReinUsesLisp/compatible-formats
Fernando Sahmkow
2020-06-30
1
-5
/
+20
|
\
|
*
texture_cache: Test format compatibility before copying
ReinUsesLisp
2020-06-26
1
-5
/
+20
*
|
Merge pull request #4144 from FernandoS27/tt-fix
bunnei
2020-06-26
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
TextureCache: Fix case where layer goes off bound.
Fernando Sahmkow
2020-06-22
1
-0
/
+3
*
|
texture_cache: Fix incorrect address used in a DeduceSurface() call
Lioncash
2020-06-20
1
-1
/
+1
|
/
*
texture_cache: Port original code management for 2D vs 3D textures
ReinUsesLisp
2020-06-08
2
-16
/
+35
*
texture_cache: Simplify blit code
ReinUsesLisp
2020-06-08
1
-9
/
+7
*
texture_cache: Handle 3D texture blits with one layer
ReinUsesLisp
2020-06-08
2
-3
/
+8
*
texture_cache: Implement rendering to 3D textures
ReinUsesLisp
2020-06-08
4
-80
/
+76
*
Merge pull request #4012 from ReinUsesLisp/mipmap-overlaps
bunnei
2020-06-03
1
-28
/
+43
|
\
|
*
texture_cache: More relaxed reconstruction
ReinUsesLisp
2020-05-29
1
-13
/
+9
|
*
texture_cache: Only copy textures that were modified from host
ReinUsesLisp
2020-05-29
1
-2
/
+6
|
*
texture_cache: Reload textures when number of resources mismatch
ReinUsesLisp
2020-05-29
1
-0
/
+9
|
*
texture_cache: Handle overlaps with multiple subresources
ReinUsesLisp
2020-05-29
1
-27
/
+33
*
|
Merge pull request #4005 from ReinUsesLisp/g24r8
Rodrigo Locatti
2020-06-01
1
-1
/
+2
|
\
\
|
*
|
format_lookup_table: Implement G24S8 format as S8Z24
ReinUsesLisp
2020-05-28
1
-1
/
+2
*
|
|
Merge pull request #3999 from ReinUsesLisp/opt-tex-cache
bunnei
2020-05-31
1
-24
/
+29
|
\
\
\
|
|
_
|
/
|
/
|
|
[next]