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/llvm: Use alloca instructions for larger arrays [revert a revert]
Marek Olšák
2016-07-26
2
-25
/
+149
*
radeonsi: implement buffer_subdata without indirect calls
Marek Olšák
2016-07-23
3
-3
/
+39
*
gallium: split transfer_inline_write into buffer and texture callbacks
Marek Olšák
2016-07-23
3
-4
/
+3
*
gallium/radeon: make deferred flushes asynchronous
Marek Olšák
2016-07-22
1
-0
/
+2
*
gallium/radeon: remove RADEON_FLUSH_KEEP_TILING_FLAGS flag
Marek Olšák
2016-07-19
1
-2
/
+1
*
radeon/uvd: add session context buffer for polaris 10/11 v2
Christian König
2016-07-18
2
-0
/
+21
*
Revert "radeon/llvm: Use alloca instructions for larger arrays"
Marek Olšák
2016-07-14
2
-149
/
+25
*
radeon/uvd: fail to create a decoder if RUVD_MSG_CREATE submission fails
Marek Olšák
2016-07-14
1
-6
/
+9
*
gallium/radeon: add a return value to cs_flush
Marek Olšák
2016-07-14
1
-3
/
+5
*
radeon/vce: handle newly added parameters
Boyuan Zhang
2016-07-14
1
-13
/
+20
*
gallium/radeon: normalize the code style
Marek Olšák
2016-07-13
2
-338
/
+286
*
radeonsi: just save buffer sizes instead of buffers while recording IBs
Marek Olšák
2016-07-13
2
-6
/
+1
*
radeon/uvd: simplify sending context buffer message
Christian König
2016-07-08
1
-4
/
+1
*
radeon/uvd: fix contex buffer destruction in the error path
Christian König
2016-07-08
1
-6
/
+2
*
radeon/uvd: move polaris fw check into radeon_video.c v2
Christian König
2016-07-08
2
-11
/
+13
*
radeon/video: fix coding style in radeon_video.c v2
Christian König
2016-07-08
1
-15
/
+15
*
radeonsi: explicitly choose center locations for 1xAA on Polaris
Nicolai Hähnle
2016-07-08
1
-0
/
+7
*
radeon/llvm: Use alloca instructions for larger arrays
Tom Stellard
2016-07-06
2
-25
/
+151
*
radeon/llvm: Add helpers for loading and storing data from arrays.
Tom Stellard
2016-07-06
1
-10
/
+41
*
radeon/llvm: Remove uses_temp_indirect_addressing() function
Tom Stellard
2016-07-06
1
-23
/
+1
*
gallium/radeon: add depth/stencil_adjusted output to surface computation
Nicolai Hähnle
2016-07-06
2
-2
/
+10
*
gallium/radeon: allocate only the required plane for flushed depth
Nicolai Hähnle
2016-07-06
1
-3
/
+34
*
gallium/radeon: replace is_flushing_texture with db_compatible
Nicolai Hähnle
2016-07-06
2
-2
/
+3
*
gallium/radeon: add can_sample_z/s flags for textures
Nicolai Hähnle
2016-07-06
2
-4
/
+24
*
gallium/radeon/winsyses: remove unused stencil_offset
Nicolai Hähnle
2016-07-06
1
-1
/
+0
*
gallium/radeon: remove redundant null-pointer check
Nicolai Hähnle
2016-07-06
1
-2
/
+1
*
gallium/radeon: print StencilLayout only once
Nicolai Hähnle
2016-07-06
1
-2
/
+2
*
gallium/radeon: flush stdout after printing texture information
Nicolai Hähnle
2016-07-06
1
-0
/
+1
*
radeon/vce: update encRefPic addr and array mode to tiled
Leo Liu
2016-07-05
1
-0
/
+1
*
radeon/vce: increase cpb height alignment
Leo Liu
2016-07-05
1
-1
/
+1
*
gallium/radeon: add and use radeon_info::max_alloc_size (v2)
Marek Olšák
2016-07-05
2
-6
/
+6
*
radeonsi: print LLVM IRs to ddebug logs
Marek Olšák
2016-07-05
2
-0
/
+2
*
gallium/radeon: remove unused code - radeon_llvm_util.*
Marek Olšák
2016-07-05
3
-165
/
+0
*
radeonsi: keep using v_rcp_f32 for division in future LLVM (v2)
Marek Olšák
2016-07-05
2
-2
/
+30
*
radeon/uvd: fix overflow error while calculating bit stream buffer size
Indrajit Das
2016-07-04
1
-1
/
+1
*
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
[next]