aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* st/vdpau: implement the new DMA-buf based interop v2Christian König2016-03-294-3/+116
* st/vdpau: move FormatRGBAToPipe into the interopChristian König2016-03-295-28/+73
* st/vdpau: add new interop interfaceChristian König2016-03-292-1/+100
* st/vdpau: use linear layout for output surfacesChristian König2016-03-291-1/+2
* radeonsi: ignore PIPE_BIND_LINEAR in si_is_format_supported v2Christian König2016-03-291-0/+5
* st/mesa: enable OES_texture_buffer when all components availableIlia Mirkin2016-03-291-0/+6
* glapi/glx: Mark the indirect swapped dispatch functions _X_COLDAdam Jackson2016-03-291-3/+3
* glapi/glx: Sync some additional error checking from xserverAdam Jackson2016-03-291-0/+4
* glsl: raise warning when using uninitialized variablesAlejandro Piñeiro2016-03-291-0/+7
* glsl: add is_lhs bool on ast_expressionAlejandro Piñeiro2016-03-294-0/+44
* nir: Add a helper for getting the current block from a cursorJason Ekstrand2016-03-281-0/+11
* nir/lower_out_to_temp: Add an "entrypoint" parameterJason Ekstrand2016-03-283-4/+5
* nir/lower_out_to_temp: Steal the output's constant initializerJason Ekstrand2016-03-281-0/+3
* nir: Add a helper for getting the unique function in a shaderJason Ekstrand2016-03-281-0/+11
* nir/sweep: Sweep function parametersJason Ekstrand2016-03-281-0/+2
* nir/builder: Add a helper for creating undefsJason Ekstrand2016-03-281-0/+14
* nir/builder: Add a helper for storing to variable derefsJason Ekstrand2016-03-281-0/+16
* nir/builder: Add a helper for building fdot instructionsJason Ekstrand2016-03-281-0/+17