Home
last modified time | relevance | path

Searched +full:00 +full:- +full:mesa +full:- +full:defaults (Results 1 – 15 of 15) sorted by relevance

/third_party/mesa3d/docs/relnotes/
D22.3.3.rst1 Mesa 22.3.3 Release Notes / 2023-01-11
4 Mesa 22.3.3 is a bug fix release which fixes bugs found since the 22.3.2 release.
6 Mesa 22.3.3 implements the OpenGL 4.6 API, but the version reported by
13 Mesa 22.3.3 implements the Vulkan 1.3 API, but the version reported by
18 ---------------
22 bed799788bf2bd9ef079d97cd8e09348bf53cb086818578e40773b2b17812922 mesa-22.3.3.tar.xz
26 ------------
28 - None
32 ---------
34 - radeonsi: Broken graphics in game ibb & obb with mesa_glthread=true
[all …]
D23.0.2.rst1 Mesa 23.0.2 Release Notes / 2023-04-07
4 Mesa 23.0.2 is a bug fix release which fixes bugs found since the 23.0.1 release.
6 Mesa 23.0.2 implements the OpenGL 4.6 API, but the version reported by
13 Mesa 23.0.2 implements the Vulkan 1.3 API, but the version reported by
18 ---------------
22 1b7d3399fc6f16f030361f925d33ebc7600cbf98094582f54775b6a1180529e7 mesa-23.0.2.tar.xz
27 ------------
29 - None
33 ---------
35 - allwinner a64: DRM_IOCTL_MODE_CREATE_DUMB failed: Cannot allocate memory after some time of apps …
[all …]
D21.3.8.rst1 Mesa 21.3.8 Release Notes / 2022-03-18
4 Mesa 21.3.8 is a bug fix release which fixes bugs found since the 21.3.7 release.
6 Mesa 21.3.8 implements the OpenGL 4.6 API, but the version reported by
13 Mesa 21.3.8 implements the Vulkan 1.2 API, but the version reported by
18 ---------------
22 e70d273bdc53a4e931871bb5550ba3900e6a3deab2fff64184107c33e92d9da7 mesa-21.3.8.tar.xz
26 ------------
28 - None
32 ---------
34 - freedreno: deqp cts fails
[all …]
D24.2.4.rst1 Mesa 24.2.4 Release Notes / 2024-10-03
4 Mesa 24.2.4 is a bug fix release which fixes bugs found since the 24.2.3 release.
6 Mesa 24.2.4 implements the OpenGL 4.6 API, but the version reported by
13 Mesa 24.2.4 implements the Vulkan 1.3 API, but the version reported by
18 -------------
22 SHA256: 5ea42a8bb6d58aec9754c9f553b1e413f67c09403741f8e2786c3f9e63d3461a mesa-24.2.4.tar.xz
23 …fc50e8ddc62c35a84b2013285c84080d963aec2afb94dac345f5f00e7ccf9ae7e9ab3f5b9ba0bcb mesa-24.2.4.tar.xz
27 ------------
29 - None
33 ---------
[all …]
D22.0.2.rst1 Mesa 22.0.2 Release Notes / 2022-04-21
4 Mesa 22.0.2 is a bug fix release which fixes bugs found since the 22.0.1 release.
6 Mesa 22.0.2 implements the OpenGL 4.6 API, but the version reported by
13 Mesa 22.0.2 implements the Vulkan 1.2 API, but the version reported by
18 ---------------
22 df4fa560dcce6680133067cd15b0505fc424ca703244ce9ab247c74d2fab6885 mesa-22.0.2.tar.xz
26 ------------
28 - None
32 ---------
34 - Vulkan::Calling vkWaitForFences Timeout
[all …]
D19.1.0.rst1 Mesa 19.1.0 Release Notes / June 11, 2019
4 Mesa 19.1.0 is a new development release. People who are concerned with
6 for Mesa 19.1.1.
8 Mesa 19.1.0 implements the OpenGL 4.5 API, but the version reported by
17 ----------------
21 2a6c3af3a803389183168e449c536304cf03e0f82c4c9333077933543b9d02f3 mesa-19.1.0.tar.xz
24 ------------
26 - GL_ARB_parallel_shader_compile on all drivers.
27 - GL_EXT_gpu_shader4 on all GL 3.1 drivers.
28 - GL_EXT_shader_image_load_formatted on radeonsi.
[all …]
D22.1.0.rst1 Mesa 22.1.0 Release Notes / 2022-05-18
4 Mesa 22.1.0 is a new development release. People who are concerned
6 wait for Mesa 22.1.1.
8 Mesa 22.1.0 implements the OpenGL 4.6 API, but the version reported by
15 Mesa 22.1.0 implements the Vulkan 1.2 API, but the version reported by
20 ---------------
24 df6270c1371eaa2aa6eb65b95cbbb2a98b14fa4b7ba0ed45e4ca2fd32df60477 mesa-22.1.0.tar.xz
28 ------------
30 - d3d12 GL4.2
31 - GL_NV_pack_subimage
[all …]
D23.1.0.rst1 Mesa 23.1.0 Release Notes / 2023-05-10
4 Mesa 23.1.0 is a new development release. People who are concerned
6 wait for Mesa 23.1.1.
8 Mesa 23.1.0 implements the OpenGL 4.6 API, but the version reported by
15 Mesa 23.1.0 implements the Vulkan 1.3 API, but the version reported by
20 ---------------
24 a9dde3c76571c4806245a05bda1cceee347c3267127e9e549e4f4e225d92e992 mesa-23.1.0.tar.xz
28 ------------
30 - VK_EXT_pipeline_library_group_handles on RADV
31 - VK_EXT_image_sliced_view_of_3d on RADV/GFX10+
[all …]
/third_party/mesa3d/bin/ci/
Dci_post_gantt.py7 # SPDX-License-Identifier: MIT
35 def read_last_event_date_from_file() -> str:
41 last_event_date = (datetime.now() - timedelta(days=3)).isoformat()
45 def pretty_time(time_str: str) -> str:
49 time_d = datetime.fromisoformat(time_str.replace("Z", "+00:00")).astimezone(
55 def compose_message(file_name: str, attachment_url: str) -> str:
67 def gitlab_upload_file_get_url(gl: Gitlab, project_id: str, filepath: str) -> str:
130 # the "after" only considers the "2023-10-24" part, it doesn't consider the time
134 after=(datetime.now() - timedelta(days=3)).isoformat(),
139 last_event_at.replace("Z", "+00:00")
[all …]
/third_party/mesa3d/src/util/
Dmeson.build2 # SPDX-License-Identifier: MIT
69 'mesa-sha1.c',
70 'mesa-sha1.h',
71 'mesa-blake3.c',
72 'mesa-blake3.h',
174 files_drirc = files('00-mesa-defaults.conf')
177 files_drirc += files('00-radv-defaults.conf')
186 args : ['--noout', '--valid', files_drirc],
283 files('streaming-load-memcpy.c'),
317 c_xmlconfig_arg = '-DWITH_XMLCONFIG=@0@'.format(use_xmlconfig.to_int())
[all …]
/third_party/mesa3d/
D.mr-label-maker.yml4 name: 'mesa'
32 'gitlab-ci': 'CI'
39 'intel/compiler': 'intel-compiler'
40 'intel/brw': 'intel-brw'
41 'intel/elk': 'intel-elk'
42 'intel/tools': 'intel-tools'
43 'intel/executor': 'intel-executor'
49 'mesa': 'mesa'
75 'spirv': 'SPIR-V'
84 'vaapi': 'VA-API'
[all …]
D.pick_status.json44 "description": "mesa: avoid creating incomplete surfaces when multiview goes out of range",
54 "description": "mesa: add error handling for OVR_multiview",
144 "description": "zink: alloc bo ids for non-slab bos too",
174 … "description": "zink: Revert \"zink: enable single-plane modifiers for generic 2D exports\"",
514 "description": "etnaviv/ci: Update flakes for gc7000-r6214",
554 "description": "radv: add experimental support for AMD BC-250 board",
564 "description": "tu: fix zero-index perfcntr collection for derived counters",
584 "description": "r600: fix the indirect draw 8-bits path",
624 "description": "ci/lava: Add U-Boot action timeout for rockchip DUTs",
654 "description": "ci/lava: Drop the repeating quotes on lava-test-case",
[all …]
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_screen.c47 #include "drm-uapi/i915_drm.h"
63 switch ((devinfo)->verx10) { \
106 intel_uuid_compute_device_id((uint8_t *)uuid, &screen->devinfo, PIPE_UUID_SIZE); in crocus_get_device_uuid()
113 const struct intel_device_info *devinfo = &screen->devinfo; in crocus_get_driver_uuid()
122 const struct intel_device_info *devinfo = &screen->devinfo; in crocus_get_name()
125 snprintf(buf, sizeof(buf), "Mesa %s", devinfo->name); in crocus_get_name()
144 const struct intel_device_info *devinfo = &screen->devinfo; in crocus_get_shader_param()
150 if (devinfo->ver < 6 && in crocus_get_shader_param()
155 if (devinfo->ver == 6 && in crocus_get_shader_param()
183 return devinfo->ver >= 6 ? 16 : 1; in crocus_get_shader_param()
[all …]
/third_party/ffmpeg/doc/
Dfilters.texi13 input --> split ---------------------> overlay --> output
16 +-----> crop --> vflip -------+
25 ffmpeg -i INPUT -vf "split [main][tmp]; [tmp] crop=iw:ih/2:0:0, vflip [flip]; [main][flip] overlay=…
50 There exist so-called @var{source filters} that do not have an
65 graph2dot -h
77 tools/graph2dot -o graph.tmp && \
78 dot -Tpng graph.tmp -o graph.png && \
84 a complete self-contained graph, with its inputs and outputs explicitly defined.
87 ffmpeg -i infile -vf scale=640:360 outfile
118 @option{-filter}/@option{-vf}/@option{-af} and
[all …]
/third_party/skia/m133/src/gpu/ganesh/gl/
DGrGLCaps.cpp4 * Use of this source code is governed by a BSD-style license that can be
109 this->init(contextOptions, ctxInfo, glInterface); in GrGLCaps()
131 this->setDeviceName(reinterpret_cast<const char*>(deviceName)); in init()
311 // GrCaps defaults fClampToBorderSupport to true, so disable when unsupported in init()
412 * Protected Queue - which is not allowed in Vulkan. in init()
422 this->initGLSL(ctxInfo, gli); in init()
425 // Enable supported shader-related caps in init()
427 shaderCaps->fDualSourceBlendingSupport = in init()
432 shaderCaps->fShaderDerivativeSupport = true; in init()
433 shaderCaps->fExplicitTextureLodSupport = in init()
[all …]