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_texstate.c
Age
Commit message (
Expand
)
Author
2006-01-09
Fix cube maps.
Aapo Tahkola
2005-12-17
Add some missing hooks. This should fix various little problems with window m...
Aapo Tahkola
2005-12-13
fix from Roland for mipmapped compressed textures
Dave Airlie
2005-12-05
Fix AL8
Aapo Tahkola
2005-12-04
Fix r300 rectangular texture upload and swtcl coordinate fixing same as radeon
Dave Airlie
2005-11-18
Try to detect when native support to given texture width is not available.
Aapo Tahkola
2005-10-26
Reduce stderr noise and fix some compiler warnings.
Aapo Tahkola
2005-10-26
Sync with my local tree.
Aapo Tahkola
2005-10-05
In gl_texture_image replace IntFormat with InternalFormat and Format with
Brian Paul
2005-09-25
Add support for texture compression to R300 driver
Dave Airlie
2005-09-03
silence misc warnings
Brian Paul
2005-05-12
fix warnings in r300_texstate.c (Jeff Smith)
Ben Skeggs
2005-04-24
Modifying to build against current Mesa. Disabled r200*.c files since they di...
Aapo Tahkola
2005-03-11
Add suitable definitions for the _REV formats, plus a comment
Paul Mackerras
2005-03-09
Don't use R200 texture constants - R300 fields are all different.
Vladimir Dergachev
2005-03-09
Deal with texture formats in a more robust way.
Vladimir Dergachev
2005-03-05
Add format 15. It turned out to be X,X,X,X,X8.
Vladimir Dergachev
2005-02-17
Fixing *lots* of warning messages, especially concerning unportable
Nicolai Haehnle
2005-02-17
Cleanup formatting a little bit.
Vladimir Dergachev
2005-02-16
get two textures to work
reist
2005-02-15
Share routing code between immd/vb. Fix breakage of vertex programs in vb mode.
Ben Skeggs
2005-02-15
Added texture format table for big endian (this is a tempory hack).
Jerome Glisse
2005-02-08
Remove #ifdef's around PolygonOffset function.
Vladimir Dergachev
2005-02-05
Warn of unknown texture formats.
Vladimir Dergachev
2005-02-03
Get vertex programs supplied by the user work properly with immediate mode - ...
Vladimir Dergachev
2005-02-01
Reduce noiseness of the driver.
Vladimir Dergachev
2005-02-01
It helps to print actual values instead of random ones.
Vladimir Dergachev
2005-01-28
Add basic sceleton for vertex programs + some other fixes
Aapo Tahkola
2005-01-16
This fixes it but why mipmaps still work?
Aapo Tahkola
2005-01-15
On the way to getting stencil and texture formats working.
Vladimir Dergachev
2005-01-13
Incorporate TX_FORMAT information contributed by Wladimir van der Laan.
Vladimir Dergachev
2005-01-11
Mipmapping and other texture filters now work.
Aapo Tahkola
2005-01-09
Implement a more elaborate hashing scheme for texture formats. Still not perf...
Vladimir Dergachev
2005-01-06
Turns out the kfountain.kss (as well as lesson19) had a bug - the size was se...
Vladimir Dergachev
2005-01-05
Play a little bit with texture formats.
Vladimir Dergachev
2005-01-03
Enable code to compute other constants that were used by R200 code.
Vladimir Dergachev
2005-01-03
Port texture allocation code from R200.
Vladimir Dergachev