/aosp_15_r20/external/mesa3d/ |
H A D | .mr-label-maker.yml | 29 'gallium': 'gallium' 31 'gitlab-ci': 'CI' 38 'intel/compiler': 'intel-compiler' 39 'intel/brw': 'intel-brw' 40 'intel/elk': 'intel-elk' 41 'intel/tools': 'intel-tools' 73 'spirv': 'SPIR-V' 82 'vaapi': 'VA-API' 119 '^.gitlab-ci': ['CI'] 120 '^.*/gitlab-ci(-inc)?.yml': ['CI'] [all …]
|
H A D | CODEOWNERS | 9 # As of GitLab 14.3, all features surrounding this file are premium-only, 22 # Build system - Meson 27 # Build system - Android 58 # EGL - Android support 59 /src/egl/drivers/dri2/platform_android.c @robh @tfiga 61 # EGL - Device support 62 /src/egl/drivers/dri2/platform_device.c @xexaxo 64 # EGL - Wayland support 66 /src/egl/drivers/dri2/platform_wayland.c @daniels @eric 68 # Gallium targets [all …]
|
H A D | meson_options.txt | 1 # Copyright © 2017-2019 Intel Corporation 2 # SPDX-License-Identifier: MIT 5 'split-debug', 8 …ription : 'split debug information (-gsplit-dwarf compile flag) and debug information in the gdb i… 22 'egl-native-platform', 33 'android-stub', 36 description : 'Build against android-stub', 40 'android-strict', 44 'failures or other problems, but allows drivers to expose ' + 49 'android-libbacktrace', [all …]
|
H A D | meson.build | 1 # Copyright © 2017-2020 Intel Corporation 2 # SPDX-License-Identifier: MIT 12 'b_ndebug=if-release', 22 add_global_arguments('-fobjc-arc', language : 'objc') 39 …ug') == 'true' or (get_option('buildtype') == 'release' and get_option('b_ndebug') == 'if-release') 45 '-D__STDC_CONSTANT_MACROS', 46 '-D__STDC_FORMAT_MACROS', 47 '-D__STDC_LIMIT_MACROS', 48 '-DPACKAGE_VERSION="@0@"'.format(meson.project_version()), 49 '-DPACKAGE_BUGREPORT="https://gitlab.freedesktop.org/mesa/mesa/-/issues"', [all …]
|
/aosp_15_r20/external/angle/third_party/mesa/ |
H A D | mesa_autogen.gni | 1 # GENERATED FILE - DO NOT EDIT. 5 # Use of this source code is governed by a BSD-style license that can be 12 "src/gallium/targets/dri/libgallium_dri.so", 17 "src/mapi/shared-glapi/libglapi.so.0.0.0", 48 "src/compiler/glsl/glcpp/glcpp-lex.l", 49 "src/compiler/glsl/glcpp/glcpp-parse.y", 323 "src/compiler/spirv/spir-v.xml", 341 "src/gallium/auxiliary/cso_cache/cso_cache.c", 342 "src/gallium/auxiliary/cso_cache/cso_context.c", 343 "src/gallium/auxiliary/cso_cache/cso_hash.c", [all …]
|
/aosp_15_r20/hardware/google/gfxstream/ |
D | meson_options.txt | 2 # Copyright © 2017-2019 Intel Corporation 3 # SPDX-License-Identifier: MIT 17 'egl-native-platform', 28 'android-stub', 31 description : 'Build against android-stub', 35 'android-libbacktrace', 48 'dri-drivers-path', 51 description : 'Location to install dri drivers. Default: $libdir/dri.' 55 'dri-search-path', 58 description : 'Locations to search for dri drivers, passed as colon ' + [all …]
|
/aosp_15_r20/external/mesa3d/docs/relnotes/ |
H A D | 7.11.rst | 10 Some drivers don't support all the features required in OpenGL 2.1. 16 ------------- 20 fa2c7068503133fb2453244cda11cb2a MesaLib-7.11.tar.gz 21 ff03aca82d0560009a076a87c888cf13 MesaLib-7.11.tar.bz2 22 ede1ac0976f6f05df586093fc17d63ed MesaLib-7.11.zip 23 b4fb81a47c5caedaefad49af7702c23d MesaGLUT-7.11.tar.gz 24 77a9a0bbd7f8bca882aa5709b88cb071 MesaGLUT-7.11.tar.bz2 25 c19ef0c6eb61188c96ed4ccedd70717c MesaGLUT-7.11.zip 28 ------------ 30 - GL_ARB_ES2_compatibility (gallium drivers) [all …]
|
H A D | 7.6.rst | 10 Some drivers don't support all the features required in OpenGL 2.1. 16 ------------- 20 5ffa7d7abf8973f57a1bc4f813e6dade MesaLib-7.6.tar.gz 21 8c75f90cd0303cfac9e4b6d54f6759ca MesaLib-7.6.tar.bz2 22 27fcfd69708599c978cb34ba5cd363e1 MesaLib-7.6.zip 23 e7befb3ae604f591806194a4da445628 MesaDemos-7.6.tar.gz 24 0ede7adf217951acd90dbe4551210c07 MesaDemos-7.6.tar.bz2 25 ed9298409cf6613bc0964525ca4afc8a MesaDemos-7.6.zip 26 666955668e44ff14acf7d15dc78407d3 MesaGLUT-7.6.tar.gz 27 b8b59706f827d18d1b784a0ff98b4dc2 MesaGLUT-7.6.tar.bz2 [all …]
|
H A D | 8.0.rst | 10 Some drivers don't support all the features required in OpenGL 3.0. 16 ------------- 20 3516fea6c28ce4a0fa9759e4894729a1 MesaLib-8.0.tar.gz 21 1a5668fe72651a670611164cefc703b2 MesaLib-8.0.tar.bz2 22 66f5a01a85530a91472a3acceb556db8 MesaLib-8.0.zip 25 ------------ 27 - GL_ARB_ES2_compatibility (r300g, r600g) 28 - GL_ARB_depth_buffer_float (r600g) 29 - GL_ARB_vertex_type_2_10_10_10_rev (r600g) 30 - GL_ARB_texture_storage (gallium drivers and swrast) [all …]
|
H A D | 7.9.rst | 10 Some drivers don't support all the features required in OpenGL 2.1. 16 ------------- 20 ed65ab425b25895c7f473d0a5e6e64f8 MesaLib-7.9.tar.gz 21 82c740c49d572baa6da2b1a1eee90bca MesaLib-7.9.tar.bz2 22 cd2b6ecec759b0457475e94bbb38fedb MesaLib-7.9.zip 23 7b54af9fb9b1f6a1a65db2520f50848f MesaGLUT-7.9.tar.gz 24 20d07419d1929f833fdb36bced290ad5 MesaGLUT-7.9.tar.bz2 25 62a7edecd7c92675cd6029b05217eb0a MesaGLUT-7.9.zip 28 ------------ 30 - New, improved GLSL compiler written by Intel. See the :doc:`Shading [all …]
|
H A D | 21.0.0.rst | 1 Mesa 21.0.0 Release Notes / 2021-03-11 11 Some drivers don't support all the features required in OpenGL 4.6. OpenGL 20 --------------- 24 e6204e98e6a8d77cf9dc5d34f99dd8e3ef7144f3601c808ca0dd26ba522e0d84 mesa-21.0.0.tar.xz 28 ------------ 30 - GL_EXT_demote_to_helper_invocation on radeonsi 32 - GL_NV_compute_shader_derivatives on radeonsi 34 - EGL_MESA_platform_xcb 36 - Removed GL_NV_point_sprite for classic swrast. 38 - driconf: remove glx_disable_oml_sync_control, glx_disable_sgi_video_sync, and glx_disable_ext_buf… [all …]
|
H A D | 19.1.0.rst | 11 used. Some drivers don't support all the features required in OpenGL 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. 29 - GL_EXT_texture_buffer_object on all GL 3.1 drivers. 30 - GL_EXT_texture_compression_s3tc_srgb on Gallium drivers and i965 (ES 32 - GL_NV_compute_shader_derivatives on iris and i965. [all …]
|
H A D | 7.10.rst | 10 Some drivers don't support all the features required in OpenGL 2.1. 16 ------------- 20 0a70c15c135561824bdcae92bf232e43 MesaLib-7.10.tar.gz 21 33fb94eccc02cbb4d8d1365615e38e46 MesaLib-7.10.tar.bz2 22 5cafdc0eda0f9bf370b95c98df3338fa MesaLib-7.10.zip 23 bc644be551ed585fc4f66c16b64a91c9 MesaGLUT-7.10.tar.gz 24 5c2677a155672352d62b177e4f0f92e8 MesaGLUT-7.10.tar.bz2 25 2ce5001f74496d1ba719ef74d910a5cf MesaGLUT-7.10.zip 28 ------------ 30 - GL_ARB_explicit_attrib_location extension (Intel and software [all …]
|
H A D | 19.0.0.rst | 11 used. Some drivers don't support all the features required in OpenGL 17 ---------------- 21 4c5b9c5227d37c1f6bdc786a6fa7ee7fbce40b2e8a87340c7d3234534ece3304 mesa-19.0.0.tar.gz 22 5a549dfb40ec31e5c36c47aadac04554cb2e2a8d144a046a378fc16da57e38f8 mesa-19.0.0.tar.xz 25 ------------ 27 - GL_AMD_texture_texture4 on all GL 4.0 drivers. 28 - GL_EXT_shader_implicit_conversions on all drivers (ES extension). 29 - GL_EXT_texture_compression_bptc on all GL 4.0 drivers (ES extension). 30 - GL_EXT_texture_compression_rgtc on all GL 3.0 drivers (ES extension). 31 - GL_EXT_render_snorm on gallium drivers (ES extension). [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/ci/ |
H A D | gitlab-ci-inc.yml | 1 .llvmpipe-rules: 2 stage: software-renderer 4 - !reference [.test, rules] 5 - if: $FORCE_KERNEL_TAG != null 7 - !reference [.gl-rules, rules] 8 - changes: &llvmpipe_file_list 9 - src/gallium/drivers/llvmpipe/* 10 - src/gallium/drivers/llvmpipe/ci/gitlab-ci.yml 11 - src/gallium/drivers/llvmpipe/ci/gitlab-ci-inc.yml 12 - src/gallium/drivers/llvmpipe/ci/deqp-$DEQP_SUITE.toml [all …]
|
/aosp_15_r20/external/mesa3d/.gitlab-ci/build/ |
H A D | gitlab-ci.yml | 2 .build-common: 3 extends: .container+build-rules 6 # Build jobs don't take more than 1-3 minutes. 5-8 min max on a fresh runner 20 - _build/meson-logs/*.txt 21 - _build/meson-logs/strace 22 - artifacts 25 .build-linux: 26 extends: .build-common 33 - !reference [default, before_script] 34 - | [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/ci/ |
H A D | gitlab-ci-inc.yml | 1 .r300-rules: 4 - !reference [.test, rules] 5 - !reference [.ondracka-farm-rules, rules] 6 - !reference [.gl-rules, rules] 7 - changes: &r300_file_list 8 - src/gallium/drivers/r300/* 9 - src/gallium/drivers/r300/compiler/**/* 10 - src/gallium/drivers/r300/ci/gitlab-ci.yml 11 - src/gallium/drivers/r300/ci/gitlab-ci-inc.yml 12 - src/gallium/drivers/r300/ci/deqp-$DEQP_SUITE.toml [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/ci/ |
H A D | gitlab-ci-inc.yml | 1 .nouveau-rules: 4 - !reference [.test, rules] 5 - !reference [.anholt-farm-rules, rules] 6 - !reference [.gl-rules, rules] 7 - changes: &nouveau_file_list 8 - src/nouveau/* 9 - src/nouveau/codegen/**/* 10 - src/nouveau/drm/**/* 11 - src/nouveau/drm-shim/**/* 12 - src/nouveau/headers/**/* [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/ci/ |
H A D | gitlab-ci-inc.yml | 1 .zink-common-rules: 3 - !reference [.test, rules] 4 - !reference [.gl-rules, rules] 5 - changes: &zink_files_list 6 - src/gallium/drivers/zink/* 7 - src/gallium/drivers/zink/nir_to_spirv/* 8 - src/gallium/drivers/zink/ci/gitlab-ci.yml 9 - src/gallium/drivers/zink/ci/gitlab-ci-inc.yml 10 - src/gallium/drivers/zink/ci/deqp-$DEQP_SUITE.toml 11 - src/gallium/drivers/zink/ci/$GPU_VERSION-fails.txt [all …]
|
/aosp_15_r20/external/mesa3d/docs/ |
H A D | sourcetree.rst | 7 - **docs** - Documentation 8 - **include** - Public OpenGL header files 9 - **src** 11 - **amd** - AMD-specific sources 13 - **addrlib** - common sources for creating images 14 - **common** - common code between RADV, RadeonSI and ACO 15 - **compiler** - ACO shader compiler 16 - **llvm** - common code between RADV and RadeonSI for compiling 18 - **registers** - register definitions 19 - **vulkan** - RADV Vulkan implementation for AMD Southern Island [all …]
|
/aosp_15_r20/external/mesa3d/docs/_extra/ |
H A D | _redirects | 1 /drivers/vmware-guest.html /drivers/svga3d.html 301 2 /gallium/drivers/freedreno.html /drivers/freedreno.html 301 3 /gallium/drivers/freedreno/ir3-notes.html /drivers/freedreno/ir3-notes.html 301 4 /gallium/drivers/llvmpipe.html /drivers/llvmpipe.html 301 5 /gallium/drivers/zink.html /drivers/zink.html 301 6 /llvmpipe.html /drivers/llvmpipe.html 301 7 /postprocess.html /gallium/postprocess.html 301 9 /vmware-guest.html /drivers/vmware-guest.html 301
|
/aosp_15_r20/external/mesa3d/docs/gallium/ |
H A D | screen.rst | 6 A screen is an object representing the context-independent part of a device. 9 ---------------------- 20 driver/GPU. For floating-point values, use :ref:`get_paramf`, and for boolean 29 * ``PIPE_CAP_MAX_DUAL_SOURCE_RENDER_TARGETS``: How many dual-source blend RTs are support. 47 supported with the clamp-to-edge wrap mode. 49 with clamp or clamp-to-border wrap modes. 57 * ``PIPE_CAP_INDEP_BLEND_ENABLE``: Whether per-rendertarget blend enabling and channel 60 * ``PIPE_CAP_INDEP_BLEND_FUNC``: Whether per-rendertarget blend functions are 66 * ``PIPE_CAP_FS_COORD_ORIGIN_UPPER_LEFT``: Whether the upper-left origin 68 * ``PIPE_CAP_FS_COORD_ORIGIN_LOWER_LEFT``: Whether the lower-left origin [all …]
|
H A D | distro.rst | 4 Along with the interface definitions, the following drivers, Gallium frontends, 5 and auxiliary modules are shipped in the standard Gallium distribution. 7 Drivers chapter 8 ------- 18 A version of :ref:`softpipe` that uses the Low-Level Virtual Machine to 76 Gallium frontends 77 ----------------- 89 Tracker that implements the client-side DRI protocol, for providing direct 99 The Gallium frontend implementing a GL state machine. Not usable as 100 a standalone frontend; Mesa should be built with another Gallium frontend, [all …]
|
/aosp_15_r20/external/mesa3d/docs/drivers/ |
H A D | llvmpipe.rst | 5 ------------ 7 The Gallium LLVMpipe driver is a software rasterizer that uses LLVM to 10 to x86, x86-64, or ppc64le machine code. Also, the driver is 15 ------------ 17 - For x86 or amd64 processors, 64-bit mode is recommended. Support for 25 Vector-Scalar Facility) is recommended if supported AND Mesa is built 30 - Unless otherwise stated, LLVM version 3.9 or later is required. 34 .. code-block:: sh 36 aptitude install llvm-dev 43 For a RPM-based distribution do: [all …]
|
/aosp_15_r20/external/mesa3d/meson_to_hermetic/ |
H A D | aosp.toml | 2 # SPDX-License-Identifier: Apache-2.0 19 gallium-drivers = '' qkey 20 vulkan-drivers = '' 78 android-libbacktrace = 'disabled' 79 gallium-drivers = '' qkey 80 vulkan-drivers = 'freedreno,gfxstream-experimental' 81 freedreno-kmds = 'kgsl' 82 platform-sdk-version = 33 110 gallium-drivers = '' qkey 111 vulkan-drivers = 'gfxstream-experimental,swrast' [all …]
|