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
/
dri
/
savage
/
savagerender.c
Age
Commit message (
Expand
)
Author
2010-01-25
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-23
savage: Remove unnecessary headers.
Vinson Lee
2009-11-19
tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]
Eric Anholt
2008-09-18
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2007-12-22
fix GL_LINE_LOOP with drivers using own render pipeline stage (#12410, #13527)
Roland Scheidegger
2005-11-19
in run_texnorm_stage() check if the texture unit is really enabled before try...
Brian Paul
2005-10-31
fix problems found with gcc 2.96 (bug 4934)
Brian Paul
2005-04-23
Fixed a segfault introduced by Keith's pipeline changes.
Felix Kuehling
2005-04-22
First pass at updating these drivers with pipeline_stage struct changes.
Keith Whitwell
2005-01-20
* Added options for disabling the fast path (render stage) and vertex DMA
Felix Kuehling
2005-01-20
Added support for ELTS to the _savage_render_stage. Requires at least
Felix Kuehling
2005-01-16
Added a fast path for emitting unclipped primitives directly to a
Felix Kuehling