summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* i965: Add real support for texturing/rendering with MESA_FORMAT_RGBA8888_REV.Eric Anholt2012-04-091-5/+1
* i965/gen7: Fix the /* ignored */ comment on constant surface setup.Eric Anholt2012-04-091-1/+1
* mesa: Add support for the GL 3.1 R/RG formats in texture buffer objects.Eric Anholt2012-04-091-0/+54
* mesa: Track a gl_format for the texture buffer format.Eric Anholt2012-04-093-168/+76
* mesa: Handle updating texture state for buffer textures.Eric Anholt2012-04-092-0/+12
* mesa: Create the default (name==0) buffer texture.Eric Anholt2012-04-091-0/+5
* glsl: Add texelFetch(*samplerBuffer) entrypoints to GLSL 1.40.Eric Anholt2012-04-093-4/+15
* glsl: Add support for parsing [iu]samplerBuffer types in GLSL 1.40.Eric Anholt2012-04-092-1/+5
* mesa: Set the correct initial value of the texture buffer object format.Eric Anholt2012-04-091-0/+1
* mesa: Set up glTexBuffer{,ARB} for display list compile.Eric Anholt2012-04-091-0/+3
* glapi: regen for TBO change.Eric Anholt2012-04-0910-9571/+9516