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
/
main
/
texcompress_fxt1.c
Age
Commit message (
Expand
)
Author
2004-11-15
use float constants
Daniel Borca
2004-11-01
cleaned up the mess a bit
Daniel Borca
2004-10-29
decoder "width" parameter represents "stride-in-pixels"
Daniel Borca
2004-10-18
use RowStride instead of Width in texel fetchers.
Daniel Borca
2004-08-30
revived unused code, but got rid of warnings
Daniel Borca
2004-08-25
Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...
Brian Paul
2004-08-14
Silent compiler "variable may be used uninitialized" warnings.
Philippe Houdoin
2004-07-02
init some vars to silence warnings
Brian Paul
2004-06-21
added support for non-64bit compilers
Daniel Borca
2004-05-31
reworked FXT1
Daniel Borca
2004-05-25
oops
Daniel Borca
2004-05-25
FXT1 texture compression (initial draft)
Daniel Borca
2004-05-04
Fix minor warnings found with g++.
Brian Paul
2004-05-04
texture compression: getting warmer
Daniel Borca
2004-05-03
unbloat namespace
Daniel Borca
2004-04-30
FXT1: getting warmer
Daniel Borca
2004-04-29
FXT1 preparations
Daniel Borca
2004-04-27
Removed the old teximage code.
Brian Paul