summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_pipe.c
Commit message (Expand)AuthorAgeFilesLines
* radeonsi/gfx10: don't call gfx10_destroy_query with compute-only contextsMarek Olšák2019-09-091-1/+1
* amd: replace major llvm version checks with LLVM_VERSION_MAJOREric Engestrom2019-09-061-1/+3
* radeonsi: Release storage for smda_uploads when the context is destroyedGert Wollny2019-09-061-0/+1
* radeonsi/gfx10: add AMD_DEBUG=nonggMarek Olšák2019-08-271-1/+3
* radeonsi/gfx10: finish up Navi14, add PCI IDMarek Olšák2019-08-271-1/+2
* radeonsi/gfx10: always use the legacy pipeline for streamoutMarek Olšák2019-08-271-1/+1
* radeonsi: move some global shader cache flags to per-binary flagsMarek Olšák2019-08-271-14/+1
* ac: add has_ls_vgpr_init_bug to ac_gpu_infoSamuel Pitoiset2019-08-271-2/+0
* ac: add has_msaa_sample_loc_bug to ac_gpu_infoSamuel Pitoiset2019-08-271-4/+0
* ac: add rbplus_allowed to ac_gpu_infoSamuel Pitoiset2019-08-271-14/+0
* ac: add has_gfx9_scissor_bug to ac_gpu_infoSamuel Pitoiset2019-08-271-2/+0
* ac: add cpdma_prefetch_writes_memory to ac_gpu_infoSamuel Pitoiset2019-08-271-2/+0
* ac: add has_out_of_order_rast to ac_gpu_infoSamuel Pitoiset2019-08-271-2/+1
* ac: add has_rbplus to ac_gpu_infoSamuel Pitoiset2019-08-271-2/+0
* ac: add has_dcc_constant_encode to ac_gpu_infoSamuel Pitoiset2019-08-271-3/+0
* ac: add has_distributed_tess to ac_gpu_infoSamuel Pitoiset2019-08-271-4/+0
* ac: add has_clear_state to ac_gpu_infoSamuel Pitoiset2019-08-271-6/+0
* radeonsi: take reference glsl types for compile threadsLionel Landwerlin2019-08-211-0/+8
* radeonsi: remove the unsafemath debug optionMarek Olšák2019-08-191-2/+0
* radeonsi: move the tess factor ring size assertion to a place where it mattersMarek Olšák2019-08-191-1/+0
* radeonsi: add support for RenoirMarek Olšák2019-08-141-1/+3
* radeonsi: remove the always_nir optionMarek Olšák2019-08-121-3/+0
* radeonsi/gfx10: add global use_ngg and use_ngg_streamout flagsMarek Olšák2019-08-061-1/+3
* radeonsi: make sure that rasterizer state != NULL and remove all NULL checkingMarek Olšák2019-08-061-0/+4
* radeonsi: make sure that DSA state != NULL and remove all NULL checkingMarek Olšák2019-08-061-0/+3
* radeonsi: make sure that blend state != NULL and remove all NULL checkingMarek Olšák2019-08-061-0/+4
* radeonsi: don't use lp_build_allocaMarek Olšák2019-07-301-1/+0
* radeonsi/nir: add an option to convert TGSI to NIRMarek Olšák2019-07-301-0/+3
* radeonsi: add AMD_DEBUG=nogfx for testingMarek Olšák2019-07-291-0/+4
* radeonsi: add support for compute-only chipsMarek Olšák2019-07-291-4/+11
* radeonsi/gfx10: fix and enable CLEAR_STATEMarek Olšák2019-07-231-1/+0
* radeonsi/gfx10: enable Wave32 for vertex, geometry, and tessellation shadersMarek Olšák2019-07-191-0/+5
* radeonsi/gfx10: add debug options to enable/disable Wave32Marek Olšák2019-07-191-1/+29
* radeonsi/gfx10: implement Wave32Marek Olšák2019-07-191-0/+6
* radeonsi: add si_shader_selector into si_computeMarek Olšák2019-07-191-5/+0
* radeonsi/gfx10: remove the disable_ngg optionMarek Olšák2019-07-191-2/+1
* radeonsi: save the enable_nir option in the shader cache correctlyMarek Olšák2019-07-191-5/+6
* radeonsi/gfx10: enable SDMAMarek Olšák2019-07-191-2/+0
* radeonsi/gfx10: enable primitive binning by defaultMarek Olšák2019-07-091-5/+7
* radeonsi/gfx10: implement primitive binningMarek Olšák2019-07-091-5/+0
* radeonsi: simplify primitive binning enablementMarek Olšák2019-07-091-4/+4
* radeonsi: fix and clean up shader_type passingMarek Olšák2019-07-091-1/+1
* radeonsi: don't set READ_ONLY for const_uploader to fix bindless texture hangsMarek Olšák2019-07-091-3/+1
* ac: destroy passes in ac_destroy_llvm_compilerMarek Olšák2019-07-041-2/+0
* radeonsi/gfx10: disable clear stateNicolai Hähnle2019-07-031-4/+5
* radeonsi/gfx10: disable DPBBNicolai Hähnle2019-07-031-0/+5
* radeonsi/gfx10: disable SDMANicolai Hähnle2019-07-031-0/+2
* radeonsi/gfx10: set the DCC constant encoding flagMarek Olšák2019-07-031-1/+2
* radeonsi/gfx10: implement streamout-related queriesNicolai Hähnle2019-07-031-0/+7
* radeonsi/gfx10: double the number of tessellation offchip buffers per SENicolai Hähnle2019-07-031-2/+4