index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
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
*
gallium/radeon: use unflushed fences for deferred flushes (v2)
Marek Olšák
2016-08-10
1
-1
/
+43
*
gallium: add a pipe_context parameter to fence_finish
Marek Olšák
2016-08-10
2
-1
/
+2
*
gallium/radeon: add HUD queries for mapped VRAM/GTT
Marek Olšák
2016-08-10
2
-0
/
+12
*
winsys/amdgpu: track the amount of mapped memory
Marek Olšák
2016-08-10
1
-0
/
+2
*
gallium/radeon: increase the size of the renderer string
Marek Olšák
2016-08-10
1
-1
/
+1
*
gallium/radeon: implement ARB_clear_texture (v3)
Marek Olšák
2016-08-10
1
-0
/
+67
*
winsys/amdgpu: query ME/PFP/CE firmware versions
Nicolai Hähnle
2016-08-08
2
-0
/
+6
*
Revert "gallium/radeon: count contexts"
Marek Olšák
2016-08-06
2
-4
/
+0
*
gallium/radeon: add cs_get_next_fence winsys callback
Marek Olšák
2016-08-06
1
-0
/
+7
*
gallium/radeon: count contexts
Marek Olšák
2016-08-06
2
-0
/
+4
*
gallium/radeon: count gfx IB flushes
Marek Olšák
2016-08-06
1
-0
/
+1
*
gallium/radeon: move radeon_winsys::cs_memory_below_limit to drivers
Marek Olšák
2016-08-06
3
-15
/
+27
*
gallium/radeon: inline radeon_winsys::query_memory_usage
Marek Olšák
2016-08-06
2
-3
/
+1
*
gallium/radeon/winsyses: expose per-IB used_vram and used_gart to drivers
Marek Olšák
2016-08-06
1
-0
/
+5
*
radeonsi: flush if sampler views and images use too much memory
Marek Olšák
2016-08-06
1
-0
/
+34
*
gallium/radeon: add r600_resource::vram_usage and gart_usage
Marek Olšák
2016-08-06
3
-12
/
+19
*
gallium/radeon: move last_gfx_fence from radeonsi to common code
Marek Olšák
2016-08-03
2
-0
/
+2
*
radeonsi: don't set the last parameter component of llvm.AMDGPU.cube
Marek Olšák
2016-08-03
1
-2
/
+8
*
radeonsi: use llvm.amdgcn.cube* if available
Marek Olšák
2016-08-03
1
-4
/
+28
*
radeonsi: use llvm.amdgcn.rsq.f64 if available
Marek Olšák
2016-08-03
1
-1
/
+2
*
radeonsi: use v_mad_f32 for fma
Marek Olšák
2016-08-03
1
-2
/
+2
*
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
[next]