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_tex.c
Age
Commit message (
Expand
)
Author
2009-08-31
r200: Convert r200 to use new style debug code.
Pauli Nieminen
2009-04-09
Merge remote branch 'origin/master' into radeon-rewrite
Dave Airlie
2009-04-01
dri: use BorderColor instead of _BorderChan
Brian Paul
2009-04-01
radeon: go back and repick texture formats.
Dave Airlie
2009-02-17
radeon/r200: drop dirty state from texture object + pp_txoffset
Dave Airlie
2009-02-14
radeon-common: Fix crash in glGetTexImage
Nicolai Haehnle
2009-02-12
radeon/r200/r300: another big merge upheavel.
Dave Airlie
2009-02-10
r200: invalidate texture paths in some more places
Dave Airlie
2009-02-04
r200: move to new mipmap interface
Dave Airlie
2009-01-22
r200/r300: port r200 texture handling to common code
Dave Airlie
2009-01-14
radeon/r200/r300: initial attempt to convert to common context code
Dave Airlie
2009-01-13
radeon/r200: start splitting out commonalities into separate headers
Dave Airlie
2008-09-18
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-07-26
r200: Do not set second coordinate clamping for 1D textures
Nicolai Haehnle
2007-05-17
change max anisotropy test
Christoff Brill
2007-05-17
use R200_DEBUG for debug output
Christoff Brill
2007-05-17
remove CVS/XFree86 keywords
Christoff Brill
2006-10-15
fix handling of textures with a base internal format that does not have all f...
Roland Scheidegger
2006-10-13
implement ARB_point_parameters and ARB_point_sprite on r200. The code is near...
Roland Scheidegger
2006-09-20
try to use a 8888 texture format which will result in only a memcopy in mesa'...
Roland Scheidegger
2004-10-07
Add Roland Scheidegger's S3TC patch. This patch does not implement the
Eric Anholt
2004-08-25
print internalFormat value in r200ChooseTextureFormat() error message
Brian Paul
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-02
Removed need for sarea.h, various touch ups to get rid of type mismatches.
Jon Smirl
2004-04-27
Remove include of texutil.h to get build working.
Ian Romanick
2004-04-22
New glTexImage code.
Brian Paul
2004-02-06
remove bogus check of texture target in R200TexParameter
Roland Scheidegger
2004-01-26
remove bogus assertion in DeleteTexture() function
Brian Paul
2004-01-21
Make the R200 driver work with the NewTextureObject in Mesa. Other
Ian Romanick
2004-01-20
Undo some bits from last check-in related to the ctx->Driver.NewTextureObject
Brian Paul
2004-01-20
Before calling _mesa_create_context(), initialize a dd_function_table struct
Brian Paul
2004-01-13
Added support for EXT_texture_mirror_clamp.
Ian Romanick
2004-01-11
call _mesa_delete_texture_object() from in the driver's DeleteTexture function
Brian Paul
2004-01-05
Added def_max_anisotropy and no_neg_lod_bias options to radeon and r200.
Felix Kuehling
2003-12-11
Updates to tnl_dd_dmatmp.h
Keith Whitwell
2003-12-05
xmlconfig fixes
Alan Hourihane
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