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
/
main
/
enums.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Finish up ATI_separate_stencil
Brian
2008-04-04
1
-608
/
+616
*
Initial implementation of MESA_texture_array
Ian Romanick
2007-05-16
1
-2647
/
+2672
*
Fix cut-and-paste error in the name of GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB.
Ian Romanick
2007-03-06
1
-2
/
+2
*
Bug 9628: no entry for GetVertexAttribPointerv
George Sapountzis
2007-01-27
1
-1
/
+1
*
use LONGSTRING to silence warning
Brian Paul
2006-11-16
1
-1
/
+1
*
Added OpenGL 2.1 entrypoints.
Brian Paul
2006-11-03
1
-2093
/
+2158
*
Update gl_API.xml with OpenGL 2.0 functions, regenerate derived files.
Brian Paul
2006-11-02
1
-2844
/
+3028
*
Add missing enums for GL_SGI_color_table.
Ian Romanick
2006-08-25
1
-2559
/
+2579
*
Add support for GL_MESA_shader_debug.
Michal Krol
2006-07-30
1
-2370
/
+2379
*
Remove the extraneous GL_ prefix from the enums for GL_EXT_timer_query and
Ian Romanick
2006-06-27
1
-2150
/
+2150
*
Add support for GL_APPLE_vertex_array_object. Several test programs
Ian Romanick
2006-06-12
1
-112
/
+115
*
Added glBlitFramebufferEXT function.
Brian Paul
2006-03-01
1
-2034
/
+2045
*
Updates for GL_EXT_timer_query:
Brian Paul
2005-12-07
1
-2081
/
+2084
*
additional wrapper updates, bug 4468
Brian Paul
2005-09-19
1
-2
/
+2
*
/dri/msg
Adam Jackson
2005-08-26
1
-1
/
+1
*
Mammoth update to the Python code generator scripts that live in
Ian Romanick
2005-06-21
1
-1571
/
+1571
*
ran "make" after update to glX_proto_send.py.
Jeremy Kolb
2005-06-20
1
-1568
/
+1568
*
Fix gl_enums.py so that enums that are listed with the same name in
Ian Romanick
2005-05-26
1
-2501
/
+2475
*
Enable the generation of server-side __glGetBooleanv_size and related
Ian Romanick
2005-03-17
1
-2779
/
+2879
*
Fairly significant changes to enums.c and the way it is generated. enums.c
Ian Romanick
2005-02-26
1
-3009
/
+4425
*
Sort the enums in the Python code, instead of at runtime. (Zack Rusin)
Brian Paul
2005-02-23
1
-772
/
+2235
*
now generated with Python script
Brian Paul
2005-02-22
1
-813
/
+1384
*
mesa-main-0-NULL.patch from Jeff Muizelaar
Keith Whitwell
2005-02-11
1
-2
/
+2
*
More texture enums (Andreas Stenglein)
Keith Whitwell
2005-02-07
1
-10
/
+37
*
GL_ARB_texture_rectangle enums (Andreas Stenglein)
Keith Whitwell
2005-02-07
1
-0
/
+6
*
Implement software ATI_fragment_shader
Dave Airlie
2004-12-19
1
-0
/
+38
*
Removed GLCALLBACK stuff - apparently never used anywhere.
Brian Paul
2004-11-27
1
-5
/
+7
*
Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.
Ian Romanick
2003-06-05
1
-1
/
+0
*
new texture enums (Leif Delgass)
Brian Paul
2003-01-25
1
-7
/
+46
*
GL_ATI_texture_env_combine3 extension
Brian Paul
2003-01-21
1
-3
/
+8
*
updated email addresses
Brian Paul
2002-10-29
1
-2
/
+2
*
wrapped a few more C library functions
Brian Paul
2002-10-25
1
-2
/
+2
*
Header file clean-up:
Brian Paul
2002-10-24
1
-7
/
+2
*
Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.
Brian Paul
2002-06-29
1
-2
/
+3
*
add check for NULL malloc (from Stanford metacompilation analysis)
Brian Paul
2001-06-08
1
-1
/
+4
*
Lots more eval fixes
Keith Whitwell
2001-04-30
1
-2
/
+2
*
Fixed a number of minor GL_ARB_texture_env_combine/dot3 issues.
Brian Paul
2001-04-17
1
-1
/
+4
*
return hex string for unknown tokens in _mesa_lookup_enum_by_nr()
Brian Paul
2001-04-16
1
-2
/
+11
*
added GL_ARB_texture_border_clamp
Brian Paul
2001-03-26
1
-1
/
+3
*
added GL_ARB_texture_env_dot3 enums
Brian Paul
2001-03-22
1
-1
/
+5
*
Consistent copyright info (version number, date) across all files.
Gareth Hughes
2001-03-12
1
-6
/
+4
*
fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...
Brian Paul
2001-03-07
1
-2
/
+2
*
lots of gl_*() to _mesa_*() namespace clean-up
Brian Paul
2001-03-03
1
-3
/
+3
*
Fixes for performance bug on compiled array element paths.
Keith Whitwell
2001-01-17
1
-18
/
+4
*
Implementation of GL_EXT_texture_env_dot3.
Gareth Hughes
2001-01-06
1
-20
/
+24
*
added GL_EXT_texture_env_combine (Holger Waechtler)
Brian Paul
2000-06-27
1
-2
/
+25
*
Implemented support for the HP occlusion test extension (osmesa and X)
Randy Frank
2000-03-28
1
-1
/
+4
*
added GL_EXT_texture_lod_bias extension (Michael Vance)
Brian Paul
2000-03-07
1
-1
/
+4
*
GL_ARRAY_ELEMENT_LOCK_FIRST/COUNT_SGI changed to _EXT suffix
Brian Paul
2000-02-05
1
-4
/
+4
*
first big check-in of new Mesa 3.3 code
Brian Paul
1999-11-11
1
-10
/
+8
[next]