summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium/docs: fix typosBrian Paul2012-04-061-2/+2
* i965: Actually upload sampler state pointers for the VS unit on Gen6.Kenneth Graunke2012-04-051-1/+1
* gallivm: Updated lp_build_log2_approx to use a more accurate polynomial.James Benton2012-04-053-34/+43
* gallivm: Updated lp_build_polynomial to compute odd and even terms separately...James Benton2012-04-051-7/+25
* xatracker: fix the build of a 32bit lib on a 64bit osAlexandre Demers2012-04-051-1/+1
* r600g: inline r600_upload_index_bufferMarek Olšák2012-04-043-14/+5
* r600g: inline r600_upload_const_bufferMarek Olšák2012-04-043-50/+32
* r600g: handle DISCARD_WHOLE_RESOURCE for buffersMarek Olšák2012-04-042-1/+60
* r600g: invalidate caches at the beginning of CSMarek Olšák2012-04-041-0/+9
* r600g: remove dead code after the reworkMarek Olšák2012-04-045-125/+8
* r600g: rework state emission of constant buffersMarek Olšák2012-04-046-93/+188
* r600g: rework state emission of vertex buffersMarek Olšák2012-04-047-67/+93
* r600g: kill off the fallback for crazy src_offset valuesMarek Olšák2012-04-043-51/+17
* st/xvmc: fix library installation dirAlexandre Demers2012-04-043-4/+15
* r300g/swtcl: fix crash when back color is present in vertex shaderMarek Olšák2012-04-041-39/+56
* r300g/swtcl: initialize some Draw optionsMarek Olšák2012-04-041-0/+3
* r300g/swtcl: fix polygon offsetMarek Olšák2012-04-041-0/+4
* r300g/swtcl: don't expose shader subroutine supportMarek Olšák2012-04-041-0/+1