| Commit message (Expand) | Author | Age | Files | Lines |
* | draw: fix clipper invocation statistics | Zack Rusin | 2013-06-10 | 5 | -6/+33 |
* | draw: enable user plane clipping when clipdistance is used | Zack Rusin | 2013-06-10 | 2 | -7/+20 |
* | draw: make sure clipdistances work with geometry shaders | Zack Rusin | 2013-06-10 | 6 | -2/+22 |
* | Revert "i965: Disable unused pipeline stages once at startup on Gen7+." | Kenneth Graunke | 2013-06-11 | 3 | -6/+13 |
* | swrast: add texfetch code for some XBGR formats | Brian Paul | 2013-06-11 | 2 | -9/+46 |
* | mesa: add missing texture strings in tex_target_name() | Brian Paul | 2013-06-10 | 1 | -0/+5 |
* | winsys/radeon: add env var to disable VM on Cayman/Trinity | Alex Deucher | 2013-06-10 | 1 | -0/+2 |
* | mesa: Add a _mesa_problem to document a piglit failure on i965. | Eric Anholt | 2013-06-10 | 1 | -0/+6 |
* | i965/vs: Avoid the MUL/MACH/MOV sequence for small integer multiplies. | Eric Anholt | 2013-06-10 | 1 | -13/+37 |
* | i965/vs: Allow copy propagation into MUL/MACH. | Eric Anholt | 2013-06-10 | 1 | -2/+4 |
* | i965/vs: Use the MAD instruction when possible. | Eric Anholt | 2013-06-10 | 4 | -0/+43 |
* | draw: Add A8R8G8B8 to draw_print_arrays | Richard Sandiford | 2013-06-10 | 1 | -0/+7 |
* | draw: Fix type mismatch between draw_private.h and LLVM | Richard Sandiford | 2013-06-10 | 1 | -1/+1 |
* | util: Use sizeof(void *) rather than 0 as the fallback cache line size | Richard Sandiford | 2013-06-10 | 1 | -0/+5 |
* | llvmpipe: Use saturating add/sub for UNORM formats | Richard Sandiford | 2013-06-10 | 1 | -0/+8 |
* | intel: Reserve less batchbuffer space. | Kenneth Graunke | 2013-06-10 | 1 | -4/+3 |
* | i965: Allocate push constant L3 space once at startup on Gen7+. | Kenneth Graunke | 2013-06-10 | 4 | -12/+4 |
* | i965: Disable unused pipeline stages once at startup on Gen7+. | Kenneth Graunke | 2013-06-10 | 3 | -13/+9 |
* | i965: Don't emit PIPELINE_SELECT from BLORP. | Kenneth Graunke | 2013-06-10 | 1 | -19/+0 |
* | i965: Emit invariant state once at startup on Gen6+. | Kenneth Graunke | 2013-06-10 | 3 | -4/+20 |
* | i965: Delete some dead state atom prototypes. | Kenneth Graunke | 2013-06-10 | 1 | -9/+0 |
* | i965: Change return type of check_state() to bool. | Kenneth Graunke | 2013-06-10 | 1 | -2/+2 |
* | i965: Remove unused second parameter of brw_print_dirty_count(). | Kenneth Graunke | 2013-06-10 | 1 | -4/+4 |
* | glsl: Allow the use of determinant() in GLSL 1.50. | Kenneth Graunke | 2013-06-10 | 1 | -0/+4 |
* | glcpp: Automatically #define GL_core_profile 1 on GLSL 1.50+. | Kenneth Graunke | 2013-06-10 | 1 | -0/+3 |
* | glsl: Parse "#version 150 core" directives. | Kenneth Graunke | 2013-06-10 | 1 | -0/+13 |
* | glsl: Bail on parsing if the #version directive is bogus. | Kenneth Graunke | 2013-06-10 | 1 | -0/+6 |
* | dlist: fix save_SamplerParameteri | Chris Forbes | 2013-06-09 | 1 | -1/+1 |
* | mesa: Prevent possible out-of-bounds read by save_SamplerParameteriv. | Vinson Lee | 2013-06-08 | 1 | -1/+4 |
* | nvc0: fix up video buffer alignment requirements | Maarten Lankhorst | 2013-06-08 | 1 | -5/+3 |
* | freedreno: better scissor fix | Rob Clark | 2013-06-08 | 5 | -28/+43 |
* | freedreno: gmem bypass | Rob Clark | 2013-06-08 | 7 | -30/+168 |
* | freedreno: add a3xx support | Rob Clark | 2013-06-08 | 35 | -3/+8955 |
* | freedreno: prepare for a3xx | Rob Clark | 2013-06-08 | 49 | -2008/+2798 |
* | gallivm: work around slow code generated for interleaving 128bit vectors | Roland Scheidegger | 2013-06-08 | 1 | -0/+22 |
* | st/xlib: Flush the front buffer before doing CopySubBuffer | Stéphane Marchesin | 2013-06-07 | 1 | -0/+4 |
* | st/xlib: Fix upside down coordinates for CopySubBuffer | Stéphane Marchesin | 2013-06-07 | 1 | -1/+1 |
* | mesa: Report core FBO incompleteness cases through GL_ARB_debug_output. | Eric Anholt | 2013-06-07 | 1 | -18/+25 |
* | intel: flush fake front buffer if server is about to destroy it. | Paul Berry | 2013-06-07 | 1 | -0/+9 |
* | intel: flush fake front buffer more robustly. | Paul Berry | 2013-06-07 | 1 | -11/+9 |
* | intel: make intel_flush_front safe to call during initial MakeCurrent | Paul Berry | 2013-06-07 | 1 | -1/+1 |
* | mesa: Expose MAX_FRAGMENT_INPUT_COMPONENTS on ES3 and desktop 3.2. | Eric Anholt | 2013-06-07 | 2 | -0/+10 |
* | mesa: Expose texture array getters on GLES3. | Eric Anholt | 2013-06-07 | 2 | -2/+10 |
* | mesa: Fix the return value of TEXTURE_BINDING_2D_ARRAY. | Eric Anholt | 2013-06-07 | 1 | -1/+1 |
* | mesa: Expose texel offset limits in GLES3. | Eric Anholt | 2013-06-07 | 2 | -5/+6 |
* | util: add comment about bogus transfer flags | Roland Scheidegger | 2013-06-07 | 1 | -0/+1 |
* | util: fix util_clear_render_target and util_clear_depth_stencil layer handling | Roland Scheidegger | 2013-06-07 | 1 | -87/+103 |
* | llvmpipe: move create_surface/destroy_surface functions to lp_surface.c | Roland Scheidegger | 2013-06-07 | 2 | -59/+59 |
* | llvmpipe: add support for layered rendering | Roland Scheidegger | 2013-06-07 | 15 | -110/+195 |
* | gallium/docs: fix up transfer description for 1d arrays, add cube map arrays | Roland Scheidegger | 2013-06-07 | 1 | -5/+4 |