aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: empty buffer binding if the buffer's not really thereIlia Mirkin2016-02-151-3/+5
* docs: Document VC4_DEBUG envvarRhys Kidd2016-02-151-0/+19
* vc4: Add missing braces in initializerRhys Kidd2016-02-151-1/+1
* vc4: Correct typo setting 'handled_qinst_cond'Rhys Kidd2016-02-151-1/+1
* vc4: Don't treat conditional MOVs as raw MOV.Eric Anholt2016-02-151-0/+1
* glsl: warn in GL as well as ES when varying not writtenTimothy Arceri2016-02-161-16/+7
* docs: update GLES 3.1 section for recent nvc0 additionsIlia Mirkin2016-02-151-2/+2
* mesa: need to check resource and set length even if bufSize is 0Ilia Mirkin2016-02-151-4/+0
* i965/bxt: Production thread countsBen Widawsky2016-02-151-10/+9
* egl_dri2: NULL check for xcb_dri2_get_buffers_reply()Daniel Czarnowski2016-02-151-0/+2
* nv50,nvc0: Remove duplicate logic from nvc0_set_framebuffer_state()Edward O'Callaghan2016-02-142-24/+4
* nv50: add missing PIPE_SHADER_CAP_SUPPORTED_IRSSamuel Pitoiset2016-02-141-0/+1
* i965: Fix gl_DrawID in the vec4 backend.Kenneth Graunke2016-02-141-5/+5
* mesa: move assertion in _mesa_cube_face_target()Brian Paul2016-02-141-3/+5
* clover: fix build failure since bfd695eSerge Martin2016-02-141-3/+3
* glsl: Fix overflow of ImageAccess[] array.Kenneth Graunke2016-02-131-3/+3
* mesa: default FixedSampleLocations to true when using a dummy imageIlia Mirkin2016-02-131-0/+1
* nir/types: Add more type constructor functionsJason Ekstrand2016-02-132-0/+58
* nir/types: Add a few more glsl_type_is_ functionsJason Ekstrand2016-02-132-0/+21
* nir/types: Add helpers for working with sampler and image typesJason Ekstrand2016-02-132-0/+75
* nir/types: Add helpers for function typesJason Ekstrand2016-02-132-0/+28
* glsl/types: Expose glsl_struct_field and glsl_function_param to CJason Ekstrand2016-02-131-4/+6
* glsl/types: Add a helper for getting image typesJason Ekstrand2016-02-132-0/+89
* 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