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
/
drivers
/
glide
/
fxvb.c
Age
Commit message (
Expand
)
Author
2009-11-19
tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr.
Eric Anholt
2008-09-18
mesa: prefix more #includes with "main/"
Brian Paul
2005-01-19
make sure we avoid assertion failure wrt VB->ColorPtr[1]->stride
Daniel Borca
2005-01-12
some "safer" type-punning (gcc optimizes float moves with integer moves, anyw...
Daniel Borca
2005-01-06
semantic in parameter names. changed emitter function.
Daniel Borca
2004-09-24
added (back!) option to use non-packedcolor
Daniel Borca
2004-09-13
cleanup
Daniel Borca
2004-07-16
minor corrections
Daniel Borca
2004-07-06
use tnl_emit_func, it's safer
Daniel Borca
2004-07-02
added GL_EXT_fog_coord.
Daniel Borca
2004-07-01
Rename the various function types in t_context.h to include a tnl_ prefix.
Keith Whitwell
2004-06-08
corrected a bug wrt point_size
Daniel Borca
2004-03-29
code cleanup heheh
Daniel Borca
2003-12-23
reverted TMUs for proper multitexturing
Daniel Borca
2003-12-15
EXT_secondary_color and EXT_separate_specular via multipass
Daniel Borca
2003-12-10
got rid of __FUNCTION__ :(
Daniel Borca
2003-11-26
accomodate vtx-0-2-branch
Daniel Borca
2003-11-24
Import vtx-0-2-branch
Keith Whitwell
2003-10-30
bugfixes wrt texture compression
Daniel Borca
2003-10-21
Napalm total immersion
Daniel Borca
2003-10-09
Reorganized combiners. Added optimized span functions.
Daniel Borca
2003-10-02
updates from Daniel Borca
Brian Paul
2003-09-18
a few less occurances of _TriangleCaps
Brian Paul
2003-03-01
Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]
Brian Paul
2002-11-04
misc driver updates (Daniel Borca)
Brian Paul
2002-10-24
Header file clean-up:
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-06
replaced 0xf and 0xf0 with TEXTURE0_ANY and TEXTURE1_ANY
Brian Paul
2001-09-23
fixed some configure;make build problems. cleaned-up copyright info.
Brian Paul
2001-08-29
changes to allow the driver to compile - still doesn't work though
Brian Paul
2001-07-13
Committing in .
Jouk Jansen
2001-07-12
Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make it
Keith Whitwell
2001-05-10
check hardware type and use SETUP_SNAP if needed
Brian Paul
2001-05-03
add disabled test to turn on vertex snapping.
Keith Whitwell
2001-03-19
Split driver struct into swrast/tnl/core components.
Keith Whitwell
2001-03-03
used indent to clean-up the code
Brian Paul
2001-01-08
Bring the FX driver into line with core mesa changes.
Keith Whitwell
2001-01-05
Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertex
Keith Whitwell
2000-12-26
Major rework of tnl module
Keith Whitwell