summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/radeonsi
AgeCommit message (Expand)AuthorFilesLines
2019-01-09radeonsi: Fix use of 1- or 2- component GL_DOUBLE vbo's.Mario Kleiner1-0/+8
2019-01-09ac/nir,radv,radeonsi/nir: use correct indices for interpolation intrinsicsRhys Perry1-0/+3
2019-01-08nir: Distinguish between normal uniforms and UBOsJason Ekstrand1-2/+3
2019-01-02radeonsi: always unmap texture CPU mappings on 32-bit CPU architecturesMarek Olšák1-0/+16
2019-01-02radeonsi: remove unused variables in si_insert_input_ptrMarek Olšák1-3/+1
2019-01-02radeonsi: use u_decomposed_prims_for_vertices instead of u_prims_for_verticesMarek Olšák1-1/+3
2019-01-02radeonsi: make si_cp_wait_mem more configurableMarek Olšák5-8/+8
2019-01-02radeonsi: call si_fix_resource_usage for the GS copy shader as wellMarek Olšák1-0/+4
2019-01-02radeonsi: don't emit redundant PKT3_NUM_INSTANCES packetsMarek Olšák2-2/+10
2019-01-02st/glsl_to_nir: call nir_lower_load_const_to_scalar() in the stTimothy Arceri1-2/+0
2019-01-02radeonsi: make use of ac_are_tessfactors_def_in_all_invocs()Timothy Arceri1-8/+2
2019-01-02radeonsi: remove unrequired param in si_nir_scan_tess_ctrl()Timothy Arceri3-3/+1
2018-12-28radeonsi: Enable adaptive_sync by default for radeonNicholas Kazlauskas1-0/+4
2018-12-19radeonsi: const-ify the si_query_opsNicolai Hähnle3-5/+5
2018-12-19radeonsi: split perfcounter queries from si_query_hwNicolai Hähnle1-50/+93
2018-12-19radeonsi: factor si_query_buffer logic out of si_query_hwNicolai Hähnle4-110/+99
2018-12-19radeonsi: move query suspend logic into the top-level si_query structNicolai Hähnle3-44/+62
2018-12-19radeonsi: move remaining perfcounter code into si_perfcounter.cNicolai Hähnle6-127/+643
2018-12-19radeonsi: track constant buffer bind history in si_pipe_set_constant_bufferNicolai Hähnle1-2/+3
2018-12-19radeonsi: use si_set_rw_shader_buffer for setting streamout buffersNicolai Hähnle1-50/+11
2018-12-19radeonsi: add an si_set_rw_shader_buffer convenience functionNicolai Hähnle2-45/+64
2018-12-19radeonsi: avoid using hard-coded SI_NUM_RW_BUFFERSNicolai Hähnle1-1/+2
2018-12-19radeonsi: show the fixed function TCS in debug dumpsNicolai Hähnle1-2/+8
2018-12-19radeonsi: const-ify si_set_tesseval_regsNicolai Hähnle1-2/+2
2018-12-19radeonsi: rename SI_RESOURCE_FLAG_FORCE_TILING to clarify its purposeNicolai Hähnle3-4/+4
2018-12-19radeonsi: don't set RAW_WAIT for CP DMA clearsNicolai Hähnle1-1/+2
2018-12-19radeonsi/gfx9: use SET_UCONFIG_REG_INDEX packets when availableNicolai Hähnle2-5/+15
2018-12-19radeonsi: add si_init_draw_functions and make some functions staticNicolai Hähnle4-22/+22
2018-12-19radeonsi: extract declare_vs_blit_inputsNicolai Hähnle1-18/+25
2018-12-19radeonsi: move SI_FORCE_FAMILY functionality to winsysNicolai Hähnle1-34/+0
2018-12-17nir/opt_peephole_select: Don't peephole_select expensive math instructionsIan Romanick1-1/+1
2018-12-17nir/opt_peephole_select: Don't try to remove flow control around indirect loadsIan Romanick1-1/+1
2018-12-16nir: Add a bool to int32 lowering passJason Ekstrand1-0/+2
2018-12-06amd: remove support for LLVM 6.0Samuel Pitoiset7-195/+38
2018-11-28radeonsi: add memory management stress tests for GDSMarek Olšák2-0/+48
2018-11-28radeonsi: allow si_cp_dma_clear_buffer to clear GDS from any IBMarek Olšák4-31/+33
2018-11-28winsys/amdgpu,radeon: pass vm_alignment to buffer_from_handleMarek Olšák1-1/+4
2018-11-28radeonsi: fix is_oneway_access_only for bindless imagesMarek Olšák1-6/+23
2018-11-28radeonsi/nir: parse more information about bindless usageMarek Olšák1-4/+32
2018-11-28radeonsi: small cleanup for memory opcodesMarek Olšák1-9/+4
2018-11-28radeonsi: fix is_oneway_access_only for image storesMarek Olšák1-12/+37
2018-11-28radeonsi: use structured buffer intrinsics for image viewsMarek Olšák2-10/+42
2018-11-28radeonsi: clean up primitive binning enablementMarek Olšák1-11/+16
2018-11-28winsys/amdgpu: explicitly declare whether buffer_map is permanent or notNicolai Hähnle1-1/+2
2018-11-20radeonsi: go back to using bottom-of-pipe for beginning of TIME_ELAPSEDMarek Olšák1-11/+4
2018-11-20radeonsi: don't send data after write-confirm with BOTTOM_OF_PIPE_TSMarek Olšák3-9/+5
2018-11-19radeonsi: fix an out-of-bounds read reported by ASANNicolai Hähnle1-0/+4
2018-11-14radeonsi: fix video APIs on Raven2Marek Olšák2-4/+8
2018-11-09radeonsi: stop command submission with PIPE_CONTEXT_LOSE_CONTEXT_ON_RESET onlyMarek Olšák1-3/+4
2018-11-09radeonsi: don't set the CB clear color registers for 0/1 clear colors on Raven2Marek Olšák4-3/+11