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_pipeline.c
Age
Commit message (
Expand
)
Author
2002-01-22
Clean-up/renaming of the per-vertex attribute bits, specifically, the
Brian Paul
2001-12-15
disable debug printf's, fix a crash
Brian Paul
2001-12-14
vertex program check-in
Brian Paul
2001-05-21
Initial commit of cliptest work. More to come shortly.
Gareth Hughes
2001-05-10
Replace PipelineStart, PipelineFinish with RunPipeline. Clean up
Keith Whitwell
2001-04-30
Restore optimization for cva glArrayElement operation.
Keith Whitwell
2001-04-19
Remove values from VB->importable_data as those arrays are removed
Keith Whitwell
2001-03-19
Split driver struct into swrast/tnl/core components.
Keith Whitwell
2001-03-12
Consistent copyright info (version number, date) across all files.
Gareth Hughes
2001-02-16
Fixed conform problems with recent material tracking change.
Keith Whitwell
2001-02-15
Fix propogation of material values in VB's that don't reach the lighting
Keith Whitwell
2001-01-29
Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixels
Keith Whitwell
2001-01-17
Fixes for performance bug on compiled array element paths.
Keith Whitwell
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
2000-11-27
Modified Files:
Jouk Jansen
2000-11-24
Fixed a couple of bugs that crept into last commit
Keith Whitwell
2000-11-24
Support for swappable t&l modules, including an example one in the FX
Keith Whitwell
2000-11-22
Committing in .
Jouk Jansen
2000-11-20
minor multi-tex changes, changed MAX_TEXTURE_UNITS to 4
Brian Paul
2000-11-16
Move the transform and lighting code to two new directories
Keith Whitwell