aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nouveau: rework and simplify nv04/nv05 driver a bitBen Skeggs2012-04-148-300/+215
* nouveau/vieux: switch to libdrm_nouveau-2.0Ben Skeggs2012-04-1447-1891/+1846
* docs: update GL3.txt for ARB_blend_func_extendedDave Airlie2012-04-131-1/+1
* 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-13200-10/+66076
* 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
* tests/glx: Point at the imported copy of gtestIan Romanick2012-04-121-4/+7
* glx: Hook up the unit tests again using the internal gtest.Eric Anholt2012-04-124-19/+15
* gtest: Fix up import of gtest 1.6.0Ian Romanick2012-04-1225-1/+21231
* gtest: Build as a convenience library.Eric Anholt2012-04-123-0/+44
* 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
* docs: document yet another viewperf bugBrian Paul2012-04-111-1/+14
* mesa: add _mesa_total_texture_memory() debug functionBrian Paul2012-04-112-0/+62
* mesa: new _mesa_total_buffer_object_memory() debug functionBrian Paul2012-04-112-0/+32
* mapi: Fix Android buildChad Versace2012-04-101-4/+7
* egl_dri2: fix aux buffer leak in drm platformMandeep Singh Baines2012-04-101-5/+4
* i965: Stop lying about cpp and height of a stencil buffer.Paul Berry2012-04-105-45/+66
* wayland-drm: remove wl_buffer.damagePekka Paalanen2012-04-101-7/+0
* st/mesa: Fix uninitialized members in glsl_to_tgsi_visitor constructor.Vinson Lee2012-04-091-0/+4
* main: Fix memory leak in _mesa_make_extension_string()Chad Versace2012-04-091-0/+2
* r600g: check gpr count limitVadim Girlin2012-04-091-0/+8
* glsl: fix variable ordering in the output_read_removerVadim Girlin2012-04-091-1/+17
* i965: Add support for sampling texture buffer objects on gen7+.Eric Anholt2012-04-094-1/+71