aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_shader.c
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: rename si_compiler -> ac_llvm_compilerDave Airlie2018-07-041-12/+12
* radeonsi: implement vertex color clamping for tess and GSMarek Olšák2018-06-281-28/+69
* radeonsi: move VS_STATE_SGPR before draw SGPRsMarek Olšák2018-06-281-7/+7
* radeonsi: don't use malloc in si_generate_gs_copy_shaderMarek Olšák2018-06-281-10/+2
* radeonsi: store compute local_size into tgsi_shader_infoMarek Olšák2018-06-281-1/+2
* radeonsi/gfx9: insert the barrier between merged shaders inside the if blockMarek Olšák2018-06-281-5/+13
* radeonsi: stop using lp_build_emit_llvm_unary/binaryMarek Olšák2018-06-251-9/+8
* radeonsi: stop using lp_build_allocMarek Olšák2018-06-251-4/+3
* radeonsi: use gallivm lessMarek Olšák2018-06-251-2/+2
* radeonsi: stop using lp_bld_intr.hMarek Olšák2018-06-251-16/+18
* radeonsi: remove last uses of lp_build_context::undefMarek Olšák2018-06-251-6/+6
* radeonsi: stop using lp_bld_arit.hMarek Olšák2018-06-251-37/+31
* radeonsi: stop using lp_build_gather_valuesMarek Olšák2018-06-251-23/+22
* radeonsi: clean up some #includesMarek Olšák2018-06-251-5/+1
* radeonsi: clean up passing the is_monolithic flag for compilationMarek Olšák2018-06-251-16/+14
* radeonsi: fix passing gl_ClipVertex for GS and tessMarek Olšák2018-05-251-1/+4
* radeonsi: fix color inputs/outputs for GS and tessMarek Olšák2018-05-251-11/+19
* radeonsi: skip ES output stores for undefined output componentsMarek Olšák2018-05-181-0/+3
* radeonsi: add struct si_compiler containing LLVMTargetMachineRefMarek Olšák2018-04-271-33/+33
* radeonsi: use r600_resource() typecast helperMarek Olšák2018-04-271-2/+1
* ac/radv/radeonsi: refactor max simd waves into common code.Dave Airlie2018-04-241-11/+1
* radeonsi/nir: fix crash in test involving the sample maskNicolai Hähnle2018-04-201-1/+2
* radeonsi: add support for VegaMMarek Olšák2018-04-181-0/+1
* radeonsi: add shader binary padding for UMRMarek Olšák2018-04-101-3/+15
* radeonsi: move definitions out of r600_pipe_common.hMarek Olšák2018-04-051-1/+1
* radeonsi: update copyrightsMarek Olšák2018-04-051-0/+1
* radeonsi/gfx9: fix bad LLVM params in monolithic LS+HSMarek Olšák2018-04-031-1/+5
* radeonsi: implement GL_KHR_blend_equation_advancedMarek Olšák2018-04-021-2/+2
* radeonsi: rename unpack_param -> si_unpack_paramMarek Olšák2018-04-021-27/+27
* radeonsi/nir: fix explicit component packing for geom/tess doublesTimothy Arceri2018-04-021-8/+11
* radeonsi/nir: gather buffers declared more accurately and use const fast pathTimothy Arceri2018-04-021-0/+7
* radeonsi: create load_const_buffer_desc_fast_path() helperTimothy Arceri2018-04-021-39/+49
* radeonsi: don't use the SPI barrier management bug workaroundMarek Olšák2018-03-281-0/+5
* ac/nir: pass the nir variable through tcs loading.Dave Airlie2018-03-141-5/+4
* radeonsi: expand constbuf 0 address correctly to fix Vega10 hangsMarek Olšák2018-03-081-4/+17
* ac/radeonsi: add emit_kill to the abiTimothy Arceri2018-03-081-0/+1
* radeonsi: remove si_llvm_add_attributeMarek Olšák2018-03-071-15/+16
* radeonsi: fix passing address32_hi to LLVM for high valuesMarek Olšák2018-03-071-2/+5
* ac: add ac_count_scratch_private_memory()Samuel Pitoiset2018-03-061-28/+4
* radeonsi/nir: fix handling of doubles for gs inputsTimothy Arceri2018-03-061-2/+6
* radeonsi: move si_nir_load_input_gs() to si_shader.cTimothy Arceri2018-03-061-0/+20
* ac/radeonsi: add load_base_vertex() to the abiTimothy Arceri2018-02-281-0/+1
* radeonsi: create get_base_vertex() helperTimothy Arceri2018-02-281-14/+20
* radeonsi: remove 2 unused user SGPRs from merged TES-GS with 32-bit pointersMarek Olšák2018-02-261-7/+23
* radeonsi: make SI_SGPR_VERTEX_BUFFERS the last user SGPR inputMarek Olšák2018-02-261-6/+10
* radeonsi: set correct num_input_sgprs for VS prolog in merged shadersMarek Olšák2018-02-261-24/+24
* radeonsi: allow fewer input SGPRs in 2nd shader of merged shadersMarek Olšák2018-02-261-1/+5
* radeonsi/nir: fix loading of doubles for tess varyingsTimothy Arceri2018-02-261-2/+10
* radeonsi/nir: fix lds store in tcs outputs handlingTimothy Arceri2018-02-261-1/+1
* radeonsi: preload the tess offchip ring in TESMarek Olšák2018-02-241-12/+9