summaryrefslogtreecommitdiffstats
path: root/src/glsl
Commit message (Expand)AuthorAgeFilesLines
* nir: Silence GCC maybe-uninitialized warnings.Vinson Lee2015-11-131-0/+3
* glsl: Allow implicit int -> uint conversions for the % operator.Kenneth Graunke2015-11-131-9/+28
* nir: Add helpers for getting input/output intrinsic sources.Kenneth Graunke2015-11-132-0/+45
* nir: Don't lower TCS outputs to temporaries.Kenneth Graunke2015-11-131-0/+3
* nir: Allow outputs reads and add the relevant intrinsics.Kenneth Graunke2015-11-134-8/+21
* nir/lower_io: Introduce nir_store_per_vertex_output intrinsics.Kenneth Graunke2015-11-133-5/+26
* nir/lower_io: Use load_per_vertex_input intrinsics for TCS and TES.Kenneth Graunke2015-11-131-4/+8
* Revert "nir/copy_propagate: do not copy-propagate MOV srcs with source modifi...Iago Toral Quiroga2015-11-131-10/+7
* glsl: fix 'shared' layout qualifier related regressionsSamuel Iglesias Gonsálvez2015-11-131-0/+5
* nir/copy_propagate: do not copy-propagate MOV srcs with source modifiersIago Toral Quiroga2015-11-131-7/+10
* nir/vars_to_ssa: Delete dead output set codeJason Ekstrand2015-11-121-7/+0
* nir/vars_to_ssa: Rework copy set handling in lower_copies_to_load_storeJason Ekstrand2015-11-121-1/+4
* nir/validate: Allow subroutine types for the tails of derefsJason Ekstrand2015-11-121-2/+6
* mesa: Replace gl_extensions::EXT_texture3D with ::dummy_trueNanley Chery2015-11-122-2/+1
* glsl: add gl_HelperInvocation system valueIlia Mirkin2015-11-122-0/+4
* glsl: Correctly handle vector extract on function parameterJordan Justen2015-11-121-2/+2
* glsl: set matrix_stride for non matrices with atomic counter buffersTapani Pälli2015-11-121-0/+2
* glsl: do not lose precision information when packing varyingsTapani Pälli2015-11-121-0/+1
* glsl: Add precision information to ir_variableIago Toral Quiroga2015-11-124-24/+303
* glsl: Move the definition of precision_qualifier_allowedIago Toral Quiroga2015-11-121-36/+35
* glsl: Add user-defined default precision qualifiers to the symbol tableIago Toral Quiroga2015-11-121-19/+10
* glsl: Add default precision qualifiers to the symbol tableIago Toral Quiroga2015-11-121-0/+12
* glsl: Add API to put default precision qualifiers in the symbol tableIago Toral Quiroga2015-11-122-0/+26
* glsl: add helper to check for enhanced layouts supportTimothy Arceri2015-11-121-0/+5
* mesa: add ARB_enhanced_layoutsTimothy Arceri2015-11-123-0/+4
* nir/nir_opt_peephole_ffma: Move this lowering pass to the i965 driverEduardo Lima Mitev2015-11-103-270/+0
* glsl: Use array deref for access to vector componentsKristian Høgsberg Kristensen2015-11-1010-68/+138
* glsl: Lower UBO and SSBO access in glsl linkerKristian Høgsberg Kristensen2015-11-101-0/+8
* glsl: Drop exec_list argument to lower_ubo_referenceKristian Høgsberg Kristensen2015-11-102-3/+3
* nir/glsl: switch to using the builderConnor Abbott2015-11-101-441/+259
* nir/glsl: make emit() take nir_ssa_def * sourcesConnor Abbott2015-11-101-18/+18
* nir/glsl: convert nir_visitor::result to a nir_ssa_def *Connor Abbott2015-11-101-6/+7
* nir/glsl: make evaluate_rvalue() return a nir_ssa_def *Connor Abbott2015-11-101-37/+53
* nir: Store PatchInputsRead and PatchOutputsWritten in nir_shader_info.Kenneth Graunke2015-11-102-0/+7
* glsl: Use shared storage variable type for shared variablesJordan Justen2015-11-091-0/+2
* glsl: Add shared variable typeJordan Justen2015-11-092-1/+2
* glsl: Add space to shader_storage in print_visitorJordan Justen2015-11-091-1/+1
* glsl: Align comments on variables typesJordan Justen2015-11-091-7/+7
* glsl: Parse shared keyword for compute shader variablesJordan Justen2015-11-095-1/+17
* glsl: simplify interface block stream qualifier validationTimothy Arceri2015-11-102-23/+14
* nir: Add a nir_deref_tail helperJason Ekstrand2015-11-073-23/+13
* nir/types: Add an is_vector_or_scalar helperJason Ekstrand2015-11-072-0/+7
* nir/validate: Add better validation of load/store typesJason Ekstrand2015-11-071-2/+14
* nir: Add new barrier functions for compute shadersJordan Justen2015-11-062-0/+26
* glsl: Add new barrier functions for compute shadersJordan Justen2015-11-061-6/+49
* nir: some small cleanupsRob Clark2015-11-062-14/+14
* nir: Rename nir_live_variables.c to nir_liveness.c.Kenneth Graunke2015-11-052-1/+1
* nir: Rename live_variables to live_ssa_defs.Kenneth Graunke2015-11-057-14/+14
* glsl: make sure to only add subroutines to resource listTimothy Arceri2015-11-041-1/+2
* glsl: remove old TODOTimothy Arceri2015-11-041-5/+0