whoa/src/gx
2025-12-14 23:08:59 -06:00
..
blp chore(gx): improve organization of BLP-related code 2025-10-20 16:20:17 -05:00
buffer chore(gx): pool discard uses pool invalidate 2023-03-19 13:27:55 -05:00
d3d chore(gx): rename CGxFormat::sampleCount to CGxFormat::multisampleCount 2025-11-16 21:49:30 -06:00
font chore(gx): extract TextBlock functions into dedicated unit 2025-12-14 23:08:59 -06:00
gll chore(gx): rename CGxFormat::sampleCount to CGxFormat::multisampleCount 2025-11-16 21:49:30 -06:00
mac feat(gx): add GxAdapterMonitorModes 2025-11-08 23:03:23 -06:00
shader feat(gx): remove placeholder gx caps (#45) 2023-03-09 22:29:33 -06:00
texture chore(gx): improve organization of BLP-related code 2025-10-20 16:20:17 -05:00
win feat(gx): add GxAdapterMonitorModes 2025-11-08 23:03:23 -06:00
Adapter.cpp feat(gx): add GxAdapterFormats 2025-11-16 22:18:32 -06:00
Adapter.hpp feat(gx): add GxAdapterFormats 2025-11-16 22:18:32 -06:00
Blit.cpp feat(gx): implement Blit_Argb8888_Rgb565 2025-10-26 11:50:19 -05:00
Blit.hpp chore: initial commit 2023-01-02 13:17:18 -06:00
Blp.hpp chore(gx): improve organization of BLP-related code 2025-10-20 16:20:17 -05:00
Buffer.cpp chore(gx): tweak style in GxPrimVertexPtr 2023-04-07 14:46:08 -05:00
Buffer.hpp feat(gx): add locked vertex drawing functions 2023-04-07 14:40:32 -05:00
Camera.cpp chore(style): normalize memory allocations 2023-01-04 21:00:29 -06:00
Camera.hpp chore: initial commit 2023-01-02 13:17:18 -06:00
CCamera.cpp chore: initial commit 2023-01-02 13:17:18 -06:00
CCamera.hpp chore: initial commit 2023-01-02 13:17:18 -06:00
CGxBatch.hpp chore: initial commit 2023-01-02 13:17:18 -06:00
CGxCaps.hpp feat(gx): add CGxCaps::m_stereoAvailable 2025-11-09 19:58:43 -06:00
CGxDevice.cpp feat(gx): add GxAdapterFormats 2025-11-16 22:18:32 -06:00
CGxDevice.hpp feat(gx): add GxAdapterFormats 2025-11-16 22:18:32 -06:00
CGxFormat.cpp feat(gx): add AdapterFormatSort 2025-11-16 22:02:21 -06:00
CGxFormat.hpp feat(gx): add AdapterFormatSort 2025-11-16 22:02:21 -06:00
CGxMatrixStack.cpp chore(gx): add flag enum to CGxMatrixStack 2023-04-15 21:21:27 -05:00
CGxMatrixStack.hpp chore(gx): clean up member function declarations in CGxMatrixStack 2023-04-15 21:23:03 -05:00
CGxMonitorMode.cpp feat(gx): add GxAdapterMonitorModes 2025-11-08 23:03:23 -06:00
CGxMonitorMode.hpp feat(gx): add GxAdapterMonitorModes 2025-11-08 23:03:23 -06:00
CGxStateBom.cpp chore(gx): use uint32_t union member in CGxStateBom when appropriate 2023-04-17 16:52:11 -05:00
CGxStateBom.hpp feat(gx): add equality operator to CGxStateBom 2023-04-15 09:16:59 -05:00
CMakeLists.txt fix(build): avoid linking error in gcc builds 2025-11-09 20:44:48 -06:00
Coordinate.cpp chore: initial commit 2023-01-02 13:17:18 -06:00
Coordinate.hpp chore: initial commit 2023-01-02 13:17:18 -06:00
Device.cpp feat(gx): add GxDevExists 2025-11-04 10:44:50 -06:00
Device.hpp feat(gx): add GxDevExists 2025-11-04 10:44:50 -06:00
Draw.cpp feat(gx): add locked vertex drawing functions 2023-04-07 14:40:32 -05:00
Draw.hpp feat(gx): add locked vertex drawing functions 2023-04-07 14:40:32 -05:00
Font.cpp chore(gx): extract TextBlock functions into dedicated unit 2025-12-14 23:08:59 -06:00
Font.hpp chore(gx): extract TextBlock functions into dedicated unit 2025-12-14 23:08:59 -06:00
Gx.cpp feat(gx): remove placeholder gx caps (#45) 2023-03-09 22:29:33 -06:00
Gx.hpp feat(gx): remove placeholder gx caps (#45) 2023-03-09 22:29:33 -06:00
LoadingScreen.cpp feat(gx): implement LoadingScreenDrawing 2025-09-22 14:27:05 -07:00
LoadingScreen.hpp feat(gx): implement LoadingScreenDrawing 2025-09-22 14:27:05 -07:00
RenderState.cpp chore: initial commit 2023-01-02 13:17:18 -06:00
RenderState.hpp chore: initial commit 2023-01-02 13:17:18 -06:00
Screen.cpp fix(gx): correct GxScenePresent behavior 2023-04-06 12:22:04 -05:00
Screen.hpp feat(gx): add setter for screen layer rect 2023-03-31 15:19:03 -05:00
Shader.cpp chore: initial commit 2023-01-02 13:17:18 -06:00
Shader.hpp chore: initial commit 2023-01-02 13:17:18 -06:00
Texture.cpp fix(gx): correct mip pointer handling in MippedImgAllocA 2025-12-13 11:51:17 -06:00
Texture.hpp feat(gx): add TextureAllocMippedImg 2025-10-20 23:00:37 -05:00
Transform.cpp fix(gx): set remaining values in ortho proj matrix 2023-04-08 23:03:09 -05:00
Transform.hpp chore: initial commit 2023-01-02 13:17:18 -06:00
Types.hpp fix(gx): members of C4Pixel should be unsigned 2025-10-27 22:24:23 -05:00
Window.cpp feat(app): add windows app 2023-01-03 00:45:25 -06:00
Window.hpp feat(app): add windows app 2023-01-03 00:45:25 -06:00