summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* glapi: Mark TexBuffer as an alias of TexBufferARB.Eric Anholt2012-04-091-1/+1
* glsl: Drop the round-trip through ast_type_specifier for many builtin types.Eric Anholt2012-04-094-186/+58
* glsl: Use (const char *) in AST nodes rather than plain (char *).Kenneth Graunke2012-04-093-11/+11
* ff_fragment_shader: Remove some dead fields.Eric Anholt2012-04-091-11/+0
* x86-64: Don't print "Initializing x86-64 optimizations" in debug builds.Kenneth Graunke2012-04-091-11/+1
* ir_to_mesa: Remove pretense of support for function calls.Kenneth Graunke2012-04-091-181/+5
* i965: Remove vestiges of function call support from the old VS backend.Kenneth Graunke2012-04-094-188/+0
* i915: set SPRITE_POINT_ENABLE bit correctlyYuanhan Liu2012-04-094-12/+48
* glx: fix compile warningsYuanhan Liu2012-04-091-0/+2
* st/xa: Link with -Wl,-r instead of -r.Johannes Obermayr2012-04-071-1/+1
* tgsi: Fix conflict with fortify printf redirect in glibc.Johannes Obermayr2012-04-071-17/+17
* st/mesa: fix max_offset computation for base vertexBrian Paul2012-04-061-2/+18
* svga: add missing cases for PIPE_CAP_x queriesBrian Paul2012-04-061-7/+42
* svga: return 1 for PIPE_CAP_VERTEX_COLOR_UNCLAMPED queryBrian Paul2012-04-061-0/+7
* svga: handle TGSI_SEMANTIC_CLIPDIST/VERTEX semanticsBrian Paul2012-04-061-0/+7