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_texstate.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
DRI interface changes and DRI2 direct rendering support.
Kristian Høgsberg
2008-03-31
1
-3
/
+1
*
Framework for supporting z24_s8 and z32 depth textures on r300.
Ian Romanick
2007-10-17
1
-6
/
+41
*
Initial support for ARB_depth_texture
Ian Romanick
2007-10-17
1
-1
/
+40
*
r300: Cleaned up long lines in r300Choose8888TexFormat.
Oliver McFadden
2007-06-07
1
-2
/
+2
*
Fix r300SetTexOffset for big endian platforms.
Michel Dänzer
2007-05-30
1
-7
/
+6
*
r300: Minor indenting corrections in the texture format table.
Oliver McFadden
2007-05-23
1
-2
/
+2
*
r300: Use a single texture format table; reduces duplication.
Oliver McFadden
2007-05-23
1
-64
/
+19
*
r300: Corrected the RGB888 texture format entry.
Oliver McFadden
2007-05-23
1
-1
/
+1
*
r300: Implement SetTexOffset hook.
Michel Dänzer
2007-05-22
1
-12
/
+61
*
r300: Cleaned up function names in r300_texstate.c.
Oliver McFadden
2007-05-11
1
-13
/
+13
*
r300: Enable hardware 3D texture support. Fixes the stex3d demo.
Oliver McFadden
2007-05-11
1
-8
/
+2
*
r300: Added TODO comment regarding texture tiling; I'm not sure about this.
Oliver McFadden
2007-05-10
1
-0
/
+2
*
r300: Added some more Doxygen documentation and made some functions static.
Oliver McFadden
2007-05-09
1
-3
/
+4
*
r300: Removed the "texmicrotile" variable; the tiling code is disabled via a
Oliver McFadden
2007-05-09
1
-2
/
+1
*
r300: Converted a few "if (0)" into "if (RADEON_DEBUG & DEBUG_TEXTURE)".
Oliver McFadden
2007-05-09
1
-2
/
+2
*
r300: Indented r300_texstate.[ch]
Oliver McFadden
2007-05-09
1
-43
/
+61
*
r300: Removed some disabled R200 code from the R300 driver.
Oliver McFadden
2007-05-09
1
-50
/
+1
*
r300: Don't indent the tables in r300_texstate.c.
Oliver McFadden
2007-05-09
1
-83
/
+87
*
r300: Added a warning when texture state update fails.
Oliver McFadden
2007-05-09
1
-11
/
+9
*
r300: Whitespace cleanup in r300_texstate.c
Nicolai Haehnle
2007-03-25
1
-88
/
+82
*
r300: Removed the deprecated $XFree86$ CVS keywords.
Oliver McFadden
2007-03-18
1
-1
/
+0
*
remove unused vars
Brian Paul
2006-11-01
1
-1
/
+0
*
Use endianness test function provided by mesa.
Jerome Glisse
2006-10-15
1
-4
/
+2
*
try to use a 8888 texture format which will result in only a memcopy in mesa'...
Roland Scheidegger
2006-09-20
1
-10
/
+60
*
Removing some of r200 dependency, cleaning up code a bit,
Jerome Glisse
2006-09-12
1
-83
/
+22
*
make sure tex format is supported.
Aapo Tahkola
2006-06-06
1
-1
/
+2
*
warn about broken dxt 3/5
Aapo Tahkola
2006-03-31
1
-0
/
+1
*
FP textures and fixes (Ewald Snel)
Brian Paul
2006-03-29
1
-1
/
+14
*
Clean build.
Aapo Tahkola
2006-03-13
1
-723
/
+2
*
Fix broken max mipmap leveling that was horribly wrong.
Aapo Tahkola
2006-03-13
1
-3
/
+2
*
Port r200 tex tiling code to run on r300 but keep it disabled.
Aapo Tahkola
2006-03-06
1
-0
/
+32
*
r300UpdateTextureEnv shouldnt be called.
Aapo Tahkola
2006-01-27
1
-2
/
+2
*
Doesnt apply anymore
Aapo Tahkola
2006-01-21
1
-8
/
+0
*
Fix ARGB1555 component swizzling.
Aapo Tahkola
2006-01-20
1
-4
/
+4
*
Fix cube maps.
Aapo Tahkola
2006-01-09
1
-10
/
+2
*
Add some missing hooks. This should fix various little problems with window m...
Aapo Tahkola
2005-12-17
1
-0
/
+1
*
fix from Roland for mipmapped compressed textures
Dave Airlie
2005-12-13
1
-3
/
+5
*
Fix AL8
Aapo Tahkola
2005-12-05
1
-2
/
+2
*
Fix r300 rectangular texture upload and swtcl coordinate fixing same as radeon
Dave Airlie
2005-12-04
1
-4
/
+12
*
Try to detect when native support to given texture width is not available.
Aapo Tahkola
2005-11-18
1
-0
/
+8
*
Reduce stderr noise and fix some compiler warnings.
Aapo Tahkola
2005-10-26
1
-202
/
+0
*
Sync with my local tree.
Aapo Tahkola
2005-10-26
1
-3
/
+2
*
In gl_texture_image replace IntFormat with InternalFormat and Format with
Brian Paul
2005-10-05
1
-2
/
+2
*
Add support for texture compression to R300 driver
Dave Airlie
2005-09-25
1
-61
/
+94
*
silence misc warnings
Brian Paul
2005-09-03
1
-2
/
+4
*
fix warnings in r300_texstate.c (Jeff Smith)
Ben Skeggs
2005-05-12
1
-4
/
+4
*
Modifying to build against current Mesa. Disabled r200*.c files since they di...
Aapo Tahkola
2005-04-24
1
-0
/
+5
*
Add suitable definitions for the _REV formats, plus a comment
Paul Mackerras
2005-03-11
1
-10
/
+20
*
Don't use R200 texture constants - R300 fields are all different.
Vladimir Dergachev
2005-03-09
1
-0
/
+4
*
Deal with texture formats in a more robust way.
Vladimir Dergachev
2005-03-09
1
-49
/
+25
[next]