summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-08-27android: add support for i915gChia-I Wu5-2/+95
2011-08-27android: add support for vmwgfxChia-I Wu5-2/+97
2011-08-27winsys/i915: share the source listChia-I Wu3-11/+8
2011-08-27winsys/svga: share the source listChia-I Wu3-21/+13
2011-08-27nouveau: share the source listsChia-I Wu12-149/+91
2011-08-27r300g: share the source listChia-I Wu3-114/+63
2011-08-27i915g: share the source listChia-I Wu3-53/+30
2011-08-27svga: share the source listChia-I Wu3-97/+50
2011-08-27targets/egl-static: fix nouveau and vmwgfx for AndroidChia-I Wu1-0/+10
2011-08-27pci_ids: add vmwgfx pci id listChia-I Wu2-0/+8
2011-08-26mapi: Commit generated files modified by previous commitIan Romanick9-3657/+4952
2011-08-26mapi: Silence many "warning: unused parameter"Ian Romanick2-1/+17
2011-08-26mesa/tnl_dd: Remove unused source tree mesa/tnl_dd/immIan Romanick9-2036/+1
2011-08-26mesa/tnl_dd: Remove unused header file t_dd_vbtmp.hIan Romanick2-676/+1
2011-08-26mesa/tnl_dd: Remove unused header file t_dd_rendertmp.hIan Romanick3-440/+4
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