index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
tnl
/
t_array_api.c
Age
Commit message (
Expand
)
Author
2004-01-15
add casts to quiet compiler warnings
Karl Schultz
2004-01-14
Fix up more confusions with count vs end in array functions
Keith Whitwell
2004-01-13
remove unused variable
Karl Schultz
2004-01-12
Don't call _tnl_draw_range_elements() unless start == 0.
Keith Whitwell
2004-01-09
Change < to <= when testing counts against ctx->Const.MaxArrayLockSize,
Brian Paul
2003-12-04
Fix some problems with glDrawElements and vertex buffer objects.
Brian Paul
2003-11-29
Fix generic/conventional vertex array glitches.
Brian Paul
2003-11-24
Merge vtx-0-2-branch
Keith Whitwell
2003-10-23
s/GLuint */GLvoid */
Brian Paul
2003-10-22
Initial work for bounds checking of vertex arrays and vertex buffer objects.
Brian Paul
2003-10-21
Added GLAPIENTRY decorations for all first level OpenGL API function entry
Kendall Bennett
2003-09-17
Implement GL_ELEMENT_ARRAY_BUFFER_ARB for buffer objects.
Brian Paul
2003-04-10
remove a const
Brian Paul
2003-04-10
drawarrayrange fix
Keith Whitwell
2003-03-01
Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]
Brian Paul
2003-02-17
Replace some #defines with enums. (Klaus Niederkrueger)
Brian Paul
2002-12-19
Add missing break statements
Keith Whitwell
2002-10-24
Header file clean-up:
Brian Paul
2002-06-29
Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.
Brian Paul
2002-04-19
new casts
Brian Paul
2002-04-09
bring in changes from dri tcl branch
Keith Whitwell
2002-01-22
Clean-up/renaming of the per-vertex attribute bits, specifically, the
Brian Paul
2002-01-05
Vertex program checkpoint commit: converted all vertex attributes (color,
Brian Paul
2001-12-03
simplify drawarrays paths
Keith Whitwell
2001-11-29
use smaller buffer when decomposing large drawarrays, for cache goodness
Keith Whitwell
2001-11-22
Another locked drawarrys fix
Keith Whitwell
2001-09-14
silence minor warnings
Brian Paul
2001-08-13
Removed optimizations (this code is now seldom used)
Keith Whitwell
2001-08-02
Fix SGL testGeoSets.exe polygon mode problem (wrong interpretation of
Keith Whitwell
2001-08-02
Fix SGL monoindexed bug (glDrawRangeElements in dlist)
Keith Whitwell
2001-05-11
Clean up _tnl_Begin/begin/hard_begin.
Keith Whitwell
2001-05-11
Clean up translation of array elements, copying of elts in pure-elt
Keith Whitwell
2001-05-10
Replace PipelineStart, PipelineFinish with RunPipeline. Clean up
Keith Whitwell
2001-04-28
Support for floating point color representation in tnl module.
Keith Whitwell
2001-04-26
no-copy drawarrays for remaining non-fan primitives
Keith Whitwell
2001-03-12
Consistent copyright info (version number, date) across all files.
Gareth Hughes
2001-03-07
fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...
Brian Paul
2001-03-03
lots of gl_*() to _mesa_*() namespace clean-up
Brian Paul
2001-02-20
Added GLvector4chan type, removed lots of CHAN_TYPE ifdefs.
Keith Whitwell
2001-02-15
Fix propogation of material values in VB's that don't reach the lighting
Keith Whitwell
2001-02-04
Fast no-copy drawarrays for large tristrips
Keith Whitwell
2001-01-24
Lots of GLchan datatype changes.
Brian Paul
2001-01-14
Fixed conform feedback and drawelements tests.
Keith Whitwell
2001-01-08
Fixed 'IRound' to 'IROUND' in mmath.h
Keith Whitwell
2000-12-26
Major rework of tnl module
Keith Whitwell