index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
r300
/
r300_tex.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r300: use _mesa_meta_Clear for buffer clears
Maciej Cencora
2009-12-12
1
-1
/
+0
*
radeon: rework mipmap tree
Maciej Cencora
2009-11-14
1
-6
/
+0
*
radeon: rework mipmap tree reference counting
Maciej Cencora
2009-11-14
1
-9
/
+4
*
radeon/r300: don't flush cmdbuf if not necessary
Maciej Cencora
2009-11-14
1
-1
/
+5
*
drivers: don't include texformat.h
Brian Paul
2009-10-05
1
-1
/
+0
*
drivers: use more mesa format functions
Brian Paul
2009-09-27
1
-2
/
+5
*
r300: Convert to shared debug code.
Pauli Nieminen
2009-08-31
1
-4
/
+4
*
Merge remote branch 'origin/master' into radeon-rewrite
Dave Airlie
2009-04-09
1
-3
/
+8
|
\
|
*
dri: use BorderColor instead of _BorderChan
Brian Paul
2009-04-01
1
-3
/
+8
*
|
radeon: go back and repick texture formats.
Dave Airlie
2009-04-01
1
-1
/
+1
*
|
r300: fix bo ref/unref, plugs DRI handle leaks
Dave Airlie
2009-02-24
1
-0
/
+5
*
|
radeon-common: Fix crash in glGetTexImage
Nicolai Haehnle
2009-02-14
1
-0
/
+2
*
|
radeon/r200/r300: another big merge upheavel.
Dave Airlie
2009-02-12
1
-1
/
+1
*
|
r300: fixup mipmap + texsubimage issues
Dave Airlie
2009-02-03
1
-1
/
+1
*
|
r200/r300: port r200 texture handling to common code
Dave Airlie
2009-01-22
1
-496
/
+10
*
|
r300/radeon: move face_for_target
Dave Airlie
2009-01-21
1
-19
/
+2
*
|
r300: start migrating common functions into common code
Dave Airlie
2009-01-21
1
-123
/
+10
*
|
r300: move to common texture_image object
Dave Airlie
2009-01-21
1
-9
/
+9
*
|
radeon/r200/r300: start to move to common miptree/texobj
Dave Airlie
2009-01-21
1
-34
/
+34
*
|
r300: release bo from pixmap
Jerome Glisse
2008-11-14
1
-0
/
+4
*
|
r300: bo and cs abstraction.
Jerome Glisse
2008-11-14
1
-440
/
+339
|
/
*
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-09-18
1
-11
/
+12
*
r300: Fix a crash related to depth textures (triggered by Glest w/ shadowmaps)
Nicolai Haehnle
2008-07-27
1
-0
/
+2
*
r300: Cleanup LodBias support
Nicolai Haehnle
2008-06-30
1
-91
/
+0
*
r300: Change LOD bias emission to more closely follow per-tex rules.
Corbin Simpson
2008-06-29
1
-2
/
+8
*
r300: Fix wrap mode for 1D textures
Nicolai Haehnle
2008-06-29
1
-97
/
+30
*
r300: Make LOD bias a persistent environment variable.
Corbin Simpson
2008-06-16
1
-13
/
+0
*
r300: Fix new incarnation of bug 3195.
Corbin Simpson
2008-06-16
1
-5
/
+14
*
r300: Forgot to clear old state before writing new state.
Corbin Simpson
2008-06-16
1
-0
/
+1
*
r300: Enable LOD bias state emission.
Corbin Simpson
2008-06-15
1
-16
/
+49
*
Oops, misordered a few instructions.
Corbin Simpson
2008-06-15
1
-1
/
+2
*
r300: Unbreak LOD biasing, a bit.
Corbin Simpson
2008-06-15
1
-34
/
+33
*
r3xx/r5xx: Don't force aniso.
Corbin Simpson
2008-06-14
1
-1
/
+1
*
r300: Allow driconf to set a default anisotropy.
Corbin Simpson
2008-06-07
1
-2
/
+4
*
r300: Further anisotropic filtering fixes
Nicolai Haehnle
2008-06-07
1
-26
/
+20
*
r5xx: Unbreak anisotropic filtering?
Corbin Simpson
2008-06-07
1
-6
/
+13
*
r300: Cleanup TX_MIN_FILTER defines
Nicolai Haehnle
2008-06-06
1
-43
/
+28
*
r300: Remove unused variable r300_tex_obj::dirty_state and related defines
Nicolai Haehnle
2008-06-06
1
-5
/
+1
*
r300: fix texwrap border color
Dave Airlie
2007-11-03
1
-1
/
+1
*
Initial support for ARB_depth_texture
Ian Romanick
2007-10-17
1
-0
/
+32
*
r300: Cleaned up long lines in r300Choose8888TexFormat.
Oliver McFadden
2007-06-07
1
-42
/
+32
*
r300: Use #if 0 for disabled code, rather than commenting it out.
Oliver McFadden
2007-05-13
1
-10
/
+14
*
r300: Removed a couple of obsolete/commented out includes.
Oliver McFadden
2007-05-13
1
-1
/
+0
*
r300: Enable hardware 3D texture support. Fixes the stex3d demo.
Oliver McFadden
2007-05-11
1
-14
/
+0
*
r300: Added some more Doxygen documentation and made some functions static.
Oliver McFadden
2007-05-09
1
-3
/
+4
*
r300: Converted a few "if (0)" into "if (RADEON_DEBUG & DEBUG_TEXTURE)".
Oliver McFadden
2007-05-09
1
-2
/
+2
*
r300: Added some Doxygen comments.
Christoph Bill
2007-05-09
1
-1
/
+1
*
r300: Indented r300_tex.[ch].
Oliver McFadden
2007-05-09
1
-147
/
+157
*
r300: Removed some disabled R200 code from the R300 driver.
Oliver McFadden
2007-05-09
1
-2
/
+0
*
r300: Removed some obsolete code from r300_tex.c.
Oliver McFadden
2007-05-09
1
-22
/
+0
[next]