summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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-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
2012-04-09glapi: Mark TexBuffer as an alias of TexBufferARB.Eric Anholt1-1/+1
2012-04-09glsl: Drop the round-trip through ast_type_specifier for many builtin types.Eric Anholt4-186/+58
2012-04-09glsl: Use (const char *) in AST nodes rather than plain (char *).Kenneth Graunke3-11/+11
2012-04-09ff_fragment_shader: Remove some dead fields.Eric Anholt1-11/+0
2012-04-09x86-64: Don't print "Initializing x86-64 optimizations" in debug builds.Kenneth Graunke1-11/+1
2012-04-09ir_to_mesa: Remove pretense of support for function calls.Kenneth Graunke1-181/+5
2012-04-09i965: Remove vestiges of function call support from the old VS backend.Kenneth Graunke4-188/+0
2012-04-09i915: set SPRITE_POINT_ENABLE bit correctlyYuanhan Liu4-12/+48
2012-04-09glx: fix compile warningsYuanhan Liu1-0/+2
2012-04-07st/xa: Link with -Wl,-r instead of -r.Johannes Obermayr1-1/+1
2012-04-07tgsi: Fix conflict with fortify printf redirect in glibc.Johannes Obermayr1-17/+17
2012-04-06st/mesa: fix max_offset computation for base vertexBrian Paul1-2/+18
2012-04-06svga: add missing cases for PIPE_CAP_x queriesBrian Paul1-7/+42
2012-04-06svga: return 1 for PIPE_CAP_VERTEX_COLOR_UNCLAMPED queryBrian Paul1-0/+7
2012-04-06svga: handle TGSI_SEMANTIC_CLIPDIST/VERTEX semanticsBrian Paul1-0/+7
2012-04-06gallium/docs: fix typosBrian Paul1-2/+2
2012-04-05i965: Actually upload sampler state pointers for the VS unit on Gen6.Kenneth Graunke1-1/+1
2012-04-05gallivm: Updated lp_build_log2_approx to use a more accurate polynomial.James Benton3-34/+43
2012-04-05gallivm: Updated lp_build_polynomial to compute odd and even terms separately...James Benton1-7/+25
2012-04-05xatracker: fix the build of a 32bit lib on a 64bit osAlexandre Demers1-1/+1
2012-04-04r600g: inline r600_upload_index_bufferMarek Olšák3-14/+5
2012-04-04r600g: inline r600_upload_const_bufferMarek Olšák3-50/+32
2012-04-04r600g: handle DISCARD_WHOLE_RESOURCE for buffersMarek Olšák2-1/+60
2012-04-04r600g: invalidate caches at the beginning of CSMarek Olšák1-0/+9
2012-04-04r600g: remove dead code after the reworkMarek Olšák5-125/+8