litucks-torzu/src/video_core
Zach Hilman da5a537029
Merge pull request #2563 from ReinUsesLisp/shader-initializers
gl_shader_cache: Use static constructors for CachedShader initialization
2019-07-03 20:20:05 -04:00
..
debug_utils
engines Merge pull request #2562 from ReinUsesLisp/split-cbuf-upload 2019-06-17 22:35:04 -04:00
renderer_opengl Merge pull request #2563 from ReinUsesLisp/shader-initializers 2019-07-03 20:20:05 -04:00
renderer_vulkan Merge pull request #2538 from ReinUsesLisp/ssy-pbk 2019-06-15 20:30:13 -04:00
shader shader: Split SSY and PBK stack 2019-06-07 02:18:27 -03:00
textures maxwell_to_gl: Use GL_CLAMP to emulate Clamp wrap mode 2019-05-30 13:21:01 -03:00
CMakeLists.txt video_core/engines: Move ConstBufferInfo out of Maxwell3D 2019-06-07 19:47:15 -03:00
dma_pusher.cpp Dma_pusher: ASSERT on empty command_list 2019-05-19 10:48:31 -04:00
dma_pusher.h
gpu.cpp
gpu.h
gpu_asynch.cpp
gpu_asynch.h
gpu_synch.cpp
gpu_synch.h
gpu_thread.cpp core/core_timing_util: Use std::chrono types for specifying time units 2019-06-04 20:31:24 -04:00
gpu_thread.h Merge pull request #2467 from lioncash/move 2019-05-19 15:20:37 +01:00
macro_interpreter.cpp Revert #2466 2019-05-19 16:04:44 -04:00
macro_interpreter.h
memory_manager.cpp video_core/memory_manager: Mark IsBlockContinuous() as a const member function 2019-05-09 19:14:36 -04:00
memory_manager.h GPUVM: Correct GPU VM virtual address space 2019-06-09 17:47:15 -04:00
morton.cpp
morton.h
rasterizer_cache.cpp
rasterizer_cache.h rasterizer_cache: Protect inherited caches from submission level 2019-07-01 04:32:01 -04:00
rasterizer_interface.h
renderer_base.cpp
renderer_base.h
sampler_cache.cpp
sampler_cache.h
surface.cpp
surface.h
texture_cache.cpp
texture_cache.h
video_core.cpp
video_core.h