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
*
gallium/radeon: clear dirty_level_mask when discarding CMASK
Marek Olšák
2016-08-29
1
-0
/
+1
*
gallium/radeon: add a driver query for AMDGPU_INFO_NUM_EVICTIONS
Marek Olšák
2016-08-26
3
-2
/
+8
*
gallium/radeon: increase priority for shader binaries
Marek Olšák
2016-08-26
1
-1
/
+1
*
gallium/radeon: merge USER_SHADER and INTERNAL_SHADER priority flags
Marek Olšák
2016-08-26
1
-2
/
+1
*
radeonsi: don't use allocas for arrays with LLVM 3.8
Marek Olšák
2016-08-25
1
-1
/
+3
*
gallium/radeon: unify and simplify checking for an empty gfx IB
Marek Olšák
2016-08-25
1
-10
/
+19
*
gallium: add a pipe_context parameter to resource_get_handle
Marek Olšák
2016-08-25
1
-0
/
+1
*
radeon/vce: set flag based on dual instance enablement
Boyuan Zhang
2016-08-19
1
-2
/
+4
*
radeonsi: initialize and finalize the LLVM function pass manager
Marek Olšák
2016-08-18
1
-0
/
+2
*
gallium/radeon: assign the highest priority to scratch; make rings second
Marek Olšák
2016-08-17
1
-2
/
+4
*
gallium/winsys: re-number winsys priority flags
Marek Olšák
2016-08-17
1
-16
/
+13
*
gallium/radeon: mark shader rings as highest-priority buffers
Marek Olšák
2016-08-17
1
-1
/
+1
*
gallium/radeon: set SHADER_RW_BUFFER priority for streamout buffers
Marek Olšák
2016-08-17
1
-2
/
+2
*
radeonsi: use current context for DCC feedback-loop decompress, fixes Elemental
Marek Olšák
2016-08-17
2
-7
/
+33
*
gallium/radeon: use unflushed fences for PIPE_QUERY_GPU_FINISHED
Marek Olšák
2016-08-17
1
-2
/
+2
*
gallium/radeon: use lp_build_alloca_undef
Nicolai Hähnle
2016-08-17
1
-13
/
+4
*
gallium/radeon: protect against out of bounds temporary array accesses
Nicolai Hähnle
2016-08-17
1
-0
/
+15
*
gallium/radeon: add radeon_llvm_bound_index for bounds checking
Nicolai Hähnle
2016-08-17
2
-0
/
+33
*
gallium/radeon: reduce alloca of temporaries based on usagemask
Nicolai Hähnle
2016-08-17
2
-10
/
+54
*
gallium/radeon: use tgsi_scan_arrays for temp arrays
Nicolai Hähnle
2016-08-17
2
-4
/
+8
*
gallium/radeon: allocate temps array info in radeon_llvm_context_init
Nicolai Hähnle
2016-08-17
2
-33
/
+44
*
gallium/radeon: always do the full store in store_value_to_array
Nicolai Hähnle
2016-08-17
1
-49
/
+28
*
gallium/radeon: extract common getelementptr logic into get_pointer_into_array
Nicolai Hähnle
2016-08-17
1
-39
/
+66
*
gallium/radeon: pass indirect register info into get_alloca_for_array
Nicolai Hähnle
2016-08-17
1
-5
/
+6
*
gallium/radeon: extract common lookup code into get_temp_array function
Nicolai Hähnle
2016-08-17
1
-33
/
+40
*
gallium/radeon: clarify the comment on the array alloca heuristic
Nicolai Hähnle
2016-08-17
1
-10
/
+19
*
gallium/radeon: more descriptive names for LLVM temporaries in debug builds
Nicolai Hähnle
2016-08-17
1
-2
/
+12
*
gallium/radeon: simplify radeon_llvm_emit_store for direct array addressing
Nicolai Hähnle
2016-08-17
1
-7
/
+0
*
gallium/radeon: simplify radeon_llvm_emit_fetch for direct array addressing
Nicolai Hähnle
2016-08-17
1
-5
/
+0
*
gallium/radeon: clean up emit_declaration for temporaries
Nicolai Hähnle
2016-08-17
1
-9
/
+18
*
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
[next]