index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
radeon
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeon/uvd: fix a h265 context size bug
sonjiang
2016-06-29
1
-0
/
+3
*
radeon/uvd: seperate uvd context buffer from DPB
sonjiang
2016-06-29
1
-9
/
+97
*
radeon uvd add uvd fw version for amdgpu
sonjiang
2016-06-29
1
-0
/
+1
*
gallium/radeon: remove zombie textures kept alive by DCC stat gathering
Marek Olšák
2016-06-29
1
-12
/
+27
*
gallium/radeon: don't re-create queries for DCC stat gathering
Marek Olšák
2016-06-29
3
-5
/
+10
*
gallium/radeon: assume X11 DRI3 can use at most 5 back buffers
Marek Olšák
2016-06-29
1
-1
/
+5
*
gallium/radeon: separate DCC starts as disabled (ps_draw_ratio = 0)
Marek Olšák
2016-06-29
1
-9
/
+10
*
gallium/radeon: R600_DEBUG=nodccfb disables separate DCC
Marek Olšák
2016-06-29
3
-1
/
+4
*
gallium/radeon: add and use r600_texture_reference
Marek Olšák
2016-06-29
3
-8
/
+11
*
gallium/radeon: add a HUD query for PS draw ratio stats from separate DCC
Marek Olšák
2016-06-29
4
-0
/
+8
*
gallium/radeon: add a heuristic enabling DCC for scanout surfaces (v2)
Marek Olšák
2016-06-29
3
-2
/
+305
*
gallium/radeon: add state setup for a separate DCC buffer
Marek Olšák
2016-06-29
2
-3
/
+23
*
radeonsi: always calculate DCC info even if it's not used immediately
Marek Olšák
2016-06-29
1
-1
/
+2
*
gallium/radeon: add flag R600_QUERY_HW_FLAG_BEGIN_RESUMES
Marek Olšák
2016-06-29
2
-1
/
+4
*
radeonsi: use conformant line rasterization
Marek Olšák
2016-06-29
2
-2
/
+16
*
radeon/vce: use vce structure for vce 52 firmware
Boyuan Zhang
2016-06-28
5
-98
/
+517
*
radeon/vce: add vce structures
Boyuan Zhang
2016-06-28
1
-0
/
+297
*
gallium/radeon: boolean -> bool, TRUE -> true, FALSE -> false
Marek Olšák
2016-06-25
9
-75
/
+75
*
gallium/radeon/winsyses: boolean -> bool, TRUE -> true, FALSE -> false
Marek Olšák
2016-06-25
1
-21
/
+22
*
gallium/radeon: use r600_resource_reference
Marek Olšák
2016-06-25
5
-18
/
+18
*
radeon: Remove useless pa_su_poly_offset_db_fmt_cntl
Axel Davy
2016-06-25
1
-1
/
+0
*
gallium/radeon: let drivers specify SC_MODE_CNTL_1 fields
Marek Olšák
2016-06-24
2
-8
/
+7
*
radeonsi: drop the DRAW_PREAMBLE packet on Polaris
Nicolai Hähnle
2016-06-24
1
-0
/
+22
*
radeon: check VM faults from DMA flush
Nicolai Hähnle
2016-06-24
2
-2
/
+28
*
radeonsi: extract IB and bo list saving into separate functions
Nicolai Hähnle
2016-06-24
2
-0
/
+65
*
radeonsi: emit 1/sqrt for RSQ
Marek Olšák
2016-06-24
1
-2
/
+16
*
radeonsi: add a debug flag for unsafe math LLVM optimizations
Marek Olšák
2016-06-21
2
-0
/
+2
*
gallium/radeon: num-cs-flushes query should display per-frame average
Marek Olšák
2016-06-14
1
-1
/
+1
*
gallium/radeon: add driver queries for compute/dma call stats and spills
Marek Olšák
2016-06-14
3
-1
/
+36
*
radeonsi: try to hit direct hw MSAA resolve by changing micro mode in clear
Marek Olšák
2016-06-14
2
-0
/
+88
*
gallium/radeon: add micro_tile_mode to radeon_surf
Marek Olšák
2016-06-14
1
-0
/
+1
*
Android: move libdrm settings to top-level Android.common.mk
Rob Herring
2016-06-13
1
-1
/
+1
*
radeonsi: convert to 64-bitness checks instead of doubles.
Dave Airlie
2016-06-11
2
-17
/
+19
*
gallium/radeon: remove dead code creating LLVMTargetMachine
Marek Olšák
2016-06-08
2
-24
/
+0
*
gallium/radeon: move DCC clearing into a separate function
Marek Olšák
2016-06-08
2
-5
/
+19
*
radeonsi: don't allocate DCC for the temporary MSAA resolve surface
Marek Olšák
2016-06-08
2
-1
/
+3
*
winsys/amdgpu: enable DCC for mipmapped textures
Marek Olšák
2016-06-08
2
-3
/
+8
*
gallium/radeon: don't disable DCC because of SDMA
Marek Olšák
2016-06-08
1
-20
/
+3
*
radeonsi: add per-level dcc_enabled flags
Marek Olšák
2016-06-08
2
-3
/
+4
*
radeonsi: compute DCC register parameters in si_emit_framebuffer_state
Marek Olšák
2016-06-08
3
-4
/
+0
*
gallium/radeon: add an assertion checking the validity of PIPE_BIND_SCANOUT
Marek Olšák
2016-06-08
1
-3
/
+10
*
gallium/radeon: don't allocate DCC for non-renderable texture formats
Marek Olšák
2016-06-08
2
-0
/
+6
*
gallium/radeon: add support for sharing textures with DCC between processes
Marek Olšák
2016-06-07
2
-3
/
+17
*
gallium/radeon: don't discard DCC if an external user can write to it
Marek Olšák
2016-06-07
2
-10
/
+23
*
gallium/radeon: don't re-set BO metadata after CMASK deallocation
Marek Olšák
2016-06-06
1
-1
/
+0
*
gallium/radeon: don't use the DMA ring for pipelined buffer uploads
Marek Olšák
2016-06-04
1
-5
/
+4
*
gallium/radeon: rename allocator_so_filled_size -> allocator_zeroed_memory
Marek Olšák
2016-06-04
3
-6
/
+6
*
gallium/u_suballoc: allow different alignment for each allocation
Marek Olšák
2016-06-04
2
-2
/
+2
*
radeon/uvd: fix the H264 level for Tonga v2
Christian König
2016-06-02
1
-1
/
+1
*
radeon/winsys: introduce radeon_winsys_cs_chunk
Nicolai Hähnle
2016-06-01
5
-18
/
+28
[next]