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
/
r600_pipe_common.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/radeon: use r600_gfx_write_event_eop everywhere
Marek Olšák
2016-10-26
1
-1
/
+3
*
gallium/radeon: make r600_gfx_write_fence more generic
Marek Olšák
2016-10-26
1
-10
/
+25
*
gallium/radeon: fix a ZPASS comment, EVENT_WRITE_EOP fixups
Marek Olšák
2016-10-26
1
-2
/
+2
*
radeonsi: support ARB_compute_variable_group_size
Nicolai Hähnle
2016-10-10
1
-1
/
+9
*
gallium: add PIPE_COMPUTE_CAP_MAX_VARIABLE_THREADS_PER_BLOCK
Samuel Pitoiset
2016-10-07
1
-0
/
+2
*
gallium/radeon: implement set_device_reset_callback
Nicolai Hähnle
2016-10-05
1
-0
/
+32
*
gallium/radeon: use the new parent/child pools for transfers
Nicolai Hähnle
2016-10-05
1
-3
/
+6
*
radeonsi: optionally run the LLVM IR verifier pass
Nicolai Hähnle
2016-10-04
1
-0
/
+7
*
gallium/radeon: move r600_common_context::texture_buffers to r600g
Marek Olšák
2016-10-04
1
-2
/
+0
*
gallium/radeon: inline r600_context_add_resource_size
Marek Olšák
2016-10-04
1
-20
/
+0
*
gallium/radeon: emit relocations for query fences
Nicolai Hähnle
2016-09-30
1
-1
/
+6
*
gallium/radeon: implement get_query_result_resource (v2)
Nicolai Hähnle
2016-09-29
1
-0
/
+3
*
gallium/radeon: add r600_gfx_{write,wait}_fence
Nicolai Hähnle
2016-09-29
1
-0
/
+52
*
radeonsi/compute: Use the HSA abi for non-TGSI compute shaders v3
Tom Stellard
2016-09-16
1
-1
/
+5
*
gallium/radeon: page alignment for buffers is unnecessary
Nicolai Hähnle
2016-09-12
1
-4
/
+1
*
gallium: switch drivers to the slab allocator in src/util
Marek Olšák
2016-09-06
1
-4
/
+3
*
radeonsi: return correct eviction stats for NVX_gpu_memory_info
Marek Olšák
2016-09-05
1
-2
/
+7
*
gallium: add cap to export device pointer size
Jan Vesely
2016-08-29
1
-0
/
+8
*
gallium/radeon: unify and simplify checking for an empty gfx IB
Marek Olšák
2016-08-25
1
-10
/
+19
*
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
1
-0
/
+1
*
winsys/amdgpu: query ME/PFP/CE firmware versions
Nicolai Hähnle
2016-08-08
1
-0
/
+3
*
Revert "gallium/radeon: count contexts"
Marek Olšák
2016-08-06
1
-3
/
+0
*
gallium/radeon: count contexts
Marek Olšák
2016-08-06
1
-0
/
+3
*
gallium/radeon: move radeon_winsys::cs_memory_below_limit to drivers
Marek Olšák
2016-08-06
1
-1
/
+1
*
gallium/radeon: inline radeon_winsys::query_memory_usage
Marek Olšák
2016-08-06
1
-1
/
+1
*
gallium/radeon: add r600_resource::vram_usage and gart_usage
Marek Olšák
2016-08-06
1
-12
/
+6
*
gallium/radeon: move last_gfx_fence from radeonsi to common code
Marek Olšák
2016-08-03
1
-0
/
+1
*
radeonsi: implement buffer_subdata without indirect calls
Marek Olšák
2016-07-23
1
-2
/
+11
*
gallium: split transfer_inline_write into buffer and texture callbacks
Marek Olšák
2016-07-23
1
-2
/
+3
*
gallium/radeon: make deferred flushes asynchronous
Marek Olšák
2016-07-22
1
-0
/
+2
*
radeonsi: just save buffer sizes instead of buffers while recording IBs
Marek Olšák
2016-07-13
1
-5
/
+0
*
gallium/radeon: add and use radeon_info::max_alloc_size (v2)
Marek Olšák
2016-07-05
1
-6
/
+5
*
radeonsi: print LLVM IRs to ddebug logs
Marek Olšák
2016-07-05
1
-0
/
+1
*
gallium/radeon: R600_DEBUG=nodccfb disables separate DCC
Marek Olšák
2016-06-29
1
-0
/
+1
*
gallium/radeon: add and use r600_texture_reference
Marek Olšák
2016-06-29
1
-2
/
+1
*
gallium/radeon: add a heuristic enabling DCC for scanout surfaces (v2)
Marek Olšák
2016-06-29
1
-0
/
+15
*
gallium/radeon: boolean -> bool, TRUE -> true, FALSE -> false
Marek Olšák
2016-06-25
1
-1
/
+1
*
radeon: check VM faults from DMA flush
Nicolai Hähnle
2016-06-24
1
-2
/
+24
*
radeonsi: extract IB and bo list saving into separate functions
Nicolai Hähnle
2016-06-24
1
-0
/
+53
*
radeonsi: add a debug flag for unsafe math LLVM optimizations
Marek Olšák
2016-06-21
1
-0
/
+1
*
gallium/radeon: rename allocator_so_filled_size -> allocator_zeroed_memory
Marek Olšák
2016-06-04
1
-4
/
+4
*
gallium/u_suballoc: allow different alignment for each allocation
Marek Olšák
2016-06-04
1
-1
/
+1
*
radeon/winsys: introduce radeon_winsys_cs_chunk
Nicolai Hähnle
2016-06-01
1
-1
/
+1
*
gallium/radeon: use cs_check_space throughout
Nicolai Hähnle
2016-06-01
1
-1
/
+1
*
gallium/radeon: add the kernel version into the renderer string
Marek Olšák
2016-05-26
1
-3
/
+9
*
gallium/radeon: add radeon_emitted to check for non-trivial IBs
Nicolai Hähnle
2016-05-17
1
-3
/
+3
*
gallium/radeon: don't flush the GFX IB if DMA doesn't depend on it
Marek Olšák
2016-05-10
1
-2
/
+8
*
radeonsi: consolidate radeon_add_to_buffer_list calls for DMA
Marek Olšák
2016-05-10
1
-0
/
+14
*
gallium/radeon: add a heuristic for better (S)DMA performance
Marek Olšák
2016-05-10
1
-0
/
+14
[next]