| Commit message (Expand) | Author | Age | Files | Lines |
* | mapi: Fix Android build | Chad Versace | 2012-04-10 | 1 | -4/+7 |
* | egl_dri2: fix aux buffer leak in drm platform | Mandeep Singh Baines | 2012-04-10 | 1 | -5/+4 |
* | i965: Stop lying about cpp and height of a stencil buffer. | Paul Berry | 2012-04-10 | 5 | -45/+66 |
* | wayland-drm: remove wl_buffer.damage | Pekka Paalanen | 2012-04-10 | 1 | -7/+0 |
* | st/mesa: Fix uninitialized members in glsl_to_tgsi_visitor constructor. | Vinson Lee | 2012-04-09 | 1 | -0/+4 |
* | main: Fix memory leak in _mesa_make_extension_string() | Chad Versace | 2012-04-09 | 1 | -0/+2 |
* | r600g: check gpr count limit | Vadim Girlin | 2012-04-09 | 1 | -0/+8 |
* | glsl: fix variable ordering in the output_read_remover | Vadim Girlin | 2012-04-09 | 1 | -1/+17 |
* | i965: Add support for sampling texture buffer objects on gen7+. | Eric Anholt | 2012-04-09 | 4 | -1/+71 |
* | i965: Add real support for texturing/rendering with MESA_FORMAT_RGBA8888_REV. | Eric Anholt | 2012-04-09 | 1 | -5/+1 |
* | i965/gen7: Fix the /* ignored */ comment on constant surface setup. | Eric Anholt | 2012-04-09 | 1 | -1/+1 |
* | mesa: Add support for the GL 3.1 R/RG formats in texture buffer objects. | Eric Anholt | 2012-04-09 | 1 | -0/+54 |
* | mesa: Track a gl_format for the texture buffer format. | Eric Anholt | 2012-04-09 | 3 | -168/+76 |
* | mesa: Handle updating texture state for buffer textures. | Eric Anholt | 2012-04-09 | 2 | -0/+12 |
* | mesa: Create the default (name==0) buffer texture. | Eric Anholt | 2012-04-09 | 1 | -0/+5 |
* | glsl: Add texelFetch(*samplerBuffer) entrypoints to GLSL 1.40. | Eric Anholt | 2012-04-09 | 3 | -4/+15 |
* | glsl: Add support for parsing [iu]samplerBuffer types in GLSL 1.40. | Eric Anholt | 2012-04-09 | 2 | -1/+5 |
* | mesa: Set the correct initial value of the texture buffer object format. | Eric Anholt | 2012-04-09 | 1 | -0/+1 |
* | mesa: Set up glTexBuffer{,ARB} for display list compile. | Eric Anholt | 2012-04-09 | 1 | -0/+3 |
* | glapi: regen for TBO change. | Eric Anholt | 2012-04-09 | 10 | -9571/+9516 |
* | glapi: Mark TexBuffer as an alias of TexBufferARB. | Eric Anholt | 2012-04-09 | 1 | -1/+1 |
* | glsl: Drop the round-trip through ast_type_specifier for many builtin types. | Eric Anholt | 2012-04-09 | 4 | -186/+58 |
* | glsl: Use (const char *) in AST nodes rather than plain (char *). | Kenneth Graunke | 2012-04-09 | 3 | -11/+11 |
* | ff_fragment_shader: Remove some dead fields. | Eric Anholt | 2012-04-09 | 1 | -11/+0 |
* | x86-64: Don't print "Initializing x86-64 optimizations" in debug builds. | Kenneth Graunke | 2012-04-09 | 1 | -11/+1 |
* | ir_to_mesa: Remove pretense of support for function calls. | Kenneth Graunke | 2012-04-09 | 1 | -181/+5 |
* | i965: Remove vestiges of function call support from the old VS backend. | Kenneth Graunke | 2012-04-09 | 4 | -188/+0 |
* | i915: set SPRITE_POINT_ENABLE bit correctly | Yuanhan Liu | 2012-04-09 | 4 | -12/+48 |
* | glx: fix compile warnings | Yuanhan Liu | 2012-04-09 | 1 | -0/+2 |
* | st/xa: Link with -Wl,-r instead of -r. | Johannes Obermayr | 2012-04-07 | 1 | -1/+1 |
* | tgsi: Fix conflict with fortify printf redirect in glibc. | Johannes Obermayr | 2012-04-07 | 1 | -17/+17 |
* | st/mesa: fix max_offset computation for base vertex | Brian Paul | 2012-04-06 | 1 | -2/+18 |
* | svga: add missing cases for PIPE_CAP_x queries | Brian Paul | 2012-04-06 | 1 | -7/+42 |
* | svga: return 1 for PIPE_CAP_VERTEX_COLOR_UNCLAMPED query | Brian Paul | 2012-04-06 | 1 | -0/+7 |
* | svga: handle TGSI_SEMANTIC_CLIPDIST/VERTEX semantics | Brian Paul | 2012-04-06 | 1 | -0/+7 |
* | gallium/docs: fix typos | Brian Paul | 2012-04-06 | 1 | -2/+2 |
* | i965: Actually upload sampler state pointers for the VS unit on Gen6. | Kenneth Graunke | 2012-04-05 | 1 | -1/+1 |
* | gallivm: Updated lp_build_log2_approx to use a more accurate polynomial. | James Benton | 2012-04-05 | 3 | -34/+43 |
* | gallivm: Updated lp_build_polynomial to compute odd and even terms separately... | James Benton | 2012-04-05 | 1 | -7/+25 |
* | xatracker: fix the build of a 32bit lib on a 64bit os | Alexandre Demers | 2012-04-05 | 1 | -1/+1 |
* | r600g: inline r600_upload_index_buffer | Marek Olšák | 2012-04-04 | 3 | -14/+5 |
* | r600g: inline r600_upload_const_buffer | Marek Olšák | 2012-04-04 | 3 | -50/+32 |
* | r600g: handle DISCARD_WHOLE_RESOURCE for buffers | Marek Olšák | 2012-04-04 | 2 | -1/+60 |
* | r600g: invalidate caches at the beginning of CS | Marek Olšák | 2012-04-04 | 1 | -0/+9 |
* | r600g: remove dead code after the rework | Marek Olšák | 2012-04-04 | 5 | -125/+8 |
* | r600g: rework state emission of constant buffers | Marek Olšák | 2012-04-04 | 6 | -93/+188 |
* | r600g: rework state emission of vertex buffers | Marek Olšák | 2012-04-04 | 7 | -67/+93 |
* | r600g: kill off the fallback for crazy src_offset values | Marek Olšák | 2012-04-04 | 3 | -51/+17 |
* | st/xvmc: fix library installation dir | Alexandre Demers | 2012-04-04 | 1 | -4/+4 |
* | r300g/swtcl: fix crash when back color is present in vertex shader | Marek Olšák | 2012-04-04 | 1 | -39/+56 |