summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* nvc0: only force early fragment tests if requested by shaderChristoph Bumiller2012-04-145-14/+7
* nv50,nvc0: hold references to the framebuffer surfacesChristoph Bumiller2012-04-144-2/+32
* r300g: align vertex buffer suballocations to 4Marek Olšák2012-04-131-1/+1
* u_blitter: align vertex buffer suballocations to 4Marek Olšák2012-04-131-1/+1
* xorg/nouveau: switch to libdrm_nouveau-2.0Marcin Slusarz2012-04-131-3/+3
* targets/{egl-static,gbm}: further clean-up the nvfx remainsMartin Peres2012-04-142-2/+2
* nvc0: remove include of old libdrm_nouveau's nouveau_reloc.hChristoph Bumiller2012-04-141-2/+0
* nv50,nvc0: handle PIPE_CAP_MAX_DUAL_SOURCE_RENDER_TARGETSChristoph Bumiller2012-04-142-0/+4
* nv30: s/DUAL_SOURCE_BLEND/MAX_DUAL_SOURCE_RENDER_TARGETSChristoph Bumiller2012-04-141-1/+1
* nv30: import new driver for GeForce FX/6/7 chipsets, and Quadro variantsBen Skeggs2012-04-1444-7/+13724
* nouveau: switch to libdrm_nouveau-2.0Christoph Bumiller2012-04-1457-3433/+3714
* nvc0: remove obsolete nvc0_push2.cChristoph Bumiller2012-04-142-334/+0
* nouveau: remove automatic buffer migration heuristicsChristoph Bumiller2012-04-144-36/+0
* nvfx: completely remove this driver (GeForce FX/6/7)Ben Skeggs2012-04-1446-14900/+5
* nouveau: rework and simplify nv04/nv05 driver a bitBen Skeggs2012-04-148-300/+215
* nouveau/vieux: switch to libdrm_nouveau-2.0Ben Skeggs2012-04-1446-1890/+1844
* gallium: document dual source blending restrictions on galliumDave Airlie2012-04-131-1/+5
* r600g: initial r600 dual src blending supportDave Airlie2012-04-135-16/+44
* softpipe: add dual source blending supportDave Airlie2012-04-132-12/+88
* util: add dual blend helper function (v2)Dave Airlie2012-04-131-0/+26
* st/mesa: add ARB_blend_func_extended support to state tracker.Dave Airlie2012-04-133-5/+12
* gallium: rename DUAL_SOURCE_BLEND cap to MAX_DUAL_SOURCE_RENDER_TARGETSDave Airlie2012-04-135-4/+8
* glsl: add support for ARB_blend_func_extended (v3)Dave Airlie2012-04-138-7/+57
* mesa: add support for ARB_blend_func_extended (v4)Dave Airlie2012-04-139-6/+154
* radeonsi: initial WIP SI codeTom Stellard2012-04-13195-8/+66004
* st/vega: silence enum cast warningsDylan Noblesmith2012-04-131-4/+5
* i965: fix typoDylan Noblesmith2012-04-131-1/+1
* mesa: fix truncated value warningDylan Noblesmith2012-04-131-1/+1
* mesa: don't cast away constDylan Noblesmith2012-04-131-1/+1
* egl-static: fix printf warningDylan Noblesmith2012-04-131-1/+2
* st/vega: fix uninitialized valuesDylan Noblesmith2012-04-131-2/+2
* egl: fix uninitialized valuesDylan Noblesmith2012-04-131-1/+1
* util: fix uninitialized tableDylan Noblesmith2012-04-132-5/+7
* util: fix undefined behaviorDylan Noblesmith2012-04-131-5/+10
* ir_to_mesa: Fix uninitialized member in add_uniform_to_shader.Vinson Lee2012-04-121-1/+1
* wayland-drm: Implement wl_buffer.damage in old versions of WaylandNeil Roberts2012-04-121-0/+26
* Revert "i915g: Implement stipple with draw."Stéphane Marchesin2012-04-122-2/+1
* Revert "i915g: Remove unused poly stipple state."Stéphane Marchesin2012-04-122-0/+54
* glx: Hook up the unit tests again using the internal gtest.Eric Anholt2012-04-122-3/+9
* gtest: Fix up import of gtest 1.6.0Ian Romanick2012-04-1225-1/+21231
* gtest: Build as a convenience library.Eric Anholt2012-04-122-0/+43
* gtest: Import sources from gtest 1.6.0.Eric Anholt2012-04-1210-0/+8959
* cso: unreference saved vertex buffers when restoringMarek Olšák2012-04-121-0/+8
* i965: When the kernel lacks the LLC check, assume it's present on gen >= 6.Eric Anholt2012-04-111-3/+7
* intel: Drop backwards compat code for not having libdrm with the LLC check.Eric Anholt2012-04-111-4/+0
* i965/fs: Avoid generating extra AND instructions on bool logic ops.Eric Anholt2012-04-111-22/+14
* i965/fs: Try to avoid generating extra MOVs to do saturates.Eric Anholt2012-04-113-12/+54
* glsl: Extend the array splitting optimization pass to matrices.Eric Anholt2012-04-111-11/+18
* glsl: Add an array splitting pass.Eric Anholt2012-04-114-0/+380
* glsl: Don't apply optimization passes to builtins.Eric Anholt2012-04-111-1/+1