the_fiddler
df27bd7e38
Added tokens and function overrides for [ #1786 ]: "[GL3.3] Vertex Type 2.10.10.10 Reverse".
2010-11-20 23:58:31 +00:00
the_fiddler
a2d0590ebe
Added tokens for [ #1785 ]: "[GL3.3] Instanced Arrays".
2010-11-20 23:36:41 +00:00
the_fiddler
3e0f30cdb8
Added tokens for [ #1781 ]: "[GL3.3] Blend Func Extended".
2010-11-20 23:19:58 +00:00
the_fiddler
d40615def9
Added tokens for [ #1782 ]: "[GL3.3] Texture Rgb10 A2ui".
2010-11-20 23:05:43 +00:00
the_fiddler
33d99d4e6c
Added tokens for ARB_texture_swizzle. Fixes issue [ #1783 ]: "[GL3.3] Texture Swizzle".
2010-11-20 23:00:36 +00:00
the_fiddler
33907727b6
Added tokens for GL3.3 sampler queries. Fixes issue [ #1779 ]: "[GL3.3] Sampler Objects".
2010-11-19 11:30:06 +00:00
the_fiddler
f125e66348
Added QueryTarget.AnySamplesPassed token. Fixes issue [ #1778 ]: "[GL3.3] Occlusion Query 2".
2010-11-19 10:48:48 +00:00
the_fiddler
228e321502
Merged custom overrides from enum.spec.
2010-11-19 08:50:53 +00:00
the_fiddler
f8cd5879b1
Added UNSIGNED_INT to ActiveUniformType enum. Fixes issue [ #2077 ]: "Add UnsignedInt to ActiveUniformType".
2010-10-13 20:43:04 +00:00
the_fiddler
bdbd50dd08
Moved hand-modified enums to the overrides file.
2010-10-12 17:36:14 +00:00
the_fiddler
adcce2c00b
Added explicit ActiveUniformParameter enum for GetActiveUniforms function. Fixes issue [ #1443 ]: "GetActiveUniforms parameter name".
2010-02-03 20:43:42 +00:00
the_fiddler
da138163bf
Backported fix for issue [ #1538 ] from 1.0 branch.
2010-02-03 19:55:09 +00:00
the_fiddler
3aa67b84a3
Added strongly-typed tokens for GetActiveUniformBlock, which was introduced in OpenGL 3.1. Fixes issue [ #1216 ]: "[GL] GetActiveUniformBlock* methods take ArbUniformBufferObject parameters".
2009-11-16 16:23:36 +00:00
the_fiddler
9d3c251c75
VertexAttribIPointer should take the integer subset (VertexAttribIPointerType) of VertexAttribPointerType. Fixes issue [ #1166 ]: "VertexAttribIPointer pointer type parameter".
2009-11-16 15:13:57 +00:00
the_fiddler
a333532d69
Added type-safe parameters to FramebufferTexture (fixes issue [ #1303 ]: "[GL] fix FramebufferTexture parameters").
2009-11-03 10:22:50 +00:00
the_fiddler
bf89d0a6ab
Fixed GetVertexPointerParameter signature to comply with the specs.
2009-10-23 15:36:02 +00:00
the_fiddler
239d98e860
Added distinct /overrides/add and /overrides/replace elements.
...
Added check for the existence of override elements before trying to use them (avoids potential null reference exception).
Regenerated bindings using the latest version of the generator.
2009-10-17 21:49:35 +00:00
the_fiddler
d8c8137123
Updated tokens for ARB_depth_clamp, ARB_vertex_array_bgra, ARB_seamless_cube_map, ARB_provoking_vertex, ARB_draw_elements_base_vertex which where promoted in version 3.2. Fixes issue [ #1146 ]: "[GL3.2] Multiple (minor) corrections".
2009-09-07 18:33:32 +00:00
the_fiddler
c396884cfe
Updated tokens for ARB_texture_multisample (promoted in Version 3.2). Fixes issue [ #1151 ]: "ARB_texture_multisample".
2009-09-07 17:56:25 +00:00
the_fiddler
300c7e06e7
Fixed GetString, GetShaderSource and ShaderSource signatures.
2009-07-15 22:31:28 +00:00
the_fiddler
aeec10c94f
Renamed root node to 'functions'.
2009-06-30 08:13:41 +00:00
the_fiddler
1db5d3953a
Corrected tokens for TexBuffer. Fixes issue [ #749 ]: "ARB_texture_ buffer_object" ( http://www.opentk.com/node/749 ).
2009-05-29 16:02:50 +00:00
the_fiddler
cf4a243c99
Merged the latest specs from opengl.org.
...
Replaced all instances of Version14, Version15, Version20, Version30 and Version31 enums by type-safe equivalents.
Added gloverrides.xml to support overrides to function parameters / return types. This will make future spec updates easier to merge.
Improved handling of invalid tokens in the specs.
Bindings are now written in alphabetical order. This will reduce patch size for future updates and make side-by-side comparisons easier to perform.
2009-05-29 15:57:01 +00:00