aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon
Commit message (Expand)AuthorAgeFilesLines
* radeon/uvd: fix a h265 context size bugsonjiang2016-06-291-0/+3
* radeon/uvd: seperate uvd context buffer from DPBsonjiang2016-06-291-9/+97
* radeon uvd add uvd fw version for amdgpusonjiang2016-06-291-0/+1
* gallium/radeon: remove zombie textures kept alive by DCC stat gatheringMarek Olšák2016-06-291-12/+27
* gallium/radeon: don't re-create queries for DCC stat gatheringMarek Olšák2016-06-293-5/+10
* gallium/radeon: assume X11 DRI3 can use at most 5 back buffersMarek Olšák2016-06-291-1/+5
* gallium/radeon: separate DCC starts as disabled (ps_draw_ratio = 0)Marek Olšák2016-06-291-9/+10
* gallium/radeon: R600_DEBUG=nodccfb disables separate DCCMarek Olšák2016-06-293-1/+4
* gallium/radeon: add and use r600_texture_referenceMarek Olšák2016-06-293-8/+11
* gallium/radeon: add a HUD query for PS draw ratio stats from separate DCCMarek Olšák2016-06-294-0/+8
* gallium/radeon: add a heuristic enabling DCC for scanout surfaces (v2)Marek Olšák2016-06-293-2/+305
* gallium/radeon: add state setup for a separate DCC bufferMarek Olšák2016-06-292-3/+23
* radeonsi: always calculate DCC info even if it's not used immediatelyMarek Olšák2016-06-291-1/+2
* gallium/radeon: add flag R600_QUERY_HW_FLAG_BEGIN_RESUMESMarek Olšák2016-06-292-1/+4
* radeonsi: use conformant line rasterizationMarek Olšák2016-06-292-2/+16
* radeon/vce: use vce structure for vce 52 firmwareBoyuan Zhang2016-06-285-98/+517
* radeon/vce: add vce structuresBoyuan Zhang2016-06-281-0/+297
* gallium/radeon: boolean -> bool, TRUE -> true, FALSE -> falseMarek Olšák2016-06-259-75/+75
* gallium/radeon/winsyses: boolean -> bool, TRUE -> true, FALSE -> falseMarek Olšák2016-06-251-21/+22
* gallium/radeon: use r600_resource_referenceMarek Olšák2016-06-255-18/+18
* radeon: Remove useless pa_su_poly_offset_db_fmt_cntlAxel Davy2016-06-251-1/+0
* gallium/radeon: let drivers specify SC_MODE_CNTL_1 fieldsMarek Olšák2016-06-242-8/+7
* radeonsi: drop the DRAW_PREAMBLE packet on PolarisNicolai Hähnle2016-06-241-0/+22
* radeon: check VM faults from DMA flushNicolai Hähnle2016-06-242-2/+28
* radeonsi: extract IB and bo list saving into separate functionsNicolai Hähnle2016-06-242-0/+65
* radeonsi: emit 1/sqrt for RSQMarek Olšák2016-06-241-2/+16
* radeonsi: add a debug flag for unsafe math LLVM optimizationsMarek Olšák2016-06-212-0/+2
* gallium/radeon: num-cs-flushes query should display per-frame averageMarek Olšák2016-06-141-1/+1
* gallium/radeon: add driver queries for compute/dma call stats and spillsMarek Olšák2016-06-143-1/+36
* radeonsi: try to hit direct hw MSAA resolve by changing micro mode in clearMarek Olšák2016-06-142-0/+88
* gallium/radeon: add micro_tile_mode to radeon_surfMarek Olšák2016-06-141-0/+1
* Android: move libdrm settings to top-level Android.common.mkRob Herring2016-06-131-1/+1
* radeonsi: convert to 64-bitness checks instead of doubles.Dave Airlie2016-06-112-17/+19
* gallium/radeon: remove dead code creating LLVMTargetMachineMarek Olšák2016-06-082-24/+0
* gallium/radeon: move DCC clearing into a separate functionMarek Olšák2016-06-082-5/+19
* radeonsi: don't allocate DCC for the temporary MSAA resolve surfaceMarek Olšák2016-06-082-1/+3
* winsys/amdgpu: enable DCC for mipmapped texturesMarek Olšák2016-06-082-3/+8
* gallium/radeon: don't disable DCC because of SDMAMarek Olšák2016-06-081-20/+3
* radeonsi: add per-level dcc_enabled flagsMarek Olšák2016-06-082-3/+4
* radeonsi: compute DCC register parameters in si_emit_framebuffer_stateMarek Olšák2016-06-083-4/+0
* gallium/radeon: add an assertion checking the validity of PIPE_BIND_SCANOUTMarek Olšák2016-06-081-3/+10
* gallium/radeon: don't allocate DCC for non-renderable texture formatsMarek Olšák2016-06-082-0/+6
* gallium/radeon: add support for sharing textures with DCC between processesMarek Olšák2016-06-072-3/+17
* gallium/radeon: don't discard DCC if an external user can write to itMarek Olšák2016-06-072-10/+23
* gallium/radeon: don't re-set BO metadata after CMASK deallocationMarek Olšák2016-06-061-1/+0
* gallium/radeon: don't use the DMA ring for pipelined buffer uploadsMarek Olšák2016-06-041-5/+4
* gallium/radeon: rename allocator_so_filled_size -> allocator_zeroed_memoryMarek Olšák2016-06-043-6/+6
* gallium/u_suballoc: allow different alignment for each allocationMarek Olšák2016-06-042-2/+2
* radeon/uvd: fix the H264 level for Tonga v2Christian König2016-06-021-1/+1
* radeon/winsys: introduce radeon_winsys_cs_chunkNicolai Hähnle2016-06-015-18/+28