aboutsummaryrefslogtreecommitdiffstats
path: root/src/glsl
Commit message (Expand)AuthorAgeFilesLines
* nir: silence uninitialized warningTimothy Arceri2015-12-111-1/+1
* nir: Get rid of *_indirect variants of input/output load/store intrinsicsJason Ekstrand2015-12-108-185/+107
* nir: Add nir intrinsics for shared variable atomic operationsJordan Justen2015-12-092-0/+94
* glsl: Disable several optimizations on shared variablesJordan Justen2015-12-093-3/+6
* glsl: Buffer atomics are supported for compute shadersJordan Justen2015-12-091-32/+38
* glsl: Translate atomic intrinsic functions on shared variablesJordan Justen2015-12-091-0/+148
* glsl: Check for SSBO variable in check_for_ssbo_storeJordan Justen2015-12-091-1/+1
* glsl: Check for SSBO variable in SSBO atomic loweringJordan Justen2015-12-091-0/+14
* glsl: Replace atomic_ssbo and ssbo_atomic with atomicJordan Justen2015-12-093-132/+132
* glsl: Allow atomic functions to be used with shared variablesJordan Justen2015-12-091-8/+10
* nir: Translate glsl shared var store intrinsic to nir intrinsicJordan Justen2015-12-092-1/+35
* nir: Translate glsl shared var load intrinsic to nir intrinsicJordan Justen2015-12-092-0/+30
* glsl: Add lowering pass for shared variable referencesJordan Justen2015-12-094-0/+354
* glsl: Don't assert on shared variable matrices with 'inherited' layoutIago Toral Quiroga2015-12-091-2/+9
* glsl: Don't lower_variable_index_to_cond_assign for shared variablesJordan Justen2015-12-091-0/+3
* glsl: Remove mem_ctx as member variable in lower_ubo_reference_visitorJordan Justen2015-12-091-32/+36
* glsl ubo/ssbo: Move common code into lower_buffer_access::setup_buffer_accessJordan Justen2015-12-093-157/+185
* glsl ubo/ssbo: Move is_dereferenced_thing_row_major into lower_buffer_accessJordan Justen2015-12-093-90/+92
* glsl ubo/ssbo: Add lower_buffer_access classJordan Justen2015-12-094-183/+286
* glsl ubo/ssbo: Split buffer access to insert_buffer_accessJordan Justen2015-12-091-35/+43
* glsl ubo/ssbo: Use enum to track current buffer access typeJordan Justen2015-12-091-5/+21
* glsl: do not loose always_active_io when packing varyingsTapani Pälli2015-12-101-0/+1
* glsl: Fix a typo in a commentAndreas Boll2015-12-091-1/+1
* nir: Optimize useless comparisons against true/false.Matt Turner2015-12-081-2/+4
* glsl: Switch opcode and avail parameters to binop().Matt Turner2015-12-081-17/+18
* glsl: Relax qualifier ordering restriction in ES 3.1.Matt Turner2015-12-082-10/+15
* glsl: Use has_420pack().Matt Turner2015-12-083-7/+6
* glsl: Allow binding of image variables with 420pack.Matt Turner2015-12-081-1/+3
* nir/lower_io: Pass the builder and type_size into get_io_offsetJason Ekstrand2015-12-031-15/+15
* glsl: remove useless null checks and make match_explicit_outputs_to_inputs() ...Juha-Pekka Heikkila2015-12-031-9/+1
* Remove Sun CC specific code.Jose Fonseca2015-12-022-16/+0
* glsl: Rename safe_reverse -> reverse_safe.Matt Turner2015-12-013-7/+7
* glsl/lower_ubo_reference: split struct copies into element copiesIago Toral Quiroga2015-12-011-2/+54
* glsl/lower_ubo_reference: split array copies into element copiesIago Toral Quiroga2015-12-011-0/+67
* glsl/dead_builin_varyings: Fix gl_FragData array loweringIago Toral Quiroga2015-12-011-1/+1
* glsl: don't sort varying in separate shader modeGregory Hainaut2015-12-011-6/+32
* glsl: don't dead code remove SSO varyings marked as activeGregory Hainaut2015-12-011-0/+14
* glsl: add always_active_io attribute to ir_variableGregory Hainaut2015-12-013-0/+82
* glsl: copy how_declared when lowering interface blocksTimothy Arceri2015-12-011-0/+1
* glsl: optimise inputs/outputs with explicit locationsTimothy Arceri2015-12-012-14/+74
* mesa: remove len argument from _mesa_shader_debug()Emil Velikov2015-11-293-3/+3
* nir: remove recursive inclusion in builtin_type_macros.hEmil Velikov2015-11-291-2/+0
* nir: remove unneeded includeEmil Velikov2015-11-291-1/+0
* nir: include what we want/needEmil Velikov2015-11-251-1/+1
* glsl: handle case where index is array deref in optimize_split_arraysTapani Pälli2015-11-251-0/+4
* glsl: remove trailing spaces in various filesIago Toral Quiroga2015-11-254-9/+8
* glsl: only call dead code pass when new inputs/outputs demotedTimothy Arceri2015-11-251-10/+14
* glsl: move and reused code to find first and last shadersTimothy Arceri2015-11-251-18/+12
* glsl: Pass ast_type_qualifier by const reference.Matt Turner2015-11-243-9/+9
* nir/lower_tex: Add support for lowering texture swizzleJason Ekstrand2015-11-232-0/+80