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
/
swrast_setup
/
ss_vbtmp.h
Age
Commit message (
Expand
)
Author
2003-11-25
fix assorted g++ warnings
Brian Paul
2003-11-24
Merge vtx-0-2-branch
Keith Whitwell
2003-06-05
Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.
Ian Romanick
2003-02-04
Use 'ndc' instead of 'proj' terminology.
Brian Paul
2003-01-14
First batch of code for GL_NV_fragment_program.
Brian Paul
2002-10-29
updated email addresses
Brian Paul
2002-04-19
added two (GLchan *) casts
Brian Paul
2002-01-06
Another vertex program checkpoint: clean-up of vertex attribute storage
Brian Paul
2002-01-05
Vertex program checkpoint commit: converted all vertex attributes (color,
Brian Paul
2001-12-18
Replace old matrix stacks with new code based on struct matrix_stack.
Brian Paul
2001-07-17
Lighting now emits colors as CHAN_TYPE, as it used to. This will require
Keith Whitwell
2001-07-12
Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make it
Keith Whitwell
2001-04-30
Restore optimization for cva glArrayElement operation.
Keith Whitwell
2001-04-28
Support for floating point color representation in tnl module.
Keith Whitwell
2001-03-29
Removed DD_Z_NEVER.
Brian Paul
2001-03-12
Consistent copyright info (version number, date) across all files.
Gareth Hughes
2001-03-08
More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work.
Brian Paul
2001-02-16
Allow swrast to cope (fairly) cleanly with GL_SEPERATE_SPECULAR when
Keith Whitwell
2001-02-16
Fixed conform problems with recent material tracking change.
Keith Whitwell
2001-01-29
Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixels
Keith Whitwell
2001-01-24
Lots of GLchan datatype changes.
Brian Paul
2001-01-14
Fixed conform feedback and drawelements tests.
Keith Whitwell
2000-12-26
Major rework of tnl module
Keith Whitwell
2000-12-08
Compute attenuated point size in a new pipeline stage.
Brian Paul
2000-11-24
Support for swappable t&l modules, including an example one in the FX
Keith Whitwell
2000-11-16
Move the transform and lighting code to two new directories
Keith Whitwell
2000-11-05
A new module to provide RasterSetup and advanced triangle/line/point
Keith Whitwell