summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-12-19nir: Trivial clean ups in the generated nir_constant_expressions.cfix-GL45-CTS.program_interface_query.uniform-block-typesIan Romanick1-6/+5
2016-12-19nir: Silence unused parameter warnings in nir_constant_expression.cIan Romanick1-2/+2
2016-12-19nir: Silence missing field initializer warnings for vectors in nir_constant_e...Ian Romanick1-0/+3
2016-12-19glsl: Silence "unused parameter" warnings in ast_type.cppIan Romanick1-6/+4
2016-12-19glsl: Trivial whitespace fixes in link_uniforms.cppIan Romanick1-3/+4
2016-12-19glsl: Silence unused parameter warning in propagate_invariance.cppIan Romanick1-1/+1
2016-12-19glsl: Minor formatting fixes in link_uniform_blocks.cppIan Romanick1-37/+42
2016-12-19glsl: Fix all the whitespace errors in link_uniform_block_active_visitor.cppIan Romanick1-25/+21
2016-12-19mesa: Silence numerous "unused parameter" warnings in dlist.cIan Romanick1-33/+33
2016-12-19mesa: Fix all the whitespace errors in dlist.cIan Romanick1-187/+186
2016-12-19linker: Accurately mark a uniform block instance array element as used in a s...Ian Romanick1-2/+6
2016-12-19glsl: Walk a list of ir_dereference_array to mark array elements as accessedIan Romanick3-1/+507
2016-12-19glsl: Mark a set of array elements as accessed using a list of array_deref_rangeIan Romanick3-0/+253
2016-12-19glsl: Add structures to track accessed elements of a single arrayIan Romanick2-0/+56
2016-12-19glsl: Add tracking for elements of an array-of-arrays that have been accessedIan Romanick4-1/+177
2016-12-19glsl: Use simpler visitor to determine which UBO and SSBO blocks are usedIan Romanick4-5/+171
2016-12-19glsl: Track the linearized array index for each UBO instance array elementIan Romanick2-3/+29
2016-12-19glsl: Fix wonkey indentation left from previous commitIan Romanick1-45/+44
2016-12-19glsl: Split process_block_array into two functionsIan Romanick1-6/+28
2016-12-19Revert "cso: don't release sampler states that are bound"Michel Dänzer1-3/+1
2016-12-19cso: Make sanitize_hash safe for samplersMichel Dänzer1-1/+43
2016-12-19cso: Store hash key in struct cso_samplerMichel Dänzer2-0/+2
2016-12-19cso: Optimize cso_save/restore_fragment_samplersMichel Dänzer1-4/+17
2016-12-19cso: Store pointers to struct cso_sampler in struct sampler_infoMichel Dänzer1-15/+18
2016-12-19cso: Don't restore nr_samplers in cso_restore_fragment_samplersMichel Dänzer1-1/+0
2016-12-19EGL/android: Enhance pbuffer implementationLiu Zhiquan1-81/+96
2016-12-18radv: Use correct workgroup size limits.Bas Nieuwenhuizen1-4/+4
2016-12-18radv: expose the compute queueDave Airlie1-11/+41
2016-12-18radv: Only emit PFP ME syncs for DMA on the GFX queue.Bas Nieuwenhuizen1-2/+2
2016-12-18radv: Create an empty CS per ring type.Bas Nieuwenhuizen2-7/+20
2016-12-18radv: Don't enable CMASK on compute queues.Bas Nieuwenhuizen4-8/+62
2016-12-18radv: Use RELEASE_MEM packet for MEC timestamp query.Bas Nieuwenhuizen2-9/+21
2016-12-18radv: Implement indirect dispatch for the MEC.Bas Nieuwenhuizen1-9/+17
2016-12-18radv: update vkCmdUpdateBuffer for the MEC.Bas Nieuwenhuizen1-1/+3
2016-12-18radv: Implement cache flushing for the MEC.Bas Nieuwenhuizen1-7/+29
2016-12-18radv: add semaphore supportDave Airlie3-11/+72
2016-12-18radv: pass queue index into winsys submissionDave Airlie3-5/+13
2016-12-18radv: init compute queue and avoid initing transfer queuesDave Airlie3-15/+35
2016-12-18radv/winsys: Make WaitIdle queue aware.Bas Nieuwenhuizen5-21/+38
2016-12-18radv/meta: update header infoDave Airlie1-1/+2
2016-12-18radv: hook compute clears into clear image api.Dave Airlie1-8/+33
2016-12-18radv: clear image implementation for compute queueDave Airlie3-9/+272
2016-12-18radv/meta: split clear image out into a separate layer clear functionDave Airlie1-117/+128
2016-12-18radv: implement image->image copies using compute shaderDave Airlie4-6/+343
2016-12-18radv: add a compute shader implementation for buffer to imageDave Airlie3-6/+325
2016-12-18radv: Use correct pitch for views with different block size.Bas Nieuwenhuizen1-1/+4
2016-12-18radv: Store queue family in command buffers.Dave Airlie2-2/+35
2016-12-18radv: start fixing up queue allocate for multiple queuesDave Airlie2-15/+53
2016-12-18radv/winsys: start adding support for DMA/compute queueDave Airlie1-5/+20
2016-12-18radv/winsys: Expose number of compute/dma rings.Bas Nieuwenhuizen2-2/+15