aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* freedreno/ir3: add support for INTERP_MODE_NOPERSPECTIVEJonathan Marek2020-07-011-21/+50
* turnip: set missing bary sysvalsJonathan Marek2020-07-011-30/+43
* freedreno/a6xx: set missing bary sysvalsJonathan Marek2020-07-011-30/+40
* freedreno/a5xx: set missing bary sysvalsJonathan Marek2020-07-011-10/+25
* freedreno/ir3: add generic get_barycentric()Jonathan Marek2020-07-013-28/+43
* 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-019-47/+71
* v3d/compiler: fix image size for 1D arraysIago Toral Quiroga2020-07-011-1/+4
* st/mesa: do not clear NewDriverState for inactive statesPierre-Eric Pelloux-Prayer2020-07-011-1/+1
* 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
* mesa/get: fix enum16 big-endian getting.Dave Airlie2020-07-011-9/+10
* 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
* glsl: fix constant packing for 64-bit big endian.Dave Airlie2020-07-012-10/+25
* mesa/swrast: use logf2 instead of util_fast_log2Dylan Baker2020-06-302-3/+3
* anv: disable i915_perf warning on non-LinuxJan Beich2020-06-301-2/+2
* 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
* nir: Propagate *2*16 conversions into vectorsAlyssa Rosenzweig2020-06-301-0/+36
* 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
* ac/gpu_info: fix num_physical_sgprs_per_simd for gfx10Marek Olšák2020-06-301-4/+1
* 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
* glsl: remove stale FIXMETimothy Arceri2020-06-301-3/+0
* st/glsl_to_nir: disable st_nir_lower_builtin() when packing supportedTimothy Arceri2020-06-301-6/+5
* glsl: define gl_LightSource members in ARB_vertex_program orderTimothy Arceri2020-06-302-4/+4
* mesa: add _mesa_program_state_value_size() helperTimothy Arceri2020-06-302-0/+11
* mesa: remove _mesa prefix from static functionTimothy Arceri2020-06-301-8/+7
* zink: set lower_uadd_carry in nir optionsMike Blumenkrantz2020-06-291-0/+1
* loader/dri3: Check for window destruction in dri3_wait_for_event_lockedMichel Dänzer2020-06-292-1/+38
* loader/dri3: Use dri3_wait_for_event_locked in loader_dri3_wait_for_mscMichel Dänzer2020-06-291-7/+1
* loader/dri3: Add dri3_wait_for_event_locked full_sequence out parameterMichel Dänzer2020-06-292-3/+10
* 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-292-11/+7
* 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