summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon
Commit message (Expand)AuthorAgeFilesLines
* Android: Fix LLVM duplicated symbols linking for N and MRob Herring2017-08-211-1/+1
* radeon/uvd: add YUYV format support for target bufferLeo Liu2017-08-211-2/+4
* radeon/video: MJPEG not support stacked video buffersLeo Liu2017-08-211-1/+5
* radeon/uvd: reconstruct MJPEG bitstreamLeo Liu2017-08-211-0/+136
* radeon/video: add MJPEG supportLeo Liu2017-08-211-0/+8
* radeon/uvd: add MJPEG supportLeo Liu2017-08-211-9/+22
* radeon/uvd: add MJPEG stream typeLeo Liu2017-08-211-0/+1
* radeon/uvd: get the target buffer pitch correct for different formatLeo Liu2017-08-211-2/+2
* gallium/radeon: remove old_fence parameter from r600_gfx_write_event_eopMarek Olšák2017-08-183-9/+15
* radeonsi/gfx9: prevent a GPU hang after a timestamp eventMarek Olšák2017-08-183-5/+41
* radeon/vce: support all firmwares with major ver 53Boyuan Zhang2017-08-161-8/+10
* radeonsi: disable CE by defaultMarek Olšák2017-08-152-2/+3
* radeonsi: initialise imported surface to 0.Dave Airlie2017-08-151-1/+1
* gallium/radeon: only pass shader-specific debug flags to the disk shader cacheMarek Olšák2017-08-111-1/+8
* radeonsi: expose the number of decompress calls to the HUDMarek Olšák2017-08-073-0/+9
* gallium/radeon: rename GPU-dma-busy -> GPU-cp-dma-busyMarek Olšák2017-08-074-8/+8
* gallium/radeon: print all members of radeon_info with R600_DEBUG=infoMarek Olšák2017-08-071-2/+14
* radeonsi: add basic memory object supportDave Airlie2017-08-062-0/+122
* radeonsi: factor out metadata importAndres Rodriguez2017-08-061-27/+36
* radeonsi: set drirc compiler options before calling common screen initNicolai Hähnle2017-08-042-8/+3
* radeonsi: program tile swizzle for color and FMASK surfaces for GFX & SDMAMarek Olšák2017-08-042-1/+4
* 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
* radeonsi: avoid redundant SET_PREDICATION packet with QBO workaroundNicolai Hähnle2017-08-021-4/+9
* radeonsi: fix streamout overflow predication on VI+Nicolai Hähnle2017-08-022-18/+74
* gallium/radeon: implement qbo for SO_OVERFLOW_PREDICATENicolai Hähnle2017-08-021-7/+37
* gallium/radeon: implement basic parts of PIPE_QUERY_SO_OVERFLOW_ANY_PREDICATENicolai Hähnle2017-08-021-25/+73
* gallium/radeon: fix render predication by SO overflow predicateNicolai Hähnle2017-08-021-7/+6
* gallium/radeon: fix ARB_query_buffer_object conversion to booleanNicolai Hähnle2017-08-021-1/+2
* radeonsi: don't print AMD twice in the renderer string with the marketing nameMarek Olšák2017-08-011-1/+2
* radeonsi: print CE IBs into ddebug reportsMarek Olšák2017-08-012-3/+6
* radeonsi: enable R600_DEBUG=nir for vertex and fragment shadersNicolai Hähnle2017-07-312-1/+2
* radeonsi: expose MRT-draw-calls to HUDMarek Olšák2017-07-313-0/+9
* gallium/radeon: make S_FIXED function signed and move it to shared codeMarek Olšák2017-07-261-0/+5
* radeonsi/gfx9: reduce max threads per block to 1024 on gfx9+Nicolai Hähnle2017-07-261-15/+24
* radeon/vcn: move message buffer to vram for nowLeo Liu2017-07-251-1/+2
* radeonsi/gfx9: don't read back non-existent register SRBM_STATUS2Marek Olšák2017-07-171-1/+1
* gallium/radeon: reallocate suballocated buffers when exportedMarek Olšák2017-07-172-1/+28
* gallium/radeon: flush the context after in-place texture realloc before exportMarek Olšák2017-07-171-0/+1
* gallium: use "ull" number suffix to keep the QtCreator parser happyMarek Olšák2017-07-101-22/+22
* gallium/radeon: fix VDPAU breakage, need VRAM with WCMarek Olšák2017-07-051-1/+2
* gallium/radeon: attempt to fix a compiler failure in radeon_winsys.hMarek Olšák2017-07-041-1/+1
* gallium/radeon: allow suballocating texturesMarek Olšák2017-07-042-1/+15
* gallium/radeon: generalize the function for in-place texture reallocationMarek Olšák2017-07-041-21/+43
* gallium/radeon: add radeon_winsys::buffer_is_suballocatedMarek Olšák2017-07-041-0/+3
* gallium/radeon: clean up pb_cache bucket/usage determinationMarek Olšák2017-07-041-0/+20
* gallium/radeon: enable suballocations for VRAM with no CPU accessMarek Olšák2017-07-042-4/+15
* gallium/radeon: clean up (domain, flags) <-> (slab heap) translationsMarek Olšák2017-07-041-0/+62
* gallium/radeon: remove RADEON_FLAG_CPU_ACCESSMarek Olšák2017-07-042-8/+3
* gallium/radeon: clean up r600_texture_get_handleMarek Olšák2017-07-041-24/+23