summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600
Commit message (Expand)AuthorAgeFilesLines
* r600: Fix maximum line widthGert Wollny2020-01-071-4/+1
* r600: Disable eight bit three channel formatsGert Wollny2019-11-261-0/+4
* 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
* gallium: set PIPE_CAP_MAX_FRAMES_IN_FLIGHT to 2 for all driversMarek Olšák2019-04-241-3/+0
* gallium: replace DRM_CONF_THROTTLE with PIPE_CAP_MAX_FRAMES_IN_FLIGHTMarek Olšák2019-04-231-0/+3
* ac: add radeon_info::marketing_name, replacing the winsys callbackMarek Olšák2019-04-231-12/+1
* Delete autotoolsDylan Baker2019-04-152-60/+0
* gallium: add writable_bitmask parameter into set_shader_buffersMarek Olšák2019-04-042-3/+4
* simplify LLVM version string printingEric Engestrom2019-04-041-13/+7
* gallium: Add PIPE_BARRIER_UPDATE_BUFFER and UPDATE_TEXTURE bits.Kenneth Graunke2019-03-191-0/+4
* r600: cast pointer to expected typeEric Engestrom2019-03-081-2/+2
* gallium: add PIPE_CAP_MAX_VARYINGSKarol Herbst2019-02-071-0/+3
* r600: add -Wstrict-overflow=0 to meson to silence the warningMarek Olšák2019-01-301-1/+1
* r600: remove redundant semicolonNicolai Hähnle2018-12-191-1/+1