| Commit message (Expand) | Author | Age | Files | Lines |
* | glsl: add IR fields for transform feedback layout qualifiers | Timothy Arceri | 2016-03-31 | 1 | -1/+26 |
* | glsl: add validation for out layout qualifiers | Timothy Arceri | 2016-03-31 | 1 | -2/+31 |
* | glsl: relax stage restrictions on layout defaults for outputs | Timothy Arceri | 2016-03-31 | 2 | -7/+7 |
* | glsl: parse new transform feedback layout qualifiers | Timothy Arceri | 2016-03-31 | 4 | -3/+95 |
* | glsl: move process_qualifier_constant() to ast_type.cpp | Timothy Arceri | 2016-03-31 | 3 | -41/+47 |
* | glsl: add transform feedback built-in constants | Timothy Arceri | 2016-03-31 | 3 | -0/+15 |
* | glsl: generate named interface block names correctly | Timothy Arceri | 2016-03-31 | 6 | -95/+38 |
* | glsl: Fix segfault when lhs is error_type in TCS | Timothy Arceri | 2016-03-31 | 1 | -1/+1 |
* | docs: update softpipe status for shader_image_load_store. | Dave Airlie | 2016-03-31 | 2 | -2/+2 |
* | softpipe: add image support to softpipe (v3) | Dave Airlie | 2016-03-31 | 14 | -12/+928 |
* | draw: add support for passing images to vs/gs shaders. | Dave Airlie | 2016-03-31 | 5 | -2/+29 |
* | tgsi: add support for image operations to tgsi_exec. (v2.1) | Dave Airlie | 2016-03-31 | 5 | -6/+319 |
* | softpipe: add support for explicit early depth testing | Dave Airlie | 2016-03-31 | 6 | -12/+21 |
* | tgsi: introduce NonHelperMask | Dave Airlie | 2016-03-31 | 2 | -0/+5 |
* | tgsi_exec: handle execmask when doing indirect lookups | Dave Airlie | 2016-03-31 | 1 | -3/+9 |
* | tgsi_exec: add support for up to 3 address registers (v2) | Dave Airlie | 2016-03-31 | 1 | -2/+3 |
* | nir: Propagate negates up multiplication chains. | Matt Turner | 2016-03-30 | 1 | -0/+4 |
* | i965: Don't inline intel_batchbuffer_require_space(). | Matt Turner | 2016-03-30 | 2 | -26/+28 |
* | r600: ignore PIPE_BIND_LINEAR in *_is_format_supported | Christian König | 2016-03-30 | 2 | -0/+10 |
* | st/vdpau: correct null check | Thomas Hindoe Paaboel Andersen | 2016-03-30 | 1 | -4/+4 |
* | docs: remove docs/COPYING which contains GPL license | Brian Paul | 2016-03-30 | 1 | -490/+0 |
* | glsl: add missing types for buffer images | Samuel Pitoiset | 2016-03-30 | 1 | -12/+12 |
* | glsl: invalidate float suffixes for GLSL 1.10 and GLSL ES 1.00 | Lars Hamre | 2016-03-29 | 1 | -0/+7 |
* | tgsi: (trivial) only verify target for is_tex instructions | Roland Scheidegger | 2016-03-30 | 1 | -8/+7 |
* | mesa: allow mutable buffer textures to back GL ES images | Ilia Mirkin | 2016-03-29 | 1 | -1/+6 |
* | mesa: make _mesa_prepare_mipmap_level() static | Brian Paul | 2016-03-29 | 2 | -15/+8 |
* | meta: use _mesa_prepare_mipmap_levels() | Brian Paul | 2016-03-29 | 1 | -24/+8 |
* | docs: add HTTP link for Mesa downloads | Brian Paul | 2016-03-29 | 1 | -1/+3 |
* | tgsi: simplify tgsi_shader_info::is_msaa_sampler checking | Brian Paul | 2016-03-29 | 1 | -3/+2 |
* | tgsi: collect texture sampler target info in tgsi_scan_shader() | Brian Paul | 2016-03-29 | 2 | -2/+37 |
* | gallium/docs: s/gven/given/ | Brian Paul | 2016-03-29 | 1 | -1/+1 |
* | xlib: add support for GLX_ARB_create_context | Brian Paul | 2016-03-29 | 3 | -0/+77 |
* | st/mesa: simplify st_generate_mipmap() | Brian Paul | 2016-03-29 | 1 | -78/+24 |
* | mesa: new _mesa_prepare_mipmap_levels() function for mipmap generation | Brian Paul | 2016-03-29 | 2 | -31/+62 |
* | i965: Don't use CUBE wrap modes for integer formats on IVB/BYT. | Kenneth Graunke | 2016-03-29 | 1 | -1/+5 |
* | Revert "i965: Set address rounding bits for GL_NEAREST filtering as well." | Kenneth Graunke | 2016-03-29 | 1 | -6/+3 |
* | gallium: Format code in pb_buffer_fenced.c according to style guide. | Rovanion Luckey | 2016-03-29 | 1 | -129/+97 |
* | svga: emit sampler declarations in the helper function for non vgpu10 | Charmaine Lee | 2016-03-29 | 3 | -3/+23 |
* | svga: avoid freeing non-malloced memory | Brian Paul | 2016-03-29 | 1 | -10/+2 |
* | nvc0/ir: move load/store lowering pass to handleLDST() | Samuel Pitoiset | 2016-03-29 | 2 | -54/+61 |
* | st/mesa: implement new DMA-buf based VDPAU interop v2 | Christian König | 2016-03-29 | 1 | -49/+132 |
* | st/vdpau: implement the new DMA-buf based interop v2 | Christian König | 2016-03-29 | 4 | -3/+116 |
* | st/vdpau: move FormatRGBAToPipe into the interop | Christian König | 2016-03-29 | 5 | -28/+73 |
* | st/vdpau: add new interop interface | Christian König | 2016-03-29 | 2 | -1/+100 |
* | st/vdpau: use linear layout for output surfaces | Christian König | 2016-03-29 | 1 | -1/+2 |
* | radeonsi: ignore PIPE_BIND_LINEAR in si_is_format_supported v2 | Christian König | 2016-03-29 | 1 | -0/+5 |
* | st/mesa: enable OES_texture_buffer when all components available | Ilia Mirkin | 2016-03-29 | 1 | -0/+6 |
* | glapi/glx: Mark the indirect swapped dispatch functions _X_COLD | Adam Jackson | 2016-03-29 | 1 | -3/+3 |
* | glapi/glx: Sync some additional error checking from xserver | Adam Jackson | 2016-03-29 | 1 | -0/+4 |
* | glsl: raise warning when using uninitialized variables | Alejandro Piñeiro | 2016-03-29 | 1 | -0/+7 |