summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://anongit.freedesktop.org/mesa/mesaStéphane Marchesin2011-08-26307-9191/+30442
|\
| * g3dvl: use pointer_to_uintptr() to silence a cast warningBrian Paul2011-08-261-1/+2
| * svga: include LLVM in name string in debug buildsBrian Paul2011-08-261-2/+11
| * pp: initialize the sample maskChristoph Bumiller2011-08-261-0/+2
| * st/xorg: Fix solid fills for formats other than PICT_a8r8g8b8.Michel Dänzer2011-08-261-13/+13
| * r600g: Hook up xorg state tracker.Michel Dänzer2011-08-263-0/+199
| * r600g: Handle PIPE_TRANSFER_MAP_DIRECTLY.Michel Dänzer2011-08-261-0/+3
| * st/xorg: Disable dirty throttling by default.Michel Dänzer2011-08-261-1/+1
| * st/xorg: Only damage non-front source in DRI2 CopyRegion hook.Michel Dänzer2011-08-261-7/+9
| * 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-265-1751/+934
| * 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-265-22/+34
| * g3dvl: Rework the decoder interface part 4/5Christian König2011-08-266-29/+11
| * g3dvl: Rework the decoder interface part 3/5Christian König2011-08-2611-361/+437
| * g3dvl: Rework the decoder interface part 2/5Christian König2011-08-2610-16/+61
| * g3dvl: Rework the decoder interface part 1/5Christian König2011-08-267-316/+404
| * tgsi: update tgsi.rst for TXQDave Airlie2011-08-261-2/+14
| * i915g: Fix off-by-one in scissors.David Reveman2011-08-251-2/+2
| * i915g: Fix case where texcoords can overlap with fragpos/frontface.Stéphane Marchesin2011-08-251-3/+3
| * i915g: Improve the flush heuristic by using the previous frame's number of ve...Stéphane Marchesin2011-08-254-6/+18
| * r600g: fix replace_gpr_with_pv_psVadim Girlin2011-08-251-1/+1
| * r600g: fix check_and_set_bank_swizzleVadim Girlin2011-08-251-10/+20
| * pp: add files to Makefile.sourcesBrian Paul2011-08-251-0/+6
| * Merge branch 'kasanen-post-process-v2'Brian Paul2011-08-2520-4/+4754
| |\
| | * 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
| | * st/dri: Bind the post-processing queue to driLauri Kasanen2011-08-195-4/+47
| * | softpipe: add const qualifier to silence warningsBrian Paul2011-08-251-1/+1
| * | softpipe: implement TXF support via get_texel callbackDave Airlie2011-08-251-0/+69
| * | tgsi: add TXF support.Dave Airlie2011-08-252-1/+59
| * | softpipe: add get_dims callback for TXQ support. (v2)Dave Airlie2011-08-251-0/+40
| * | tgsi: add TXQ support. (v2)Dave Airlie2011-08-252-1/+31
| * | d3d1x: save to correct slot in xs_set_constant_buffersChristoph Bumiller2011-08-251-2/+2
| * | d3d1x: fix xs_set_samplersChristoph Bumiller2011-08-251-1/+2
| * | android: add support for r600gChia-I Wu2011-08-255-0/+135
| * | winsys/radeon: share the source listChia-I Wu2011-08-253-9/+7
| * | winsys/r600: share the source listChia-I Wu2011-08-253-13/+10
| * | r600g: share the source listChia-I Wu2011-08-253-31/+19
| * | llvmpipe: add more restrict keywordsBrian Paul2011-08-241-4/+4