aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir.c
Commit message (Expand)AuthorAgeFilesLines
* nir: rename nir_var_shared to nir_var_mem_sharedKarol Herbst2019-01-191-1/+1
* nir: rename nir_var_ssbo to nir_var_mem_ssboKarol Herbst2019-01-191-1/+1
* nir: rename nir_var_ubo to nir_var_mem_uboKarol Herbst2019-01-191-1/+1
* nir: rename nir_var_function to nir_var_function_tempKarol Herbst2019-01-191-2/+2
* nir: rename nir_var_private to nir_var_shader_tempKarol Herbst2019-01-191-1/+1
* src/compiler: use new hash table and set creation helpersCaio Marcelo de Oliveira Filho2019-01-141-4/+2
* nir: Tag entrypoint for easy recognition by nir_shader_get_entrypoint()Matt Turner2019-01-091-0/+1
* nir: rename global/local to private/function memoryKarol Herbst2019-01-081-3/+3
* nir: Add a ptr_as_array deref typeJason Ekstrand2019-01-081-2/+4
* nir: Distinguish between normal uniforms and UBOsJason Ekstrand2019-01-081-1/+2
* nir: Add support for 1-bit data typesJason Ekstrand2018-12-161-7/+8
* nir: Add a read_mask helper for ALU instructionsJason Ekstrand2018-11-081-7/+1
* nir: Add some new helpers for working with const sourcesJason Ekstrand2018-10-221-0/+92
* Replace uses of _mesa_bitcount with util_bitcountDylan Baker2018-09-071-3/+3
* nir: Drop the vs_inputs_dual_locations optionJason Ekstrand2018-09-061-17/+15
* compiler: Move double_inputs to gl_program::DualSlotInputsJason Ekstrand2018-09-061-12/+37
* nir: Give end_block its own indexCaio Marcelo de Oliveira Filho2018-08-221-1/+4
* nir/glsl: make nir_remap_attributes publicAlejandro Piñeiro2018-08-131-0/+24
* nir: add how_declared to nir_variable.dataAlejandro Piñeiro2018-08-131-0/+1
* nir: Take if uses into account in ssa_def_components_readJason Ekstrand2018-07-291-0/+3
* nir: prepare for bumping up max components to 16Karol Herbst2018-07-171-8/+6
* nir/spirv: implement BuiltInWorkDimRob Clark2018-07-151-0/+2
* nir: Remove old-school deref chain supportJason Ekstrand2018-06-221-270/+0
* nir: Use deref instructions in lower_constant_initializersJason Ekstrand2018-06-221-63/+0
* nir,spirv: Rework function callsJason Ekstrand2018-06-221-34/+21
* nir: add deref lowering sanity checkingRob Clark2018-06-221-0/+1
* nir: Add a deref instruction typeJason Ekstrand2018-06-221-0/+50
* nir: Add global invocation id intrinsic.Plamena Manolova2018-06-071-0/+4
* compiler: Add SYSTEM_VALUE_IS_INDEXED_DRAW and instrinsicsAntia Puentes2018-05-021-0/+4
* compiler: Add SYSTEM_VALUE_FIRST_VERTEX and instrinsicsAntia Puentes2018-04-191-0/+4
* nir: add comment about nir_src_copy()Rob Clark2018-04-091-0/+3
* nir: Return a cursor from nir_instr_removeJason Ekstrand2018-03-301-1/+1
* util: Include bitscan.h directlyIan Romanick2018-03-291-0/+1
* nir: Add a helper for getting binop identitiesJason Ekstrand2018-03-071-0/+68
* compiler: Add two new system values for subgroupsJason Ekstrand2018-03-071-0/+8
* nir: add a 'const' qualifier to nir_ssa_def_components_read()Samuel Pitoiset2018-01-121-1/+1
* nir: add missing local_group_size intrinsicRob Clark2017-12-301-0/+4
* nir: Add support for 16-bit types (half float, int16 and uint16)Eduardo Lima Mitev2017-12-061-0/+6
* nir: Zero nir_load_const_instr::value for valgrind & nir_serializeJordan Justen2017-10-251-1/+1
* nir: Get rid of nir_shader::stageJason Ekstrand2017-10-201-6/+10
* nir: Add a helper for adding texture instruction sourcesJason Ekstrand2017-10-171-0/+22
* nir: Fix system_value_from_intrinsic for subgroupsJason Ekstrand2017-08-281-4/+4
* nir: Fix some whatespaceJason Ekstrand2017-08-281-5/+5
* nir: add load_frag_coord system value intrinsicNicolai Hähnle2017-07-311-0/+4
* nir: add nir_instr_rewrite_derefNicolai Hähnle2017-07-311-0/+13
* nir: Add system values from ARB_shader_ballotMatt Turner2017-07-201-0/+28
* nir: Embed the shader_info in the nir_shader againJason Ekstrand2017-05-091-1/+2
* compiler: Add a system value and varying for ViewIndexJason Ekstrand2017-05-031-0/+4
* nir: Add GLSL_TYPE_[U]INT64 to some switch statementsJason Ekstrand2017-04-161-0/+2
* nir: Stop using apostrophes to pluralize.Matt Turner2017-03-231-1/+1