summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir.h
Commit message (Expand)AuthorAgeFilesLines
* nir: Add a deref instruction typeJason Ekstrand2018-06-221-1/+57
* nir: Add explicit_binding to nir_variableNeil Roberts2018-06-211-0/+5
* nir: add pass to move load_constRob Clark2018-06-191-0/+1
* nir: Document a couple instances of parent_instrIan Romanick2018-06-151-0/+2
* nir: Add lowering for nir_op_bit_count.Eric Anholt2018-06-061-0/+2
* nir: Add lowering for nir_op_bitfield_reverse.Eric Anholt2018-06-061-0/+2
* nir: Add an ALU lowering pass for mul_high.Eric Anholt2018-06-061-0/+3
* nir: Add lowering for find_lsb.Eric Anholt2018-06-061-0/+2
* nir: Add lowering for ifind_msb to ufind_msb.Eric Anholt2018-06-061-0/+2
* nir: Add lowering from ibitfield_extract/ubitfield_extract to shifts.Eric Anholt2018-06-061-0/+3
* nir: Add lowering for bitfieldInsert without using bfi.Eric Anholt2018-06-061-0/+5
* nir: make is_comparison() a non-static helper functionSamuel Pitoiset2018-06-041-0/+24
* nir: Implement optional b2f->iand loweringAlyssa Rosenzweig2018-05-181-0/+3
* compiler/lower_64bit_packing: rename the pass to be more genericIago Toral Quiroga2018-05-031-1/+1
* compiler/nir: add a lowering pass to convert the bit size of ALU operationsIago Toral Quiroga2018-05-031-0/+6
* compiler/nir: Add conditional lowering for gl_BaseVertexAntia Puentes2018-05-021-0/+6
* nir: move GL specific passes to src/compiler/glslTimothy Arceri2018-05-011-11/+0
* nir: lower 64bit subgroup shuffle intrinsicsDaniel Schürmann2018-04-141-0/+1
* nir+drivers: add helpers to get # of src/dest componentsRob Clark2018-04-031-0/+22
* nir: Return a cursor from nir_instr_removeJason Ekstrand2018-03-301-1/+15
* nir: Add src/dest num_components helpersJason Ekstrand2018-03-301-0/+12
* nir: add bindless to nir dataTimothy Arceri2018-03-281-0/+6
* nir: mako all the intrinsicsRob Clark2018-03-271-9/+0
* st/nir: fix atomic lowering for gallium driversTimothy Arceri2018-03-201-1/+2
* st/nir/radeonsi: move nir_lower_uniforms_to_ubo() to the state trackerTimothy Arceri2018-03-201-1/+0
* nir: add nir_opt_move_load_ubo() optimization passSamuel Pitoiset2018-03-161-0/+2
* compiler: int8/uint8 supportKarol Herbst2018-03-141-0/+4
* nir/subgroups: Add lowering for vote_ieq/vote_feq to a ballotJason Ekstrand2018-03-131-0/+1
* nir: Add a helper for getting binop identitiesJason Ekstrand2018-03-071-0/+2
* nir: Add subgroup arithmetic reduction intrinsicsJason Ekstrand2018-03-071-0/+12
* nir: Add quad operations and loweringJason Ekstrand2018-03-071-0/+1
* nir: Add subgroup shuffle intrinsics and loweringJason Ekstrand2018-03-071-0/+1
* nir/spirv: Add support for device groupsJason Ekstrand2018-03-071-0/+2
* nir: add lower_ldexp to nir compiler optionsTimothy Arceri2018-02-281-0/+2
* mesa: move STATE_LENGTH to shader_enums.h and use it everywhereMarek Olšák2018-02-131-5/+5
* mesa,glsl,nir: reduce gl_state_index size to 2 bytesMarek Olšák2018-02-131-5/+5
* nir: add nir_opt_shrink_load passSamuel Pitoiset2018-02-061-0/+2
* nir: add lower_all_io_to_temps flagTimothy Arceri2018-01-311-0/+2
* nir/st_glsl_to_nir: add param to disable splitting of inputsTimothy Arceri2018-01-311-1/+2
* nir: add vs_inputs_dual_locations compiler optionTimothy Arceri2018-01-301-0/+6
* nir: add a 'const' qualifier to nir_ssa_def_components_read()Samuel Pitoiset2018-01-121-1/+1
* nir: Add a new lowering option to lower all txd to txl.Eric Anholt2017-12-141-0/+6
* nir: Handle fp16 rounding modes at nir_type_conversion_opJose Maria Casanova Crespo2017-12-061-1/+2
* nir: Add rounding modes enumJose Maria Casanova Crespo2017-12-061-0/+10
* nir: Add support for 16-bit types (half float, int16 and uint16)Eduardo Lima Mitev2017-12-061-0/+9
* nir: add array lowering function that assumes there are no indirectsTimothy Arceri2017-12-041-0/+1
* nir: add varying component packing helpersTimothy Arceri2017-12-041-0/+2
* nir: add varying array splitting passTimothy Arceri2017-12-041-0/+1
* compiler: use NDEBUG to guard assertsEric Engestrom2017-11-281-4/+4
* nir: allow texture offsets with cube mapsIlia Mirkin2017-11-251-2/+13