index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
tnl
/
t_array_api.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added GLAPIENTRY decorations for all first level OpenGL API function entry
Kendall Bennett
2003-10-21
1
-3
/
+3
*
Implement GL_ELEMENT_ARRAY_BUFFER_ARB for buffer objects.
Brian Paul
2003-09-17
1
-2
/
+20
*
remove a const
Brian Paul
2003-04-10
1
-3
/
+1
*
drawarrayrange fix
Keith Whitwell
2003-04-10
1
-1
/
+8
*
Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]
Brian Paul
2003-03-01
1
-4
/
+3
*
Replace some #defines with enums. (Klaus Niederkrueger)
Brian Paul
2003-02-17
1
-2
/
+2
*
Add missing break statements
Keith Whitwell
2002-12-19
1
-1
/
+3
*
Header file clean-up:
Brian Paul
2002-10-24
1
-3
/
+3
*
Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.
Brian Paul
2002-06-29
1
-5
/
+5
*
new casts
Brian Paul
2002-04-19
1
-2
/
+2
*
bring in changes from dri tcl branch
Keith Whitwell
2002-04-09
1
-29
/
+26
*
Clean-up/renaming of the per-vertex attribute bits, specifically, the
Brian Paul
2002-01-22
1
-7
/
+26
*
Vertex program checkpoint commit: converted all vertex attributes (color,
Brian Paul
2002-01-05
1
-3
/
+3
*
simplify drawarrays paths
Keith Whitwell
2001-12-03
1
-36
/
+29
*
use smaller buffer when decomposing large drawarrays, for cache goodness
Keith Whitwell
2001-11-29
1
-2
/
+2
*
Another locked drawarrys fix
Keith Whitwell
2001-11-22
1
-3
/
+1
*
silence minor warnings
Brian Paul
2001-09-14
1
-6
/
+5
*
Removed optimizations (this code is now seldom used)
Keith Whitwell
2001-08-13
1
-68
/
+1
*
Fix SGL testGeoSets.exe polygon mode problem (wrong interpretation of
Keith Whitwell
2001-08-02
1
-12
/
+19
*
Fix SGL monoindexed bug (glDrawRangeElements in dlist)
Keith Whitwell
2001-08-02
1
-5
/
+13
*
Clean up _tnl_Begin/begin/hard_begin.
Keith Whitwell
2001-05-11
1
-22
/
+32
*
Clean up translation of array elements, copying of elts in pure-elt
Keith Whitwell
2001-05-11
1
-2
/
+2
*
Replace PipelineStart, PipelineFinish with RunPipeline. Clean up
Keith Whitwell
2001-05-10
1
-9
/
+7
*
Support for floating point color representation in tnl module.
Keith Whitwell
2001-04-28
1
-4
/
+4
*
no-copy drawarrays for remaining non-fan primitives
Keith Whitwell
2001-04-26
1
-15
/
+75
*
Consistent copyright info (version number, date) across all files.
Gareth Hughes
2001-03-12
1
-25
/
+25
*
fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...
Brian Paul
2001-03-07
1
-12
/
+16
*
lots of gl_*() to _mesa_*() namespace clean-up
Brian Paul
2001-03-03
1
-10
/
+10
*
Added GLvector4chan type, removed lots of CHAN_TYPE ifdefs.
Keith Whitwell
2001-02-20
1
-11
/
+3
*
Fix propogation of material values in VB's that don't reach the lighting
Keith Whitwell
2001-02-15
1
-83
/
+79
*
Fast no-copy drawarrays for large tristrips
Keith Whitwell
2001-02-04
1
-37
/
+59
*
Lots of GLchan datatype changes.
Brian Paul
2001-01-24
1
-2
/
+10
*
Fixed conform feedback and drawelements tests.
Keith Whitwell
2001-01-14
1
-7
/
+11
*
Fixed 'IRound' to 'IROUND' in mmath.h
Keith Whitwell
2001-01-08
1
-5
/
+4
*
Major rework of tnl module
Keith Whitwell
2000-12-26
1
-0
/
+355