aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600
Commit message (Expand)AuthorAgeFilesLines
* r600: Delete vertex buffer only if there is actually a shader stateGert Wollny2020-01-041-1/+2
* r600: Make SID and unsigned valueGert Wollny2020-01-041-1/+1
* r600: Fix maximum line widthGert Wollny2020-01-041-4/+1
* r600/sb: Correct SB disassambler for better debuggingGert Wollny2020-01-042-1/+8
* r600: Make it possible to include r600_asm.h in a C++ fileGert Wollny2020-01-041-0/+9
* r600: Add functions to dump the shader infoGert Wollny2020-01-044-0/+211
* r600: Remove HEVC related code since HEVC is not supportedThong Thai2020-01-032-63/+2
* radeon: Use P010 for decoding of 10-bit videosThong Thai2020-01-031-1/+2
* r600: Disable eight bit three channel formatsGert Wollny2019-11-261-0/+4
* ac: add radeon_info::num_rings and move ring_type to amd_family.hMarek Olšák2019-11-191-3/+3
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-145-5/+5
* util: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIANDylan Baker2019-11-052-2/+2
* util/u_endian: set PIPE_ARCH_*_ENDIAN to 1Dylan Baker2019-11-052-2/+2
* util: remove LIST_IS_EMPTY macroTimothy Arceri2019-10-281-2/+2
* util: remove LIST_DEL macroTimothy Arceri2019-10-282-4/+4
* util: remove LIST_DELINIT macroTimothy Arceri2019-10-282-2/+2
* util: remove LIST_ADD macroTimothy Arceri2019-10-281-3/+3
* util: remove LIST_ADDTAIL macroTimothy Arceri2019-10-284-9/+9
* util: remove LIST_INITHEAD macroTimothy Arceri2019-10-284-18/+18
* gallium: remove PIPE_SHADER_CAP_SCALAR_ISAMarek Olšák2019-10-101-2/+0
* vl: use u_format in vl_video_buffer_formatsMarek Olšák2019-10-091-4/+2
* amd: Move all amd/common code that depends on LLVM to amd/llvm.Timur Kristóf2019-10-081-1/+3
* gallium: add PIPE_RESOURCE_FLAG_SINGLE_THREAD_USE to skip util_range lockMarek Olšák2019-10-075-9/+9
* r600: Fix interpolateAtCentroidGert Wollny2019-10-044-1/+14
* rename pipe_llvm_program_header to pipe_binary_program_headerKarol Herbst2019-09-211-1/+1
* gallium: add blob field to pipe_llvm_program_headerKarol Herbst2019-09-211-3/+1
* r300,r600,radeonsi: set winsys_handle::stride,offset in drivers, not winsysesMarek Olšák2019-09-091-2/+4
* r300,r600,radeonsi: read winsys_handle::stride,offset in drivers, not winsysesMarek Olšák2019-09-091-10/+8
* r600: replace binary HAVE_LLVM checks with LLVM_AVAILABLEEric Engestrom2019-09-061-6/+2
* tree-wide: replace MAYBE_UNUSED with ASSERTEDEric Engestrom2019-07-311-1/+1
* r600: replace MAYBE_UNUSED with specific #ifdefEric Engestrom2019-07-311-2/+2
* r600: move variable to proper scopeEric Engestrom2019-07-311-2/+1
* u_blitter: add a msaa parameter to util_blitter_clearPierre-Eric Pelloux-Prayer2019-07-231-1/+2
* gallium: switch boolean -> bool at the interface definitionsIlia Mirkin2019-07-229-57/+57
* gallium: use MAP_DIRECTLY to mean supression of DISCARD in buffer_subdataMarek Olšák2019-07-151-5/+6
* gallium: get rid of PIPE_CAP_SM3Erik Faye-Lund2019-07-101-1/+3
* r600: remove query/apply_opaque_metadata callbacksTimothy Arceri2019-07-092-17/+0
* amd/common: move ac_shader_{binary,reloc} into r600 and renameNicolai Hähnle2019-07-044-36/+65
* winsys/amdgpu: Make KMS handles valid for original DRM file descriptorMichel Dänzer2019-07-031-2/+2
* radeon/uvd: fix calc_ctx_size_h265_main10Pierre-Eric Pelloux-Prayer2019-06-281-3/+3
* ac: add radeon_info::is_amdgpu instead of checking drm_major == 3Marek Olšák2019-06-147-56/+10
* gallium: Change PIPE_CAP_TGSI_FS_FBFETCH bool to PIPE_CAP_FBFETCH countKenneth Graunke2019-05-231-1/+1
* r600+radeonsi: use ctx_query_reset_status on radeonMarek Olšák2019-05-162-15/+2
* winsys/amdgpu: add REWIND emulation via INDIRECT_BUFFER into cs_check_spaceMarek Olšák2019-05-162-2/+2
* winsys/amdgpu: add a parallel compute IB coupled with a gfx IBMarek Olšák2019-05-161-2/+2
* ac: rename SI-CIK-VI to GFX6-GFX7-GFX8Marek Olšák2019-05-152-3/+3
* gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE.Eric Anholt2019-05-132-4/+7
* r600: implement resource_get_infoJulien Isorce2019-05-031-5/+29
* r600: reset tex array override even when no view boundDave Airlie2019-05-021-11/+10
* delete autotools .gitignore filesEric Engestrom2019-04-291-1/+0