index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
shader
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Review 1
Kelebek1
2021-02-15
1
-1
/
+1
*
Implement texture offset support for TexelFetch and TextureGather and add off...
Kelebek1
2021-02-15
2
-2
/
+10
*
yuzu: Various frontend improvements to avoid crashes and improve experience o...
bunnei
2021-02-14
1
-0
/
+1
*
video_core: Reimplement the buffer cache
ReinUsesLisp
2021-02-13
3
-9
/
+6
*
Revert "Start of Integer flags implementation"
ReinUsesLisp
2021-01-25
3
-59
/
+3
*
video_core: Silence -Wmissing-field-initializers warnings
ReinUsesLisp
2021-01-24
1
-0
/
+18
*
shader_ir: Fix comment typo
Levi Behunin
2021-01-23
1
-1
/
+1
*
Merge remote-tracking branch 'upstream/master' into int-flags
Levi
2021-01-10
25
-354
/
+354
|
\
|
*
renderer_vulkan: Move device abstraction to vulkan_common
ReinUsesLisp
2021-01-04
1
-1
/
+1
|
*
renderer_vulkan: Rename VKDevice to Device
ReinUsesLisp
2021-01-03
2
-3
/
+3
|
*
half_set: Resolve -Wmaybe-uninitialized warnings
Lioncash
2020-12-30
1
-7
/
+7
|
*
video_core: Rewrite the texture cache
ReinUsesLisp
2020-12-30
7
-69
/
+70
|
*
Merge pull request #5164 from lioncash/contains
Rodrigo Locatti
2020-12-07
2
-7
/
+7
|
|
\
|
|
*
video_core: Make use of ordered container contains() where applicable
Lioncash
2020-12-07
2
-7
/
+7
|
*
|
ast: Improve string concat readability in operator()
Lioncash
2020-12-07
1
-5
/
+4
|
|
/
|
*
Merge pull request #5159 from lioncash/move-amend
Rodrigo Locatti
2020-12-07
1
-2
/
+2
|
|
\
|
|
*
shader_ir: std::move node within DeclareAmend()
Lioncash
2020-12-07
1
-2
/
+2
|
*
|
video_core: Remove unnecessary enum class casting in logging messages
Lioncash
2020-12-07
11
-54
/
+44
|
|
/
|
*
video_core: Resolve more variable shadowing scenarios pt.3
Lioncash
2020-12-05
12
-48
/
+55
|
*
video_core: Resolve more variable shadowing scenarios pt.2
Lioncash
2020-12-05
3
-13
/
+13
|
*
node: Mark member functions as [[nodiscard]] where applicable
Lioncash
2020-12-03
1
-29
/
+29
|
*
node: Eliminate variable shadowing
Lioncash
2020-12-03
1
-47
/
+49
|
*
Merge pull request #3681 from lioncash/component
Rodrigo Locatti
2020-11-24
1
-2
/
+2
|
|
\
|
|
*
decode/image: Fix typo in assert in GetComponentSize()
Lioncash
2020-04-15
1
-3
/
+3
|
|
*
decoder/image: Fix incorrect G24R8 component sizes in GetComponentSize()
Lioncash
2020-04-15
1
-2
/
+2
|
*
|
async_shaders: emplace threads into the worker thread vector
Lioncash
2020-11-20
1
-2
/
+2
|
*
|
async_shaders: Simplify implementation of GetCompletedWork()
Lioncash
2020-11-20
1
-2
/
+1
|
*
|
async_shaders: Simplify moving data into the pending queue
Lioncash
2020-11-20
1
-13
/
+8
|
*
|
async_shaders: std::move data within QueueVulkanShader()
Lioncash
2020-11-20
1
-2
/
+2
|
*
|
Merge pull request #4854 from ReinUsesLisp/cube-array-shadow
bunnei
2020-11-05
1
-1
/
+0
|
|
\
\
|
|
*
|
shader: Partially implement texture cube array shadow
ReinUsesLisp
2020-10-28
1
-1
/
+0
|
*
|
|
Merge pull request #4865 from ameerj/async-threadcount
bunnei
2020-11-01
1
-8
/
+9
|
|
\
\
\
|
|
*
|
|
async_shaders: Increase Async worker thread count for 8+ thread cpus
ameerj
2020-10-29
1
-8
/
+9
|
|
|
/
/
|
*
/
/
shader/arithmetic: Implement FCMP immediate + register variant
ReinUsesLisp
2020-10-28
1
-1
/
+2
|
|
/
/
|
*
|
shader/texture: Implement CUBE texture type for TMML and fix arrays
ReinUsesLisp
2020-10-07
1
-19
/
+22
|
*
|
Merge pull request #4703 from lioncash/desig7
bunnei
2020-09-26
2
-26
/
+26
|
|
\
\
|
|
*
|
shader/registry: Silence a -Wshadow warning
Lioncash
2020-09-23
2
-5
/
+5
|
|
*
|
shader/registry: Remove unnecessary namespace qualifiers
Lioncash
2020-09-23
1
-5
/
+3
|
|
*
|
shader/registry: Make use of designated initializers where applicable
Lioncash
2020-09-23
1
-17
/
+19
|
*
|
|
Merge pull request #4711 from lioncash/move5
bunnei
2020-09-24
1
-16
/
+19
|
|
\
\
\
|
|
*
|
|
arithmetic_integer_immediate: Make use of std::move where applicable
Lioncash
2020-09-24
1
-16
/
+19
|
|
|
/
/
*
|
|
|
More forgetting... duh
Levi Behunin
2020-09-24
1
-2
/
+2
*
|
|
|
Forgot to apply suggestion here as well
Levi Behunin
2020-09-24
1
-1
/
+1
*
|
|
|
Address Comments
Levi Behunin
2020-09-24
3
-25
/
+34
*
|
|
|
Start of Integer flags implementation
Levi Behunin
2020-09-24
3
-3
/
+50
|
/
/
/
*
|
|
Merge pull request #4674 from ReinUsesLisp/timeline-semaphores
bunnei
2020-09-23
1
-0
/
+11
|
\
\
\
|
*
|
|
renderer_vulkan: Make unconditional use of VK_KHR_timeline_semaphore
ReinUsesLisp
2020-09-19
1
-0
/
+11
*
|
|
|
control_flow: emplace elements in place within TryQuery()
Lioncash
2020-09-22
1
-6
/
+6
*
|
|
|
control_flow: Make use of std::move in InsertBranch()
Lioncash
2020-09-22
1
-7
/
+8
|
|
/
/
|
/
|
|
*
|
|
General: Make use of std::nullopt where applicable
Lioncash
2020-09-22
2
-18
/
+11
[next]