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_s3tc.c
Age
Commit message (
Expand
)
Author
2010-09-24
mesa: fix assertions to handle srgb formats
Brian Paul
2010-09-23
mesa: Remove EXT_convolution.
Eric Anholt
2010-08-25
mesa: Don't warn when the desired result of s3tc lib available occurs.
Eric Anholt
2010-07-31
mesa: Remove unnecessary headers.
Vinson Lee
2010-07-30
mesa: Include macros.h in files that use symbols from macros.h.
Vinson Lee
2010-05-13
mesa: Remove _mesa_pow(), which is always just pow().
Eric Anholt
2010-03-31
mesa: Use a consistent name of the external s3tc library for all windows comp...
José Fonseca
2010-02-19
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2009-10-29
mesa/main: Make FEATURE_texture_s3tc follow feature conventions.
Chia-I Wu
2009-10-05
mesa: don't include texformat.h
Brian Paul
2009-09-30
mesa: remove gl_texture_format
Brian Paul
2009-09-30
mesa: replace gl_texture_format with gl_format
Brian Paul
2009-09-27
mesa: update comments
Brian Paul
2009-09-27
mesa: remove unused gl_texture_format fields
Brian Paul
2009-09-27
mesa: NULL-out unused texformat field initializers
Brian Paul
2009-09-27
mesa: make some s3tc/fxt1 functions public
Brian Paul
2009-04-09
mesa: Report name for missing s3tc functions
Jakob Bornecrantz
2008-12-16
Merge commit 'origin/master' into gallium-0.2
Brian Paul
2008-12-15
mesa: move _mesa_dlopen(), etc into separate dlopen.c file
Brian Paul
2008-12-12
mesa: fixes for srgb, new srgb formats
Roland Scheidegger
2007-08-02
EXT_texture_sRGB support on i965
Zou Nan hai
2007-04-21
Call _mesa_warning() instead of _mesa_problem() when external s3tc lib not fo...
Brian
2007-01-23
fixes for C++ warnings/errors
Brian
2006-10-31
fix MINGW32 problems
Brian Paul
2006-08-03
New wrapper functions: _mesa_dlopen(), _mesa_dlsym(), _mesa_dlclose().
Brian Paul
2006-05-20
In gl_texture_image, replace ImageStride with an ImageOffsets array.
Brian Paul
2006-05-08
Fix a number of texture compression issues.
Brian Paul
2006-04-06
Replace MESA_FORMAT_DEPTH_COMPONENT_FLOAT32 with 32-bit integer format.
Brian Paul
2005-09-28
Initial work for GL_EXT_packed_depth_stencil extension.
Brian Paul
2005-09-10
make some vars static
Brian Paul
2004-10-18
added dstRowStride to dxtCompressTexFuncExt;
Daniel Borca
2004-10-12
add more mess to the dynamic linking system
Daniel Borca
2004-10-07
Add Roland Scheidegger's S3TC patch. This patch does not implement the
Eric Anholt
2004-08-25
Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...
Brian Paul
2004-05-04
Fix minor warnings found with g++.
Brian Paul
2004-05-04
texture compression: getting warmer
Daniel Borca
2004-04-27
Removed the old teximage code.
Brian Paul