summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'kasanen-post-process-v2'Brian Paul2011-08-2515-0/+4707
|\
| * pp/main queue: Add the PP headersLauri Kasanen2011-08-193-0/+215
| * pp/main queue: Add pp_program.[ch]Lauri Kasanen2011-08-192-0/+201
| * pp/main queue: Add pp_init.cLauri Kasanen2011-08-191-0/+283
| * pp/main queue: Add pp_run.cLauri Kasanen2011-08-191-0/+188
| * pp: Add Jimenez' MLAALauri Kasanen2011-08-192-0/+646
| * pp: Add the MLAA areamapLauri Kasanen2011-08-191-0/+2821
| * pp: Cel-shade filterLauri Kasanen2011-08-192-0/+117
| * pp: Color filtersLauri Kasanen2011-08-192-0/+149
| * pp: DocsLauri Kasanen2011-08-191-0/+87
| * aux/Makefile,SConscript: Build PPLauri Kasanen2011-08-192-0/+12
* | tgsi: add TXF support.Dave Airlie2011-08-252-1/+59
* | tgsi: add TXQ support. (v2)Dave Airlie2011-08-252-1/+31