summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/r600_pipe_common.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium/radeon: implement randomized SDMA texture copy testing (v2)Marek Olšák2016-05-101-0/+2
* gallium/radeon: use gart_page_size instead of hardcoded 4096Marek Olšák2016-05-101-3/+7
* gallium/radeon: remove tile_mode_array_valid flagsMarek Olšák2016-05-021-2/+0
* gallium/radeon: add the size only once in r600_context_add_resource_sizeMarek Olšák2016-04-281-5/+3
* radeonsi: rework clear_buffer flagsMarek Olšák2016-04-281-2/+2
* gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*Marek Olšák2016-04-221-6/+6
* radeonsi: enable TGSI support cap for compute shadersBas Nieuwenhuizen2016-04-191-5/+16
* radeonsi: Create CE IB.Bas Nieuwenhuizen2016-04-191-0/+1
* gallium/radeon: add an env variable to force a level of aniso filteringMarek Olšák2016-04-131-0/+7
* radeonsi: move scissor and viewport states into gallium/radeonMarek Olšák2016-04-121-0/+1
* radeonsi: allow clearing buffers >= 4 GBMarek Olšák2016-04-121-1/+1
* gallium/radeon: merge timer and non-timer query listsMarek Olšák2016-04-121-14/+4
* gallium: distinguish between shader IR in get_compute_paramBas Nieuwenhuizen2016-04-021-1/+2
* radeonsi: add support for Polaris (v2)Sonny Jiang2016-03-241-0/+9
* gallium/radeon: remove old CS tracingMarek Olšák2016-03-201-19/+2
* radeonsi: enable compiling one variant per shaderMarek Olšák2016-02-211-0/+1
* gallium/radeon: drop support for LLVM 3.5Marek Olšák2016-02-111-6/+1
* gallium/radeon: implement query_memory_info (v2)Marek Olšák2016-02-051-0/+37
* gallium/radeon: remove radeon_info::r600_tiling_configMarek Olšák2016-02-051-1/+0
* gallium/radeon: get pipe_interleave_bytes AKA group_bytes from the winsysMarek Olšák2016-02-051-56/+1
* gallium/radeon: set num_banks in the winsysMarek Olšák2016-02-051-25/+1
* gallium/radeon: just get num_tile_pipes from the winsysMarek Olšák2016-02-051-34/+0
* gallium/radeon: rename & reorder members of radeon_infoMarek Olšák2016-02-051-20/+26
* radeonsi: Allow dumping LLVM IR before optimization passesNicolai Hähnle2016-02-051-0/+1
* radeonsi: Add option for SI schedulerAxel Davy2016-01-281-0/+1