radeonsi: drop support for LLVM 3.8
[mesa.git] / src / gallium / drivers / radeonsi / si_shader.c
2017-05-04 Marek Olšákradeonsi: drop support for LLVM 3.8
2017-05-04 Marek Olšákradeonsi: stop using v16i8
2017-05-03 Marek Olšákradeonsi/gfx9: fix gl_ViewportIndex
2017-05-03 Marek Olšákac: rename ac_eliminate_const_vs_outputs -> ac_optimize...
2017-04-28 Marek Olšákradeonsi: don't load unused compute shader input SGPRs...
2017-04-28 Marek Olšákradeonsi: tell LLVM not to remove s_barrier instructions
2017-04-28 Marek Olšákradeonsi: fix tess offchip offset for per-patch attributes
2017-04-28 Marek Olšákradeonsi: pass tessellation ring addresses via user...
2017-04-28 Marek Olšákradeonsi: use si_insert_input_ret in si_llvm_emit_tcs_e...
2017-04-28 Marek Olšákradeonsi: remove VS epilog code, compile VS with PrimID...
2017-04-28 Marek Olšákradeonsi: get InstanceID from VGPR1 (or VGPR2 for tess...
2017-04-28 Marek Olšákradeonsi/gfx9: add support for monolithic ES-GS
2017-04-28 Marek Olšákradeonsi/gfx9: select shader parts for non-monolithic...
2017-04-28 Marek Olšákradeonsi/gfx9: add GS prolog support for merged ES-GS
2017-04-28 Marek Olšákradeonsi/gfx9: add VS prolog support for merged ES-GS
2017-04-28 Marek Olšákradeonsi/gfx9: pass GS input SGPRs and VGPRs from the...
2017-04-28 Marek Olšákradeonsi/gfx9: store ES outputs to LDS
2017-04-28 Marek Olšákradeonsi/gfx9: load GS inputs from LDS
2017-04-28 Marek Olšákradeonsi/gfx9: get GS wave ID from the correct input
2017-04-28 Marek Olšákradeonsi/gfx9: add the function signature of merged...
2017-04-28 Marek Olšákradeonsi/gfx9: set registers and shader key for merged...
2017-04-28 Marek Olšákradeonsi/gfx9: add GS user SGPRs
2017-04-28 Marek Olšákradeonsi: rename declare_tess_lds -> declare_lds_as_pointer
2017-04-28 Marek Olšákradeonsi: simplify some shader type conditions
2017-04-28 Marek Olšákradeonsi: rename the swizzle parameter of lds_store
2017-04-28 Marek Olšákradeonsi: add si_shader::prolog2
2017-04-28 Marek Olšákradeonsi/gfx9: move RW_BUFFERS to s[0:1] for merged...
2017-04-28 Marek Olšákradeonsi/gfx9: add support for monolithic merged LS-HS
2017-04-28 Marek Olšákradeonsi/gfx9: set EXEC for non-mono merged shaders...
2017-04-28 Marek Olšákradeonsi/gfx9: don't store the HS control word
2017-04-28 Marek Olšákradeonsi/gfx9: pass inputs from LS to TCS
2017-04-28 Marek Olšákradeonsi/gfx9: add TCS epilog support for merged LS-HS
2017-04-28 Marek Olšákradeonsi/gfx9: add VS prolog support for merged LS-HS
2017-04-28 Marek Olšákradeonsi/gfx9: merged shaders have scratch offset at...
2017-04-28 Marek Olšákradeonsi/gfx9: define LS-HS main shader function prototype
2017-04-28 Marek Olšákradeonsi: assign VS/TCS/TES/GS shader input parameter...
2017-04-28 Marek Olšákradeonsi/gfx9: define and set LS-HS user SGPRs
2017-04-28 Marek Olšákradeonsi/gfx9: add initial code generation for non...
2017-04-28 Marek Olšákradeonsi: separate out code for selecting the VS prolog
2017-04-28 Marek Olšákradeonsi/gfx9: add si_shader::previous_stage for merged...
2017-04-28 Marek Olšákradeonsi: adjust the signature of si_get_vs_prolog_key
2017-04-28 Marek Olšákradeonsi: separate out VS prolog key printing
2017-04-28 Marek Olšákradeonsi: separate out TGSI initialization of si_shader...
2017-04-27 Dave Airlieradeonsi/ac: move vertex export remove to common code.
2017-04-26 Samuel Pitoisetradeonsi: use unsynchronized transfers for shader binar...
2017-04-26 Marek Olšákradeonsi: turn si_shader_key::mono into a non-union
2017-04-26 Marek Olšákradeonsi/gfx9: add a workaround for viewing a slice...
2017-04-26 Marek Olšákradeonsi/gfx9: fix 1D array shader images
2017-04-16 Marek Olšákradeonsi: remove local variable 'mod' from si_compile_t...
2017-04-16 Marek Olšákradeonsi: add si_shader_selector::vs_needs_prolog
2017-04-14 Nicolai Hähnleradeonsi: handle ignored LAYER and VIEWPORT_INDEX writes
2017-04-13 Nicolai Hähnleradeonsi: fix gl_BaseVertex in non-indexed draws
2017-04-13 Nicolai Hähnleradeonsi: provide VS_STATE input to all VS variants
2017-04-13 Nicolai Hähnleradeonsi: change the bit-packing of LS out/TCS in data
2017-04-13 Nicolai Hähnleradeonsi: drop support for TGSI_SEMANTIC_VERTEXID_NOBASE
2017-04-05 Nicolai Hähnleradeonsi: optimization barriers to work around LLVM...
2017-04-05 Nicolai Hähnleradeonsi: strengthen emit_optimization_barrier
2017-04-05 Nicolai Hähnleradeonsi: emit TGSI_OPCODE_READ_*
2017-04-05 Nicolai Hähnleradeonsi: emit TGSI_OPCODE_BALLOT
2017-04-05 Nicolai Hähnleradeonsi: implement TGSI_SEMANTIC_SUBGROUP_*
2017-04-05 Nicolai Hähnleradeonsi: bump RADEON_LLVM_MAX_SYSTEM_VALUES
2017-04-04 Marek Olšákradeonsi: access gallivm through ctx in most places
2017-04-04 Marek Olšákradeonsi: use ctx->types instead of bld->types etc.
2017-04-04 Marek Olšákradeonsi: use i32_0/1 instead of *int_bld.zero/one...
2017-04-04 Marek Olšákradeonsi: use i32_0 and i32_1 more
2017-04-04 Marek Olšákradeonsi: remove most uses of lp_build_const*
2017-04-04 Marek Olšákradeonsi: clean up 'radeon_bld' references
2017-04-01 Samuel Pitoisetradeonsi: add load_image_desc()
2017-04-01 Samuel Pitoisetradeonsi: rework the load_sampler_desc() helpers
2017-03-31 Marek Olšákradeonsi/gfx9: fix 1D array fetches with derivs, bias...
2017-03-31 Marek Olšákradeonsi/gfx9: fix and enable MSAA compression
2017-03-31 Nicolai Hähnleradeonsi: implement ARB_shader_group_vote
2017-03-31 Nicolai Hähnleradeonsi: emit TGSI_OPCODE_CLOCK
2017-03-30 Marek Olšákradeonsi/gfx9: disable features that don't work
2017-03-30 Marek Olšákradeonsi/gfx9: fix textureSize/imageSize for 1D textures
2017-03-30 Marek Olšákradeonsi/gfx9: add a workaround for 1D depth textures
2017-03-30 Marek Olšákradeonsi/gfx9: pad shader binaries by 128 bytes
2017-03-30 Marek Olšákradeonsi/gfx9: set NUM_RECORDS correctly
2017-03-30 Marek Olšákradeonsi/gfx9: Gather4 no longer needs the workaround
2017-03-22 Marek Olšákgallivm: remove lp_add_attr_dereferenceable in favor...
2017-03-15 Marek Olšákradeonsi: implement TGSI opcodes TEX_LZ and TXF_LZ
2017-03-15 Samuel Pitoisetradeonsi: clean up tex_fetch_ptrs()
2017-03-08 Marek Olšákradeonsi: fix elimination of literal VS outputs
2017-03-06 Dave Airlieradeonsi/ac: move get_image_intr_name to common
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex_unlock() with mtx_unlock()
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex_lock() with mtx_lock()
2017-03-06 Marek Olšákradeonsi: drop support for LLVM 3.6 & 3.7
2017-03-06 Marek Olšákradeonsi: set the convergent attribute where needed
2017-03-06 Marek Olšákradeonsi: fix LLVM 3.9 - don't use non-matching attribu...
2017-03-03 Marek Olšákac: normalize build helper names
2017-03-03 Marek Olšákradeonsi: move SI.vs.load.input building into amd/common
2017-03-03 Marek Olšákradeonsi: detect and mark loads/stores from read-only...
2017-03-03 Marek Olšákac: replace llvm.SI.tbuffer.store with llvm.amdgcn...
2017-03-03 Marek Olšákradeonsi: use the writeonly LLVM attribute
2017-03-03 Marek Olšákac: remove offen parameter from ac_build_buffer_store_dword
2017-03-03 Marek Olšákradeonsi: enable TC L2 for tessellation offchip stores
2017-03-03 Marek Olšákradeonsi: merge and simplify tbuffer_store functions
2017-03-03 Marek Olšákradeonsi: set noalias on input shader pointers
2017-03-03 Marek Olšákradeonsi: move kill intrinsic building into amd/common
2017-03-03 Marek Olšákradeonsi: set readnone on reads from read-only memory
next