summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Squashed commit of the following:José Fonseca2011-07-14181-63357/+74
* configure: allow C{,XX}FLAGS overrideMarcin Baczyński2011-07-141-0/+8
* configure: fix gcc version checkMarcin Baczyński2011-07-141-1/+1
* vbo: minor optimisation in vbo_exec_DrawRangeElementsDave Airlie2011-07-141-3/+3
* gallium: don't use enum bitfields in p_video_state.hBrian Paul2011-07-141-6/+6
* gallium: put video-related enums in separate headerBrian Paul2011-07-145-45/+80
* i915g: move declaration before codeBrian Paul2011-07-141-1/+2
* mesa: use inline function wrapper for _mesa_reference_texobj()Brian Paul2011-07-142-7/+15
* mesa: use inline function wrapper for _mesa_reference_renderbuffer()Brian Paul2011-07-142-9/+14
* mesa: use inline function wrapper for _mesa_reference_framebuffer()Brian Paul2011-07-142-9/+13
* main: use inline function wrapper for _mesa_reference_buffer_object()Brian Paul2011-07-142-7/+16
* mesa: split _mesa_reference_program() into hot/cold paths.Dave Airlie2011-07-142-7/+18
* g3dvl: check for existense of VA API header/libsChristian König2011-07-141-1/+4
* g3dvl: check for existense of VDPAU header/libsChristian König2011-07-141-2/+2
* g3dvl: check for existense of XvMC header/libsChristian König2011-07-141-2/+2
* nv50,nvc0: extensive surface format renaming to get consistencyChristoph Bumiller2011-07-148-191/+220
* nv50,nvc0: add support for multi-sample resourcesChristoph Bumiller2011-07-1423-213/+308
* nv50,nvc0: add correct storage type for Z32_FLOATChristoph Bumiller2011-07-142-0/+9
* nv50,nvc0: unify nvc0_miptree and nv50_miptree structsChristoph Bumiller2011-07-1414-425/+535
* nv50,nvc0: don't advertise unaligned texture format supportChristoph Bumiller2011-07-142-24/+24
* g3dvl: Remove non-constant expression array initializers.Vinson Lee2011-07-132-7/+31
* configure.ac: don't build gallium driver libs just to see if there are no errorsMarek Olšák2011-07-141-7/+18
* gallium/targets: do not link every driver with libllvmpipe.aMarek Olšák2011-07-147-3/+9
* Rename swrastg_dri to swrast_driMarek Olšák2011-07-144-12/+4
* softpipe: fix various warnings about int/float/double conversions, etcBrian Paul2011-07-131-15/+15
* g3dvl: Remove designated initializers.Vinson Lee2011-07-131-4/+4
* g3dvl: s/inline/INLINE/Vinson Lee2011-07-133-36/+40
* utils: Add missing parenthesesEmil Velikov2011-07-131-0/+4
* softpipe: Remove sp_video_context.c from SConscript.Vinson Lee2011-07-131-1/+0
* [g3dvl] don't upload all quant buffer layers at onceChristian König2011-07-133-21/+14
* Merge branch 'pipe-video'Christian König2011-07-13121-29/+19389
|\
| * [g3dvl] remove some unneeded Makefilespipe-videoChristian König2011-07-134-121/+0
| * r600g: reenable hardware blits for STATIC and IMMUTABLE resourcesChristian König2011-07-131-10/+8
| * [g3dvl] implement workaround for missing blender clamp controlChristian König2011-07-132-7/+35
| * r600g: revert "set BLEND_CLAMP depending on clamp_fragment_color"Christian König2011-07-132-18/+11
| * [g3dvl] keep a pointer in idct buffer to idct objectChristian König2011-07-133-20/+26
| * vaapi: cleanup the source and let the st at least compile againChristian König2011-07-1211-611/+517
| * [g3dvl] add some more PIPE_VIDEO_CAPsChristian König2011-07-1210-27/+79
| * [g3dvl] fix a whole bunch of memory leaksChristian König2011-07-117-4/+25
| * [g3dvl] revert some unintended white space changesChristian König2011-07-111-9/+12
| * [g3dvl] sync SConscript with MakefileChristian König2011-07-111-3/+9
| * [g3dvl] softpipe is no longer needed for dri-nouveauChristian König2011-07-111-1/+0
| * r600g: revert "support textures with scaled number formats"Christian König2011-07-111-1/+1
| * pipe-video: merge fixesChristian König2011-07-117-4/+294
| * [g3dvl] remove some stale nv40 filesChristian König2011-07-112-80/+0
| * [g3dvl] remove pipe_video_context from nouveauChristian König2011-07-115-84/+22
| * Merge remote-tracking branch 'origin/master' into pipe-videoChristian König2011-07-11127-2739/+4013
| |\
| * | vdpau: make capabilities query more saneChristian König2011-07-103-45/+32
| * | vdpau: implement VdpOutputSurfaceGetParametersChristian König2011-07-104-18/+51
| * | [g3dvl] stop calling dri2DestroyDrawableChristian König2011-07-091-16/+0