summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* glsl: add xfb helpers and fields to the tfeedback_decl classTimothy Arceri2016-03-312-2/+30
* glsl: add helper to process xfb qualifiers during linkingTimothy Arceri2016-03-312-0/+71
* glsl: add helper to generate xfb varying namesTimothy Arceri2016-03-311-0/+43
* glsl: add helper for counting varyingsTimothy Arceri2016-03-312-0/+38
* glsl: add xfb qualifier lowering support for named blocksTimothy Arceri2016-03-311-0/+7
* glsl: add xfb qualifiers to has_layout helperTimothy Arceri2016-03-311-1/+4
* glsl: apply xfb_stride to implicit offsets for ifc block membersTimothy Arceri2016-03-311-2/+4
* glsl: add xfb_stride compile time rulesTimothy Arceri2016-03-311-0/+27
* glsl: add xfb_offset compile time rulesTimothy Arceri2016-03-311-2/+123
* glsl: add xfb_buffer compile time rulesTimothy Arceri2016-03-311-0/+66
* glsl: add field to track if xfb_buffer is an explicit or implicit valueTimothy Arceri2016-03-314-0/+17
* glsl: add xfb_* qualifiers to glsl_struct_fieldTimothy Arceri2016-03-313-2/+26
* glsl: add IR fields for transform feedback layout qualifiersTimothy Arceri2016-03-311-1/+26
* glsl: add validation for out layout qualifiersTimothy Arceri2016-03-311-2/+31
* glsl: relax stage restrictions on layout defaults for outputsTimothy Arceri2016-03-312-7/+7
* glsl: parse new transform feedback layout qualifiersTimothy Arceri2016-03-314-3/+95
* glsl: move process_qualifier_constant() to ast_type.cppTimothy Arceri2016-03-313-41/+47
* glsl: add transform feedback built-in constantsTimothy Arceri2016-03-313-0/+15
* glsl: generate named interface block names correctlyTimothy Arceri2016-03-316-95/+38
* glsl: Fix segfault when lhs is error_type in TCSTimothy Arceri2016-03-311-1/+1
* softpipe: add image support to softpipe (v3)Dave Airlie2016-03-3114-12/+928
* draw: add support for passing images to vs/gs shaders.Dave Airlie2016-03-315-2/+29
* tgsi: add support for image operations to tgsi_exec. (v2.1)Dave Airlie2016-03-315-6/+319
* softpipe: add support for explicit early depth testingDave Airlie2016-03-316-12/+21
* tgsi: introduce NonHelperMaskDave Airlie2016-03-312-0/+5
* tgsi_exec: handle execmask when doing indirect lookupsDave Airlie2016-03-311-3/+9
* tgsi_exec: add support for up to 3 address registers (v2)Dave Airlie2016-03-311-2/+3
* nir: Propagate negates up multiplication chains.Matt Turner2016-03-301-0/+4
* i965: Don't inline intel_batchbuffer_require_space().Matt Turner2016-03-302-26/+28
* r600: ignore PIPE_BIND_LINEAR in *_is_format_supportedChristian König2016-03-302-0/+10
* st/vdpau: correct null checkThomas Hindoe Paaboel Andersen2016-03-301-4/+4
* glsl: add missing types for buffer imagesSamuel Pitoiset2016-03-301-12/+12
* glsl: invalidate float suffixes for GLSL 1.10 and GLSL ES 1.00Lars Hamre2016-03-291-0/+7
* tgsi: (trivial) only verify target for is_tex instructionsRoland Scheidegger2016-03-301-8/+7
* mesa: allow mutable buffer textures to back GL ES imagesIlia Mirkin2016-03-291-1/+6
* mesa: make _mesa_prepare_mipmap_level() staticBrian Paul2016-03-292-15/+8
* meta: use _mesa_prepare_mipmap_levels()Brian Paul2016-03-291-24/+8
* tgsi: simplify tgsi_shader_info::is_msaa_sampler checkingBrian Paul2016-03-291-3/+2
* tgsi: collect texture sampler target info in tgsi_scan_shader()Brian Paul2016-03-292-2/+37
* gallium/docs: s/gven/given/Brian Paul2016-03-291-1/+1
* xlib: add support for GLX_ARB_create_contextBrian Paul2016-03-293-0/+77
* st/mesa: simplify st_generate_mipmap()Brian Paul2016-03-291-78/+24
* mesa: new _mesa_prepare_mipmap_levels() function for mipmap generationBrian Paul2016-03-292-31/+62
* i965: Don't use CUBE wrap modes for integer formats on IVB/BYT.Kenneth Graunke2016-03-291-1/+5
* Revert "i965: Set address rounding bits for GL_NEAREST filtering as well."Kenneth Graunke2016-03-291-6/+3
* gallium: Format code in pb_buffer_fenced.c according to style guide.Rovanion Luckey2016-03-291-129/+97
* svga: emit sampler declarations in the helper function for non vgpu10Charmaine Lee2016-03-293-3/+23
* svga: avoid freeing non-malloced memoryBrian Paul2016-03-291-10/+2
* nvc0/ir: move load/store lowering pass to handleLDST()Samuel Pitoiset2016-03-292-54/+61
* st/mesa: implement new DMA-buf based VDPAU interop v2Christian König2016-03-291-49/+132