summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-13radeonsi: initial WIP SI codeTom Stellard200-10/+66076
2012-04-13st/vega: silence enum cast warningsDylan Noblesmith1-4/+5
2012-04-13i965: fix typoDylan Noblesmith1-1/+1
2012-04-13mesa: fix truncated value warningDylan Noblesmith1-1/+1
2012-04-13mesa: don't cast away constDylan Noblesmith1-1/+1
2012-04-13egl-static: fix printf warningDylan Noblesmith1-1/+2
2012-04-13st/vega: fix uninitialized valuesDylan Noblesmith1-2/+2
2012-04-13egl: fix uninitialized valuesDylan Noblesmith1-1/+1
2012-04-13util: fix uninitialized tableDylan Noblesmith2-5/+7
2012-04-13util: fix undefined behaviorDylan Noblesmith1-5/+10
2012-04-12ir_to_mesa: Fix uninitialized member in add_uniform_to_shader.Vinson Lee1-1/+1
2012-04-12wayland-drm: Implement wl_buffer.damage in old versions of WaylandNeil Roberts1-0/+26
2012-04-12Revert "i915g: Implement stipple with draw."Stéphane Marchesin2-2/+1
2012-04-12Revert "i915g: Remove unused poly stipple state."Stéphane Marchesin2-0/+54
2012-04-12tests/glx: Point at the imported copy of gtestIan Romanick1-4/+7
2012-04-12glx: Hook up the unit tests again using the internal gtest.Eric Anholt4-19/+15
2012-04-12gtest: Fix up import of gtest 1.6.0Ian Romanick25-1/+21231
2012-04-12gtest: Build as a convenience library.Eric Anholt3-0/+44
2012-04-12gtest: Import sources from gtest 1.6.0.Eric Anholt10-0/+8959
2012-04-12cso: unreference saved vertex buffers when restoringMarek Olšák1-0/+8
2012-04-11i965: When the kernel lacks the LLC check, assume it's present on gen >= 6.Eric Anholt1-3/+7
2012-04-11intel: Drop backwards compat code for not having libdrm with the LLC check.Eric Anholt1-4/+0
2012-04-11i965/fs: Avoid generating extra AND instructions on bool logic ops.Eric Anholt1-22/+14
2012-04-11i965/fs: Try to avoid generating extra MOVs to do saturates.Eric Anholt3-12/+54
2012-04-11glsl: Extend the array splitting optimization pass to matrices.Eric Anholt1-11/+18
2012-04-11glsl: Add an array splitting pass.Eric Anholt4-0/+380
2012-04-11glsl: Don't apply optimization passes to builtins.Eric Anholt1-1/+1
2012-04-11docs: document yet another viewperf bugBrian Paul1-1/+14
2012-04-11mesa: add _mesa_total_texture_memory() debug functionBrian Paul2-0/+62
2012-04-11mesa: new _mesa_total_buffer_object_memory() debug functionBrian Paul2-0/+32
2012-04-10mapi: Fix Android buildChad Versace1-4/+7
2012-04-10egl_dri2: fix aux buffer leak in drm platformMandeep Singh Baines1-5/+4
2012-04-10i965: Stop lying about cpp and height of a stencil buffer.Paul Berry5-45/+66
2012-04-10wayland-drm: remove wl_buffer.damagePekka Paalanen1-7/+0
2012-04-09st/mesa: Fix uninitialized members in glsl_to_tgsi_visitor constructor.Vinson Lee1-0/+4
2012-04-09main: Fix memory leak in _mesa_make_extension_string()Chad Versace1-0/+2
2012-04-09r600g: check gpr count limitVadim Girlin1-0/+8
2012-04-09glsl: fix variable ordering in the output_read_removerVadim Girlin1-1/+17
2012-04-09i965: Add support for sampling texture buffer objects on gen7+.Eric Anholt4-1/+71
2012-04-09i965: Add real support for texturing/rendering with MESA_FORMAT_RGBA8888_REV.Eric Anholt1-5/+1
2012-04-09i965/gen7: Fix the /* ignored */ comment on constant surface setup.Eric Anholt1-1/+1
2012-04-09mesa: Add support for the GL 3.1 R/RG formats in texture buffer objects.Eric Anholt1-0/+54
2012-04-09mesa: Track a gl_format for the texture buffer format.Eric Anholt3-168/+76
2012-04-09mesa: Handle updating texture state for buffer textures.Eric Anholt2-0/+12
2012-04-09mesa: Create the default (name==0) buffer texture.Eric Anholt1-0/+5
2012-04-09glsl: Add texelFetch(*samplerBuffer) entrypoints to GLSL 1.40.Eric Anholt3-4/+15
2012-04-09glsl: Add support for parsing [iu]samplerBuffer types in GLSL 1.40.Eric Anholt2-1/+5
2012-04-09mesa: Set the correct initial value of the texture buffer object format.Eric Anholt1-0/+1
2012-04-09mesa: Set up glTexBuffer{,ARB} for display list compile.Eric Anholt1-0/+3
2012-04-09glapi: regen for TBO change.Eric Anholt10-9571/+9516