summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* r300g: Expound on dithering comment.Corbin Simpson2010-04-021-4/+9
* r300g: make dithering work like fglrx.Dave Airlie2010-04-031-2/+4
* gallium: fix dri_destroy_option_cache() when optionCache.info is NULLYann Droneaud2010-04-021-4/+6
* llvmpipe: limit max texture size to 2Kx2K for nowBrian Paul2010-04-023-1/+8
* gallivm: Add fallthrough comment at end of case statement.Vinson Lee2010-04-021-0/+1
* gallium/util: print \n after DXTn printfLuca Barbieri2010-04-021-3/+3
* softpipe: remove S3TC init, since it's done on-demand nowLuca Barbieri2010-04-021-2/+0
* gallium/util: remove extraneous semicolonBrian Paul2010-04-011-1/+1
* gallium: remove old comment about return valuesBrian Paul2010-04-011-1/+1
* gallium/util: revert util_format_init additionLuca Barbieri2010-04-024-13/+1
* gallium/util: add util_format_is_supported to check for pack/unpackLuca Barbieri2010-04-024-25/+39
* gallium/util: load s3tc on demandLuca Barbieri2010-04-022-107/+151
* gallium/util: pregenerate half float tablesLuca Barbieri2010-04-026-170/+191
* st/egl: Add a missing break.Chia-I Wu2010-04-021-0/+1
* gallium/util: s/inline/INLINE/Vinson Lee2010-04-011-1/+1
* nv50: call util_format_initLuca Barbieri2010-04-021-0/+3
* gallium/util: add util_format_init that inits s3tc and util_halfLuca Barbieri2010-04-025-6/+23
* gallium/util: add one-time initialization helperLuca Barbieri2010-04-021-0/+15
* gallium/util: use #pragma section instead of #pragma data_segLuca Barbieri2010-04-021-1/+1
* gallium/util: reindent u_half.c and u_half.h with Mesa coding styleLuca Barbieri2010-04-022-107/+112
* Revert "util: Init half-float tables on demand."Luca Barbieri2010-04-023-14/+57
* util: Init half-float tables on demand.Corbin Simpson2010-04-013-57/+14
* llvmpipe: Support sampling from PIPE_FORMAT_R32_FLOAT.José Fonseca2010-04-012-4/+45
* util: Declare .CRT$XCU data segment.Michal Krol2010-04-011-0/+1
* scons: Remove `util/u_gctors.cpp'.Michal Krol2010-04-011-1/+0
* gallium/util: rewrite global constructor system for half floats (GCC/MSVC only!)Luca Barbieri2010-04-015-26/+55
* llvmpipe: Support sampling from signed and mixed siged formats.José Fonseca2010-04-011-9/+64
* st/python: Allow to sample only in the [0,1] range.José Fonseca2010-04-013-23/+46
* st/python: Always use softpipe as reference driver.José Fonseca2010-04-014-11/+17
* gallium/util: add copyright header to u_half.cLuca Barbieri2010-04-011-2/+37
* llvmpipe: More tweaks to the supported texture formats.José Fonseca2010-04-011-10/+6
* util: Declare util_half_init_tables only once.José Fonseca2010-04-013-4/+15
* util: Use u_math.h's union fi instead of redefining it.José Fonseca2010-04-011-4/+5
* util: Add support for other DXTn RGBA formats.José Fonseca2010-04-012-22/+298
* util: Get DXT1_RGB format working correctly.José Fonseca2010-04-011-1/+54
* util: Add test case for PIPE_FORMAT_DXT1_RGB.José Fonseca2010-04-011-0/+32
* llvmpipe: Fix build...José Fonseca2010-04-011-0/+23
* util: Allow to have block format test casesJosé Fonseca2010-04-012-449/+458
* util: Generate correct format conversions for half floats.Michal Krol2010-04-011-39/+59
* util: Use u_half to perform half <--> float conversions.Michal Krol2010-04-011-47/+6
* gallium: Integrate util_half with scons.Michal Krol2010-04-012-0/+3
* gallium/util: add fast half float conversion functionsLuca Barbieri2010-04-014-0/+199
* util: Add half float test cases.José Fonseca2010-04-011-0/+35
* llvmpipe: Fix (un)swizzling, broken due to use of VOID channels.José Fonseca2010-04-011-2/+10
* r300g: Remove unnecessary header.Vinson Lee2010-03-311-1/+0
* util/format: fix big endian compilation by not trying to byteswap single bytesLuca Barbieri2010-04-011-7/+9
* gallivm: convert floats to doublesZack Rusin2010-03-311-2/+9
* r300g: add RGBA16F colorbuffer supportMarek Olšák2010-04-011-5/+8
* r300g: add RGTC texture supportMarek Olšák2010-04-013-1/+56
* r300g: format handling cleanupMarek Olšák2010-04-012-24/+16