aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* docs: Add a page on post-processingLauri Kasanen2011-08-262-0/+57
* 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-264-1/+200
* 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-263-0/+47
* scons: add more LIBS for compiling with LLVM 2.9 on WindowsBrian Paul2011-08-261-0/+2
* 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
* glcpp: Add GL_ARB_conservative_depth #define.Kenneth Graunke2011-08-251-1/+3
* i965: Remove all bits of NRM3 and NRM4 codeIan Romanick2011-08-251-31/+0
* glsl: fix crash when a const is passed to texelFetchOffsetDave Airlie2011-08-251-0/+1
* glsl: Bail after reporting an error for non-constant const_in parameters.Kenneth Graunke2011-08-251-0/+1
* pp: add files to Makefile.sourcesBrian Paul2011-08-251-0/+6
* Merge branch 'kasanen-post-process-v2'Brian Paul2011-08-2522-4/+4844
|\
| * 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
| * driconf: Add the PP descriptionsLauri Kasanen2011-08-192-0/+90
* | softpipe: add const qualifier to silence warningsBrian Paul2011-08-251-1/+1
* | glsl_to_tgsi: add TXF support. (v2)Dave Airlie2011-08-251-3/+7
* | softpipe: implement TXF support via get_texel callbackDave Airlie2011-08-251-0/+69
* | tgsi: add TXF support.Dave Airlie2011-08-252-1/+59
* | glsl_to_tgsi: implement TXS/TXQ. (v2)Dave Airlie2011-08-251-9/+18
* | 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