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: 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
*
r300: Removed the deprecated $XFree86$ CVS keywords.
Oliver McFadden
2007-03-18
1
-1
/
+0
*
try to use a 8888 texture format which will result in only a memcopy in mesa'...
Roland Scheidegger
2006-09-20
1
-4
/
+36
*
FP textures and fixes (Ewald Snel)
Brian Paul
2006-03-29
1
-0
/
+25
*
Clean build.
Aapo Tahkola
2006-03-13
1
-3
/
+0
*
Fix a problem where offsets from disabled tmus reach drm
Aapo Tahkola
2006-01-26
1
-0
/
+3
*
No you arent.
Aapo Tahkola
2005-12-17
1
-15
/
+0
*
GC a bit of dead code I noticed while looking at texwrap.
Eric Anholt
2005-10-28
1
-7
/
+0
*
Reduce stderr noise and fix some compiler warnings.
Aapo Tahkola
2005-10-26
1
-23
/
+0
*
fixes for r300_tex.c from Aapo Tahkola
Dave Airlie
2005-10-20
1
-4
/
+4
*
Add support for texture compression to R300 driver
Dave Airlie
2005-09-25
1
-0
/
+128
*
Another nasty struct size bug found.
Aapo Tahkola
2005-02-24
1
-1
/
+1
*
Minor fix to border and blend color.
Aapo Tahkola
2005-02-19
1
-1
/
+1
*
Fixing *lots* of warning messages, especially concerning unportable
Nicolai Haehnle
2005-02-17
1
-21
/
+21
*
Turns out unknown5 was border color. texwrap looks good now.
Aapo Tahkola
2005-02-10
1
-1
/
+1
*
Typo..
Aapo Tahkola
2005-02-08
1
-1
/
+1
*
Fix the bug and get zbias back into shape. There might still be some problems...
Aapo Tahkola
2005-02-08
1
-0
/
+1
*
Get alpha in textures to work properly.
Vladimir Dergachev
2005-02-01
1
-2
/
+4
*
Fixes for clamp modes.
Aapo Tahkola
2005-01-25
1
-1
/
+1
*
On the way to getting stencil and texture formats working.
Vladimir Dergachev
2005-01-15
1
-0
/
+7
*
Added fixes for filter modes and support for anisotropy filters.
Aapo Tahkola
2005-01-14
1
-61
/
+46
*
Mipmapping and other texture filters now work.
Aapo Tahkola
2005-01-11
1
-34
/
+45
*
Play a little bit with texture formats.
Vladimir Dergachev
2005-01-05
1
-1
/
+1
*
Enable code to compute other constants that were used by R200 code.
Vladimir Dergachev
2005-01-03
1
-23
/
+13
*
Port texture allocation code from R200.
red_tinted_cube
Vladimir Dergachev
2005-01-03
1
-0
/
+1055