summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_format_s3tc.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-14util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt1-674/+0
2018-09-07move u_math to src/utilDylan Baker1-1/+1
2017-10-02gallium: Remove util_format_s3tc_init()Matt Turner1-74/+5
2017-10-02gallium: Remove util_format_s3tc_enabledMatt Turner1-53/+1
2016-07-30Revert "gallium/util: fix resource leak"Roland Scheidegger1-2/+0
2016-07-30gallium/util: fix resource leakEric Engestrom1-0/+2
2016-07-15Use correct names for dlopen()ed files on CygwinYaakov Selkowitz1-0/+2
2015-07-21gallium: replace INLINE with inlineIlia Mirkin1-4/+4
2014-08-04gallium: Move sRGB <-> RGB handling to libmesautilJason Ekstrand1-1/+1
2013-07-30st/dri: implement the driconf option force_s3tc_enable properlyMarek Olšák1-10/+2
2013-07-17util/u_format_s3tc: handle srgb formats correctly.Roland Scheidegger1-185/+249
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2012-10-12u_format_s3tc.c: Don't call getenv() twiceMatt Turner1-2/+3
2011-07-26util: enable S3TC support when the force_s3tc_enable env var is set to "true"Bryan Cain1-2/+9
2011-02-16Revert "util: fix DXT1 RGBA texture compression if the source color is (0, 0,...Dave Airlie1-14/+2
2011-02-16util: fix DXT1 RGBA texture compression if the source color is (0, 0, 0, 0)Marek Olšák1-2/+14
2010-05-03gallium/util: print \n after DXTn printfLuca Barbieri1-2/+2
2010-04-27util: fix assorted problems in the image packing functionsBrian Paul1-84/+70
2010-04-24util: Add missing static keyword.José Fonseca1-1/+1
2010-04-22u_format: Reduce code duplication.José Fonseca1-118/+97
2010-04-09util: Add dedicated depth-stencil packing/unpacking functions.José Fonseca1-72/+72
2010-04-09util: Set DXTN_LIBNAME to libtxc_dxtn.dylib on Mac OS X.Vinson Lee1-0/+2
2010-04-08util: Don't call util_dl_close(library) when util_format_s3tc_init is success...José Fonseca1-1/+0
2010-04-08util: util_dl_close(library) before exiting util_format_s3tc_init.Vinson Lee1-0/+2
2010-04-07util: Use stubs for the dynamically loaded S3TC functions.José Fonseca1-334/+349
2010-04-03util: Revert unsolicited, untested, unreviewed, and broken changes to format ...José Fonseca1-159/+105
2010-04-02gallium/util: print \n after DXTn printfLuca Barbieri1-3/+3
2010-04-02gallium/util: add util_format_is_supported to check for pack/unpackLuca Barbieri1-4/+14
2010-04-02gallium/util: load s3tc on demandLuca Barbieri1-105/+149
2010-04-01util: Add support for other DXTn RGBA formats.José Fonseca1-5/+187
2010-04-01util: Get DXT1_RGB format working correctly.José Fonseca1-1/+54
2010-03-31util: Hook into libtxc_dxtn.so (WIP).José Fonseca1-0/+510