summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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 Landwerlin1-1/+1
2022-05-03llvmpipe: disable compute statistics queries if queries are disabledMike Blumenkrantz1-1/+2
2022-05-03llvmpipe: disable statistic queries during draw if queries are disabledMike Blumenkrantz2-2/+2
2022-05-03aco/ra: fix live-range splits of phi definitionsDaniel Schürmann1-17/+12
2022-05-03ac/nir: Do not set cursor in try_extract_additionsKonstantin Seurer1-3/+1
2022-05-03nir: fix sorting before assigning varying driver locationsTimothy Arceri1-1/+3
2022-05-03util: Keep quiet NaNs quiet when converting to half float.Chia-I Wu2-3/+12
2022-05-03iris: use new kernel uAPI to compute video memoryLionel Landwerlin3-22/+60
2022-05-03vulkan/wsi/wayland: Fix double free on error conditionIván Briano1-7/+22
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 Airlie1-0/+5
2022-05-02pan/bi: Use texture index instead of sampler for message preloadingIcecream954-5/+5
2022-05-02r600: Allow eight bit, three channel formats for vertex buffersGert Wollny3-7/+7
2022-05-02anv: fix clflush usage on utrace copy batchLionel Landwerlin1-5/+2
2022-05-02intel/dev: Compute pixel pipe information based on geometry topology DRM query.Francisco Jerez1-28/+41
2022-05-02nouveau/nir: Move FS output stores to the end of the last block.Emma Anholt1-1/+33
2022-05-02mesa: add missing error-pathErik Faye-Lund1-1/+1
2022-05-02gallium/xlib: fix stale commentErik Faye-Lund1-1/+1
2022-05-02iris: Fix assertion meant to only target the clear-color strideJordan Justen1-1/+1
2022-05-02microsoft/compiler: Unload DXIL validator library *after* calling Release()Jesse Natalie1-1/+1
2022-05-02mesa: unref syncobj after wait_syncJuan A. Suarez Romero1-1/+4
2022-05-02virgl: don't move input gl_SampleMaskIn to a tempGert Wollny1-4/+0
2022-05-02vulkan/wsi: keep allocate queue families in image, just don't fill themDave Airlie1-15/+19
2022-05-02isl,iris: Add DG2 CCS modifier support for XeHPNanley Chery2-1/+68
2022-05-02intel/isl: Add a score for I915_FORMAT_MOD_4_TILEDNanley Chery1-0/+6
2022-05-02isl,iris: Add I915_FORMAT_MOD_4_TILED support for XeHPAnuj Phogat2-0/+15
2022-05-02iris: Return a 64B stride for clear color planeNanley Chery1-2/+6
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
2022-04-28glx/kopper: Wire up a way for SwapBuffers to failAdam Jackson3-6/+23
2022-04-28zink/kopper: add a mechanism for checking swapchain statusMike Blumenkrantz2-1/+13
2022-04-28zink: flag swapchain resources as swapchainsMike Blumenkrantz2-1/+3
2022-04-28zink: handle swapchain acquire failures more directlyMike Blumenkrantz4-18/+39
2022-04-28zink: fix return for zink_kopper_acquireMike Blumenkrantz1-1/+1
2022-04-28zink: rework swapchain object check for acquiresMike Blumenkrantz3-8/+8