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
/
varray.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: update glColorPointer, etc for GL_EXT_vertex_array_bgra
Brian Paul
2009-01-23
1
-18
/
+68
*
mesa: added case for fixed pt
Brian Paul
2008-09-21
1
-0
/
+5
*
mesa: point size arrays
Brian Paul
2008-09-21
1
-0
/
+31
*
mesa: GL_BYTE vertex/texcoord arrays
Brian Paul
2008-09-21
1
-0
/
+10
*
mesa: initial support for fixed-pt vertex arrays
Brian Paul
2008-09-21
1
-0
/
+20
*
mesa: improved gl_buffer_object reference counting
Brian Paul
2008-09-04
1
-10
/
+5
*
mesa: remove an error check for NV_v_p that doesn't apply to ARB_v_p
Brian Paul
2008-07-29
1
-5
/
+0
*
Set normalized flag for GLubyte arrays in _mesa_VertexAttribPointerNV()
Markus Amsler
2008-03-09
1
-1
/
+2
*
Allow first != 0 in mesa CVA handling, and add more error checking.
Eric Anholt
2008-02-04
1
-7
/
+18
*
Be more consistant with paths in #includes. Eventually, eliminate a bunch of...
Brian
2007-07-04
1
-1
/
+1
*
fix incorrect _MaxElement calculation
Roland Scheidegger
2007-03-27
1
-1
/
+2
*
get rid of GL_BOOLEAN definition (bug 8113)
Brian Paul
2006-09-04
1
-5
/
+1
*
clean-ups and new comments
Brian Paul
2006-06-13
1
-9
/
+19
*
Add support for GL_APPLE_vertex_array_object. Several test programs
Ian Romanick
2006-06-12
1
-77
/
+13
*
No longer alias generic vertex attribs with conventional attribs for GL_ARB_v...
Brian Paul
2006-04-25
1
-11
/
+12
*
Set array normalization flag for normals, colors (Keith)
Brian Paul
2006-04-13
1
-3
/
+3
*
More GLSL code:
Michal Krol
2006-04-11
1
-3
/
+3
*
Re-org and clean-up of vertx/fragment program limits (instructions,
Brian Paul
2005-11-01
1
-1
/
+1
*
Wrap every place that accesses a dispatch table with a macro. A new script-
Ian Romanick
2005-07-18
1
-5
/
+5
*
VBO RefCount fix (David Reveman)
Brian Paul
2004-09-27
1
-0
/
+1
*
don't futz with GL_CLIENT_ACTIVE_TEXTURE in glClientActiveTexture (Robert Mer...
Brian Paul
2004-03-10
1
-22
/
+4
*
more changes to VBO reference counting and deletion
Brian Paul
2004-03-03
1
-0
/
+2
*
Do more bookkeeping of vertex buffer object reference counts.
Brian Paul
2004-02-11
1
-1
/
+3
*
init an uninitialized variable. This doesn't fix a latent bug because
Karl Schultz
2004-01-13
1
-1
/
+1
*
remove TexCoordInterleaveFactor. Clean up _mesa_InterleavedArrays()
Brian Paul
2003-12-12
1
-15
/
+15
*
Fix some problems with glDrawElements and vertex buffer objects.
Brian Paul
2003-12-04
1
-10
/
+4
*
Initial work for bounds checking of vertex arrays and vertex buffer objects.
Brian Paul
2003-10-22
1
-180
/
+135
*
Added GLAPIENTRY decorations for all first level OpenGL API function entry
Kendall Bennett
2003-10-21
1
-24
/
+24
*
casts
Brian Paul
2003-09-19
1
-9
/
+9
*
Implement GL_ELEMENT_ARRAY_BUFFER_ARB for buffer objects.
Brian Paul
2003-09-17
1
-0
/
+8
*
More work on ARB_vertex_buffer_object.
Brian Paul
2003-09-17
1
-18
/
+47
*
Added support for GL_IBM_multimode_draw_arrays.
Ian Romanick
2003-08-22
1
-0
/
+40
*
Merge Jose's documentation and core Mesa changes from embedded branch
Keith Whitwell
2003-07-17
1
-1
/
+69
*
added missing types to _mesa_VertexAttribPointerARB()
Brian Paul
2003-06-11
1
-0
/
+13
*
Use ctx->Const.MaxTextureImageUnits and MaxTextureCoordUnits in more places.
Brian Paul
2003-05-01
1
-6
/
+72
*
Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]
Brian Paul
2003-03-01
1
-4
/
+3
*
Header file clean-up:
Brian Paul
2002-10-24
1
-5
/
+1
*
Implemented GL_EXT_multi_draw_arrays: glMultiDrawArraysEXT() and glMultiDrawE...
Brian Paul
2002-06-30
1
-1
/
+39
*
Added ctx parameter to _mesa_debug()
Brian Paul
2002-06-15
1
-18
/
+12
*
more removal of fprintf() calls
Brian Paul
2002-06-13
1
-11
/
+9
*
vertex program attribute array work
Brian Paul
2002-04-21
1
-9
/
+6
*
repair Array.NewState flags (Michael Fitzpatrick)
Brian Paul
2002-04-04
1
-13
/
+14
*
Moved _mesa_VertexAttribPointerNV into varray.c.
Brian Paul
2002-01-11
1
-78
/
+142
*
Vertex program checkpoint commit: converted all vertex attributes (color,
Brian Paul
2002-01-05
1
-3
/
+6
*
Consistent copyright info (version number, date) across all files.
Gareth Hughes
2001-03-12
1
-3
/
+3
*
fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...
Brian Paul
2001-03-07
1
-4
/
+5
*
lots of gl_*() to _mesa_*() namespace clean-up
Brian Paul
2001-03-03
1
-27
/
+27
*
various compilation/warning fixes
Keith Whitwell
2001-01-05
1
-3
/
+3
*
Add render stage for unclipped vb's to fx driver.
Keith Whitwell
2000-12-28
1
-1
/
+3
*
Major rework of tnl module
Keith Whitwell
2000-12-26
1
-30
/
+32
[next]