aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* glsl/types: Add support for function typesJason Ekstrand2016-02-1311-1/+140
* glsl/types: Add a bare "sampler" typeJason Ekstrand2016-02-131-0/+1
* glsl/types: Rename sampler_type to sampled_typeJason Ekstrand2016-02-137-14/+14
* llvmpipe: Do not use barriers if not using threads.Vinson Lee2016-02-131-2/+6
* i965: Reupload push and pull constants when we get new shader image unit state.Francisco Jerez2016-02-131-0/+5
* i965: fix MAX_COMPUTE_SHARED_SIZE constant valueSamuel Pitoiset2016-02-131-0/+1
* nv50/ir: add missing SV_TID and SV_CTAID sysvals on GM107Samuel Pitoiset2016-02-131-0/+2
* nv50/ir: add MEMBAR emission for GM107Samuel Pitoiset2016-02-131-0/+12
* docs: document MESA_GLES_VERSION_OVERRIDE envvarAlejandro PiƱeiro2016-02-131-0/+8
* st/mesa: fix pipe_grid_info initializerSamuel Pitoiset2016-02-131-1/+1
* trace: add all compute related functionsSamuel Pitoiset2016-02-134-0/+164
* st/mesa: implement limits for ARB_compute_shaderSamuel Pitoiset2016-02-131-2/+31
* st/mesa: add compute program dispatch callbacksSamuel Pitoiset2016-02-134-0/+127
* st/mesa: add state validation for compute shadersSamuel Pitoiset2016-02-137-1/+129
* st/mesa: add mappings for compute shader sysvalsSamuel Pitoiset2016-02-131-0/+12
* st/mesa: keep track of shared memory declarationsSamuel Pitoiset2016-02-131-3/+16
* st/mesa: add intrinsics for shared variablesSamuel Pitoiset2016-02-132-0/+94
* st/mesa: add conversion for compute shadersSamuel Pitoiset2016-02-132-1/+26
* st/mesa: add compute shader statesSamuel Pitoiset2016-02-139-3/+202
* st/mesa: add a second pipeline for computeSamuel Pitoiset2016-02-1313-21/+69
* tgsi/ureg: add shared variables support for compute shadersSamuel Pitoiset2016-02-137-1/+48
* gallium: add PIPE_SHADER_CAP_SUPPORTED_IRSSamuel Pitoiset2016-02-1312-0/+33
* gallium: add indirect compute parameters to pipe_grid_infoSamuel Pitoiset2016-02-131-0/+12
* gallium: add a new interface for pipe_context::launch_grid()Samuel Pitoiset2016-02-1314-86/+114
* gallium/cso: add support for compute shadersSamuel Pitoiset2016-02-132-0/+34
* mesa: add PROGRAM_MEMORYSamuel Pitoiset2016-02-131-0/+1
* mesa: store shared size in gl_compute_programSamuel Pitoiset2016-02-132-0/+6
* mesa: do not use a constant for MAX_COMPUTE_SHARED_SIZESamuel Pitoiset2016-02-134-6/+3
* mesa: make compute maximums reflect driver-provided valuesIlia Mirkin2016-02-136-17/+32
* i965: Add means for limiting color resolvesTopi Pohjolainen2016-02-1310-17/+21
* i965: Refactor resolving of auxiliary modeTopi Pohjolainen2016-02-131-33/+29
* i965: Don't try to create aux buffer for non-msrt aux-bufferTopi Pohjolainen2016-02-131-10/+10
* i965: Rename optimizer debug 00 filenameBen Widawsky2016-02-122-2/+2
* i965: Make brw_clear_cache NULL out stale program pointers.Kenneth Graunke2016-02-121-0/+15
* mesa: avoid segfault in GetProgramPipelineInfoLog when no lengthIlia Mirkin2016-02-121-4/+1
* mesa: reset offset/size to 0 when removing atomic bindingIlia Mirkin2016-02-121-2/+2
* mesa: recognize enums GL_COLOR_ATTACHMENT8-31 as validIlia Mirkin2016-02-121-0/+6
* mesa/clear: update ClearBufferfv error handling for GL 4.5 specIlia Mirkin2016-02-121-18/+5
* mesa/clear: update ClearBufferuiv error handling for GL 4.5 specIlia Mirkin2016-02-121-24/+5
* mesa/clear: simplify ClearBufferiv error handlingIlia Mirkin2016-02-121-12/+6
* mesa/clear: remove dead code handling ClearBufferiv(GL_DEPTH)Ilia Mirkin2016-02-121-19/+0
* mesa: allow DEPTH_STENCIL_TEXTURE_MODE queries in GLES 3.1 contextsIlia Mirkin2016-02-121-5/+3
* i915: include teximage.hKenneth Graunke2016-02-121-0/+1
* i965: include teximage.hBrian Paul2016-02-121-0/+1
* st/nine: Implement Managed vertex/index buffersAxel Davy2016-02-125-9/+121
* st/nine: Align stack for entry pointsAxel Davy2016-02-1253-687/+703
* st/nine: Drop path for ureg_NRM and ureg_CLAMPAxel Davy2016-02-121-24/+4
* st/nine: Remove usage of SQRT in ff codeAxel Davy2016-02-121-1/+3
* st/nine: Fix stateblocks crashes with lightsAxel Davy2016-02-121-8/+32
* st/nine: SCRATCH does support all formatsAxel Davy2016-02-129-22/+35