Up to [Development] / projects / ogl-sample / main / doc / registry / specs
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.7 / (download) - annotate - [select for diffs], Thu Jan 20 08:44:12 2005 UTC (12 years, 9 months ago) by ljp
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +16 -12
lines
Diff to previous 1.6 (colored)
Add GLhalfARB type for ARB_half_float_pixel extension. Update boilerplate in glxext.h for int32_t/int64_t. Update copyright dates on spec files.
Revision 1.6 / (download) - annotate - [select for diffs], Mon Jan 10 12:52:03 2005 UTC (12 years, 9 months ago) by ljp
Branch: MAIN
Changes since 1.5: +151 -6
lines
Diff to previous 1.5 (colored)
Spec files & scripts updated for OpenGL 2.0 and new ARB/vendor extensions. New glext.h/glxext.h/wglext.h now in the registry.
Revision 1.5 / (download) - annotate - [select for diffs], Sat Mar 23 00:59:57 2002 UTC (15 years, 7 months ago) by ljp
Branch: MAIN
Changes since 1.4: +74 -17
lines
Diff to previous 1.4 (colored)
- "extern" -> "GLAPI" boilerplate in glext.h for Windows Mesa build + some other minor fixes for problems identified by Brian. - Many new NVIDIA extensions and some fixes for older ones, including changed type names in the spec and typemap files. - Comment out NV_vertex_program1_1_dcc entry points until NVIDIA provides a specification document. - New types for OML_sync_control in glxext.h + 'const GLXContext' hack for consistency with gl.h. - Update gl/glx/wglext.h versions.
Revision 1.4 / (download) - annotate - [select for diffs], Thu Mar 14 22:31:40 2002 UTC (15 years, 7 months ago) by ljp
Branch: MAIN
Changes since 1.3: +125 -4
lines
Diff to previous 1.3 (colored)
Pushed many overdue updates to the spec files from P4 to the external CVS tree, including GL 1.3 / GLX 1.4, all current ARB extensions, various updated vendor extensions, GLX protocol updates, etc. Still need some dispatch table updates for Brian Paul.
Revision 1.3 / (download) - annotate - [select for diffs], Tue May 30 07:11:57 2000 UTC (17 years, 5 months ago) by ljp
Branch: MAIN
CVS Tags: tested_with_xf86_3_3
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Per latest Linux ABI group decisions, modify generator scripts to add "-typedefs" switch and protect prototypes against inclusion by default. Add multitexture target enums. Update ABI version #. Update glext.h/glxext.h/wglext.h version numbers. Use correct protection symbol in Cygwin environment.
Revision 1.2 / (download) - annotate - [select for diffs], Wed Apr 26 19:56:07 2000 UTC (17 years, 6 months ago) by ljp
Branch: MAIN
Changes since 1.1: +3 -0
lines
Diff to previous 1.1 (colored)
Make sure extension preprocessor symbols are #defined even for extensions with no new entry points, per Paula's comment.
Revision 1.1 / (download) - annotate - [select for diffs], Wed Apr 26 02:10:53 2000 UTC (17 years, 6 months ago) by ljp
Branch: MAIN
OpenGL extension registry files + converter scripts to generate extension interface headers.