aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
...
* tgsi: drop a stale commentEric Anholt2019-08-201-3/+0
* tgsi_to_nir: only update TGSI properties of the current shader stageJose Maria Casanova Crespo2019-08-201-9/+18
* build: Bump C++ standard requirement to C++14 to fix FTBFS with LLVM 10Kai Wasserbäch2019-08-201-1/+1
* gallium/util: widen type before multiplicationErik Faye-Lund2019-08-151-1/+1
* mesa: avoid warning on WindowsErik Faye-Lund2019-08-151-1/+1
* win32: unify strcasecmp definitionsErik Faye-Lund2019-08-153-0/+3
* softpipe: Add support for ARB_derivative_controlGert Wollny2019-08-141-0/+29
* tgsi_to_nir: add assertions for max varying slotsMarek Olšák2019-08-131-0/+2
* tgsi_to_nir: expand vec3 system values to vec4Marek Olšák2019-08-131-0/+3
* tgsi_to_nir: fix incorrect number of image src1 componentsMarek Olšák2019-08-131-4/+1
* gallium/util: Add u_stream_outputs_for_vertices helperAlyssa Rosenzweig2019-08-121-0/+19
* compiler: add SYSTEM_VALUE_TESS_LEVEL_OUTER/INNER_DEFAULTMarek Olšák2019-08-121-0/+8
* tgsi_to_nir: handle tess level inner/outer varyingsMarek Olšák2019-08-121-0/+7
* tgsi_to_nir: add support for the stencil FS outputMarek Olšák2019-08-121-5/+12
* tgsi_to_nir: add support for TEX_LZMarek Olšák2019-08-121-2/+9
* compiler: add SYSTEM_VALUE_USER_DATA_AMDMarek Olšák2019-08-121-0/+4
* compiler: add shader_info.cs.user_data_components_amdMarek Olšák2019-08-121-0/+3
* tgsi_to_nir: add basic compute shader supportMarek Olšák2019-08-121-0/+23
* tgsi_to_nir: add support for LOAD & STORE with SSBOs and imagesMarek Olšák2019-08-121-2/+310
* tgsi_to_nir: make setup_texture_info reusableMarek Olšák2019-08-121-36/+48
* tgsi_to_nir: add support for TXF_LZMarek Olšák2019-08-121-4/+13
* compiler: add shader_info.vs.blit_sgprs_amdMarek Olšák2019-08-121-0/+3
* tgsi_to_nir: be careful about not losing any TGSI properties silently (v2)Marek Olšák2019-08-121-1/+48
* tgsi/scan: don't set GS_INVOCATIONS for all shader stagesMarek Olšák2019-08-121-1/+3
* gallium: add AMD-specific compute TGSI enumsMarek Olšák2019-08-121-0/+2
* gallium: add TGSI_PROPERTY_VS_BLIT_SGPRS_AMD for tgsi_to_nirMarek Olšák2019-08-121-0/+1
* mesa: avoid warning on WindowsErik Faye-Lund2019-08-081-1/+1
* gallium/util: add a helper to compute vertex count from primitive countIago Toral Quiroga2019-08-081-0/+44
* 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