summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* draw: Respect max_indices from the renderer.Kurt Daverman2011-09-221-1/+1
* translate: check for PIPE_SUBSYSTEM_EMBEDDEDBrian Paul2011-09-221-1/+1
* tgsi: Check in scan for fs position and depth readsJakob Bornecrantz2011-09-222-0/+17
* gallium/util: add util_format_is_srgb() helperBrian Paul2011-09-221-0/+7
* util: add u_bit_scan helperKeith Whitwell2011-09-221-0/+16
* util: Allow to make the depth/stencil format queries without repeatedly looki...José Fonseca2011-09-221-9/+20
* util: single call to util_format_description in fill_rectKeith Whitwell2011-09-221-3/+4
* util: Handle conversion between depth stencil formats.José Fonseca2011-09-221-0/+44
* util: remove stray debug codeBrian Paul2011-09-211-2/+0
* gallivm: fix build with llvm 3.0svnBrian Paul2011-09-211-2/+8
* gallium/util: observe sampler view's first_level in util_blit_pixels_tex()Brian Paul2011-09-201-6/+10
* mesa/gallium: remove GLchan from latc, rgtc codeBrian Paul2011-09-202-15/+15
* Gallium: remove unnecessary ifdef for MAX_CLIPPED_VERTICES.Paul Berry2011-09-201-2/+0
* gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie2011-09-1810-48/+44
* gallivm: fix build with LLVM 3.0svnTobias Droste2011-09-151-1/+10
* util: add util_format_is_luminance/intensity/rgb(), etcBrian Paul2011-09-152-1/+112
* g3dvl: Add max_references parameter to vl_create_decoder()Emeric Grange2011-09-144-5/+6
* g3dvl: Add get_clear_color capabilityEmeric Grange2011-09-142-0/+18
* g3dvl: Various whitespace cleanups found while reading some codeEmeric Grange2011-09-144-18/+20
* gallivm: remove unused varsBrian Paul2011-09-131-5/+0
* gallium: minor comments for util_format_channel_description fieldsBrian Paul2011-09-131-2/+2
* pb_buffer: inline 'base' sub-structMarek Olšák2011-09-119-91/+87
* tgsi: fix typo in commit 324ac982d8e7Emil Velikov2011-09-101-1/+1
* gallium: add TGSI opcodes UARL and UCMPBryan Cain2011-09-102-0/+33
* draw/llvm: combine draw_llvm_generate() and draw_llvm_generate_elts()Brian Paul2011-09-101-273/+97
* u_blitter: add texture array supportMarek Olšák2011-09-101-11/+41
* gallium: add shadow 1D and 2D array samplers to TGSIMarek Olšák2011-09-107-7/+66
* rtasm,translate: Disable on Mingw-w64.José Fonseca2011-09-062-2/+2
* gallium: add missing formats for ARB_vertex_type_2_10_10_10_revDave Airlie2011-09-051-1/+8
* gallivm: fix build with LLVM 3.0svnTobias Droste2011-09-051-4/+10
* tgsi: add support for texture offsets to the TGSI IR. (v2)Dave Airlie2011-09-028-9/+132
* g3dvl: extend the functionality of the compositorChristian König2011-09-012-29/+77
* gallium: add R8A8 and A8R8 UNORM formatsChristian König2011-09-011-0/+2
* gallium: try to cleanup a bit of the format mess created with pipe-video mergeChristian König2011-09-013-80/+4
* vl: Fix include styleKai Wasserbäch2011-08-2920-63/+63
* util: Fix include styleKai Wasserbäch2011-08-294-18/+18
* g3dvl: Fix a bug not decoding the last 32-64 bits of an mpeg2 bitstream.Christian König2011-08-292-8/+7
* g3dvl: use pointer_to_uintptr() to silence a cast warningBrian Paul2011-08-261-1/+2
* pp: initialize the sample maskChristoph Bumiller2011-08-261-0/+2
* g3dvl: s/inline/INLINE/ to fix MSVC buildBrian Paul2011-08-261-3/+3
* g3dvl: fix compilation failure on MSVCBrian Paul2011-08-261-1/+2
* scons: don't compile some files with -gstabs if using mingw32Brian Paul2011-08-261-0/+4
* g3dvl: Rewrite the mpeg 1&2 bitstream parserChristian König2011-08-264-1751/+923
* g3dvl: Use a single texture for luma and chroma dataChristian König2011-08-266-140/+91
* g3dvl: Rework the decoder interface part 5/5Christian König2011-08-261-4/+11
* g3dvl: Rework the decoder interface part 4/5Christian König2011-08-262-2/+0
* g3dvl: Rework the decoder interface part 3/5Christian König2011-08-266-82/+301
* g3dvl: Rework the decoder interface part 2/5Christian König2011-08-262-0/+19
* g3dvl: Rework the decoder interface part 1/5Christian König2011-08-262-220/+254
* pp: add files to Makefile.sourcesBrian Paul2011-08-251-0/+6