summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: report supported EQAA combinations from is_format_supportedMarek Olšák2018-07-311-16/+20
* radeonsi: use storage_samples instead of color_samples in most placesMarek Olšák2018-07-314-38/+24
* gallium: add storage_sample_count parameter into is_format_supportedMarek Olšák2018-07-312-1/+5
* gallium: add PIPE_CAP_FRAMEBUFFER_MSAA_CONSTRAINTSMarek Olšák2018-07-311-0/+2
* ac: fix typo DSL_SEL -> DST_SELMarek Olšák2018-07-261-2/+2
* radeonsi: update a comment about cache behaviorMarek Olšák2018-07-261-3/+3
* radeonsi: handle SI_FORCE_FAMILY earlyMarek Olšák2018-07-241-2/+1
* radeonsi: fix pk2h breakageMarek Olšák2018-07-231-2/+5
* radeonsi: reduce LDS stalls by 40% for tessellationMarek Olšák2018-07-234-6/+14
* radeonsi: Add debug option to enable LLVM GlobalISel (v2)Tom Stellard2018-07-232-0/+4
* radeonsi/nir: make use of nir_lower_load_const_to_scalar()Timothy Arceri2018-07-231-0/+2
* Android: fix a missing nir_intrinsics.h errorChih-Wei Huang2018-07-211-0/+2
* radeonsi: emit_spi_map packets optimizationSonny Jiang2018-07-204-8/+39
* radeonsi: emit_guardband packets optimizationSonny Jiang2018-07-184-8/+50
* radeonsi: Save CLEAR_STATE initial values for optimizationSonny Jiang2018-07-181-2/+26
* radeonsi: Refuse to accept code with unhandled relocationsJan Vesely2018-07-181-0/+6
* radeonsi: Use signed char for color_interp_vgpr_indexTimothy Pearson2018-07-181-1/+1
* radeonsi: rework RADEON_PRIO flags to be <= 31Marek Olšák2018-07-161-2/+2
* radeonsi: merge DCC/CMASK/HTILE priority flagsMarek Olšák2018-07-163-6/+4
* radeonsi: remove non-GFX BO priority flagsMarek Olšák2018-07-162-8/+2
* radeonsi: add support for Vega20Marek Olšák2018-07-124-1/+5
* Shorten u_queue namesMarek Olšák2018-07-041-2/+2
* ac: fold LLVMContext creation into ac_llvm_context_initMarek Olšák2018-07-041-4/+1
* radeonsi: reorder code in si_llvm_context_initMarek Olšák2018-07-041-13/+13
* radeonsi: use ac_compile_module_to_binary to reduce compile timesMarek Olšák2018-07-042-31/+4
* radeonsi: fix compiler breakageMarek Olšák2018-07-041-0/+1
* ac/radv: move llvm compiler info to struct and init in one placeDave Airlie2018-07-041-1/+1
* ac/radeonsi: port compiler init/destroy out of radeonsi.Dave Airlie2018-07-041-25/+2
* radv/radeonsi: add a check ir tm optionsDave Airlie2018-07-041-2/+3
* radeonsi: rename si_compiler -> ac_llvm_compilerDave Airlie2018-07-048-36/+30
* ac/radeonsi: refactor out pass manager init to common code.Dave Airlie2018-07-041-25/+2
* ac/radv: split the non-common init_once code from the common target code. (v2)Dave Airlie2018-07-041-0/+1
* ac: move all LLVM module initialization into ac_create_moduleMarek Olšák2018-07-023-17/+4
* radeonsi: enable OpenGL 4.4 compat profileTimothy Arceri2018-06-301-4/+3
* gallium/util: remove dummy function util_format_is_supportedMarek Olšák2018-06-291-3/+0
* radeonsi: implement vertex color clamping for tess and GSMarek Olšák2018-06-284-33/+87
* radeonsi: move VS_STATE_SGPR before draw SGPRsMarek Olšák2018-06-282-10/+13
* radeonsi: don't use malloc in si_generate_gs_copy_shaderMarek Olšák2018-06-281-10/+2
* radeonsi: disable DCC statistics gathering on everything but StoneyMarek Olšák2018-06-281-3/+2
* radeonsi: don't enable DCC statistics gathering for small surfacesMarek Olšák2018-06-281-14/+16
* radeonsi: simplify logic around vi_separate_dcc_try_enableMarek Olšák2018-06-282-14/+15
* radeonsi: fix memory exhaustion issue with DCC statistics gathering with DRI2Marek Olšák2018-06-281-3/+27
* radeonsi: remove references to EvergreenMarek Olšák2018-06-284-4/+2
* radeonsi: enable shader caching for compute shadersMarek Olšák2018-06-283-15/+50
* radeonsi: store compute local_size into tgsi_shader_infoMarek Olšák2018-06-284-6/+10
* radeonsi: unify duplicated code for initial shader compilationMarek Olšák2018-06-283-43/+39
* radeonsi/gfx9: insert the barrier between merged shaders inside the if blockMarek Olšák2018-06-281-5/+13
* radeonsi: rename r600_transfer -> si_transferMarek Olšák2018-06-254-25/+25
* radeonsi: properly set cmask_buffer in si_reallocate_texture_inplaceMarek Olšák2018-06-251-1/+11
* radeonsi: remove redundant si_texture::cmask_sizeMarek Olšák2018-06-255-34/+25