aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_format_s3tc.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-4/+4
* gallium: Move sRGB <-> RGB handling to libmesautilJason Ekstrand2014-08-041-1/+1
* st/dri: implement the driconf option force_s3tc_enable properlyMarek Olšák2013-07-301-10/+2
* util/u_format_s3tc: handle srgb formats correctly.Roland Scheidegger2013-07-171-185/+249
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* u_format_s3tc.c: Don't call getenv() twiceMatt Turner2012-10-121-2/+3
* util: enable S3TC support when the force_s3tc_enable env var is set to "true"Bryan Cain2011-07-261-2/+9
* Revert "util: fix DXT1 RGBA texture compression if the source color is (0, 0,...Dave Airlie2011-02-161-14/+2
* util: fix DXT1 RGBA texture compression if the source color is (0, 0, 0, 0)Marek Olšák2011-02-161-2/+14
* gallium/util: print \n after DXTn printfLuca Barbieri2010-05-031-2/+2
* util: fix assorted problems in the image packing functionsBrian Paul2010-04-271-84/+70
* util: Add missing static keyword.José Fonseca2010-04-241-1/+1
* u_format: Reduce code duplication.José Fonseca2010-04-221-118/+97
* util: Add dedicated depth-stencil packing/unpacking functions.José Fonseca2010-04-091-72/+72
* util: Set DXTN_LIBNAME to libtxc_dxtn.dylib on Mac OS X.Vinson Lee2010-04-091-0/+2
* util: Don't call util_dl_close(library) when util_format_s3tc_init is success...José Fonseca2010-04-081-1/+0
* util: util_dl_close(library) before exiting util_format_s3tc_init.Vinson Lee2010-04-081-0/+2
* util: Use stubs for the dynamically loaded S3TC functions.José Fonseca2010-04-071-334/+349
* util: Revert unsolicited, untested, unreviewed, and broken changes to format ...José Fonseca2010-04-031-159/+105
* gallium/util: print \n after DXTn printfLuca Barbieri2010-04-021-3/+3
* gallium/util: add util_format_is_supported to check for pack/unpackLuca Barbieri2010-04-021-4/+14
* gallium/util: load s3tc on demandLuca Barbieri2010-04-021-105/+149
* util: Add support for other DXTn RGBA formats.José Fonseca2010-04-011-5/+187
* util: Get DXT1_RGB format working correctly.José Fonseca2010-04-011-1/+54
* util: Hook into libtxc_dxtn.so (WIP).José Fonseca2010-03-311-0/+510