summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/r600_texture.c
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: move r600_buffer_common.c and r600_texture.c into radeonsiMarek Olšák2018-04-051-2499/+0
* radeonsi: move r600_query.c/h files to si_query.c/hMarek Olšák2018-04-051-1/+1
* radeonsi: move r600_cs.h contents into si_pipe.h, si_build_pm4.hMarek Olšák2018-04-051-1/+0
* radeonsi: rename query definitions R600_ -> SI_Marek Olšák2018-04-051-1/+1
* radeonsi: move and rename R600_ERR out of r600_pipe_common.hMarek Olšák2018-04-051-7/+7
* radeonsi: move definitions out of r600_pipe_common.hMarek Olšák2018-04-051-14/+14
* radeonsi: rename r600 -> si in some placesMarek Olšák2018-04-051-147/+147
* radeonsi: use si_context instead of pipe_context in parameters pt3Marek Olšák2018-04-051-2/+2
* radeonsi: use si_context instead of pipe_context in parameters pt2Marek Olšák2018-04-051-13/+11
* radeonsi: update copyrightsMarek Olšák2018-04-051-0/+2
* radeonsi: use r600_common_context less pt5Marek Olšák2018-04-051-3/+3
* radeonsi: use r600_common_context less pt4Marek Olšák2018-04-051-113/+111
* radeonsi: use r600_common_context less pt3Marek Olšák2018-04-051-3/+4
* radeonsi: use r600_common_context less pt2Marek Olšák2018-04-051-1/+2
* radeonsi: flatten / remove struct r600_ringMarek Olšák2018-04-051-1/+1
* radeonsi: remove r600_pipe_common::blit_decompress_depthMarek Olšák2018-04-051-6/+6
* radeonsi: remove r600_pipe_common::decompress_dccMarek Olšák2018-04-051-2/+2
* radeonsi: call CS flush functions directly whenever possibleMarek Olšák2018-04-051-1/+1
* radeonsi: add R600_DEBUG=nofmask to disable MSAA compressionMarek Olšák2018-04-021-6/+7
* util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...Ian Romanick2018-03-291-1/+1
* radeonsi: simplify DCC format categoriesMarek Olšák2018-03-281-20/+9
* radeonsi: don't reallocate on DMABUF export if local BOs are disabledMarek Olšák2018-03-261-1/+3
* ac/surface: compute tile swizzle for GFX9Marek Olšák2018-03-211-0/+1
* radeonsi: don't flush when si_eliminate_fast_color_clear is no-opMarek Olšák2018-02-211-1/+5
* radeonsi: make texture_discard_cmask/eliminate functions non-staticMarek Olšák2018-02-211-11/+9
* radeonsi: don't ignore pitch for imported texturesMarek Olšák2018-01-241-2/+12
* gallium/util: add util_num_layers helperMarek Olšák2017-12-251-4/+4
* gallium/util: don't pass a pipe_resource to util_resource_is_array_texture()Brian Paul2017-12-121-1/+1
* radeonsi: allow DMABUF exports for local buffersMarek Olšák2017-12-061-1/+4
* radeonsi: flush the context after resource_copy_region for buffer exportsMarek Olšák2017-12-051-2/+12
* radeonsi/gfx9: fix importing shared textures with DCCMarek Olšák2017-11-301-1/+1
* r300,r600,radeonsi: replace RADEON_FLUSH_* with PIPE_FLUSH_*Marek Olšák2017-11-291-1/+1
* radeonsi: remove r600_common_screenMarek Olšák2017-11-291-126/+125
* radeonsi: remove query/apply_opaque_metadata callbacksMarek Olšák2017-11-291-8/+102
* radeonsi: move all clear() code into si_clear.cMarek Olšák2017-11-291-542/+5
* radeonsi: enable DCC with MSAA for VIMarek Olšák2017-11-291-1/+3
* radeonsi: implement fast color clear for DCC with MSAA for VIMarek Olšák2017-11-291-5/+30
* ac/surface: enable DCC computation for MSAAMarek Olšák2017-11-291-1/+2
* radeonsi: fix layered DCC fast clearMarek Olšák2017-11-291-1/+4
* radeonsi: avoid attempting to create CMASK if the tiling mode doesn't have itNicolai Hähnle2017-11-281-0/+2
* ac: change legacy_surf_level::slice_size to dword unitsMarek Olšák2017-11-271-5/+6
* ac: pack ac_surface betterMarek Olšák2017-11-271-6/+6
* radeonsi: remove an old hack for evergreenMarek Olšák2017-11-271-10/+0
* radeonsi: clean up r600_surfaceMarek Olšák2017-11-091-3/+0
* radeonsi: remove r600_texture::non_disp_tilingMarek Olšák2017-11-091-7/+0
* util: move os_time.[ch] to src/utilNicolai Hähnle2017-11-091-1/+1
* radeonsi: remove 'Authors:' commentsMarek Olšák2017-11-021-4/+0
* gallium: add pipe_screen::check_resource_capabilityMarek Olšák2017-10-121-0/+21
* radeonsi: shrink r600d_common.h and stop using itMarek Olšák2017-10-091-17/+18
* radeonsi: enumerize DBG flagsMarek Olšák2017-10-091-9/+9