summaryrefslogtreecommitdiffstats
path: root/src/glsl/nir
Commit message (Expand)AuthorAgeFilesLines
* nir: Add support for gl_HelperInvocation system value.Matt Turner2015-11-202-0/+5
* nir: Add nir_texop_samples_identical opcodeIan Romanick2015-11-193-1/+13
* nir: add nir_ssa_for_alu_src()Rob Clark2015-11-192-4/+23
* nir: fix missing increments of num_inputs/num_outputsRob Clark2015-11-192-0/+4
* nir/print: show # of uniforms/inputs/outputsRob Clark2015-11-191-0/+4
* nir/print: show shader name/label if setRob Clark2015-11-191-0/+6
* nir: add nir_var_all enumRob Clark2015-11-193-1/+6
* nir: fix constant folding of bfiConnor Abbott2015-11-191-2/+2
* nir: Add support for cloning shadersJason Ekstrand2015-11-183-0/+681
* i965/nir: Validate that NIR passes call nir_metadata_preserve().Kenneth Graunke2015-11-182-0/+41
* nir: add array length fieldRob Clark2015-11-182-0/+10
* nir: remove nir_variable::max_ifc_array_accessRob Clark2015-11-182-22/+0
* 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: copy each field's precision information in glsl_types's structure const...Samuel 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
* 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: Silence GCC maybe-uninitialized warnings.Vinson Lee2015-11-131-0/+3
* 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
* 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
* glsl: add gl_HelperInvocation system valueIlia Mirkin2015-11-121-0/+1
* glsl: Add precision information to ir_variableIago Toral Quiroga2015-11-122-1/+16
* nir/nir_opt_peephole_ffma: Move this lowering pass to the i965 driverEduardo Lima Mitev2015-11-102-269/+0
* 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: simplify interface block stream qualifier validationTimothy Arceri2015-11-101-9/+1
* 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
* nir: some small cleanupsRob Clark2015-11-062-14/+14
* nir: Rename nir_live_variables.c to nir_liveness.c.Kenneth Graunke2015-11-051-0/+0
* nir: Rename live_variables to live_ssa_defs.Kenneth Graunke2015-11-057-14/+14
* nir: Properly invalidate metadata in nir_opt_remove_phis().Kenneth Graunke2015-11-031-0/+5
* nir: Properly invalidate metadata in nir_lower_vec_to_movs().Kenneth Graunke2015-11-031-0/+5
* nir: Properly invalidate metadata in nir_opt_copy_prop().Kenneth Graunke2015-11-031-0/+6