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_texmem.c
Age
Commit message (
Expand
)
Author
2006-09-12
Removing some of r200 dependency, cleaning up code a bit,
Jerome Glisse
2006-04-11
rectangular fp16 fixes (Ewald Snel)
Aapo Tahkola
2006-03-29
FP textures and fixes (Ewald Snel)
Brian Paul
2006-03-20
Fix texrect upload conflicts.
Aapo Tahkola
2006-03-06
Port r200 tex tiling code to run on r300 but keep it disabled.
Aapo Tahkola
2005-12-04
Fix r300 rectangular texture upload and swtcl coordinate fixing same as radeon
Dave Airlie
2005-09-25
Add support for texture compression to R300 driver
Dave Airlie
2005-08-25
Attempt to fix the issue reported by Alan Grimes with DRM_RADEON_TEXTURE
Eric Anholt
2005-03-08
Replacing some RADEON cmd types with r300 counterparts.
Aapo Tahkola
2005-02-17
Fixing *lots* of warning messages, especially concerning unportable
Nicolai Haehnle
2005-02-16
small cleanup, remove some warnings
Rune Petersen
2005-02-03
Get vertex programs supplied by the user work properly with immediate mode - ...
Vladimir Dergachev
2005-01-31
Add magic sequence to prevent ClearBuffer from locking up.
Vladimir Dergachev
2005-01-31
Use SecondaryColorPtr, not ColorPtr[1] (the latter is NULL).
Vladimir Dergachev
2005-01-13
Incorporate TX_FORMAT information contributed by Wladimir van der Laan.
Vladimir Dergachev
2005-01-03
Port texture allocation code from R200.
Vladimir Dergachev