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
/
r300
/
r300_tex.c
Age
Commit message (
Expand
)
Author
2010-01-25
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-23
r300: Remove unnecessary headers.
Vinson Lee
2010-01-19
radeon/r300/r600: share common glCopyTex(Sub)Image code
Maciej Cencora
2010-01-04
mesa: make texture BorderColor a union of float/int/uint
Brian Paul
2009-12-12
r300: use _mesa_meta_Clear for buffer clears
Maciej Cencora
2009-11-14
radeon: rework mipmap tree
Maciej Cencora
2009-11-14
radeon: rework mipmap tree reference counting
Maciej Cencora
2009-11-14
radeon/r300: don't flush cmdbuf if not necessary
Maciej Cencora
2009-10-05
drivers: don't include texformat.h
Brian Paul
2009-09-27
drivers: use more mesa format functions
Brian Paul
2009-08-31
r300: Convert to shared 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-24
r300: fix bo ref/unref, plugs DRI handle leaks
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-03
r300: fixup mipmap + texsubimage issues
Dave Airlie
2009-01-22
r200/r300: port r200 texture handling to common code
Dave Airlie
2009-01-21
r300/radeon: move face_for_target
Dave Airlie
2009-01-21
r300: start migrating common functions into common code
Dave Airlie
2009-01-21
r300: move to common texture_image object
Dave Airlie
2009-01-21
radeon/r200/r300: start to move to common miptree/texobj
Dave Airlie
2008-11-14
r300: release bo from pixmap
Jerome Glisse
2008-11-14
r300: bo and cs abstraction.
Jerome Glisse
2008-09-18
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-07-27
r300: Fix a crash related to depth textures (triggered by Glest w/ shadowmaps)
Nicolai Haehnle
2008-06-30
r300: Cleanup LodBias support
Nicolai Haehnle
2008-06-29
r300: Change LOD bias emission to more closely follow per-tex rules.
Corbin Simpson
2008-06-29
r300: Fix wrap mode for 1D textures
Nicolai Haehnle
2008-06-16
r300: Make LOD bias a persistent environment variable.
Corbin Simpson
2008-06-16
r300: Fix new incarnation of bug 3195.
Corbin Simpson
2008-06-16
r300: Forgot to clear old state before writing new state.
Corbin Simpson
2008-06-15
r300: Enable LOD bias state emission.
Corbin Simpson
2008-06-15
Oops, misordered a few instructions.
Corbin Simpson
2008-06-15
r300: Unbreak LOD biasing, a bit.
Corbin Simpson
2008-06-14
r3xx/r5xx: Don't force aniso.
Corbin Simpson
2008-06-07
r300: Allow driconf to set a default anisotropy.
Corbin Simpson
2008-06-07
r300: Further anisotropic filtering fixes
Nicolai Haehnle
2008-06-07
r5xx: Unbreak anisotropic filtering?
Corbin Simpson
2008-06-06
r300: Cleanup TX_MIN_FILTER defines
Nicolai Haehnle
2008-06-06
r300: Remove unused variable r300_tex_obj::dirty_state and related defines
Nicolai Haehnle
2007-11-03
r300: fix texwrap border color
Dave Airlie
2007-10-17
Initial support for ARB_depth_texture
Ian Romanick
2007-06-07
r300: Cleaned up long lines in r300Choose8888TexFormat.
Oliver McFadden
2007-05-13
r300: Use #if 0 for disabled code, rather than commenting it out.
Oliver McFadden
2007-05-13
r300: Removed a couple of obsolete/commented out includes.
Oliver McFadden
2007-05-11
r300: Enable hardware 3D texture support. Fixes the stex3d demo.
Oliver McFadden
2007-05-09
r300: Added some more Doxygen documentation and made some functions static.
Oliver McFadden
2007-05-09
r300: Converted a few "if (0)" into "if (RADEON_DEBUG & DEBUG_TEXTURE)".
Oliver McFadden
[next]