summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/radeon
AgeCommit message (Expand)AuthorFilesLines
2018-12-19radeonsi: move remaining perfcounter code into si_perfcounter.cNicolai Hähnle1-639/+0
2018-11-28winsys/amdgpu: add support for allocating GDS and OA resourcesMarek Olšák1-1/+3
2018-11-28winsys/amdgpu,radeon: pass vm_alignment to buffer_from_handleMarek Olšák1-0/+1
2018-11-28winsys/amdgpu: explicitly declare whether buffer_map is permanent or notNicolai Hähnle7-18/+44
2018-11-09radeonsi: stop command submission with PIPE_CONTEXT_LOSE_CONTEXT_ON_RESET onlyMarek Olšák6-9/+11
2018-10-26radeon/vcn: use util function to get h264 profile idcBoyuan Zhang1-2/+1
2018-10-26radeon/vce: use util function to get h264 profile idcBoyuan Zhang2-8/+2
2018-10-23radeon/vcn: implement jpeg target buffer cmdBoyuan Zhang1-1/+72
2018-10-23radeon/vcn: implement jpeg bitstream buffer cmdBoyuan Zhang1-1/+45
2018-10-23radeon/uvd: remove get mjpeg slice headerBoyuan Zhang1-157/+0
2018-10-23radeon/vcn: add jpeg decode implementationBoyuan Zhang3-7/+117
2018-10-23radeon/vcn: separate send cmd call from end frameBoyuan Zhang2-8/+28
2018-10-23radeon/vcn: create cs based on ring typeBoyuan Zhang1-2/+6
2018-10-23radeon/winsys: add vcn jpeg ring typeBoyuan Zhang1-0/+1
2018-10-23radeon/vcn: add vcn jpeg decode interfaceBoyuan Zhang1-0/+90
2018-10-23radeon/vcn: move radeon decoder define to header fileBoyuan Zhang2-31/+32
2018-10-17Fix setting indent-tabs-mode in the Emacs .dir-locals.el filesNeil Roberts1-1/+1
2018-09-24radeon/uvd: use bitstream coded number for symbols of Huffman tablesLeo Liu1-4/+14
2018-09-10radeonsi: merge SI and CI dma_clear_buffer and remove the callbackMarek Olšák1-2/+1
2018-09-07radeonsi: pin the winsys thread to the requested L3 cache (v2)Marek Olšák1-0/+8
2018-07-31radeonsi: use storage_samples instead of color_samples in most placesMarek Olšák1-1/+0
2018-07-16radeonsi: rework RADEON_PRIO flags to be <= 31Marek Olšák1-20/+21
2018-07-16radeonsi: merge DCC/CMASK/HTILE priority flagsMarek Olšák1-3/+1
2018-07-16radeonsi: remove non-GFX BO priority flagsMarek Olšák6-11/+5
2018-06-19radeonsi: rename r600_texture -> si_texture, rxxx -> xxx or sxxxMarek Olšák1-4/+4
2018-06-19amd,radeonsi: rename radeon_winsys_cs -> radeon_cmdbufMarek Olšák8-29/+29
2018-05-11radeon/vce: add firmware support for ver 53 and upBoyuan Zhang1-2/+2
2018-05-10ac/surface: add EQAA supportMarek Olšák1-0/+1
2018-04-27radeonsi: rename r600_texture::resource to bufferMarek Olšák1-1/+1
2018-04-27radeonsi: use r600_resource() typecast helperMarek Olšák2-5/+4
2018-04-27radeonsi: remove r600_pipe_common.hMarek Olšák4-333/+3
2018-04-26radeon/vcn: fix mpeg4 msg buffer settingsBoyuan Zhang1-9/+9
2018-04-18radeon/vce: disable vce dual pipe on VegaMLeo Liu1-1/+2
2018-04-16radeonsi: implement mechanism for IBs without partial flushes at the end (v6)Marek Olšák1-0/+7
2018-04-12radeon/vcn: add VP9 profile2 supportLeo Liu1-0/+16
2018-04-12radeon/vcn: add VP9 context bufferLeo Liu1-0/+26
2018-04-12radeon/vcn: get VP9 msg bufferLeo Liu2-1/+176
2018-04-12radeon/vcn: fill probability table to prob buffersLeo Liu1-0/+38
2018-04-12radeon/vcn: add VP9 message buffer interfaceLeo Liu1-0/+134
2018-04-12radeon/vcn: add VP9 prob table bufferLeo Liu2-18/+37
2018-04-12radeon/vcn: add VP9 dpb buffer sizeLeo Liu1-0/+6
2018-04-12radeon/vcn: add VP9 stream type for decoderLeo Liu2-0/+4
2018-04-05radeonsi: try to fix androidMarek Olšák1-48/+0
2018-04-05radeonsi: try to fix mesonMarek Olšák1-59/+0
2018-04-05radeonsi: don't build libradeon.la separatelyMarek Olšák2-50/+0
2018-04-05radeonsi: remove r600_common_contextMarek Olšák7-122/+19
2018-04-05radeonsi: remove r600_pipe_common::screenMarek Olšák1-1/+0
2018-04-05radeonsi: move r600_buffer_common.c and r600_texture.c into radeonsiMarek Olšák4-3340/+1
2018-04-05radeonsi: move r600_gpu_load.c to si_gpu_load.cMarek Olšák4-291/+1
2018-04-05radeonsi: move r600_query.c/h files to si_query.c/hMarek Olšák7-2396/+3