aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/r600_texture.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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