Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename group attribute for non GLenum parameters not corresponding to any enum group #534

Merged
merged 70 commits into from
Feb 20, 2023
Merged
Show file tree
Hide file tree
Changes from 66 commits
Commits
Show all changes
70 commits
Select commit Hold shift + click to select a range
28073d6
Rename group attribute for non GLenum parameters not corresponding to…
NogginBops Aug 8, 2022
4ff6e3f
Changed all Boolean group attributes into the new kind attribute
NogginBops Aug 8, 2022
e2a495f
Removed kind tag for parameters that already had a class tag
NogginBops Aug 29, 2022
85426a8
Removed kind=handleARB
NogginBops Aug 29, 2022
f9848e5
Remove kind=Half16NV
NogginBops Aug 29, 2022
ffa6e73
Remove kind=Boolean
NogginBops Aug 29, 2022
ed8aeb9
Removed kind=BooleanPointer
NogginBops Aug 29, 2022
94e25f4
ColorB -> Color
NogginBops Aug 29, 2022
f24d734
ColorS -> Color
NogginBops Aug 29, 2022
091bb11
ColorI -> Color
NogginBops Aug 29, 2022
fa711ce
ColorD -> Color
NogginBops Aug 29, 2022
e4f3427
ColorF -> Color
NogginBops Aug 29, 2022
f55b9fc
CoordS -> Coord
NogginBops Aug 29, 2022
4fa2caf
CoordI -> Coord
NogginBops Aug 29, 2022
0a5c53c
CoordD -> Coord
NogginBops Aug 29, 2022
3db09c0
CoordF -> Coord
NogginBops Aug 29, 2022
b03d539
Removed kind=vdpauSurfaceNV
NogginBops Aug 29, 2022
94a9301
Rename kind=DrawBufferName to kind=DrawBufferIndex and add missing en…
NogginBops Aug 29, 2022
b467e4e
BufferOffsetARB -> BufferOffset
NogginBops Aug 29, 2022
e31ac8b
BufferSizeARB -> BufferSize
NogginBops Aug 29, 2022
255fc83
Removed kind=PathElement
NogginBops Aug 29, 2022
77c4279
Remove kind=LineStipple
NogginBops Aug 29, 2022
03ab4ee
ProgramCharacterNV -> String
NogginBops Aug 29, 2022
6576693
Removed ReplacementCodeSUN
NogginBops Aug 29, 2022
8d20967
Removed accidentally added line at the end of gl.xml
NogginBops Aug 29, 2022
0120297
MaskedColorIndexValueF -> MaskedColorIndexValue
NogginBops Aug 29, 2022
8e20668
MaskedColorIndexValueI -> MaskedColorIndexValue
NogginBops Aug 29, 2022
5965538
ColorUB, ColorUS, ColorUI -> Color
NogginBops Aug 29, 2022
7fd25b8
Remove kind=cl_context and kind=cl_event
NogginBops Aug 31, 2022
80cec4b
Changed kind=List to class=display list
NogginBops Sep 12, 2022
ad0db30
Changed kind=PathCommand to group=PathCoordType
NogginBops Sep 12, 2022
f2b2ff2
Merge branch 'rename-groups-that-are-not-enums' of github.com:NogginB…
NogginBops Sep 12, 2022
8a31387
Added initial kinds descriptions. Subject to change.
NogginBops Sep 12, 2022
abd020c
Merge branch 'main' of github.com:KhronosGroup/OpenGL-Registry into r…
NogginBops Sep 13, 2022
14e532a
kind=ColorIndexValue[U]?[DFISB] -> kind=ColorIndexValue
NogginBops Sep 13, 2022
726a559
Added more kind descriptions
NogginBops Sep 13, 2022
ab17ed7
Updated descriptions
NogginBops Sep 13, 2022
746d697
kind=MaskedStencilValue -> kind=StencilMask
NogginBops Sep 13, 2022
96a2958
kind=MaskedColorIndexValue -> kind=ColorIndexMask + desc
NogginBops Sep 13, 2022
8cd7559
Added kind=Clamp01 to some parameters
NogginBops Sep 13, 2022
6009481
kind=ClampedFixed -> kind=Clamped01
NogginBops Sep 13, 2022
097cfd3
Update kind and group attributes for some NV_path_rendering functions
NogginBops Sep 13, 2022
74ba825
Added a bunch of kind=Color and kind=Clamped01
NogginBops Sep 15, 2022
da5e0f6
Various kind= fixes
NogginBops Sep 15, 2022
5c01fb4
Mark all color parameters with kind=Color
NogginBops Sep 15, 2022
9099420
Change clamped to the new format
NogginBops Sep 28, 2022
ed0fc40
Changed Clamped[0, 1] to Clamped[0; 1]
NogginBops Sep 28, 2022
e1a10a7
glIndexFuncEXT kind=ClampedFloat32 -> kind=ColorIndexValue
NogginBops Sep 28, 2022
bc2dab5
Fix the last remaining ClampedFloat32 and ClampedFloat64 kinds.
NogginBops Sep 28, 2022
f73f0ce
Add SpriteModeSGIX group
NogginBops Sep 28, 2022
67eac33
Clamped[-1, 1] -> Clamped[-1; 1]
NogginBops Oct 26, 2022
f9d999d
Added back group='ColorPointerType' where they got removed
NogginBops Oct 26, 2022
f58fdb7
Revert "Add SpriteModeSGIX group"
NogginBops Oct 26, 2022
52b86b4
Merge branch 'main' of github.com:KhronosGroup/OpenGL-Registry into r…
NogginBops Oct 26, 2022
840eb2d
Add missing kind=Color on glReplacementCodeuiTexCoord2fColor4fNormal3…
NogginBops Oct 26, 2022
4f7744f
Added kind=Clamped[0; 1] to glMinSampleShading[ARB|OBS]
NogginBops Oct 31, 2022
99a1659
Updated registry.rnc
NogginBops Nov 8, 2022
6e69da2
First pass of updating readme.tex
NogginBops Nov 8, 2022
4f24df2
Removed kind=Color from glMinSampleShading, glMinSampleShadingARB, gl…
NogginBops Nov 8, 2022
84a242a
Added kind=MatrixNxM
NogginBops Dec 3, 2022
2ac9ce7
Add missing kind=MatrixNxM
NogginBops Dec 4, 2022
9d1f4c3
Added kind=VectorN
NogginBops Dec 4, 2022
13e38a0
Merge branch 'main' of github.com:KhronosGroup/OpenGL-Registry into r…
NogginBops Dec 4, 2022
fc1c642
Fixed kind=Clamped[0; 1] for glClearColor
NogginBops Dec 5, 2022
679eb6e
Removed group=SampleMaskNV from glSampleMaskIndexedNV
NogginBops Dec 5, 2022
0b11f9f
Update xml/registry.rnc
NogginBops Dec 5, 2022
d533d62
Removed kind=Clamped[0; 1] from glClearColor
NogginBops Dec 8, 2022
9cf76f6
Removed trailing space in <kind> tags
NogginBops Dec 8, 2022
5d75aa7
Updated readme.tex
NogginBops Dec 11, 2022
604b96b
Merge branch 'main' of github.com:KhronosGroup/OpenGL-Registry into r…
NogginBops Feb 15, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading