summaryrefslogtreecommitdiffstats
path: root/src/glsl/nir
Commit message (Expand)AuthorAgeFilesLines
* nir/lower_system_values: Refactor and use the builder.Jason Ekstrand2015-12-151-29/+31
* nir/builder: Add a load_system_value helperJason Ekstrand2015-12-152-10/+15
* nir/lower_system_values: Stop supporting non-SSAJason Ekstrand2015-12-151-8/+6
* nir: Fix number of indices on shared variable store intrinsics.Kenneth Graunke2015-12-141-1/+1
* 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: Replace atomic_ssbo and ssbo_atomic with atomicJordan Justen2015-12-091-8/+8
* 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
* nir: Optimize useless comparisons against true/false.Matt Turner2015-12-081-2/+4
* nir/lower_io: Pass the builder and type_size into get_io_offsetJason Ekstrand2015-12-031-15/+15
* Remove Sun CC specific code.Jose Fonseca2015-12-021-8/+0
* glsl: Rename safe_reverse -> reverse_safe.Matt Turner2015-12-012-6/+6
* 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
* nir/lower_tex: Add support for lowering texture swizzleJason Ekstrand2015-11-232-0/+80
* nir: Add a tex_instr_is_query helperJason Ekstrand2015-11-231-0/+25
* nir: Add a ssa_def_rewrite_uses_after helperJason Ekstrand2015-11-232-0/+51
* nir: Use instr/if_rewrite in nir_ssa_def_rewrite_usesJason Ekstrand2015-11-231-12/+4
* nir/validate: Validated dests after sourcesJason Ekstrand2015-11-231-9/+9
* nir/lower_tex: Set the dest_type for txs instructionsJason Ekstrand2015-11-231-0/+1
* nir/lower_tex: Report progressJason Ekstrand2015-11-232-5/+16
* nir: s/nir_type_unsigned/nir_type_uintJason Ekstrand2015-11-235-44/+44
* nir/builder: only read meaningful channels in nir_swizzle()Connor Abbott2015-11-231-1/+1
* 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