aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_texture.c
Commit message (Expand)AuthorAgeFilesLines
* ac/gpu_info: add has_bo_metadataMarek Olšák2018-05-101-2/+1
* ac/gpu_info: add htile_cmask_support_1d_tilingMarek Olšák2018-05-101-4/+2
* radeonsi: add an environment variable that forces EQAA for MSAA allocationsMarek Olšák2018-05-101-5/+26
* radeonsi: support creating EQAA color texturesMarek Olšák2018-05-101-15/+30
* ac/surface: add EQAA supportMarek Olšák2018-05-101-2/+2
* radeonsi: remove r600_fmask_infoMarek Olšák2018-05-101-43/+17
* ac/surface: unify common legacy and gfx9 fmask fieldsMarek Olšák2018-05-101-8/+8
* ac/surface/gfx6: compute FMASK together with the color surfaceMarek Olšák2018-05-101-41/+7
* radeonsi: rename r600_texture::resource to bufferMarek Olšák2018-04-271-84/+84
* radeonsi: use r600_resource() typecast helperMarek Olšák2018-04-271-3/+3
* radeonsi: remove r600_pipe_common.hMarek Olšák2018-04-271-0/+1
* radeonsi: rewrite DCC format compatibility checking codeMarek Olšák2018-04-271-56/+42
* radeonsi: fully enable 2x DCC MSAA for array and non-array texturesMarek Olšák2018-04-271-3/+12
* radeonsi: fix error paths of si_texture_transfer_mapNicolai Hähnle2018-04-201-13/+12
* radeonsi: don't emit partial flushes for internal CS flushes onlyMarek Olšák2018-04-161-1/+1
* radeonsi: disable TC-compat HTILE on Tonga and IcelandMarek Olšák2018-04-131-0/+7
* radeonsi: force 2D tiling on VI only when TC-compat HTILE is really enabledMarek Olšák2018-04-131-9/+7
* radeonsi: remove more R600 referencesMarek Olšák2018-04-051-1/+1
* radeonsi: remove r600_common_contextMarek Olšák2018-04-051-62/+62
* radeonsi: move r600_buffer_common.c and r600_texture.c into radeonsiMarek Olšák2018-04-051-0/+2499