aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* turnip: enable depthBiasClampJonathan Marek2020-06-291-1/+1
* turnip: enable largePointsJonathan Marek2020-06-291-3/+3
* freedreno/regs: add extra bits for UBWC array pitchJonathan Marek2020-06-291-2/+2
* frontends/va: Handle dynamic resolution/SVC for VP9Satyajit Sahu2020-06-292-6/+16
* v3d/compiler: fix spill offsetIago Toral Quiroga2020-06-291-1/+1
* radv: add support for MRTs compaction to avoid holesSamuel Pitoiset2020-06-294-43/+41
* radv: use SPI_SHADER_ZERO for non-written color attachmentsSamuel Pitoiset2020-06-291-1/+2
* radv: rework 8/16-bit color attachment formats detectionSamuel Pitoiset2020-06-291-51/+38
* radv: adjust CB_SHADER_MASK for dual-source blending in the shader info passSamuel Pitoiset2020-06-294-3/+9
* radv: enable VK_AMD_shader_ballot on GFX6-7 with both compiler backendsSamuel Pitoiset2020-06-296-17/+7
* nir: Add new rules to optimize NOOP pack/unpack pairsBoris Brezillon2020-06-292-9/+10
* gallivm/nir: fix const loading on big endian systemsDave Airlie2020-06-291-1/+1
* freedreno/ir3: fix resinfo wrmaskJonathan Marek2020-06-281-1/+3
* docs: use ref-links for internal referencesErik Faye-Lund2020-06-284-15/+15
* docs: fix internal referencesErik Faye-Lund2020-06-284-10/+10
* docs: restore accidentally dropped labelsErik Faye-Lund2020-06-282-0/+4
* docs: remove non-existent referenceErik Faye-Lund2020-06-281-2/+2
* meson: Do not require shader cache for radv.Bas Nieuwenhuizen2020-06-281-3/+0
* rbug: Fix rbug_delete_vs_state lock acquisition.Vinson Lee2020-06-271-1/+1
* v3d: moving v3d simulator to src/broadcomAlejandro Piñeiro2020-06-2713-44/+204
* turnip: Put VK_KHR_external_fence_fd stubs backKristian H. Kristensen2020-06-261-0/+19
* iris: Implement pipe->texture_subdata directlyKenneth Graunke2020-06-261-1/+79
* turnip: Properly return VK_DEVICE_LOST on queuesubmit failures.Eric Anholt2020-06-264-8/+59
* turnip: Fix error handling of DRM_MSM_GEM_INFO ioctls.Eric Anholt2020-06-261-5/+11
* turnip: Do better TU_DEBUG=startup logging of drmGetDevices2() failure.Eric Anholt2020-06-261-2/+6
* turnip: semaphore support.Bas Nieuwenhuizen2020-06-264-45/+312
* ci/baremetal: Bump the kernel to a recent drm-msm-fixes for msm semaphores.Eric Anholt2020-06-264-3/+3
* aco: fix partial copies on GFX6/7Daniel Schürmann2020-06-261-2/+3
* mapi: x86: Fix dynamic entries in x86 tsd stubs.Lepton Wu2020-06-261-8/+42
* ci/bare-metal: Fail early when we get stuck powering on a cheza.Eric Anholt2020-06-261-1/+2
* freedreno/ir3: move nir finalization to after cache missRob Clark2020-06-262-7/+12
* freedreno/ir3: disk-cache supportRob Clark2020-06-268-3/+284
* freedreno/ir3: build binning variant at same time as draw variantRob Clark2020-06-262-35/+76
* freedreno/a6xx+ir3: stop generating pointless binning shadersRob Clark2020-06-264-13/+21
* freedreno/ir3: shuffle some variant fieldsRob Clark2020-06-261-11/+20
* freedreno/ir3: add ir3_compiler_destroy()Rob Clark2020-06-264-4/+14
* freedreno/ir3: move finalize_nir to pscreen hookRob Clark2020-06-268-2/+21