jak-project/game/graphics/opengl_renderer
2024-04-06 14:27:36 -04:00
..
background decomp3: add background data to pc renderers, get mood and time of day stuff running (#3450) 2024-04-06 14:27:36 -04:00
foreground decomp3: spawn target, add merc and particle buckets and some temporary hacks (#3445) 2024-04-05 00:07:39 -04:00
loader [jak2] implement pc cheats in menu (#3275) 2023-12-28 11:14:10 +00:00
ocean [jak 2] Fix possible stereo desync in overlord (#2663) 2023-05-19 21:17:11 -04:00
shaders [jak2] Hopefully improve sky performance (#3130) 2023-11-04 09:33:16 -04:00
sprite decomp3: spawn target, add merc and particle buckets and some temporary hacks (#3445) 2024-04-05 00:07:39 -04:00
AdgifHandler.h [graphics] port generic VU1 to OpenGL (#1221) 2022-03-06 19:56:43 -05:00
BlitDisplays.cpp decomp3: spawn target, add merc and particle buckets and some temporary hacks (#3445) 2024-04-05 00:07:39 -04:00
BlitDisplays.h [jak2] use current buffer for blit-displays (#2855) 2023-07-29 18:14:31 -04:00
BucketRenderer.cpp deps: update fmt to latest version (#3403) 2024-03-05 22:11:52 -05:00
BucketRenderer.h [gfx] Clean up background renderer matrices, fix "hole covers" (#2866) 2023-07-29 20:34:42 -04:00
buckets.h decomp3: spawn target, add merc and particle buckets and some temporary hacks (#3445) 2024-04-05 00:07:39 -04:00
CollideMeshRenderer.cpp improve decomp of state handlers and art groups (#3014) 2023-09-23 09:53:50 -04:00
CollideMeshRenderer.h improve decomp of state handlers and art groups (#3014) 2023-09-23 09:53:50 -04:00
debug_gui.cpp deps: update fmt to latest version (#3403) 2024-03-05 22:11:52 -05:00
debug_gui.h fix custom screenshots and change screenshot directory (#3339) 2024-01-26 04:49:35 +00:00
DepthCue.cpp deps: update fmt to latest version (#3403) 2024-03-05 22:11:52 -05:00
DepthCue.h W/misc fixes (#1838) 2022-09-05 20:29:12 -04:00
DirectRenderer.cpp deps: update fmt to latest version (#3403) 2024-03-05 22:11:52 -05:00
DirectRenderer.h [jak2] fix a few silly texture bugs (#2917) 2023-08-18 11:04:31 -04:00
DirectRenderer2.cpp Get the project compiling on Apple Silicon macOS natively (arm64) (#2827) 2023-07-16 11:13:48 -04:00
DirectRenderer2.h lint: add include sorting config to clang-format (#1517) 2022-06-22 23:37:46 -04:00
dma_helpers.cpp deps: update fmt to latest version (#3403) 2024-03-05 22:11:52 -05:00
dma_helpers.h [graphics] partial tfrag implementation (#958) 2021-11-13 20:44:17 -05:00
EyeRenderer.cpp [jak2] Fix degrees conversion for particle rotation (#2413) 2023-03-25 18:01:43 -04:00
EyeRenderer.h [jak2] Fix texture page dir offset for jak 2 (#2412) 2023-03-25 16:34:03 -04:00
Fbo.h [jak2] Work-in-progress texture animations (#2819) 2023-07-14 18:17:54 -04:00
opengl_utils.cpp Change important printfs to lg::print (#3355) 2024-02-01 18:01:41 +00:00
opengl_utils.h [jak2] use current buffer for blit-displays (#2855) 2023-07-29 18:14:31 -04:00
OpenGLRenderer.cpp decomp3: add background data to pc renderers, get mood and time of day stuff running (#3450) 2024-04-06 14:27:36 -04:00
OpenGLRenderer.h decomp3: spawn target, add merc and particle buckets and some temporary hacks (#3445) 2024-04-05 00:07:39 -04:00
Profiler.cpp deps: update fmt to latest version (#3403) 2024-03-05 22:11:52 -05:00
Profiler.h lint: add include sorting config to clang-format (#1517) 2022-06-22 23:37:46 -04:00
ProgressRenderer.cpp [jak2] Fix texture page dir offset for jak 2 (#2412) 2023-03-25 16:34:03 -04:00
ProgressRenderer.h [jak2] WIP minimap (#2280) 2023-02-27 19:51:14 -05:00
Shader.cpp [jak2] Fix depth testing issues on glow sprites (#2923) 2023-08-20 11:51:49 -04:00
Shader.h [jak2] Fix depth testing issues on glow sprites (#2923) 2023-08-20 11:51:49 -04:00
Shadow_PS2.cpp [jak2] combined shadow work PR (#2632) 2023-05-07 12:12:21 -04:00
ShadowRenderer.cpp fix racer hud regression (#2648) 2023-05-15 03:18:02 +01:00
ShadowRenderer.h fix shadow colors in jak 1 and jak 2 shadow crash (#2647) 2023-05-15 01:01:49 +01:00
SkyBlendCommon.h improve performance on intel graphics (#1041) 2021-12-30 19:38:18 -05:00
SkyBlendCPU.cpp Get the project compiling on Apple Silicon macOS natively (arm64) (#2827) 2023-07-16 11:13:48 -04:00
SkyBlendCPU.h Get the project compiling on Apple Silicon macOS natively (arm64) (#2827) 2023-07-16 11:13:48 -04:00
SkyBlendGPU.cpp [jak2] Fix texture page dir offset for jak 2 (#2412) 2023-03-25 16:34:03 -04:00
SkyBlendGPU.h [jak2] Fix texture page dir offset for jak 2 (#2412) 2023-03-25 16:34:03 -04:00
SkyRenderer.cpp cleanup our cmake and build warnings (#2876) 2023-08-08 20:53:16 -04:00
SkyRenderer.h [jak2] More texture animations (#2831) 2023-07-16 13:02:53 -04:00
slime_lut.h [jak2] Hopefully improve sky performance (#3130) 2023-11-04 09:33:16 -04:00
TextureAnimator.cpp Change important printfs to lg::print (#3355) 2024-02-01 18:01:41 +00:00
TextureAnimator.h [jak2] Hopefully improve sky performance (#3130) 2023-11-04 09:33:16 -04:00
TextureUploadHandler.cpp deps: update fmt to latest version (#3403) 2024-03-05 22:11:52 -05:00
TextureUploadHandler.h [jak 2] bigmap, fix texture filtering on map icons (#2906) 2023-08-15 21:53:06 -04:00
VisDataHandler.cpp [jak2] fully implement collide mesh renderer (#3010) 2023-09-22 15:50:16 +01:00
VisDataHandler.h [graphics] hook up visibility data for jak 2 (#1938) 2022-10-01 17:12:12 -04:00
Warp.cpp [jak2] GOAL side texture animation stuff (#2766) 2023-06-24 10:11:47 -04:00
Warp.h [jak2] faster startup (#2738) 2023-06-17 17:23:25 -04:00