aboutsummaryrefslogtreecommitdiffstats
path: root/src/glsl/nir
Commit message (Expand)AuthorAgeFilesLines
* 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
* nir: Properly invalidate metadata in nir_remove_dead_variables().Kenneth Graunke2015-11-031-2/+8
* nir: Properly invalidate metadata in nir_split_var_copies().Kenneth Graunke2015-11-031-0/+5
* nir: Properly invalidate metadata in nir_lower_global_vars_to_local().Kenneth Graunke2015-11-031-0/+3
* nir: Unexpose _impl versions of copy_prop and dceJason Ekstrand2015-11-033-4/+2
* nir: add shader_clock intrinsicEmil Velikov2015-10-302-0/+14
* nir: Copy "patch" flag from ir_variable to nir_variable.Kenneth Graunke2015-10-283-2/+5
* nir: Add intrinsics for tessellation shader system values.Kenneth Graunke2015-10-282-7/+14
* glsl: keep track of intra-stage indices for atomicsTimothy Arceri2015-10-273-9/+22
* nir: Add opcodes for saturated vector math.Eric Anholt2015-10-232-0/+51
* nir: Constify nir_gs_count_verticesJason Ekstrand2015-10-212-2/+2
* nir/info: Add more information about geometry shadersJason Ekstrand2015-10-212-0/+16
* glsl: add is_array_of_arrays() helperTimothy Arceri2015-10-211-0/+5
* mesa: replace UsesClipDistance with ClipDistanceArraySizeMarek Olšák2015-10-201-1/+2
* nir/info: Add a few bits of info for fragment shadersJason Ekstrand2015-10-192-0/+23
* nir/info: Add compute shader local size to nir_shader_infoJason Ekstrand2015-10-192-0/+12
* nir/info: Move the GS info into a stage-specific info unionJason Ekstrand2015-10-192-8/+18
* mesa: Move gl_frag_depth_layout from mtypes.h to shader_enums.hJason Ekstrand2015-10-191-0/+17
* nir: Add a label to nir_shader_infoJason Ekstrand2015-10-193-0/+7
* nir: remove dependency on glslRob Clark2015-10-164-1/+2785
* glsl: move half<->float convertion to utilRob Clark2015-10-161-0/+1
* glsl: couple shader_enums cleanupsRob Clark2015-10-162-0/+15
* nir: add atomic lowering support for AoATimothy Arceri2015-10-171-10/+12
* nir: wrapper for glsl_type arrays_of_arrays_size()Timothy Arceri2015-10-172-0/+8
* nir: Get the number of SSBOs and UBOs rightIago Toral Quiroga2015-10-161-2/+2
* nir/glsl: Use shader_prog->Name for naming the NIR shaderJason Ekstrand2015-10-151-1/+1
* nir: Add helpers for creating variables and adding them to listsJason Ekstrand2015-10-153-34/+92
* mesa: Rename {Num}UniformBlocks to {Num}BufferInterfaceBlocksIago Toral Quiroga2015-10-141-1/+1
* nir: split SSBO min/max atomic instrinsics into signed/unsigned versionsIago Toral Quiroga2015-10-142-6/+22
* glsl: move shader_enums into nirRob Clark2015-10-093-1/+682
* nir/instr_set: remove unnecessary check in nir_instrs_equal()Connor Abbott2015-10-091-2/+1
* nir: make nir_instrs_equal() staticConnor Abbott2015-10-092-3/+1
* nir/cse: use the instruction set APIConnor Abbott2015-10-091-115/+23
* nir: add an instruction set APIConnor Abbott2015-10-092-0/+349
* nir: constify instruction comparison functionsConnor Abbott2015-10-092-4/+4