radeonsi: add si_shader::prolog2
[mesa.git] / src / gallium / drivers / radeonsi / si_shader.c
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
2017-03-03 Marek Olšákradeonsi: replace SI.buffer.load.dword with amdgcn...
2017-03-03 Marek Olšákradeonsi: replace SI.packf16 with amdgcn.cvt.pkrtz
2017-03-03 Marek Olšákradeonsi: remove last use of llvm.SI.resinfo
2017-03-03 Marek Olšákradeonsi: move image intrinsic building to amd/common
2017-03-03 Marek Olšákac: replace SI.export with amdgcn.exp.*
2017-03-03 Marek Olšákradeonsi: move llvm.SI.export building to amd/common
2017-03-03 Marek Olšákac: unify build_type_name_for_intr functions
2017-03-03 Marek Olšákradeonsi: set unorm=1 for TGSI_TEXTURE_SHADOWRECT as...
2017-03-03 Marek Olšáktgsi/scan: record load/store/atomic image usage
2017-03-01 Marek Olšákgallivm,ac: add function attributes at call sites inste...
2017-02-28 Timothy Arceriradeon/ac: switch to ac_shader_binary_config_start()
2017-02-28 Timothy Arceriradeon/ac: switch from radeon_shader_binary to ac_shade...
2017-02-21 Marek Olšákradeonsi: set no-signed-zeros-fp-math
2017-02-21 Marek Olšákradeonsi: skip TESSINNER/OUTER offchip stores if TES...
2017-02-21 Marek Olšákradeonsi: skip LDS stores in TCS if there are no LDS...
2017-02-21 Nicolai Hähnleradeonsi: fix UINT/SINT clamping for 10-bit formats...
2017-02-18 Marek Olšákradeonsi: stop using TGSI_OPCODE_CLAMP by moving it...
2017-02-18 Marek Olšákradeonsi: use SI_MAX_ATTRIBS where it should be used
2017-02-18 Marek Olšákradeonsi: have separate LS and ES main shader parts...
2017-02-18 Marek Olšákradeonsi: add a workaround for clamping unaligned RGB...
2017-02-18 Marek Olšákradeonsi: make fix_fetch an array of uint8_t
2017-02-14 Marek Olšákradeonsi: implement legacy GL_DOUBLE vertex formats
2017-02-14 Dave Airlieradeonsi: use common sendmsg emission function.
2017-02-10 Marek Olšákradeonsi: align shader binaries to CP DMA alignment...
2017-02-10 Marek Olšákradeonsi: reduce the number of FMASK input coordinates
next