summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: fix query buffer allocationTimothy Arceri2019-02-262-25/+32
* radeonsi: add driconf option radeonsi_enable_nirMarek Olšák2019-02-202-1/+3
* radeonsi: Fix guardband computation for large render targetsOscar Blumberg2019-02-131-2/+28
* radeonsi: fix EXPLICIT_FLUSH for flush offsets > 0Marek Olšák2019-02-121-2/+5
* gallium: add PIPE_CAP_MAX_VARYINGSKarol Herbst2019-02-121-0/+3
* Revert "nir/opt_peephole_select: Don't peephole_select expensive math instruc...Dylan Baker2019-02-121-1/+1
* radeonsi: fix crashing performance counters (division by zero)Marek Olšák2019-02-051-1/+1
* radeonsi/nir: add missing piece for bindless image supportTimothy Arceri2019-01-231-0/+6
* radeonsi: rename rfence -> sfenceMarek Olšák2019-01-221-49/+49
* radeonsi: rename rbo, rbuffer to buf or bufferMarek Olšák2019-01-225-102/+102
* radeonsi: rename rsrc -> ssrc, rdst -> sdstMarek Olšák2019-01-226-51/+51
* radeonsi: rename rquery -> squeryMarek Olšák2019-01-223-68/+68
* radeonsi: rename r600_resource -> si_resourceMarek Olšák2019-01-2226-224/+224
* radeonsi: remove r600 from commentsMarek Olšák2019-01-223-3/+3
* radeonsi: rename rview -> sviewMarek Olšák2019-01-221-3/+3
* radeonsi: rename rscreen -> sscreenMarek Olšák2019-01-223-5/+5
* radeonsi: disable render cond & pipeline stats for internal compute dispatchesMarek Olšák2019-01-221-0/+18
* radeonsi: use compute for resource_copy_region when possibleSonny Jiang2019-01-225-0/+215
* radeonsi: add compute_last_block to configure the partial block fieldsJiang, Sonny2019-01-222-5/+49
* gallium/util: add util_format_snorm8_to_sint8 (from radeonsi)Marek Olšák2019-01-221-30/+2
* radeonsi: move PKT3_WRITE_DATA generation into a helper functionMarek Olšák2019-01-226-41/+43
* radeonsi: don't use WRITE_DATA.DST_SEL == MEM_GRBM on >= CIKMarek Olšák2019-01-222-2/+4
* radeonsi: fix the top-of-pipe fence on SIMarek Olšák2019-01-221-1/+2
* radeonsi: correct WRITE_DATA.DST_SEL definitionsMarek Olšák2019-01-223-3/+3
* radeonsi: compile clear and copy buffer compute shaders on demandMarek Olšák2019-01-222-8/+14
* radeonsi: remove redundant call to emit_cache_flush in compute clear/copyMarek Olšák2019-01-221-1/+0
* radeonsi: use buffer_store_format_x & xyMarek Olšák2019-01-221-8/+17
* radeonsi: fix rendering to tiny viewports where the viewport center is > 8KMarek Olšák2019-01-221-3/+18
* radeonsi: fix a u_blitter crash after a shader with FBFETCHMarek Olšák2019-01-221-1/+1
* mesa: add MESA_SHADER_KERNELKarol Herbst2019-01-211-2/+2
* nir: rename nir_var_ssbo to nir_var_mem_ssboKarol Herbst2019-01-191-1/+1
* nir: rename nir_var_ubo to nir_var_mem_uboKarol Herbst2019-01-191-1/+1
* radeonsi/nir: get correct type for images inside structsTimothy Arceri2019-01-171-1/+2
* radeonsi: also apply the GS hang workaround to draws without tessellationMarek Olšák2019-01-141-11/+14
* radeonsi: Fix use of 1- or 2- component GL_DOUBLE vbo's.Mario Kleiner2019-01-091-0/+8
* ac/nir,radv,radeonsi/nir: use correct indices for interpolation intrinsicsRhys Perry2019-01-091-0/+3
* nir: Distinguish between normal uniforms and UBOsJason Ekstrand2019-01-081-2/+3
* radeonsi: always unmap texture CPU mappings on 32-bit CPU architecturesMarek Olšák2019-01-021-0/+16
* radeonsi: remove unused variables in si_insert_input_ptrMarek Olšák2019-01-021-3/+1
* radeonsi: use u_decomposed_prims_for_vertices instead of u_prims_for_verticesMarek Olšák2019-01-021-1/+3
* radeonsi: make si_cp_wait_mem more configurableMarek Olšák2019-01-025-8/+8
* radeonsi: call si_fix_resource_usage for the GS copy shader as wellMarek Olšák2019-01-021-0/+4
* radeonsi: don't emit redundant PKT3_NUM_INSTANCES packetsMarek Olšák2019-01-022-2/+10
* st/glsl_to_nir: call nir_lower_load_const_to_scalar() in the stTimothy Arceri2019-01-021-2/+0
* radeonsi: make use of ac_are_tessfactors_def_in_all_invocs()Timothy Arceri2019-01-021-8/+2
* radeonsi: remove unrequired param in si_nir_scan_tess_ctrl()Timothy Arceri2019-01-023-3/+1
* radeonsi: Enable adaptive_sync by default for radeonNicholas Kazlauskas2018-12-281-0/+4
* radeonsi: const-ify the si_query_opsNicolai Hähnle2018-12-193-5/+5
* radeonsi: split perfcounter queries from si_query_hwNicolai Hähnle2018-12-191-50/+93
* radeonsi: factor si_query_buffer logic out of si_query_hwNicolai Hähnle2018-12-194-110/+99