aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/r600_texture.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium/radeon: remove old r600g code checking chip_class and familyMarek Olšák2017-10-071-4/+0
* radeonsi: clamp depth comparison value only for fixed point formatsNicolai Hähnle2017-09-291-1/+4
* gallium/radeon: consolidate PIPE_BIND_SHARED/SCANOUT handlingMarek Olšák2017-09-271-4/+0
* gallium/radeon: more use of vi_dcc_formats_are_incompatible()Samuel Pitoiset2017-09-271-2/+1
* r600: fork and import gallium/radeonMarek Olšák2017-09-261-162/+63
* radeonsi: reallocate if a non-sharable textures is being sharedMarek Olšák2017-09-181-1/+5
* ac/surface: add radeon_surf::has_stencil for convenienceMarek Olšák2017-09-071-2/+2
* radeonsi/gfx9: properly handle imported textures with unexpected swizzle modeMarek Olšák2017-08-221-6/+3
* radeonsi: start using u_log_context for debuggingNicolai Hähnle2017-08-221-18/+23
* radeonsi: initialise imported surface to 0.Dave Airlie2017-08-151-1/+1
* radeonsi: add basic memory object supportDave Airlie2017-08-061-0/+115
* radeonsi: factor out metadata importAndres Rodriguez2017-08-061-27/+36
* radeonsi: program tile swizzle for color and FMASK surfaces for GFX & SDMAMarek Olšák2017-08-041-1/+3
* gallium/radeon: reallocate textures with non-zero tile_swizzle on exportMarek Olšák2017-08-041-1/+3
* ac/surface: add RADEON_SURF_SHAREABLEMarek Olšák2017-08-041-1/+3
* gallium/radeon: reallocate suballocated buffers when exportedMarek Olšák2017-07-171-0/+26
* gallium/radeon: flush the context after in-place texture realloc before exportMarek Olšák2017-07-171-0/+1