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
*
radeonsi/compute: Use the HSA abi for non-TGSI compute shaders v3
Tom Stellard
2016-09-16
1
-1
/
+5
*
radeonsi: reload PS inputs with direct indexing at each use (v2)
Marek Olšák
2016-09-14
2
-6
/
+30
*
gallium/radeon: set new r600_resource fields correctly in other places too
Marek Olšák
2016-09-13
1
-0
/
+11
*
radeon: Don't check DCC on pipe buffers
Jan Vesely
2016-09-13
1
-3
/
+4
*
winsys/amdgpu: remove amdgpu_cs_lookup_buffer
Nicolai Hähnle
2016-09-12
1
-0
/
+3
*
gallium/radeon: page alignment for buffers is unnecessary
Nicolai Hähnle
2016-09-12
1
-4
/
+1
*
gallium: remove PIPE_BIND_TRANSFER_READ/WRITE
Marek Olšák
2016-09-08
1
-1
/
+1
*
radeonsi: unify si_set_optimal_micro_tile_mode call sites
Marek Olšák
2016-09-08
1
-8
/
+4
*
radeonsi: fix texture reinterpretation after DCC fast clear
Marek Olšák
2016-09-08
1
-12
/
+20
*
radeonsi: enable DCC fast clear for 128-bit formats
Marek Olšák
2016-09-08
1
-13
/
+32
*
radeonsi: clamp integer clear color values for DCC fast clear
Marek Olšák
2016-09-08
1
-4
/
+12
*
gallium: switch drivers to the slab allocator in src/util
Marek Olšák
2016-09-06
3
-8
/
+7
*
radeon: move radeon_family/chip_class defintions to common
Dave Airlie
2016-09-06
1
-84
/
+2
*
radeonsi: move sid.h/r600d_common.h to a common place.
Dave Airlie
2016-09-06
4
-255
/
+2
*
gallium/radeon: set VPORT_ZMIN/MAX registers correctly
Marek Olšák
2016-09-05
3
-9
/
+71
*
gallium/radeon: unify viewport emission code
Marek Olšák
2016-09-05
1
-14
/
+16
*
radeonsi: add HUD queries for counting VS/PS/CS partial flushes
Marek Olšák
2016-09-05
3
-0
/
+27
*
gallium/radeon: rename the num-cs-flushes query to num-ctx-flushes
Marek Olšák
2016-09-05
2
-5
/
+5
*
radeonsi: fix texture format reinterpretation with DCC
Marek Olšák
2016-09-05
2
-0
/
+102
*
radeonsi: return correct eviction stats for NVX_gpu_memory_info
Marek Olšák
2016-09-05
1
-2
/
+7
*
gallium/radeon: also eliminate DCC fast clear in resource_get_handle
Marek Olšák
2016-09-05
1
-2
/
+3
*
gallium/radeon: use the current ctx for CMASK elimination in resource_get_handle
Marek Olšák
2016-09-05
1
-6
/
+11
*
gallium/radeon: use the current ctx for DCC decompression in resource_get_handle
Marek Olšák
2016-09-05
1
-3
/
+3
*
gallium/radeon: derive buffer placement and flags only at initialization
Marek Olšák
2016-09-05
3
-43
/
+63
*
Introduce .editorconfig
Eric Engestrom
2016-08-31
1
-0
/
+2
*
gallium: add cap to export device pointer size
Jan Vesely
2016-08-29
1
-0
/
+8
*
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
[next]