aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_clear.c
Commit message (Expand)AuthorAgeFilesLines
* ac: rename SI-CIK-VI to GFX6-GFX7-GFX8Marek Olšák2019-05-151-4/+4
* radeonsi: add si_debug_options for convenient adding/removing of optionsNicolai Hähnle2019-04-251-1/+1
* radeonsi: use CP DMA for the null const buffer clear on CIKMarek Olšák2019-04-221-3/+3
* radeonsi: always use compute rings for clover on CI and newer (v2)Marek Olšák2019-02-261-2/+5
* radeonsi: initialize textures using DCC to black when possibleMarek Olšák2019-02-061-9/+0
* radeonsi: handle render_condition_enable in si_compute_clear_render_targetMarek Olšák2019-02-041-1/+2
* radeonsi: use compute for clear_render_target when possibleSonny Jiang2019-02-041-0/+6
* radeonsi: don't set the CB clear color registers for 0/1 clear colors on Raven2Marek Olšák2018-11-091-2/+8
* radeonsi: use better DCC clear codesMarek Olšák2018-11-091-5/+21
* radeonsi: clean up decompress flags in fast color clearMarek Olšák2018-10-301-11/+7
* radeonsi: use compute shaders for clear_buffer & copy_bufferMarek Olšák2018-10-161-4/+6
* radeonsi: split si_clear_buffer to remove enum si_methodMarek Olšák2018-08-141-3/+3
* radeonsi: add new R600_DEBUG test "testclearbufperf"Darren Powell2018-08-021-3/+3
* radeonsi: use storage_samples instead of color_samples in most placesMarek Olšák2018-07-311-2/+2
* gallium: add storage_sample_count parameter into is_format_supportedMarek Olšák2018-07-311-1/+1
* 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-281-13/+10
* radeonsi: remove redundant si_texture::cmask_sizeMarek Olšák2018-06-251-12/+5
* radeonsi: inline struct r600_cmask_infoMarek Olšák2018-06-251-7/+7
* radeonsi: move CMASK size computation into ac_surfaceMarek Olšák2018-06-251-9/+5
* radeonsi: handle non-clearable DCC buffers as MSAA resolve dstMarek Olšák2018-06-211-1/+1
* radeonsi: rename r600_texture -> si_texture, rxxx -> xxx or sxxxMarek Olšák2018-06-191-69/+69
* ac/gpu_info: add htile_cmask_support_1d_tilingMarek Olšák2018-05-101-5/+2
* radeonsi: support creating EQAA color texturesMarek Olšák2018-05-101-2/+2
* radeonsi: don't update clear color registers if they don't changeMarek Olšák2018-05-101-11/+21
* radeonsi: remove r600_fmask_infoMarek Olšák2018-05-101-1/+1
* radeonsi: rename r600_texture::resource to bufferMarek Olšák2018-04-271-18/+18
* radeonsi: use r600_resource() typecast helperMarek Olšák2018-04-271-1/+1
* radeonsi: don't use an indirect table for state atomsMarek Olšák2018-04-271-7/+7
* radeonsi: implement DCC fast clear swizzle constraints more accuratelyMarek Olšák2018-04-271-32/+62
* radeonsi: rename variables and document stuff around DCC fast clearMarek Olšák2018-04-271-41/+42
* radeonsi: fully enable 2x DCC MSAA for array and non-array texturesMarek Olšák2018-04-271-6/+7
* radeonsi: enable fast color clear for level 0 of mipmapped textures on <= VIMarek Olšák2018-04-271-5/+12
* radeonsi: don't flush HTILE if there is no HTILE clearMarek Olšák2018-04-131-2/+2
* radeonsi: merge 2 identical if statements in si_clearMarek Olšák2018-04-131-9/+2
* radeonsi: remove r600_common_contextMarek Olšák2018-04-051-12/+12
* radeonsi: rename a few R600/r600_ -> SI_/si_Marek Olšák2018-04-051-3/+3
* radeonsi: move definitions out of r600_pipe_common.hMarek Olšák2018-04-051-1/+1
* radeonsi: use si_context instead of pipe_context in parameters pt3Marek Olšák2018-04-051-6/+6
* radeonsi: use si_context instead of pipe_context in parameters pt2Marek Olšák2018-04-051-3/+3
* radeonsi: update copyrightsMarek Olšák2018-04-051-0/+1
* radeonsi: use r600_common_context less pt4Marek Olšák2018-04-051-1/+1
* radeonsi: don't use fast color clear for small images even on APUsMarek Olšák2017-12-251-5/+4
* gallium/util: add util_num_layers helperMarek Olšák2017-12-251-1/+1
* radeonsi: remove r600_common_screenMarek Olšák2017-11-291-13/+13
* radeonsi: remove some definitions and helpers from r600_pipe_common.hMarek Olšák2017-11-291-1/+1
* radeonsi: don't use fast color clear for small surfacesMarek Olšák2017-11-291-0/+17
* radeonsi: unify code setting dirty_level_mask for fast clearMarek Olšák2017-11-291-14/+11
* radeonsi: clean up si_do_fast_color_clear parametersMarek Olšák2017-11-291-10/+5