ac/nir: fix 64-bit nir_op_f2f16_rtz
[mesa.git] / src / amd / common / ac_nir_to_llvm.c
2019-02-19 Rhys Perryac/nir: fix 64-bit nir_op_f2f16_rtz
2019-02-19 Rhys Perryac/nir: implement 8-bit nir_load_const_instr
2019-02-14 Samuel Pitoisetac: make use of ac_build_expand_to_vec4() in visit_imag...
2019-02-12 Samuel Pitoisetradv: add support for push constants inlining when...
2019-02-06 Bas Nieuwenhuizenamd/common: Implement global memory accesses.
2019-02-06 Bas Nieuwenhuizenamd/common: Do not use 32-bit loads for shared memory.
2019-02-06 Bas Nieuwenhuizenamd/common: handle nir_deref_cast for shared memory...
2019-02-06 Bas Nieuwenhuizenamd/common: Handle nir_deref_type_ptr_as_array for...
2019-02-06 Bas Nieuwenhuizenamd/common: Fix stores to derefs with unknown variable.
2019-02-06 Bas Nieuwenhuizenamd/common: Use correct writemask for shared memory...
2019-01-27 Timothy Arceriradv/ac: fix some fp16 handling
2019-01-26 Timothy Arceriac/nir_to_llvm: fix clamp shadow reference for more...
2019-01-22 Timothy Arceriac/nir_to_llvm: fix interpolateAt* for structs
2019-01-22 Timothy Arceriac/nir_to_llvm: add bindless support for uniform handles
2019-01-21 Karol Herbstmesa: add MESA_SHADER_KERNEL
2019-01-19 Karol Herbstnir: rename nir_var_shared to nir_var_mem_shared
2019-01-19 Karol Herbstnir: rename nir_var_function to nir_var_function_temp
2019-01-18 Timothy Arceriac/nir_to_llvm: fix interpolateAt* for arrays
2019-01-16 Timothy Arceriac/nir_to_llvm: add support for structs to get_sampler_...
2019-01-16 Timothy Arceriac/nir_to_llvm: fix regression in bindless support
2019-01-16 Timothy Arceriac/nir_to_llvm: fix type handling in image code
2019-01-16 Samuel Pitoisetac/nir: don't trash L1 caches for store operations...
2019-01-14 Samuel Pitoisetac: add missing 16-bit types to glsl_base_to_llvm_type()
2019-01-14 Samuel Pitoisetac/nir: set cache policy when loading/storing buffer...
2019-01-14 Samuel Pitoisetac/nir: add get_cache_policy() helper and use it
2019-01-09 Rhys Perryac/nir,radv,radeonsi/nir: use correct indices for inter...
2019-01-08 Karol Herbstnir: rename global/local to private/function memory
2019-01-07 Bas Nieuwenhuizenamd/common: Add some parentheses to silence warning.
2019-01-07 Bas Nieuwenhuizenradv: Implement buffer stores with less than 4 components.
2019-01-01 Timothy Arceriac/nir_to_llvm: add ac_are_tessfactors_def_in_all_invocs()
2018-12-20 Samuel Pitoisetac/nir: restrict fmask lookup to image load intrinsics
2018-12-20 Samuel Pitoisetac/nir: remove the bitfield_extract workaround for...
2018-12-16 Jason Ekstrandnir: Rename Boolean-related opcodes to include 32 in...
2018-12-16 Rhys Perryac: split 16-bit ssbo loads that may not be dword aligned
2018-12-16 Rhys Perryac: refactor visit_load_buffer
2018-12-06 Samuel Pitoisetamd: remove support for LLVM 6.0
2018-12-05 Jason Ekstrandnir: Make boolean conversions sized just like the others
2018-11-20 Dave Airlieac: handle cast derefs
2018-11-20 Dave Airlieradv: handle loading from shared pointers
2018-11-20 Dave Airlieac: avoid casting pointers on bcsel and stores
2018-11-20 Samuel Pitoisetac/nir: fix intrinsic name string size in visit_image_a...
2018-11-19 Bas Nieuwenhuizenradv: Use structured intrinsics instead of indexing...
2018-11-07 Timothy Arceriac/nir_to_llvm: fix b2f for f64
2018-11-01 Samuel Pitoisetac/nir: make use of i1false in few more places
2018-10-25 Eric Engestromutil: use C99 declaration in the for-loop hash_table_fo...
2018-10-22 Connor Abbottac: Fix loading a dvec3 from an SSBO
2018-10-16 Alex Smithac/nir: Use context-specific LLVM types
2018-10-12 Samuel Pitoisetradv: emit the GLC bit for SSBO loads/stores when needed
2018-10-07 Marek Olšákac: add ac_build_round
2018-10-07 Marek Olšákac: define all address spaces properly
2018-09-17 Samuel Pitoisetac: add ac_build_bifield_reverse() helper
2018-09-17 Samuel Pitoisetac: add ac_build_bit_count() helper
2018-09-15 Timothy Arceriac: fix get_image_coords() for radeonsi
2018-09-10 Marek Olšákac: remove deprecated use of LLVMInt1Type()
2018-09-10 Marek Olšákac: use iN_0/1 constants
2018-08-29 Jason Ekstrandnir: Use a bitfield for image access qualifiers
2018-08-22 Marek Olšákac: fix WAITCNT flags for GFX9
2018-08-22 Samuel Pitoisetac/nir: fix getting GLSL type of array of samplers...
2018-08-22 Marek Olšákac,radeonsi: use ac_build_gather_values more
2018-08-22 Marek Olšákac,radeonsi: use ac_build_fmad
2018-08-22 Marek Olšákac: add ac_build_s_barrier
2018-07-27 Timothy Arceriac: pass write param to get_sampler_desc() from get_ima...
2018-07-24 Karol Herbstnir: rename f2f16_undef to f2f16
2018-07-23 Daniel Schürmannac: add support for 16bit load_push_constant
2018-07-23 Daniel Schürmannradv: add support for 16bit input/output
2018-07-23 Daniel Schürmannac: add support for 16bit buffer loads
2018-07-23 Daniel Schürmannac: add support for 16bit UBO loads
2018-07-23 Daniel Schürmannac: add support for 16bit ssbo stores
2018-07-23 Daniel Schürmannac: add 16bit conversion operations
2018-07-19 Samuel Pitoisetac/nir: add a workaround for bitfield_extract when...
2018-06-23 Bas Nieuwenhuizenac/nir: Remove deref chain support.
2018-06-23 Bas Nieuwenhuizenac/nir: Add deref interp support.
2018-06-23 Bas Nieuwenhuizenac/nir: Add shared atomic deref instr support.
2018-06-23 Bas Nieuwenhuizenac/nir: Add deref based var loads/stores.
2018-06-23 Bas Nieuwenhuizenac/nir: Add deref support to image intrinsics.
2018-06-23 Bas Nieuwenhuizenac/nir: Implement derefs for integer gather4 lowering.
2018-06-23 Bas Nieuwenhuizenac/nir: Support deref instructions in tex instructions.
2018-06-23 Bas Nieuwenhuizenac/nir: Support deref instructions in get_sampler_desc.
2018-06-23 Bas Nieuwenhuizenac/nir: Implement the deref instr for shared memory.
2018-04-30 Dave Airlieac/nir: expand 64-bit vec3 loads to fix shuffling.
2018-04-27 Samuel Pitoisetac: fix texture query LOD for 1D textures on GFX9
2018-04-23 Samuel Pitoisetac: teach get_ac_sampler_dim() about subpass attachments
2018-04-23 Samuel Pitoisetac/nir: add missing round_slice for 1D arrays
2018-04-20 Samuel Pitoisetac/nir: fix image dimension for subpass attachments
2018-04-20 Samuel Pitoisetac/nir: handle nir_intrinsic_load_first_vertex like...
2018-04-20 Nicolai Hähnleac/nir: use ac_build_image_opcode for image intrinsics
2018-04-20 Nicolai Hähnleamd/common: pass address components individually to...
2018-04-20 Nicolai Hähnleamd/common: pass new enum ac_image_dim to ac_build_imag...
2018-04-20 Nicolai Hähnleac/nir: fix atomic compare-and-swap
2018-04-16 Bas Nieuwenhuizenac/nir: Make the GFX9 buffer size fix apply to image...
2018-04-13 Daniel Schürmannac: handle subgroup intrinsics
2018-04-10 Bas Nieuwenhuizenac/nir: Use an array instead of hashtable for SSA defs.
2018-03-29 Ian Romanickutil: Include bitscan.h directly
2018-03-28 Daniel Schürmannac: add support for trinary_minmax instructions
2018-03-28 Bas Nieuwenhuizenac/nir: Add workaround for GFX9 buffer views.
2018-03-28 Timothy Arceriac/radeonsi: pass bindless bool to load_sampler_desc()
2018-03-27 Timothy Arceriac/nir_to_llvm: fix component packing for double outputs
2018-03-23 Jason Ekstrandnir: Rename image intrinsics to image_var
2018-03-22 Timothy Arceriac/nir_to_llvm: add frexp support
2018-03-14 Dave Airlieac/nir: pass the nir variable through tcs loading.
next