summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'gallium-new-formats'Roland Scheidegger2010-03-317-28/+61
|\
| * gallium/util: use other layout instead of the old compressedRoland Scheidegger2010-03-301-2/+2
| * Merge branch 'master' into gallium-new-formatsRoland Scheidegger2010-03-307-19/+200
| |\
| * | gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger2010-03-303-18/+18
| * | gallium: make the python scripts for format parsing not fail on new formatsRoland Scheidegger2010-03-304-12/+29
| * | gallium: fix bogus depth/stencil format names (and channel descriptions)Roland Scheidegger2010-03-291-10/+9
| * | gallium: add new texture formatsRoland Scheidegger2010-03-291-0/+20
* | | util: Put the format pack/unpack functions in the description table.José Fonseca2010-03-317-238/+220
* | | util: Make pack/unpack operate on spans.José Fonseca2010-03-311-26/+38
* | | util: Make util_format_xxx_pack_xxx take pointer as arguments.José Fonseca2010-03-311-6/+6
* | | util: Fix PIPE_FORMAT_B5G5R5X1_UNORM test case.José Fonseca2010-03-311-6/+5
* | | util: Use VOID type for X channels in format descriptions.José Fonseca2010-03-313-18/+18
* | | gallivm: Fix USCALED translation. Minor Cleanups.José Fonseca2010-03-311-3/+3
* | | llvmpipe: Drop the aos format conversion.José Fonseca2010-03-313-385/+0
* | | util: Generalize lp_format_is_rgba8 into util_format_is_rgba8_variant.José Fonseca2010-03-315-75/+29
* | | gallivm: cleanup the code (found by coverity)Zack Rusin2010-03-301-11/+1
* | | gallivm: use constant size array, added assertion checkBrian Paul2010-03-291-1/+5
| |/ |/|
* | gallivm: added lp_bld_printf() functionChris Li2010-03-294-0/+150
* | gallivm: make sure that the alloca's are the very first thing in the functionZack Rusin2010-03-291-1/+19
* | util: Distinguish between the different compression formats.José Fonseca2010-03-292-14/+26
|/
* aux/tgsi: fix some minor glitches in string routinesKeith Whitwell2010-03-281-2/+2
* util: Update MSDN links.José Fonseca2010-03-281-3/+3
* rtasm: Silence gnu_printf format warnings.Vinson Lee2010-03-261-1/+1
* rtasm: Fix typos in comments.Vinson Lee2010-03-251-3/+3
* draw: Add EMIT_4UB_BGRA formatJakob Bornecrantz2010-03-263-8/+18
* draw: Use translate function instead of switch casesJakob Bornecrantz2010-03-266-144/+56
* cso: Remove unnecessary header.Vinson Lee2010-03-221-1/+0
* Revert "gallium: add soft screen helper"George Sapountzis2010-03-212-85/+0
* gallium: add soft screen helperGeorge Sapountzis2010-03-212-0/+85
* gallium: cached bufmgr add map busy checkDave Airlie2010-03-211-0/+9
* gallivm: simplify and clean-up Z/stencil bit mask/shift codeBrian Paul2010-03-191-87/+160
* cso: remove cso_set/save/restore_sampler_texturesRoland Scheidegger2010-03-192-76/+0
* gallivm: support PIPE_FORMAT_Z24S8_UNORM in depth/stencil codeBrian Paul2010-03-181-3/+18
* gallivm: fix broken INCR/DECR stencil modesBrian Paul2010-03-181-6/+17
* gallivm/llvmpipe: added lp_rast_shader_inputs::facing and pass throughBrian Paul2010-03-182-10/+15
* Add format B5G5R5X1Alan Hourihane2010-03-185-0/+83
* gallivm/llvmpipe: simplify front/back stencil ref value handlingBrian Paul2010-03-182-36/+7
* gallivm: checkpoint WIP two-sided stencil testBrian Paul2010-03-181-30/+191
* gallivm/llvmpipe: basic stencil testing worksBrian Paul2010-03-171-25/+139
* gallivm: added lp_build_andc()Brian Paul2010-03-172-0/+15
* gallivm/llvmpipe: more asst changes for stencil testingBrian Paul2010-03-172-36/+41
* gallivm/llmvpipe: pass stencil refs state into z/stencil build codeBrian Paul2010-03-172-0/+2
* gallium: add target-helpers/wrap_screen.c to C_SOURCESBrian Paul2010-03-161-2/+3
* gallium: change remaining util functions to use cso sampler viewsRoland Scheidegger2010-03-164-18/+21
* Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2010-03-1631-250/+458
|\
| * gallivm: checkpoint: stencil test codeBrian Paul2010-03-151-1/+105
| * gallivm/llvmpipe: rename some constant building functionsBrian Paul2010-03-1513-92/+90
| * gallivm: fix up some #includesBrian Paul2010-03-152-2/+2
| * gallivm/llvmpipe: rename os_llvm.h to lp_bld.hBrian Paul2010-03-1519-22/+22
| * gallivm: fix typo/bug in lp_build_sgn()Brian Paul2010-03-151-1/+1