summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-07-09WORKAROUND while waiting for curro's patchigalia-ssbo-wipSamuel Iglesias Gonsalvez1-0/+3
2015-07-09i965/vec4: Skip dependency control for opcodes emitting multiple instructionsIago Toral Quiroga1-0/+4
2015-07-09glsl: Consider active all elements of a shared/std140 block arrayAntia Puentes1-0/+23
2015-07-09docs: Mark ARB_shader_storage_buffer_object as done for i965.Iago Toral Quiroga1-1/+1
2015-07-09i965: Enable ARB_shader_storage_buffer_object extension for gen7+Samuel Iglesias Gonsalvez1-0/+1
2015-07-09i965: set ARB_shader_storage_buffer_object related constant valuesSamuel Iglesias Gonsalvez1-0/+11
2015-07-09mesa: Add getters for the GL_ARB_shader_storage_buffer_object max constantsSamuel Iglesias Gonsalvez2-0/+13
2015-07-09glapi: add ARB_shader_storage_block_buffer_objectSamuel Iglesias Gonsalvez5-2/+60
2015-07-09main/tests: add ARB_shader_storage_buffer_object tokens to enum_stringsSamuel Iglesias Gonsalvez1-0/+15
2015-07-09main: Add SHADER_STORAGE_BLOCK and BUFFER_VARIABLE support for ARB_program_in...Samuel Iglesias Gonsalvez5-15/+289
2015-07-09glsl: Do not allow reads from write-only variablesIago Toral Quiroga1-0/+49
2015-07-09glsl: Do not allow assignments to read-only variablesIago Toral Quiroga1-1/+8
2015-07-09glsl: Allow memory layout qualifiers on shader storage buffer objectsIago Toral Quiroga2-5/+101
2015-07-09glsl: Apply memory qualifiers to buffer variablesIago Toral Quiroga2-0/+35
2015-07-09glsl: Allow use of memory qualifiers with ARB_shader_storage_buffer_object.Iago Toral Quiroga1-5/+5
2015-07-09glsl: fix UNIFORM_BUFFER_START or UNIFORM_BUFFER_SIZE query when no buffer ob...Samuel Iglesias Gonsalvez1-2/+4
2015-07-09mesa: Add queries for GL_SHADER_STORAGE_BUFFERIago Toral Quiroga1-0/+31
2015-07-09mesa: add glShaderStorageBlockBinding()Samuel Iglesias Gonsalvez2-0/+56
2015-07-09glsl: First argument to atomic functions must be a buffer variableIago Toral Quiroga1-0/+37
2015-07-09i965/vec4: Implement lowered SSBO atomic intrinsicsIago Toral Quiroga2-0/+104
2015-07-09i965/nir/fs: Implement SSBO atomicsIago Toral Quiroga2-0/+79
2015-07-09nir: Implement lowered SSBO atomic intrinsicsIago Toral Quiroga2-0/+67
2015-07-09glsl: lower SSBO atomic intrinsicsIago Toral Quiroga1-0/+141
2015-07-09glsl: Add atomic functions from ARB_shader_storage_buffer_objectIago Toral Quiroga1-0/+185
2015-07-09glsl: Rename atomic counter functionsIago Toral Quiroga1-15/+15
2015-07-09glsl: atomic counters can be declared as buffer-qualified variablesKristian Høgsberg1-3/+3
2015-07-09nir: ignore an instruction's dest if it hasn't anyIago Toral Quiroga1-1/+2
2015-07-09i965/nir/fs: Implement SSBO readsIago Toral Quiroga1-0/+62
2015-07-09nir: Implement __intrinsic_store_loadIago Toral Quiroga3-2/+69
2015-07-09i965/vec4: Implement SSBO readsIago Toral Quiroga2-0/+77
2015-07-09i965/nir/fs: Implement SSBO writesIago Toral Quiroga1-0/+71
2015-07-09nir: Implement __intrinsic_store_ssboIago Toral Quiroga2-6/+42
2015-07-09i965/vec4: Implement SSBO writesIago Toral Quiroga2-0/+159
2015-07-09i965/fs: Do not include the header with a pixel mask in untyped read messagesIago Toral Quiroga2-32/+7
2015-07-09glsl: shader storage blocks use different max block size values than uniformsSamuel Iglesias Gonsalvez1-1/+11
2015-07-09glsl: ignore buffer variables when counting uniform componentsSamuel Iglesias Gonsalvez1-5/+10
2015-07-09glsl: number of active shader storage blocks must be within allowed limitsSamuel Iglesias Gonsalvez1-4/+39
2015-07-09glsl: a shader storage buffer must be smaller than the maximum size allowedSamuel Iglesias Gonsalvez4-3/+26
2015-07-09glsl: add std430 interface packing support to ssbo writes and unsized array l...Samuel Iglesias Gonsalvez1-14/+50
2015-07-09glsl: propagate std430 packing qualifier to struct's members and array of str...Samuel Iglesias Gonsalvez4-52/+106
2015-07-09glsl: propagate interface packing information to arrays of scalars, vectors.Samuel Iglesias Gonsalvez4-19/+69
2015-07-09glsl: Add parser/compiler support for std430 interface packing qualifierSamuel Iglesias Gonsalvez8-9/+165
2015-07-09i965/wm: surfaces should have the API buffer size, not the drm buffer sizeSamuel Iglesias Gonsalvez1-2/+2
2015-07-09i965/wm: emit null buffer surfaces when null buffers are attachedSamuel Iglesias Gonsalvez1-18/+26
2015-07-09i965/fs/nir: implement unsized array's length calculationSamuel Iglesias Gonsalvez1-0/+50
2015-07-09i965/fs: Implement generator code for unsized array's length calculationSamuel Iglesias Gonsalvez5-0/+55
2015-07-09i965/vec4: Implement unsized array's length calculationSamuel Iglesias Gonsalvez6-2/+88
2015-07-09nir: add shader storage buffer's unsized array length calculationSamuel Iglesias Gonsalvez2-0/+19
2015-07-09glsl: Lower unsized array's length calculation expressionSamuel Iglesias Gonsalvez1-0/+179
2015-07-09glsl: Add parser/compiler support for unsized array's length()Samuel Iglesias Gonsalvez9-6/+75