summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-08-26mesa: Remove support for BeOSIan Romanick17-2154/+10
2011-08-26dri: Remove unused header files mmx.h and spantmp.hIan Romanick2-885/+0
2011-08-26dri: Remove driRenderbuffer::backBuffer fieldIan Romanick1-8/+0
2011-08-26dri: Remove all DRI1 driversIan Romanick237-85828/+17
2011-08-26mesa: Remove obsolete Windows gldirect and ICD driversIan Romanick60-35854/+2
2011-08-26mesa: Remove obsolete linux-fbdev software driverIan Romanick7-1337/+1
2011-08-26mesa: Remove stray, unused fileIan Romanick1-58/+0
2011-08-26i965: Factor our source lists into Makefile.sourcesChad Versace2-127/+136
2011-08-26Merge branch 'master' of git://anongit.freedesktop.org/mesa/mesaStéphane Marchesin690-22117/+49736
2011-08-26g3dvl: use pointer_to_uintptr() to silence a cast warningBrian Paul1-1/+2
2011-08-26docs: Add a page on post-processingLauri Kasanen2-0/+57
2011-08-26svga: include LLVM in name string in debug buildsBrian Paul1-2/+11
2011-08-26pp: initialize the sample maskChristoph Bumiller1-0/+2
2011-08-26st/xorg: Fix solid fills for formats other than PICT_a8r8g8b8.Michel Dänzer1-13/+13
2011-08-26r600g: Hook up xorg state tracker.Michel Dänzer4-1/+200
2011-08-26r600g: Handle PIPE_TRANSFER_MAP_DIRECTLY.Michel Dänzer1-0/+3
2011-08-26st/xorg: Disable dirty throttling by default.Michel Dänzer1-1/+1
2011-08-26st/xorg: Only damage non-front source in DRI2 CopyRegion hook.Michel Dänzer1-7/+9
2011-08-26g3dvl: s/inline/INLINE/ to fix MSVC buildBrian Paul1-3/+3
2011-08-26g3dvl: fix compilation failure on MSVCBrian Paul1-1/+2
2011-08-26scons: don't compile some files with -gstabs if using mingw32Brian Paul3-0/+47
2011-08-26scons: add more LIBS for compiling with LLVM 2.9 on WindowsBrian Paul1-0/+2
2011-08-26g3dvl: Rewrite the mpeg 1&2 bitstream parserChristian König5-1751/+934
2011-08-26g3dvl: Use a single texture for luma and chroma dataChristian König6-140/+91
2011-08-26g3dvl: Rework the decoder interface part 5/5Christian König5-22/+34
2011-08-26g3dvl: Rework the decoder interface part 4/5Christian König6-29/+11
2011-08-26g3dvl: Rework the decoder interface part 3/5Christian König11-361/+437
2011-08-26g3dvl: Rework the decoder interface part 2/5Christian König10-16/+61
2011-08-26g3dvl: Rework the decoder interface part 1/5Christian König7-316/+404
2011-08-26tgsi: update tgsi.rst for TXQDave Airlie1-2/+14
2011-08-25i915g: Fix off-by-one in scissors.David Reveman1-2/+2
2011-08-25i915g: Fix case where texcoords can overlap with fragpos/frontface.Stéphane Marchesin1-3/+3
2011-08-25i915g: Improve the flush heuristic by using the previous frame's number of ve...Stéphane Marchesin4-6/+18
2011-08-25r600g: fix replace_gpr_with_pv_psVadim Girlin1-1/+1
2011-08-25r600g: fix check_and_set_bank_swizzleVadim Girlin1-10/+20
2011-08-25glcpp: Add GL_ARB_conservative_depth #define.Kenneth Graunke1-1/+3
2011-08-25i965: Remove all bits of NRM3 and NRM4 codeIan Romanick1-31/+0
2011-08-25glsl: fix crash when a const is passed to texelFetchOffsetDave Airlie1-0/+1
2011-08-25glsl: Bail after reporting an error for non-constant const_in parameters.Kenneth Graunke1-0/+1
2011-08-25pp: add files to Makefile.sourcesBrian Paul1-0/+6
2011-08-25Merge branch 'kasanen-post-process-v2'Brian Paul22-4/+4844
2011-08-25softpipe: add const qualifier to silence warningsBrian Paul1-1/+1
2011-08-25glsl_to_tgsi: add TXF support. (v2)Dave Airlie1-3/+7
2011-08-25softpipe: implement TXF support via get_texel callbackDave Airlie1-0/+69
2011-08-25tgsi: add TXF support.Dave Airlie2-1/+59
2011-08-25glsl_to_tgsi: implement TXS/TXQ. (v2)Dave Airlie1-9/+18
2011-08-25softpipe: add get_dims callback for TXQ support. (v2)Dave Airlie1-0/+40
2011-08-25tgsi: add TXQ support. (v2)Dave Airlie2-1/+31
2011-08-25glsl: Implement the GL_ARB_conservative_depth extension.Kenneth Graunke7-5/+9
2011-08-25Document the return type coding style.Kai Wasserbäch1-0/+10