summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/r600_pipe_common.c
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: apply the double EVENT_WRITE_EOP workaround to VI as wellMarek Olšák2016-12-141-2/+4
* radeonsi: support ARB_compute_variable_group_sizeNicolai Hähnle2016-10-101-1/+9
* gallium: add PIPE_COMPUTE_CAP_MAX_VARIABLE_THREADS_PER_BLOCKSamuel Pitoiset2016-10-071-0/+2
* gallium/radeon: implement set_device_reset_callbackNicolai Hähnle2016-10-051-0/+32
* gallium/radeon: use the new parent/child pools for transfersNicolai Hähnle2016-10-051-3/+6
* radeonsi: optionally run the LLVM IR verifier passNicolai Hähnle2016-10-041-0/+7
* gallium/radeon: move r600_common_context::texture_buffers to r600gMarek Olšák2016-10-041-2/+0
* gallium/radeon: inline r600_context_add_resource_sizeMarek Olšák2016-10-041-20/+0
* gallium/radeon: emit relocations for query fencesNicolai Hähnle2016-09-301-1/+6
* gallium/radeon: implement get_query_result_resource (v2)Nicolai Hähnle2016-09-291-0/+3
* gallium/radeon: add r600_gfx_{write,wait}_fenceNicolai Hähnle2016-09-291-0/+52
* radeonsi/compute: Use the HSA abi for non-TGSI compute shaders v3Tom Stellard2016-09-161-1/+5
* gallium/radeon: page alignment for buffers is unnecessaryNicolai Hähnle2016-09-121-4/+1
* gallium: switch drivers to the slab allocator in src/utilMarek Olšák2016-09-061-4/+3
* radeonsi: return correct eviction stats for NVX_gpu_memory_infoMarek Olšák2016-09-051-2/+7
* gallium: add cap to export device pointer sizeJan Vesely2016-08-291-0/+8
* gallium/radeon: unify and simplify checking for an empty gfx IBMarek Olšák2016-08-251-10/+19
* gallium/radeon: use unflushed fences for deferred flushes (v2)Marek Olšák2016-08-101-1/+43
* gallium: add a pipe_context parameter to fence_finishMarek Olšák2016-08-101-0/+1
* winsys/amdgpu: query ME/PFP/CE firmware versionsNicolai Hähnle2016-08-081-0/+3
* Revert "gallium/radeon: count contexts"Marek Olšák2016-08-061-3/+0
* gallium/radeon: count contextsMarek Olšák2016-08-061-0/+3
* gallium/radeon: move radeon_winsys::cs_memory_below_limit to driversMarek Olšák2016-08-061-1/+1
* gallium/radeon: inline radeon_winsys::query_memory_usageMarek Olšák2016-08-061-1/+1
* gallium/radeon: add r600_resource::vram_usage and gart_usageMarek Olšák2016-08-061-12/+6
* gallium/radeon: move last_gfx_fence from radeonsi to common codeMarek Olšák2016-08-031-0/+1
* radeonsi: implement buffer_subdata without indirect callsMarek Olšák2016-07-231-2/+11
* gallium: split transfer_inline_write into buffer and texture callbacksMarek Olšák2016-07-231-2/+3
* gallium/radeon: make deferred flushes asynchronousMarek Olšák2016-07-221-0/+2
* radeonsi: just save buffer sizes instead of buffers while recording IBsMarek Olšák2016-07-131-5/+0
* gallium/radeon: add and use radeon_info::max_alloc_size (v2)Marek Olšák2016-07-051-6/+5
* radeonsi: print LLVM IRs to ddebug logsMarek Olšák2016-07-051-0/+1
* gallium/radeon: R600_DEBUG=nodccfb disables separate DCCMarek Olšák2016-06-291-0/+1
* gallium/radeon: add and use r600_texture_referenceMarek Olšák2016-06-291-2/+1
* gallium/radeon: add a heuristic enabling DCC for scanout surfaces (v2)Marek Olšák2016-06-291-0/+15
* gallium/radeon: boolean -> bool, TRUE -> true, FALSE -> falseMarek Olšák2016-06-251-1/+1
* radeon: check VM faults from DMA flushNicolai Hähnle2016-06-241-2/+24
* radeonsi: extract IB and bo list saving into separate functionsNicolai Hähnle2016-06-241-0/+53
* radeonsi: add a debug flag for unsafe math LLVM optimizationsMarek Olšák2016-06-211-0/+1
* gallium/radeon: rename allocator_so_filled_size -> allocator_zeroed_memoryMarek Olšák2016-06-041-4/+4
* gallium/u_suballoc: allow different alignment for each allocationMarek Olšák2016-06-041-1/+1
* radeon/winsys: introduce radeon_winsys_cs_chunkNicolai Hähnle2016-06-011-1/+1
* gallium/radeon: use cs_check_space throughoutNicolai Hähnle2016-06-011-1/+1
* gallium/radeon: add the kernel version into the renderer stringMarek Olšák2016-05-261-3/+9
* gallium/radeon: add radeon_emitted to check for non-trivial IBsNicolai Hähnle2016-05-171-3/+3
* gallium/radeon: don't flush the GFX IB if DMA doesn't depend on itMarek Olšák2016-05-101-2/+8
* radeonsi: consolidate radeon_add_to_buffer_list calls for DMAMarek Olšák2016-05-101-0/+14
* gallium/radeon: add a heuristic for better (S)DMA performanceMarek Olšák2016-05-101-0/+14
* gallium/radeon: flush if DMA IB memory usage is too highMarek Olšák2016-05-101-4/+23
* gallium/radeon: fix (S)DMA read-after-write hazardsMarek Olšák2016-05-101-0/+24