Commit Graph

131 Commits

Author SHA1 Message Date
fallenoak
d3c3c21237
chore(gx): extract TextBlock functions into dedicated unit 2025-12-14 23:08:59 -06:00
fallenoak
eee9322da9
chore(gx): clean up TextBlockCreate 2025-12-14 22:46:41 -06:00
fallenoak
850daf5e66
chore(gx): correct validation macros in GxuFontCreateString 2025-12-14 21:16:31 -06:00
fallenoak
c38b8005e6
feat(gx): add EGxStringFlags 2025-12-14 20:32:52 -06:00
fallenoak
1b0c787a85
chore(gx): clean up CGxString declarations 2025-12-14 16:01:09 -06:00
fallenoak
cf4d5a598d
feat(gx): add CGxString::HandleScreenSizeChange 2025-12-14 15:55:55 -06:00
fallenoak
4cad4121c1
feat(gx): partially implement CGxString dtor 2025-12-14 15:48:33 -06:00
fallenoak
0063f7fd12
fix(gx): correct mip pointer handling in MippedImgAllocA 2025-12-13 11:51:17 -06:00
fallenoak
01bd869abd
fix(gx): add missing defines 2025-12-09 22:37:11 -06:00
fallenoak
8e693843fa
feat(gx): handle remaining codes in GxuDetermineQuotedCode 2025-12-09 22:34:14 -06:00
fallenoak
8d28d35bd1
chore(gx): split out font utilities (#143) 2025-12-09 08:58:42 -06:00
fallenoak
4ddbf9b88f feat(gx): add GxAdapterFormats 2025-11-16 22:18:32 -06:00
fallenoak
2565588d81
feat(gx): add AdapterFormatSort 2025-11-16 22:02:21 -06:00
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