summaryrefslogtreecommitdiffstats
path: root/src/glsl
Commit message (Expand)AuthorAgeFilesLines
...
| * nir: fix typo in idiv lowering, causing large-udiv-udiv failuresIlia Mirkin2015-11-181-1/+1
| * nir: Store the size of the TCS output patch in nir_shader_info.Kenneth Graunke2015-11-182-0/+9
| * glsl: rename location layout helperTimothy Arceri2015-11-181-5/+5
| * glsl: don't validate binding when its not neededTimothy Arceri2015-11-181-2/+5
| * glsl: remove temp variable to make code easier to readTimothy Arceri2015-11-181-10/+7
| * glsl: cleanup and fix validate matrix function for arraysTimothy Arceri2015-11-181-10/+1
| * glsl: use better location in struct and block error messagesTimothy Arceri2015-11-181-7/+3
| * glsl: only do type and qualifier validation once per declarationTimothy Arceri2015-11-181-99/+97
| * glsl: rename function that processes struct and iface membersTimothy Arceri2015-11-181-30/+30
| * glsl: move block validation outside function that validates membersTimothy Arceri2015-11-181-8/+8
| * glsl: move ast layout qualifier handling code into its own functionTimothy Arceri2015-11-181-202/+212
| * glsl: copy each field's precision information in glsl_types's structure const...Samuel Iglesias Gonsálvez2015-11-171-0/+1
| * glsl: copy each field's precision information from the old gl_PerVertex inter...Samuel Iglesias Gonsálvez2015-11-171-0/+2
| * glsl: copy each field's precision information when generating varying variablesSamuel Iglesias Gonsálvez2015-11-171-0/+1
| * glsl: initialize data.precision value in ir_variable constructorSamuel Iglesias Gonsálvez2015-11-171-0/+1
| * glsl/nir: initialize precision field in glsl_struct_field constructorSamuel Iglesias Gonsálvez2015-11-171-1/+2
| * nir: reduce memory footprint of glsl_struct_field's precisionSamuel Iglesias Gonsálvez2015-11-171-1/+1
| * glsl: initialize precision when adding per vertex record fieldsTapani Pälli2015-11-171-0/+1
| * nir/glsl: Fix copy-n-paste mistakes from commit 213f864.Matt Turner2015-11-161-3/+3
| * nir/glsl_to_nir: use _mesa_fls() to compute num_texturesJuan A. Suarez Romero2015-11-161-7/+2
| * nir/copy_propagate: do not copy-propagate MOV srcs with source modifiersIago Toral Quiroga2015-11-161-1/+6
* | nir/spirv: Rework decoration iterationJason Ekstrand2015-11-201-8/+9
* | nir/spirv: Handle OpNopJason Ekstrand2015-11-201-0/+5
* | nir/spirv: Add support for runtime arraysJason Ekstrand2015-11-201-2/+6
* | nir/spirv: Add support for separate samplers and texturesJason Ekstrand2015-11-142-16/+87
* | Merge branch 'wip/i965-separate-sampler-tex' into vulkanJason Ekstrand2015-11-145-15/+63
|\ \
| * | nir: Separate texture from sampler in nir_tex_instrJason Ekstrand2015-11-145-15/+63
| |/
* | Merge remote-tracking branch 'mesa-public/master' into vulkanJason Ekstrand2015-11-1453-1022/+1210
|\|
| * 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