You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Subv 004b1b3830 GPU: Convert the gl_InstanceId and gl_VertexID variables to floats when reading from them. 8 years ago
..
debug_utils GPU: Make the debug_context variable a member of the frontend instead of a global. 8 years ago
engines GPU: Implement the iset family of shader instructions. 8 years ago
renderer_opengl GPU: Convert the gl_InstanceId and gl_VertexID variables to floats when reading from them. 8 years ago
textures GPU: Support changing the texture swizzles for Maxwell textures. 8 years ago
CMakeLists.txt renderer_opengl: Add gl_shader_manager class. 8 years ago
command_processor.cpp GPU: Allow command lists to rebind a channel to another engine in the middle of the command list. 8 years ago
command_processor.h GPU: Process command mode 5 (IncreaseOnce) differently from other commands. 8 years ago
gpu.cpp GPU: Allow the usage of RGBA16_FLOAT in the texture copy engine. 8 years ago
gpu.h Merge pull request #527 from Subv/rgba32f_texcopy 8 years ago
macro_interpreter.cpp general: Convert assertion macros over to be fmt-compatible 8 years ago
macro_interpreter.h GPU: Implemented a gpu macro interpreter. 8 years ago
memory_manager.cpp GPU: Implemented nvhost-as-gpu's UnmapBuffer ioctl. 8 years ago
memory_manager.h GPU: Implemented nvhost-as-gpu's UnmapBuffer ioctl. 8 years ago
rasterizer_interface.h gl_rasterizer_cache: Update to be based on GPU addresses, not CPU addresses. 8 years ago
renderer_base.cpp renderer: Create rasterizer and cleanup. 8 years ago
renderer_base.h video_core: Move FramebufferInfo to FramebufferConfig in GPU. 8 years ago
utils.h renderer_opengl: Fix Morton copy byteswap, etc. 8 years ago
video_core.cpp video-core: Move logging macros over to new fmt-capable ones 8 years ago
video_core.h renderer: Create rasterizer and cleanup. 8 years ago