aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi
Commit message (Expand)AuthorAgeFilesLines
* 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
* radeonsi: inline struct r600_cmask_infoMarek Olšák2018-06-256-43/+41
* radeonsi: move CMASK size computation into ac_surfaceMarek Olšák2018-06-254-85/+15
* ac/surface: move cmask_size/alignment into radeon_surfMarek Olšák2018-06-251-3/+3
* radeonsi: rename r600_surface -> si_surfaceMarek Olšák2018-06-254-18/+18
* radeonsi: rename r600_memory_object -> si_memory_objectMarek Olšák2018-06-252-4/+4
* radeonsi: remove unused r600_memory_object::offsetMarek Olšák2018-06-252-2/+0
* radeonsi: unify duplicated texture_from_handle & texture_from_memobjMarek Olšák2018-06-251-81/+71
* radeonsi: reorder and initialize more fields in si_reallocate_texture_inplaceMarek Olšák2018-06-251-6/+25
* radeonsi: stop using lp_build_emit_llvm_unary/binaryMarek Olšák2018-06-253-23/+18
* radeonsi: stop using lp_build_allocMarek Olšák2018-06-252-15/+11
* radeonsi: use gallivm lessMarek Olšák2018-06-252-4/+4
* radeonsi: stop using lp_bld_intr.hMarek Olšák2018-06-253-30/+29
* 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-252-45/+38
* radeonsi: stop using lp_build_gather_valuesMarek Olšák2018-06-253-28/+25
* radeonsi: clean up some #includesMarek Olšák2018-06-257-27/+4
* radeonsi: clean up passing the is_monolithic flag for compilationMarek Olšák2018-06-254-23/+18
* radeonsi: Remove deref chain support in nir scan pass.Bas Nieuwenhuizen2018-06-221-30/+4
* radeonsi: Add deref support to the nir scan pass.Bas Nieuwenhuizen2018-06-221-15/+59
* radeonsi: fix occlusion queries with 16x AA without FBO attachments on StoneyMarek Olšák2018-06-211-1/+9
* radeonsi: handle non-clearable DCC buffers as MSAA resolve dstMarek Olšák2018-06-212-1/+6