summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/r600_texture.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium/radeon: allow suballocating texturesMarek Olšák2017-07-041-1/+12
* gallium/radeon: generalize the function for in-place texture reallocationMarek Olšák2017-07-041-21/+43
* gallium/radeon: clean up r600_texture_get_handleMarek Olšák2017-07-041-24/+23
* gallium/radeon: rename RADEON_FLAG_HANDLE -> RADEON_FLAG_NO_SUBALLOCMarek Olšák2017-07-041-1/+1
* gallium/radeon: fix a possible crash for buffer exportsMarek Olšák2017-07-041-9/+15
* radeonsi/gfx9: enable DCC fast clearMarek Olšák2017-06-221-4/+0
* radeonsi: fix DCC fast clear for luminance and alpha formatsMarek Olšák2017-06-221-1/+10
* gallium/radeon/gfx9: fix PBO texture uploads to compressed texturesNicolai Hähnle2017-06-191-1/+6
* radeonsi: pack si_framebuffer betterMarek Olšák2017-06-121-1/+1
* gallium/radeon: don't allocate HTILE in a separate bufferMarek Olšák2017-06-081-32/+25
* gallium/radeon: clean up a misleading statement from the old daysMarek Olšák2017-06-071-4/+1
* radeonsi: don't use 1D tiling for Z/S on VI to get TC-compatible HTILEMarek Olšák2017-06-071-3/+13
* gallium/radeon: subclass threaded_transferMarek Olšák2017-05-151-13/+13
* gallium/radeon: subclass threaded_resourceMarek Olšák2017-05-151-10/+10
* gallium/radeon: unwrap a context if we get a wrapped oneMarek Olšák2017-05-151-2/+4
* radeonsi: mark fast-cleared textures as compressed when dirtyingNicolai Hähnle2017-05-081-2/+14
* radeonsi/gfx9: allow CMASK fast clear with RB+Marek Olšák2017-03-311-5/+5
* radeonsi/gfx9: fix and enable single-sample CMASK fast clearMarek Olšák2017-03-311-4/+4
* radeonsi/gfx9: fix linear mipmap CPU accessMarek Olšák2017-03-311-5/+3
* radeonsi: decompress DCC in set_framebuffer_state instead of create_surface (v2)Marek Olšák2017-03-311-6/+16
* radeonsi: fix an unused-variable warning in a release buildMarek Olšák2017-03-301-3/+1
* gallium/radeon: s/dcc_disable/disable_dcc/Marek Olšák2017-03-301-2/+2
* gallium/radeon: add and use a new helper vi_dcc_enabledMarek Olšák2017-03-301-6/+5
* radeonsi/gfx9: disable features that don't workMarek Olšák2017-03-301-1/+7
* radeonsi/gfx9: add linear address computations for texture transfersMarek Olšák2017-03-301-20/+53
* radeonsi/gfx9: handle pitch and offset overrides for texture_from_handleMarek Olšák2017-03-301-11/+18
* radeonsi/gfx9: set/validate GFX9 BO metadataMarek Olšák2017-03-301-1/+19
* radeonsi/gfx9: add radeon_surf.gfx9.surf_offsetMarek Olšák2017-03-301-1/+1
* radeonsi/gfx9: fix MIP0_WIDTH & MIP0_HEIGHT for compressed texture blitsMarek Olšák2017-03-301-1/+7
* radeonsi/gfx9: do DCC clears on non-mipmapped textures onlyMarek Olšák2017-03-301-4/+12
* radeonsi/gfx9: update can_sample_z/s flagsMarek Olšák2017-03-301-2/+7
* radeonsi/gfx9: pass correct parameters to buffer_get_handleMarek Olšák2017-03-301-6/+14
* radeonsi/gfx9: update si_set_optimal_micro_tile_modeMarek Olšák2017-03-301-6/+38
* radeonsi/gfx9: don't check array_mode for allowing TC-compatible HTILEMarek Olšák2017-03-301-1/+2
* radeonsi/gfx9: update HTILE/CMASK/FMASK allocatorsMarek Olšák2017-03-301-1/+15
* radeonsi/gfx9: update r600_print_texture_infoMarek Olšák2017-03-301-2/+61
* gallium/radeon: move pre-GFX9 radeon_bo_metadata.* to u.legacy.*Marek Olšák2017-03-301-28/+36
* gallium/radeon: move pre-GFX9 radeon_surf.* members to radeon_surf.u.legacy.*Marek Olšák2017-03-301-78/+78
* radeonsi/gfx9: allow Z16_UNORM for TC-compatible HTILEMarek Olšák2017-03-301-6/+16
* radeonsi/gfx9: disable RB+ on Vega10Marek Olšák2017-03-301-6/+7