summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* gallium/dump: add missing query-type to short-listErik Faye-Lund2019-08-071-0/+1
* gallium/dump: add missing query-type to short-listErik Faye-Lund2019-08-071-0/+1
* mesa/gallium: add dric option to allow overriding GL vendor stringTimothy Arceri2019-08-071-0/+1
* tgsi_to_nir: add a few needed double opcodesMarek Olšák2019-08-061-0/+6
* tgsi_to_nir: implement a few needed 64-bit integer opcodesMarek Olšák2019-08-061-0/+5
* ttn: Prepare for 64-bit sources and destinationsConnor Abbott2019-08-061-5/+29
* ttn: Use 1-bit NIR comparison opcodesConnor Abbott2019-08-061-24/+19
* gallium: add PIPE_CAP_TGSI_ATOMINC_WRAP to indicate supportPierre-Eric Pelloux-Prayer2019-08-061-0/+1
* tgsi: add ATOMICINC_WRAP/ATOMICDEC_WRAP opcodePierre-Eric Pelloux-Prayer2019-08-063-1/+6
* radeonsi: make sure that rasterizer state != NULL and remove all NULL checkingMarek Olšák2019-08-062-0/+8
* radeonsi: make sure that DSA state != NULL and remove all NULL checkingMarek Olšák2019-08-062-0/+8
* radeonsi: make sure that blend state != NULL and remove all NULL checkingMarek Olšák2019-08-062-0/+9
* tgsi_to_nir: fix nir_gather_ssa_types for TGSI->NIR shadersJonathan Marek2019-08-051-5/+13
* meson: replace last uses of libxmlconfig with idep_xmlconfigEric Engestrom2019-08-031-4/+4
* gallivm: fix issue with AtomicCmpXchg wrapper on llvm 3.5-3.8Roland Scheidegger2019-08-021-1/+3
* gallium/utils: drop PIPE_SUBSYSTEM_WINDOWS_USEREric Engestrom2019-08-026-12/+12
* scons: rename PIPE_SUBSYSTEM_EMBEDDED to EMBEDDED_DEVICEEric Engestrom2019-08-021-1/+1
* gallium: Implement GL_EXT_shader_samples_identical via a new capabilityKenneth Graunke2019-08-011-0/+1
* gallium/util: Add util_set_shader_buffers_mask helperAlyssa Rosenzweig2019-08-012-0/+42
* gallium: add AYUV and XYUV formatsMike Blumenkrantz2019-07-313-0/+97
* tree-wide: replace MAYBE_UNUSED with ASSERTEDEric Engestrom2019-07-317-13/+13
* gallium/aux: replace MAYBE_UNUSED with UNUSEDEric Engestrom2019-07-312-3/+3
* gallium: Add PIPE_CAP_TEXTURE_SHADOW_LODSagar Ghuge2019-07-301-0/+3
* gallium/auxiliary/vl: add compute shaders for deint yuvSonny Jiang2019-07-294-31/+403
* gallium/auxiliary/vl: don't call gfx functions on compute-only chipsSonny Jiang2019-07-291-75/+83
* gallium/auxiliary/vl: add PIPE_CAP_GRAPHICS check for vl compositorJames Zhu2019-07-292-64/+65
* gallium: create multimedia contexts as compute-only if graphics is unsupportedMarek Olšák2019-07-293-3/+13
* gallium: add PIPE_CAP_GRAPHICSMarek Olšák2019-07-291-0/+1
* gallium/vl: fix compute tgsi shaders to not process undefined componentsIlia Mirkin2019-07-271-52/+52
* gallium: fix windows build from params change.Dave Airlie2019-07-251-2/+4
* gallium/u_transfer_helper: fix assert in RGTC caseRob Clark2019-07-241-26/+27
* gallium+mesa: fix tgsi_semantic array typeEric Engestrom2019-07-241-2/+4
* gallivm: rework lp_build_tgsi_soa to take a structDave Airlie2019-07-243-70/+70
* tgsi/scan: add uses_fbfetchMarek Olšák2019-07-232-0/+4
* u_blitter: add a msaa parameter to util_blitter_clearPierre-Eric Pelloux-Prayer2019-07-232-7/+10
* u_blitter: enable msaa when dst num samples is > 1Pierre-Eric Pelloux-Prayer2019-07-231-6/+12
* gallium: switch boolean -> bool at the interface definitionsIlia Mirkin2019-07-2223-140/+140
* tgsi: fix warning: ‘interp’ may be used uninitializedMarek Olšák2019-07-221-0/+1
* gallivm: fix warning: ‘op’ may be used uninitializedMarek Olšák2019-07-221-0/+3
* pipe-loader: use radeonsi for MM if amdgpu dri is usedJeremy Newton2019-07-191-0/+9
* util: use standard name for vsnprintf()Eric Engestrom2019-07-196-6/+6
* util: use standard name for snprintf()Eric Engestrom2019-07-1918-52/+52
* util: use standard name for vasprintf()Eric Engestrom2019-07-192-2/+2
* util: use standard name for sprintf()Eric Engestrom2019-07-192-15/+15
* util: use standard name for strncmp()Eric Engestrom2019-07-191-1/+1
* util: use standard name for strncat()Eric Engestrom2019-07-191-3/+3
* util: use standard name for strdup()Eric Engestrom2019-07-191-1/+1
* util: use standard name for strchrnul()Eric Engestrom2019-07-191-1/+1
* gallium: Add PIPE_CAP_TGSI_FS_POINT_IS_SYSVALAndreas Baierl2019-07-181-0/+1
* nir/tgsi: Extend tgsi_to_nir.c to support gl_PointCoord as a system value.Andreas Baierl2019-07-181-0/+20