RingRacers/src/hwr2
James R 4a7d2504b0 srb2::hwr2::PaletteManager: disable lighttables upload
- This code uploads encoremap to the GPU as a texture.
- It assumes encoremap is 256 * 32 bytes, but in reality
  encoremap is only 256 bytes.
- The textures go completely unused, so I simply
  commented out the code altogether.
2024-02-05 19:04:23 -08:00
..
blendmode.hpp
blit_postimg_screens.cpp hwr2: Remove pass infrastructure 2023-09-01 15:30:04 -05:00
blit_postimg_screens.hpp hwr2: Remove pass infrastructure 2023-09-01 15:30:04 -05:00
blit_rect.cpp Fix several Clang compile warnings 2024-01-16 06:11:43 -05:00
blit_rect.hpp srb2::hwr2::BlitRectPass::set_output: set x/y as well 2023-09-30 16:38:56 -07:00
CMakeLists.txt hwr2: upscale chosen resolution to desktop res 2023-09-01 15:30:04 -05:00
hardware_state.hpp hwr2: upscale chosen resolution to desktop res 2023-09-01 15:30:04 -05:00
pass.cpp
pass.hpp rhi: remove TransferContexts 2023-07-09 13:54:07 -05:00
pass_imgui.cpp Fix several Clang compile warnings 2024-01-16 06:11:43 -05:00
pass_imgui.hpp rhi: remove TransferContexts 2023-07-09 13:54:07 -05:00
pass_manager.cpp rhi: remove TransferContexts 2023-07-09 13:54:07 -05:00
pass_manager.hpp rhi: remove TransferContexts 2023-07-09 13:54:07 -05:00
pass_resource_managers.cpp hwr2: Remove pass infrastructure 2023-09-01 15:30:04 -05:00
pass_resource_managers.hpp hwr2: Remove pass infrastructure 2023-09-01 15:30:04 -05:00
patch_atlas.cpp hwr2: Remove pass infrastructure 2023-09-01 15:30:04 -05:00
patch_atlas.hpp hwr2: Remove pass infrastructure 2023-09-01 15:30:04 -05:00
postprocess_wipe.cpp hwr2: Remove pass infrastructure 2023-09-01 15:30:04 -05:00
postprocess_wipe.hpp hwr2: Remove pass infrastructure 2023-09-01 15:30:04 -05:00
resource_management.cpp srb2::hwr2::PaletteManager: disable lighttables upload 2024-02-05 19:04:23 -08:00
resource_management.hpp srb2::hwr2::PaletteManager: disable lighttables upload 2024-02-05 19:04:23 -08:00
screen_capture.cpp hwr2: Remove pass infrastructure 2023-09-01 15:30:04 -05:00
screen_capture.hpp hwr2: Remove pass infrastructure 2023-09-01 15:30:04 -05:00
software_screen_renderer.cpp hwr2: fix unaligned software copies 2023-09-01 15:30:04 -05:00
software_screen_renderer.hpp hwr2: Remove pass infrastructure 2023-09-01 15:30:04 -05:00
twodee.cpp
twodee.hpp Fix several Clang compile warnings 2024-01-16 06:11:43 -05:00
twodee_renderer.cpp Fix several Clang compile warnings 2024-01-16 06:11:43 -05:00
twodee_renderer.hpp Enforce C++17 standard compliance 2023-12-14 21:00:42 -06:00
upscale_backbuffer.cpp UpscaleBackbuffer::begin_pass: use separate renderpass to clear framebuffer if texture was recreated 2023-09-30 19:23:14 -07:00
upscale_backbuffer.hpp UpscaleBackbuffer::begin_pass: use separate renderpass to clear framebuffer if texture was recreated 2023-09-30 19:23:14 -07:00