summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-07intel/genxml: Add filter_engines() to GenXml classadd-intel_genxml-moduleJordan Justen3-20/+24
2023-08-07intel/genxml: Add GenXml class into intel_genxml moduleJordan Justen3-11/+15
2023-08-07intel/genxml: Convert gen_pack_header to use ElementTreeJordan Justen1-17/+24
2023-08-07intel/genxml: Convert gen_bits_header to use ElementTreeJordan Justen1-22/+21
2023-08-07intel/genxml: Split some genxml sorting code into a intel_genxml moduleJordan Justen3-160/+170
2023-08-07intel/genxml: Align "Texture Coordinate Mode" namingJordan Justen3-12/+12
2023-08-07egl: fixup _eglFilterConfigArray() params and drop _eglFallbackMatch() wrapperEric Engestrom1-8/+3
2023-08-07egl: make _eglFilterConfigArray staticEric Engestrom2-9/+1
2023-08-07panfrost: add PAN_MESA_DEBUG=yuv for debugging yuv samplerItalo Nicola3-0/+13
2023-08-07panfrost: mandate proper alignment requirement depending format and archItalo Nicola5-18/+85
2023-08-07panfrost: advertise support for YUYV and variantsItalo Nicola1-0/+22
2023-08-07panfrost: prepare the driver to support YUYV and variantsItalo Nicola1-29/+112
2023-08-07panfrost: prepare pan_image_view for multiplanar formatsItalo Nicola17-104/+203
2023-08-07pan/decode: decode Multiplanar Surface descriptorsItalo Nicola1-1/+23
2023-08-07panfrost: refactor (un)packing of surface descriptorsItalo Nicola4-50/+73
2023-08-07panfrost/genxml: add Multiplanar Surface descriptorItalo Nicola1-0/+8
2023-08-07panfrost/genxml: fix Surface With Stride descriptor alignmentItalo Nicola1-1/+1
2023-08-07pvr: do not claim support for ASTC texture compressionLuigi Santivetti1-1/+1
2023-08-07freedreno: add ci flakeantonino1-0/+1
2023-08-07virgl: add ci flakeantonino1-0/+1
2023-08-07panfrost/vk: Use correct sampler dimensions for MSAADaniel Stone1-3/+5
2023-08-07anv: enable INTEL_DEBUG=nofcLionel Landwerlin2-0/+12
2023-08-07v3dv: drop cpu path for buffer to image copiesIago Toral Quiroga3-147/+0
2023-08-07radv: initialize result when pipeline cache creation failsChris Spencer1-1/+3
2023-08-07zink: use fprintf instead of printf to align the requirements warningsDave Airlie1-1/+1
2023-08-07zink: force image barriers after dmabuf importMike Blumenkrantz1-1/+2
2023-08-07zink: better handle separate shader dsl creation when no bindings existMike Blumenkrantz1-3/+9
2023-08-06docs: add two nvk exts to features.txtDave Airlie1-2/+2
2023-08-06intel/decoder: Make intel_spec_load_filename() have separate dir and name str...Jordan Justen4-15/+8
2023-08-06intel/decoder: Add intel_spec_load_common()Jordan Justen1-94/+116
2023-08-06intel/decoder: Fix xml filename when verx10 % 10 is not 0Jordan Justen1-1/+2
2023-08-06r600/sfn: Take source uses into account when switching channelsGert Wollny1-0/+6
2023-08-06nvk: Call nir_lower_int64Faith Ekstrand1-0/+2
2023-08-06nvk: Use more consistent device variable namesFaith Ekstrand16-123/+119
2023-08-05ci/freedreno: document another flakes on Adreno 530David Heidelberg1-0/+3
2023-08-05nv50/ir: convert system values to gl_system_valueKarol Herbst6-31/+19
2023-08-05nv50/ir: use own info struct for sys valsKarol Herbst4-12/+29
2023-08-04nvk: Enable the new UAPIFaith Ekstrand4-3/+23
2023-08-04nvk: Print an error message if VM_BIND support is missingFaith Ekstrand1-0/+8
2023-08-04nouveau/winsys: Allow nouveau_ws_device_new() without VM_BINDFaith Ekstrand3-25/+36
2023-08-04nvk: add new internal bo allocation flag.Dave Airlie9-16/+48
2023-08-04nvk: Use an empty EXEC for the empty submit caseFaith Ekstrand3-0/+11
2023-08-04nvk: enable sparse residency buffer on maxwell+Dave Airlie1-0/+2
2023-08-04nvk: enable a bunch of external fence/semaphore bitsDave Airlie2-0/+6
2023-08-04nvk: enable sparse featuresDave Airlie1-1/+11
2023-08-04nvk: Handle pre-turing indirect buffers with sparseDave Airlie3-12/+36
2023-08-04nvk/queue: add support for syncobjs and sparse bindsDave Airlie5-20/+349
2023-08-04nvk: Add support for sparse imagesDave Airlie4-15/+107
2023-08-04nvk: Add support for sparse buffersDave Airlie3-2/+57
2023-08-04nouveau/mme: Support the new UAPIFaith Ekstrand2-1/+47