summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium/radeon: don't flush CB/DB caches for timestamp queriesMarek Olšák2016-04-182-2/+3
* gallium/radeon: fix Nine with its slightly shifted viewportsMarek Olšák2016-04-181-15/+21
* r600g: Move R600_BIG_ENDIAN to r600_pipe_common.hOded Gabbay2016-04-181-0/+6
* gallium/radeon: handle vertex shaders that disable clipping & viewportMarek Olšák2016-04-162-1/+20
* radeon/uvd: fix tonga feedback buffer sizeLeo Liu2016-04-141-4/+8
* gallium/radeon: handle failure when mapping staging bufferNicolai Hähnle2016-04-141-0/+4
* gallium/radeon: move a comment to the correct placeMarek Olšák2016-04-131-3/+3
* gallium/radeon: add an env variable to force a level of aniso filteringMarek Olšák2016-04-132-0/+10
* gallium/radeon: add R600/Evergreen/Cayman support to common viewport codeMarek Olšák2016-04-123-17/+50
* radeonsi: move scissor and viewport states into gallium/radeonMarek Olšák2016-04-125-0/+374
* gallium/radeon: set GTT WC on tiled texturesMarek Olšák2016-04-121-1/+2
* gallium/radeon: relax requirements on VRAM placements on APUsMarek Olšák2016-04-122-0/+9
* radeonsi: clean up aniso state translationMarek Olšák2016-04-121-0/+15
* gallium/radeon: fix maximum texture anisotropy setupMarek Olšák2016-04-121-5/+9
* gallium/radeon: never choose a linear tiling for DB surfacesMarek Olšák2016-04-121-7/+6
* gallium/radeon: removing dead code for sharing stencil buffersMarek Olšák2016-04-121-4/+0
* radeonsi: allow clearing buffers >= 4 GBMarek Olšák2016-04-122-3/+3
* gallium/radeon: allow allocating textures >= 4 GBMarek Olšák2016-04-123-14/+17
* winsys/amdgpu: add support for 64-bit buffer sizesMarek Olšák2016-04-121-2/+2
* pb_buffer: switch pb_buffer::size to 64 bitsMarek Olšák2016-04-121-1/+1
* gallium/radeon: remove R600_QUERY_HW_FLAG_TIMERMarek Olšák2016-04-123-6/+2
* gallium/radeon: merge timer and non-timer query listsMarek Olšák2016-04-123-80/+22
* r600g: implement set_active_query_state for pausing occlusion queriesMarek Olšák2016-04-121-6/+0