summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-08-27android: add support for vmwgfxChia-I Wu4-0/+90
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-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 Romanick9-1883/+5
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 Romanick227-85777/+5
2011-08-26mesa: Remove obsolete Windows gldirect and ICD driversIan Romanick60-35854/+2
2011-08-26mesa: Remove obsolete linux-fbdev software driverIan Romanick2-864/+0
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 Marchesin661-21948/+48753
2011-08-26g3dvl: use pointer_to_uintptr() to silence a cast warningBrian Paul1-1/+2
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änzer3-0/+199
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 Paul2-0/+9
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