summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-04VERSION: bump for 22.1.0-rc4 releasemesa-22.1.0-rc4Dylan Baker1-1/+1
2022-05-04wgl: don't auto-load zink before software driversMike Blumenkrantz1-1/+1
2022-05-04wgl: always set alpha on kopper windowsMike Blumenkrantz1-5/+1
2022-05-04gallivm: use VPERMPS (x86/AVX2) for 32-bit 8-element shufflesAutumn on Tape1-0/+7
2022-05-04gallivm: use shufflevector for shuffles when index is constant dataAutumn on Tape1-15/+23
2022-05-04lavapipe: enable subgroup shuffle operationsAutumn on Tape4-1/+10
2022-05-04gallivm: add subgroup shuffle supportAutumn on Tape3-0/+64
2022-05-03anv: fix invalid utrace memcpy l3 config on gfx < 11Lionel Landwerlin2-2/+2
2022-05-03llvmpipe: disable compute statistics queries if queries are disabledMike Blumenkrantz2-2/+3
2022-05-03llvmpipe: disable statistic queries during draw if queries are disabledMike Blumenkrantz3-3/+3
2022-05-03aco/ra: fix live-range splits of phi definitionsDaniel Schürmann2-18/+13
2022-05-03ac/nir: Do not set cursor in try_extract_additionsKonstantin Seurer2-4/+2
2022-05-03nir: fix sorting before assigning varying driver locationsTimothy Arceri2-2/+4
2022-05-03util: Keep quiet NaNs quiet when converting to half float.Chia-I Wu3-4/+13
2022-05-03iris: use new kernel uAPI to compute video memoryLionel Landwerlin4-23/+61
2022-05-03vulkan/wsi/wayland: Fix double free on error conditionIván Briano2-8/+23
2022-05-03.pick_status.json: Update to 575068a1656ab4303647ade1491da7d711d36db7Dylan Baker1-0/+459
2022-05-02intel_dev_info: Add --hwconfig command line parameterJordan Justen3-4/+22
2022-05-02intel/dev: Read hwconfig from i915Jordan Justen3-4/+21
2022-05-02llvmpipe: add user memory resources to the debug global list.Dave Airlie2-1/+6
2022-05-02pan/bi: Use texture index instead of sampler for message preloadingIcecream955-6/+6
2022-05-02r600: Allow eight bit, three channel formats for vertex buffersGert Wollny4-8/+8
2022-05-02anv: fix clflush usage on utrace copy batchLionel Landwerlin2-6/+3
2022-05-02intel/dev: Compute pixel pipe information based on geometry topology DRM query.Francisco Jerez2-29/+42
2022-05-02nouveau/nir: Move FS output stores to the end of the last block.Emma Anholt2-2/+34
2022-05-02mesa: add missing error-pathErik Faye-Lund2-2/+2
2022-05-02gallium/xlib: fix stale commentErik Faye-Lund2-2/+2
2022-05-02meson: remove unused definesErik Faye-Lund2-4/+1
2022-05-02iris: Fix assertion meant to only target the clear-color strideJordan Justen2-2/+2
2022-05-02microsoft/compiler: Unload DXIL validator library *after* calling Release()Jesse Natalie2-2/+2
2022-05-02mesa: unref syncobj after wait_syncJuan A. Suarez Romero2-2/+5
2022-05-02virgl: don't move input gl_SampleMaskIn to a tempGert Wollny2-5/+1
2022-05-02vulkan/wsi: keep allocate queue families in image, just don't fill themDave Airlie2-16/+20
2022-05-02isl,iris: Add DG2 CCS modifier support for XeHPNanley Chery3-2/+69
2022-05-02intel/isl: Add a score for I915_FORMAT_MOD_4_TILEDNanley Chery2-1/+7
2022-05-02isl,iris: Add I915_FORMAT_MOD_4_TILED support for XeHPAnuj Phogat3-1/+16
2022-05-02include/uapi: Update drm_fourcc.h from kernelAnuj Phogat2-2/+72
2022-05-02iris: Return a 64B stride for clear color planeNanley Chery2-3/+7
2022-05-02.pick_status.json: Mark c025cb9ee9d79ebfb66a577556e04deecfe012ed as backportedDylan Baker1-1/+1
2022-05-02.pick_status.json: Update to 2505afc430c6b151e7e4243503953ba0b0a2c842Dylan Baker1-0/+1557
2022-04-28zink: remove drm_fdMike Blumenkrantz2-7/+0
2022-04-28zink: ignore KMS handle typesMike Blumenkrantz1-24/+16
2022-04-28zink: export fd info for all 2d imagesMike Blumenkrantz1-3/+3
2022-04-28zink: fix dmabuf plane returnsMike Blumenkrantz2-2/+6
2022-04-28kopper: implement texture-from-pixmap for software (non-dmabuf)Mike Blumenkrantz1-1/+70
2022-04-28kopper: rename a confusing variableMike Blumenkrantz1-4/+4
2022-04-28kopper: check whether zink is using swMike Blumenkrantz1-0/+2
2022-04-28zink/kopper: add a function for determining if running on softwareMike Blumenkrantz2-0/+9
2022-04-28kopper: check for modifiers to use modifier functionalityMike Blumenkrantz1-2/+4
2022-04-28kopper: add some error logging for pixmap->texture failureMike Blumenkrantz1-5/+11