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_texmem.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove unnecessary null check (bug 11814)
Brian
2007-08-02
1
-1
/
+1
*
r300: Cleaned up r300DestroyTexObj.
Oliver McFadden
2007-05-30
1
-18
/
+5
*
r300: Implement SetTexOffset hook.
Michel Dänzer
2007-05-22
1
-0
/
+3
*
r300: Removed a couple of obsolete/commented out includes.
Oliver McFadden
2007-05-13
1
-3
/
+0
*
Revert "r300: Perform the locking closer to the DRM texture upload call."
Oliver McFadden
2007-05-12
1
-3
/
+3
*
r300: Perform the locking closer to the DRM texture upload call.
Oliver McFadden
2007-05-12
1
-3
/
+3
*
r300: Function naming correction in r300_texmem.c.
Oliver McFadden
2007-05-11
1
-7
/
+8
*
r300: Added some more Doxygen documentation and made some functions static.
Oliver McFadden
2007-05-09
1
-4
/
+5
*
r300: Converted a few "if (0)" into "if (RADEON_DEBUG & DEBUG_TEXTURE)".
Oliver McFadden
2007-05-09
1
-1
/
+1
*
r300: Renamed the R300 memory manager from "radeon" to "r300"; it's R300
Oliver McFadden
2007-05-09
1
-2
/
+2
*
r300: Last of the indent changes. :)
Oliver McFadden
2007-05-09
1
-4
/
+3
*
r300: Indented r300_texmem.[ch].
Oliver McFadden
2007-05-09
1
-74
/
+83
*
r300: Corrected the exit codes for consistency; they are all -1 for error now.
Oliver McFadden
2007-05-09
1
-1
/
+1
*
r300: Converted exit calls to _mesa_exit calls.
Oliver McFadden
2007-05-09
1
-1
/
+1
*
r300: Whitespace cleanup in r300_texmem.c
Nicolai Haehnle
2007-03-25
1
-183
/
+178
*
r300: Removed the deprecated $XFree86$ CVS keywords.
Oliver McFadden
2007-03-18
1
-1
/
+0
*
Removing some of r200 dependency, cleaning up code a bit,
Jerome Glisse
2006-09-12
1
-10
/
+10
*
rectangular fp16 fixes (Ewald Snel)
Aapo Tahkola
2006-04-11
1
-0
/
+18
*
FP textures and fixes (Ewald Snel)
Brian Paul
2006-03-29
1
-1
/
+11
*
Fix texrect upload conflicts.
Aapo Tahkola
2006-03-20
1
-0
/
+7
*
Port r200 tex tiling code to run on r300 but keep it disabled.
Aapo Tahkola
2006-03-06
1
-7
/
+15
*
Fix r300 rectangular texture upload and swtcl coordinate fixing same as radeon
Dave Airlie
2005-12-04
1
-1
/
+1
*
Add support for texture compression to R300 driver
Dave Airlie
2005-09-25
1
-151
/
+174
*
Attempt to fix the issue reported by Alan Grimes with DRM_RADEON_TEXTURE
Eric Anholt
2005-08-25
1
-1
/
+1
*
Replacing some RADEON cmd types with r300 counterparts.
Aapo Tahkola
2005-03-08
1
-4
/
+4
*
Fixing *lots* of warning messages, especially concerning unportable
Nicolai Haehnle
2005-02-17
1
-14
/
+14
*
small cleanup, remove some warnings
Rune Petersen
2005-02-16
1
-1
/
+1
*
Get vertex programs supplied by the user work properly with immediate mode - ...
Vladimir Dergachev
2005-02-03
1
-0
/
+1
*
Add magic sequence to prevent ClearBuffer from locking up.
Vladimir Dergachev
2005-01-31
1
-0
/
+13
*
Use SecondaryColorPtr, not ColorPtr[1] (the latter is NULL).
Vladimir Dergachev
2005-01-31
1
-1
/
+1
*
Incorporate TX_FORMAT information contributed by Wladimir van der Laan.
Vladimir Dergachev
2005-01-13
1
-0
/
+10
*
Port texture allocation code from R200.
red_tinted_cube
Vladimir Dergachev
2005-01-03
1
-0
/
+490