aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* iris: add missing fallthrough commentTimothy Arceri2020-07-021-0/+1
* gallivm: add missing breakTimothy Arceri2020-07-021-0/+1
* llvmpipe: add missing fallthrough commentsTimothy Arceri2020-07-021-0/+3
* gallium,util: undef ALIGN on FreeBSD to prevent name clashGreg V2020-07-011-0/+6
* iris: Explicitly cast value to uint64_tEmmanuel2020-07-011-2/+2
* freedreno/a6xx: set missing bary sysvalsJonathan Marek2020-07-011-30/+40
* freedreno/a5xx: set missing bary sysvalsJonathan Marek2020-07-011-10/+25
* freedreno/a4xx: fake LINEAR_PIXEL varying support for u_blitterJonathan Marek2020-07-011-1/+11
* freedreno/a3xx: support LINEAR_PIXEL/PERSP_CENTROID/LINEAR_CENTROID sysvalsJonathan Marek2020-07-013-4/+22
* freedreno/registers: update varying-related registersJonathan Marek2020-07-014-18/+18
* gallium/docs: remove unused imgmath extensionErik Faye-Lund2020-07-011-1/+1
* gallium/docs: remove non-existent static dirErik Faye-Lund2020-07-011-1/+1
* gallium/docs: prefix exts dir with underscoreErik Faye-Lund2020-07-012-1/+1
* gallium/docs: use none for highlight_languageErik Faye-Lund2020-07-012-2/+2
* gallium/docs: remove reference to non-existent labelErik Faye-Lund2020-07-011-1/+1
* gallium/docs: fixup formatting of numbered listsErik Faye-Lund2020-07-011-3/+6
* gallium/docs: update to recent sphinxErik Faye-Lund2020-07-011-2/+2
* draw/llvm: fix big-endian mask adjustingDave Airlie2020-07-011-6/+6
* llvmpipe: fix occlusion queries on big-endian.Dave Airlie2020-07-011-0/+4
* gallivm/nir: fix big-endian 64-bit splitting/merging.Dave Airlie2020-07-012-0/+20
* meson: Revert commit overriding C++ standard with gnu++11 on ppc64elFrédéric Bonnard2020-06-301-4/+0
* clover: Fix types collision between c++ and altivecFrédéric Bonnard2020-06-301-0/+5
* panfrost: Do fine-grained flushing for occlusion query resultsIcecream952020-06-302-3/+9
* freedreno/a4xx: fix *_NONE enum conversionShawn Guo2020-06-302-8/+8
* radeonsi: add a debug option to enable NGG culling for tessellationMarek Olšák2020-06-304-8/+15
* radeonsi: don't try to enable NGG culling for GSMarek Olšák2020-06-301-1/+2
* radeonsi: always use Wave64 for HS/GS/VS shader stages (except GS fast launch)Marek Olšák2020-06-301-4/+8
* radeonsi: always use Wave32 for GS fast launch, because Wave64 hangsMarek Olšák2020-06-304-6/+19
* radeonsi: fix NGG culling for Wave64Marek Olšák2020-06-304-14/+23
* radeonsi: don't flush in fence_server_syncMarek Olšák2020-06-301-5/+8
* radeonsi: bump SI_NUM_SHADER_BUFFERS to 32Pierre-Eric Pelloux-Prayer2020-06-305-35/+40
* zink: set lower_uadd_carry in nir optionsMike Blumenkrantz2020-06-291-0/+1
* v3d: Fix -Wmaybe-uninitialized compiler warning in the v33 code.Eric Anholt2020-06-291-2/+4
* v3d: Enable PIPE_CAP_TGSI_TEXCOORD.Eric Anholt2020-06-291-0/+1
* vc4: Enable PIPE_CAP_TGSI_TEXCOORD.Eric Anholt2020-06-293-18/+7
* gallium/util: Add a helper function for point sprite handling.Eric Anholt2020-06-291-0/+19
* frontends/va: Handle dynamic resolution/SVC for VP9Satyajit Sahu2020-06-292-6/+16
* gallivm/nir: fix const loading on big endian systemsDave Airlie2020-06-291-1/+1
* rbug: Fix rbug_delete_vs_state lock acquisition.Vinson Lee2020-06-271-1/+1
* v3d: moving v3d simulator to src/broadcomAlejandro Piñeiro2020-06-278-1181/+5
* iris: Implement pipe->texture_subdata directlyKenneth Graunke2020-06-261-1/+79
* freedreno/ir3: disk-cache supportRob Clark2020-06-261-0/+14
* freedreno/ir3: build binning variant at same time as draw variantRob Clark2020-06-261-4/+8
* freedreno/a6xx+ir3: stop generating pointless binning shadersRob Clark2020-06-262-12/+8
* freedreno/ir3: add ir3_compiler_destroy()Rob Clark2020-06-261-1/+4
* freedreno/ir3: move finalize_nir to pscreen hookRob Clark2020-06-266-0/+19
* freedreno/ir3: add ir3_finalize_nir()Rob Clark2020-06-261-1/+1
* zink: use OpFUnordNotEqual for nir_op_fneMike Blumenkrantz2020-06-261-1/+1
* zink: set lower_mul_high and lower_rotate in ntv compiler optionsMike Blumenkrantz2020-06-261-0/+2
* zink: handle isign alu in ntvMike Blumenkrantz2020-06-261-0/+1