index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
glapi
/
gl_API.xml
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a few missing GL 2.0 entrypoints, regenerate related files.
Brian
2007-06-28
1
-1
/
+20
*
fix bug 9823: GL_CLIENT_ATTRIB_STACK_DEPTH query fails for indirect rendering
Wei Wang
2007-04-08
1
-2
/
+6
*
MAX_TEXTURE_COORDS_ARB and MAX_TEXTURE_IMAGE_UNITS_ARB had wrong glGet info.
Brian
2007-04-07
1
-2
/
+2
*
Fix cut-and-paste error in the name of GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB.
Ian Romanick
2007-03-06
1
-1
/
+1
*
s/params/pointer/ for glGetVertexAttribPointer
Brian
2007-01-30
1
-1
/
+1
*
s/params/pointer/ for glGetVertexAttribPointer
Brian
2007-01-30
1
-1
/
+1
|
\
|
*
Bug 9628: no entry for GetVertexAttribPointerv
George Sapountzis
2007-01-27
1
-1
/
+1
*
|
s/params/pointer/ for glGetVertexAttribPointer
Brian
2007-01-30
1
-1
/
+1
|
/
*
GLX protocol fixes for glMap* functions (bug 8899)
Brian Paul
2006-11-22
1
-10
/
+10
*
Added OpenGL 2.1 entrypoints.
Brian Paul
2006-11-03
1
-0
/
+74
*
Update gl_API.xml with OpenGL 2.0 functions, regenerate derived files.
Brian Paul
2006-11-02
1
-20
/
+608
*
Fix bug #4681.
Ian Romanick
2006-10-11
1
-36
/
+36
*
Fix the ordering of extensions.
Ian Romanick
2006-10-04
1
-53
/
+53
*
Fix problems with vertex program protocol
Ian Romanick
2006-08-31
1
-17
/
+17
*
Deprecate GL_EXT_vertex_weighting.
Ian Romanick
2006-08-29
1
-3
/
+3
*
More static dispatch function removal.
Ian Romanick
2006-08-29
1
-64
/
+64
*
Add a couple of the missing GL 2.0 functions. Enable GLX protocol for
Ian Romanick
2006-08-25
1
-3
/
+14
*
Add missing enums for GL_SGI_color_table.
Ian Romanick
2006-08-25
1
-0
/
+45
*
GL_EXT_paletted_texture functions should alias GL_SGI_color_table functions.
Ian Romanick
2006-08-24
1
-11
/
+8
*
Add a new offset mode to the GL API XML. This mode, called "assign,"
Ian Romanick
2006-08-24
1
-544
/
+544
*
Correct the name of the GL_NV_texture_expand_normal extension.
Ian Romanick
2006-08-22
1
-1
/
+1
*
Add new attribute called static_dispatch to the <function> element. This
Ian Romanick
2006-08-22
1
-2
/
+2
*
Add support for GL_EXT_gpu_program_parameters. Any driver that enables
Ian Romanick
2006-08-15
1
-0
/
+16
*
Add support for GL_MESA_shader_debug.
Michal Krol
2006-07-30
1
-0
/
+32
*
Remove the extraneous GL_ prefix from the enums for GL_EXT_timer_query and
Ian Romanick
2006-06-27
1
-5
/
+5
*
Add support for GL_APPLE_vertex_array_object. Several test programs
Ian Romanick
2006-06-12
1
-0
/
+2
*
Set always_array=true for glGenProgramsNV (Dave Reveman)
Brian Paul
2006-03-14
1
-2
/
+2
*
Added glBlitFramebufferEXT function.
Brian Paul
2006-03-01
1
-0
/
+19
*
Updates for GL_EXT_timer_query:
Brian Paul
2005-12-07
1
-0
/
+16
*
Change the 'count' for COMPRESSED_TEXTURE_FORMATS from "?" to "-1". This
Ian Romanick
2005-10-03
1
-2
/
+2
*
Fix non-x86 specific builds. The changes from glTexImage3DEXT to
Ian Romanick
2005-06-24
1
-15
/
+15
*
Mark GenQueriesARB at 'always_array="true"'. This eliminates the need
Ian Romanick
2005-06-22
1
-1
/
+1
*
Mammoth update to the Python code generator scripts that live in
Ian Romanick
2005-06-21
1
-171
/
+20
*
Minor correction to EXT_framebuffer_object XML. Fix gl_table.py so that it
Ian Romanick
2005-05-26
1
-1
/
+1
*
Make a couple minor corrections to gl_API.xml. Fixes the name of an
Ian Romanick
2005-05-26
1
-6
/
+6
*
Move the DTD to its own file.
Ian Romanick
2005-04-18
1
-122
/
+1
*
Convert 'variable_param' from a CDATA attribute to a NMTOKENS attribute.
Ian Romanick
2005-04-14
1
-4
/
+4
*
Modify the DTD to use NMTOKEN, enumerants, and explicit default values
Ian Romanick
2005-04-14
1
-57
/
+56
*
xmllint fixes. Revert 'note_unflushed' changes that were accidetnally
Ian Romanick
2005-03-17
1
-4
/
+6
*
Enable the generation of server-side __glGetBooleanv_size and related
Ian Romanick
2005-03-17
1
-437
/
+1414
*
Fix the handling of zero-sized output parameters (i.e., those with type
Ian Romanick
2005-03-17
1
-1
/
+1
*
Add support for ARB_draw_buffers and ARB_occlusion_query. The GLX protocol
Ian Romanick
2005-03-11
1
-29
/
+43
*
Fix some errors in the parameter descriptions in serveral vertex / fragment
Ian Romanick
2005-03-03
1
-11
/
+11
*
Add GLX protocol support for ARB_fragement_program,
Ian Romanick
2005-02-25
1
-333
/
+481
*
Corrected the value for X_GLrop_SecondaryColor3svEXT.
Ian Romanick
2005-02-23
1
-1
/
+1
*
Generate GLX protocol for pixel single commands.
Ian Romanick
2005-02-09
1
-14
/
+16
*
Correct a couple problems / omissions in the DTD.
Ian Romanick
2005-02-08
1
-5
/
+10
*
Add new entrypoints for GL_EXT_framebuffer_object.
Brian Paul
2005-02-08
1
-3
/
+156
*
Enable client-side GLX support for texture compression extensions.
Ian Romanick
2005-02-04
1
-0
/
+13
*
Added a bunch of extensions that were previously supported but weren't
Ian Romanick
2005-02-03
1
-9
/
+225
[next]