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
/
r200
/
r200_texstate.c
Age
Commit message (
Expand
)
Author
2009-02-21
mesa: re-org texgen state
Brian Paul
2008-09-18
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-04-29
r200: fix state submission issue causing bogus textures (bug 15730)
Ove Kaaven
2008-03-31
DRI interface changes and DRI2 direct rendering support.
Kristian Høgsberg
2007-11-28
r200: Fix texture format regression on big endian systems.
Michel Dänzer
2007-11-06
r200: Fix SetTexOffset format for 16 bit pixmaps/textures.
Michel Dänzer
2007-09-29
r200: Implement SetTexOffset hook.
Chris Rankin
2007-05-17
remove CVS/XFree86 keywords
Christoff Brill
2006-11-02
casting, type changes to silence warnings
Brian Paul
2006-09-20
try to use a 8888 texture format which will result in only a memcopy in mesa'...
Roland Scheidegger
2006-09-20
fix mixed texgen/non-texgen with texgen modes requiring plane parameters (GL_...
Roland Scheidegger
2006-09-13
Always mark tex state atom as dirty when the texture image is dirty, this ens...
Roland Scheidegger
2006-09-13
fix GL_REFLECTION_MAP texgen by not using tex matrix negation when lighting i...
Roland Scheidegger
2005-11-02
First step of Radeon DRI unification:
Eric Anholt
2005-09-12
add complete support for ATI_fragment_shader for the r200. Most of the new co...
Roland Scheidegger
2005-08-31
enable GL_ARB_texture_env_crossbar on r200, separate the enable bits for text...
Roland Scheidegger
2005-05-31
Bugzilla #2708: Disable the fallback on GL_SPHERE_MAP. It appears to hurt more
Eric Anholt
2005-02-10
add texture micro and macro tiling to radeon/r200 driver. This can improve pe...
Roland Scheidegger
2004-10-18
Fix compile errors when DEBUG is defined.
Ian Romanick
2004-10-16
Add code to support projective texturing and fix mixed enabling of texture
Eric Anholt
2004-10-16
Always turn on the TAM_DEBUG3=0x6 workaround on real r200s. It appears that
Eric Anholt
2004-10-09
This statechange is vtx state, not tcl.
Eric Anholt
2004-10-07
Add Roland Scheidegger's S3TC patch. This patch does not implement the
Eric Anholt
2004-09-24
-O -Wall warnings cleanups in r200.
Eric Anholt
2004-06-19
Big-endian texture fixes from Michel Dänzer.
Brian Paul
2004-06-17
use I8 internal format for GL_INTENSITY, GL_ALPHA and GL_LUMINANCE texture fo...
Roland Scheidegger
2004-06-03
fix minor signedness issue in assertion
Roland Scheidegger
2004-06-02
add support for more than 2 texture units (max 6, default 4). use hang workar...
Roland Scheidegger
2004-05-05
Added support for the 3rd texture coordinate for cubemaps and 3D
Ian Romanick
2004-02-06
Refactor "class" texture environments to be implemented in terms of
Ian Romanick
2004-01-27
Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a single
Keith Whitwell
2004-01-22
Corrected a comment about how the DOT3 hardware works in the R200.
Ian Romanick
2003-12-11
Updates to tnl_dd_dmatmp.h
Keith Whitwell
2003-10-21
Update DRI drivers to current DRI CVS and make them work.
Jon Smirl
2003-08-06
r200 driver, brought over by Jon Smirl
Keith Whitwell