index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
Age
Commit message (
Expand
)
Author
2021-05-25
common: fs: Rework the Common Filesystem interface to make use of std::filesy...
Morph
2021-05-20
Merge pull request #6248 from A-w-x/intelmesa
bunnei
2021-05-18
Merge pull request #6317 from ameerj/fps-fix
bunnei
2021-05-17
Merge pull request #6322 from ameerj/fast-null-buffer
bunnei
2021-05-16
buffer_cache: Ensure null buffers cannot take the fast uniform bind path
ameerj
2021-05-15
Merge pull request #6289 from ameerj/oob-blit
bunnei
2021-05-15
perf_stats: Rework FPS counter to be more accurate
ameerj
2021-05-07
texture_cache: Handle out of bound texture blits
ameerj
2021-05-05
hle: kernel: Rename Process to KProcess.
bunnei
2021-04-26
gl_device: Intel: Disable texture view formats workaround on mesa
A-w-x
2021-04-25
Merge pull request #6237 from ameerj/nvdec-end-fix
bunnei
2021-04-24
vk_texture_cache: Swap R and B channels of color flipped format
ameerj
2021-04-24
nvhost_vic: Fix device closure
ameerj
2021-04-19
texture_cache/util: Fix src being used instead of dst within DeduceBlitImages
Lioncash
2021-04-16
Merge pull request #6125 from ogniK5377/nvdec-close-dev
bunnei
2021-04-16
Address issues
Chloe Marcec
2021-04-14
Merge pull request #6196 from bunnei/asserts-setting
bunnei
2021-04-14
common: Move settings to common from core.
bunnei
2021-04-13
Merge pull request #6191 from lioncash/vdtor
bunnei
2021-04-13
Merge pull request #6190 from lioncash/constfn2
bunnei
2021-04-13
Merge pull request #6188 from lioncash/bits
bunnei
2021-04-13
Merge pull request #6187 from lioncash/sign-conv
bunnei
2021-04-12
engine_interface: Add missing virtual destructor
Lioncash
2021-04-12
vk_master_semaphore: Deduplicate atomic access within IsFree()
Lioncash
2021-04-12
vk_master_semaphore: Add missing const qualifier for IsFree()
Lioncash
2021-04-12
vk_texture_cache: Make use of Common::BitCast where applicable
Lioncash
2021-04-12
texure_cache/util: Resolve implicit sign conversions with std::reduce
Lioncash
2021-04-12
query_cache: Make use of std::erase_if
Lioncash
2021-04-11
Merge pull request #6181 from Joshua-Ashton/robustness_features
Rodrigo Locatti
2021-04-11
vk_buffer_cache: Fix offset for NULL vertex buffers
Joshua Ashton
2021-04-11
vulkan_device: Enable EXT_robustness2 features
Joshua Ashton
2021-04-11
renderer_vulkan: Check return value of AcquireNextImage
Joshua Ashton
2021-04-07
video_core: Use a CV for blocking commands.
Markus Wick
2021-04-07
video_core/gpu_thread: Keep the write lock for allocating the fence.
Markus Wick
2021-04-07
video_core/gpu_thread: Implement a ShutDown method.
Markus Wick
2021-04-07
common/threadsafe_queue: Provide Wait() method.
Markus Wick
2021-04-05
vp9: Avoid memcpy with null pointers
lat9nq
2021-03-30
Merge pull request #5927 from ameerj/astc-compute
Rodrigo Locatti
2021-03-30
nvdrv: Cleanup CDMA Processor on device closure
Chloe Marcec
2021-03-30
vulkan_common: enable OpenGL interop on other Unices
Jan Beich
2021-03-25
astc_decoder: Refactor for style and more efficient memory use
ameerj
2021-03-24
gl_device: unblock async shaders on other Unix systems
Jan Beich
2021-03-21
gl_device: Block async shaders on AMD and Intel
lat9nq
2021-03-13
astc_decoder: Reimplement Layers
Rodrigo Locatti
2021-03-13
astc_decoder: Fix out of bounds memory access
ameerj
2021-03-13
renderer_vulkan: Accelerate ASTC decoding
ameerj
2021-03-13
host_shaders: Modify shader cmake integration to allow for larger shaders
ameerj
2021-03-13
renderer_opengl: Accelerate ASTC texture decoding with a compute shader
ameerj
2021-03-12
Merge pull request #6028 from bunnei/raster-cache
bunnei
2021-03-12
video_core: rasterizer_accelerated: Fix un/signed mismatch.
bunnei
[next]