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_vb.c
Age
Commit message (
Expand
)
Author
2003-11-24
Merge vtx-0-2-branch
Keith Whitwell
2003-09-19
Assorted casts to silence g++ warnings.
Brian Paul
2003-09-18
Move away from using the ctx->_TriangleCaps bitfield.
Brian Paul
2003-04-08
Added ctx->Texture._EnabledCoordUnits bitfield.
Brian Paul
2002-10-29
updated email addresses
Brian Paul
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-06-15
Implemented GL_NV_texture_rectangle extension.
Brian Paul
2002-06-15
Added ctx parameter to _mesa_debug()
Brian Paul
2002-06-13
more removal of fprintf() calls
Brian Paul
2002-06-06
replaced 0xf and 0xf0 with TEXTURE0_ANY and TEXTURE1_ANY
Brian Paul
2002-01-06
implemented vertex program point size control
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-03-29
Remove ENABLE_* flags, ctx->_Enabled.
Keith Whitwell
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-01-23
Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.
Brian Paul
2001-01-17
Fixes for performance bug on compiled array element paths.
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-16
Move the transform and lighting code to two new directories
Keith Whitwell
2000-11-13
Cleanup of derived state calculation prior to seperating software T&L
Keith Whitwell
2000-11-07
fixed very obvious fog bug
Keith Whitwell
2000-11-06
added a setup function for selection/feedback
Brian Paul
2000-11-05
A new module to provide RasterSetup and advanced triangle/line/point
Keith Whitwell