summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon
Commit message (Expand)AuthorAgeFilesLines
* gallium/radeon: add the kernel version into the renderer stringMarek Olšák2016-05-261-3/+9
* gallium/radeon: small cleanups in r600_texture_transfer_mapMarek Olšák2016-05-191-13/+9
* gallium/radeon: handle VRAM_GTT placements as having slow CPU readsMarek Olšák2016-05-192-2/+2
* gallium/radeon: ignore PIPE_TRANSFER_MAP_DIRECTLYMarek Olšák2016-05-191-5/+1
* radeon: Change AA sample locations for EG+Axel Davy2016-05-181-34/+34
* gallium/radeon: add radeon_emitted to check for non-trivial IBsNicolai Hähnle2016-05-174-8/+11
* gallium/radeon: use radeon_emitNicolai Hähnle2016-05-171-3/+2
* Treewide: Remove Elements() macroJan Vesely2016-05-174-7/+7
* 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-102-0/+16
* gallium/radeon: flush if DMA IB memory usage is too highMarek Olšák2016-05-102-5/+25
* gallium/radeon: fix (S)DMA read-after-write hazardsMarek Olšák2016-05-102-0/+25
* gallium/radeon: implement randomized SDMA texture copy testing (v2)Marek Olšák2016-05-104-0/+413
* gallium/radeon: discard CMASK or DCC if overwriting a whole texture by DMAMarek Olšák2016-05-101-7/+39
* gallium/radeon: use a common function for DMA blit preparationMarek Olšák2016-05-102-0/+62
* gallium/radeon: split out code for discarding DCCMarek Olšák2016-05-101-6/+12
* gallium/radeon: rename r600_texture_disable_cmask -> discard_cmaskMarek Olšák2016-05-101-2/+2
* gallium/radeon: fix partial layered transfers of cube (array) texturesMarek Olšák2016-05-101-15/+6
* gallium/radeon: use gart_page_size instead of hardcoded 4096Marek Olšák2016-05-102-4/+9
* winsys/amdgpu: move gart_page_size to struct radeon_winsysMarek Olšák2016-05-101-0/+1
* radeonsi: expose performance counters as 64 bitNicolai Hähnle2016-05-091-11/+11
* gallium/radeon: clean left-shift undefined behaviorNicolai Hähnle2016-05-073-61/+61
* gallium/radeon: remove stencil_tile_split from metadataMarek Olšák2016-05-022-3/+0
* gallium/radeon: remove tile_mode_array_valid flagsMarek Olšák2016-05-022-4/+0
* winsys/amdgpu: pass PIPE_CONFIG to addrlib on texture importMarek Olšák2016-05-021-0/+1
* winsys/amdgpu: read NUM_BANKS from buffer metadataMarek Olšák2016-05-021-0/+1
* gallium/radeon: add radeon_surf::macro_tile_indexMarek Olšák2016-05-021-0/+1
* gallium/radeon: nuke the final pre LLVM 3.6 codepathEmil Velikov2016-05-011-7/+1
* gallium/radeon: fix crash in r600_set_streamout_targetsNicolai Hähnle2016-04-291-6/+7
* gallium/radeon: add the size only once in r600_context_add_resource_sizeMarek Olšák2016-04-281-5/+3
* gallium/radeon: drop support for LINEAR_GENERAL layoutMarek Olšák2016-04-281-1/+0
* radeonsi: rework clear_buffer flagsMarek Olšák2016-04-284-10/+17
* winsys/radeon: remove use_reusable_pool parameter from buffer_createNicolai Hähnle2016-04-273-3/+1
* gallium/radeon: remove use_reusable_pool parameter from r600_init_resourceNicolai Hähnle2016-04-273-7/+5
* radeon/video: always use the reusable buffer poolNicolai Hähnle2016-04-272-3/+3
* r600g: use do_endian_swap in color swapping functionsOded Gabbay2016-04-261-7/+13
* r600g/radeonsi: send endian info to format translation functionsOded Gabbay2016-04-262-3/+3
* radeon: handle query buffer allocation and mapping failuresNicolai Hähnle2016-04-212-9/+33
* radeon: wire end_query return value to sw/hw_endNicolai Hähnle2016-04-212-7/+10
* gallium: add bool return to pipe_context::end_queryNicolai Hähnle2016-04-211-1/+2
* gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*Marek Olšák2016-04-222-12/+12
* gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*Marek Olšák2016-04-221-7/+7
* gallium/radeon: Silence possibly uninitialized variable warning.Bas Nieuwenhuizen2016-04-211-1/+1
* radeonsi: enable TGSI support cap for compute shadersBas Nieuwenhuizen2016-04-191-5/+16
* radeonsi: add shared memoryBas Nieuwenhuizen2016-04-192-0/+7
* radeonsi: Create CE IB.Bas Nieuwenhuizen2016-04-192-0/+2
* winsys/amdgpu: Add support for const IB.Marek Olšák2016-04-191-0/+30
* gallium/radeon: move ring_type into winsysesMarek Olšák2016-04-191-1/+0
* gallium/radeon: use enums in r600_query.hMarek Olšák2016-04-181-20/+23