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
/
savage_xmesa.c
Age
Commit message (
Expand
)
Author
2005-01-01
Removed all direct hardware access (MMIO, BCI) from the Savage DRI
Felix Kuehling
2004-12-17
Made debugging output controllable via environment variable
Felix Kuehling
2004-12-17
Added a TNL pipeline stage that normalizes texture coordinates as a
Felix Kuehling
2004-12-16
Also PUBLICize the config option table
Adam Jackson
2004-12-15
Mark __driCreateNewScreen PUBLIC
Adam Jackson
2004-12-15
Added configuration support to the Savage driver. Three options are
Felix Kuehling
2004-12-15
Moved some code from savageCreateContext to savageInitDriver, where it
Felix Kuehling
2004-12-14
uint*t -> u_int*t
Alan Hourihane
2004-11-27
Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().
Brian Paul
2004-10-08
Apply Eric's stencil wrap patch (Eric Anholt)
Alex Deucher
2004-10-02
added support for GL_ARB_draw_buffers
Brian Paul
2004-08-22
Converted the Savage driver to the new DRI interface and enabled compilation
Felix Kuehling
2004-06-03
Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd out
Jon Smirl
2004-03-24
Missing in last commit.
Felix Kuehling
2004-03-21
ctx->Const.MaxTextureLevels is not the highest mipmap level but the number
Felix Kuehling
2004-03-21
Improved MaxTextureLevel computation to take the nr. of tex units and both
Felix Kuehling
2004-03-21
Implemented support for software-based AUX color buffers.
Brian Paul
2004-03-07
Fixed two small problems in the vertex setup.
Felix Kuehling
2004-02-29
Reorganized hardware state data structures and state emission. Don't track
Felix Kuehling
2004-02-26
Set ctx->Const.MaxTexture[Image/Coord]Units correctly. Fixes corruption in q3.
Felix Kuehling
2004-02-26
Converted vertex setup to use t_vertex.[ch].
Felix Kuehling
2004-02-25
Call _tnl_allow_pixel/vertex_fog in savageCreateContext. (Brian Paul)
Felix Kuehling
2004-02-22
Imported the Savage DRI driver from the savage-2-0-0-branch of DRI CVS
Felix Kuehling
[prev]