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