Commit Graph

118 Commits

Author SHA1 Message Date
fallenoak
4f5c90b690 chore(gx): rename CGxFormat::sampleCount to CGxFormat::multisampleCount 2025-11-16 21:49:30 -06:00
fallenoak
2596911617
feat(gx): add static conversion tables to CGxFormat 2025-11-16 20:30:39 -06:00
fallenoak
526fe4e8cb fix(build): avoid linking error in gcc builds 2025-11-09 20:44:48 -06:00
fallenoak
3ebed78a98
feat(gx): add CGxCaps::m_stereoAvailable 2025-11-09 19:58:43 -06:00
fallenoak
a06d989d30 feat(gx): add GxAdapterMonitorModes 2025-11-08 23:03:23 -06:00
fallenoak
93f450b24c
fix(gx): correct math in CGxString::InitializeViewTranslation 2025-11-05 20:56:39 -06:00
fallenoak
fbb45d43c6
fix(gx): correct math in GxuFontGetWrappedTextHeight 2025-11-05 20:06:29 -06:00
fallenoak
8247e59088
chore(gx): name variable in GxuFontGetWrappedTextHeight 2025-11-05 19:56:41 -06:00
Tristan Cormier
300d6b2f29 feat(gx): add GxDevExists 2025-11-04 10:44:50 -06:00
fallenoak
d6cf306330
fix(gx): members of C4Pixel should be unsigned 2025-10-27 22:24:23 -05:00
fallenoak
1f0b89963d
feat(gx): implement Blit_Argb8888_Rgb565 2025-10-26 11:50:19 -05:00
fallenoak
bcf6f34e81
feat(gx): add TextureAllocMippedImg 2025-10-20 23:00:37 -05:00
fallenoak
77622566d7
feat(gx): add TextureCalcMipCount 2025-10-20 16:50:40 -05:00
fallenoak
9e46e15e0b
chore(gx): improve organization of BLP-related code 2025-10-20 16:20:17 -05:00
fallenoak
9c6e52fcc3
fix(gx): fix incorrect coordinate conversion for spacing in TextBlockGetMaxCharsWithinWidthAndHeight 2025-10-06 12:44:25 -05:00
fallenoak
76bc57edb5
chore(gx): improve param names for GxuFontGetTextExtent 2025-10-03 15:25:36 -05:00
fallenoak
4bd4868531 chore(build): update libs 2025-09-23 17:00:37 -07:00
fallenoak
667e50bd67
feat(gx): implement LoadingScreenDrawing 2025-09-22 14:27:05 -07:00
fallenoak
4a8bf35caa
chore(build): fix compatibility with CMake 4.x 2025-09-02 17:28:17 -05:00
fallenoak
bc1ce52f7d
chore(gx): use uint32_t union member in CGxStateBom when appropriate 2023-04-17 16:52:11 -05:00
fallenoak
58272f1212
chore(gx): clean up function declarations in GLDevice 2023-04-17 12:16:38 -05:00
fallenoak
01ca76788c
chore(gx): clean up member function declarations in CGxMatrixStack 2023-04-15 21:23:03 -05:00
fallenoak
912d643e9c
chore(gx): add flag enum to CGxMatrixStack 2023-04-15 21:21:27 -05:00
fallenoak
d67e13087a
feat(gx): sync viewport in d3d backend 2023-04-15 13:56:49 -05:00
fallenoak
37996fa79c
feat(gx): set marker when viewport changes 2023-04-15 12:36:57 -05:00
fallenoak
5174970b24
feat(gx): sync projection and view xforms in d3d backend 2023-04-15 12:14:33 -05:00
fallenoak
c0e623d02b
feat(gx): add const getter for top of matrix stack 2023-04-15 10:32:07 -05:00
fallenoak
4a1101bd7d
feat(gx): stub ffp state syncing in d3d backend 2023-04-15 10:04:29 -05:00
fallenoak
36fa30eba8
feat(gx): add equality operator to CGxStateBom 2023-04-15 09:16:59 -05:00
fallenoak
317d94cd1a
feat(gx): handle projection and view matrices in GLL backend 2023-04-14 08:02:40 -05:00
fallenoak
eb70607750
fix(gx): only change vertex array FFP state for used attrib slots 2023-04-14 07:45:19 -05:00
fallenoak
eddc6f7f4a
fix(gx): correct off-by-one error when popping render states 2023-04-11 00:24:59 -05:00
fallenoak
dfb7fb0270
feat(gx): add FFP support for vertex arrays in GLL 2023-04-11 00:23:06 -05:00
fallenoak
30964bf827
fix(gx): walk dirty states backward when syncing 2023-04-09 22:41:02 -05:00
fallenoak
43f6d1f3cd
fix(gx): set remaining values in ortho proj matrix 2023-04-08 23:03:09 -05:00
fallenoak
0003d5bd4b
chore(gx): tweak style in GxPrimVertexPtr 2023-04-07 14:46:08 -05:00
Phaneron
1ef7d46ba3
feat(gx): add locked vertex drawing functions 2023-04-07 14:40:32 -05:00
fallenoak
889395a79a
feat(gx): add buf data helper function 2023-04-06 15:00:16 -05:00
fallenoak
4a1b84ad57
fix(gx): correct GxScenePresent behavior 2023-04-06 12:22:04 -05:00
fallenoak
7beaf8d992
fix(screen): build layer visibility rects in correct order 2023-04-01 08:24:27 -05:00
fallenoak
6e48b775aa
feat(gx): add setter for screen layer rect 2023-03-31 15:19:03 -05:00
fallenoak
fad901796c
chore(gx): clean up screen stock initialization 2023-03-31 13:16:45 -05:00
fallenoak
21c2484809
chore(gx): clean up screen declarations 2023-03-31 13:09:30 -05:00
fallenoak
ee1d46db19
chore(build): remove unused includes 2023-03-31 12:03:37 -05:00
fallenoak
e7780e67fb
feat(gx): wire up screen regions in OnPaint 2023-03-30 17:11:19 -05:00
fallenoak
aeade5b085
chore(build): update libs 2023-03-27 17:46:26 -05:00
Phaneron
da23578002
feat(gx): implement CGxDevice::BufData 2023-03-20 17:28:23 -05:00
fallenoak
acaa42019a
feat(gx): add getter for device window 2023-03-19 23:48:52 -05:00
fallenoak
d5562cb82a feat(gx): reset d3d device on window size changes 2023-03-19 13:29:10 -05:00
fallenoak
313e2b81ff chore(gx): pool discard uses pool invalidate 2023-03-19 13:27:55 -05:00