/aosp_15_r20/external/angle/third_party/mesa/ |
H A D | mesa_autogen.gni | 12 "src/gallium/targets/dri/libgallium_dri.so", 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", 344 "src/gallium/auxiliary/draw/draw_context.c", 345 "src/gallium/auxiliary/draw/draw_fs.c", 346 "src/gallium/auxiliary/draw/draw_gs.c", 347 "src/gallium/auxiliary/draw/draw_pipe.c", 348 "src/gallium/auxiliary/draw/draw_pipe_aaline.c", 349 "src/gallium/auxiliary/draw/draw_pipe_aapoint.c", [all …]
|
/aosp_15_r20/external/mesa3d/ |
H A D | .mr-label-maker.yml | 29 'gallium': 'gallium' 174 '^src/gallium/auxiliary/': ['gallium'] 175 '^src/gallium/auxiliary/nir/': ['NIR'] 176 '^src/gallium/auxiliary/nir/.*tgsi.*': ['TGSI'] 177 '^src/gallium/auxiliary/tgsi/': ['TGSI'] 178 '^src/gallium/docs/': ['gallium'] 179 '^src/gallium/drivers/asahi/': ['asahi'] 180 '^src/gallium/drivers/crocus/': ['crocus'] 181 '^src/gallium/drivers/d3d12/': ['d3d12'] 182 '^src/gallium/drivers/etnaviv/': ['etnaviv'] [all …]
|
H A D | meson_options.txt | 78 'gallium-drivers', 87 description : 'List of gallium drivers to build. If this is set to auto ' + 93 'gallium-extra-hud', 100 'gallium-vdpau', 103 description : 'enable gallium vdpau frontend.', 114 'gallium-va', 117 description : 'enable gallium va frontend.', 128 'gallium-xa', 131 description : 'enable gallium xa frontend.', 135 'gallium-nine', [all …]
|
H A D | CODEOWNERS | 68 # Gallium targets 69 /src/gallium/targets/ @xexaxo 83 /src/gallium/frontends/hgl/ @kallisti5 84 /src/gallium/winsys/sw/hgl/ @kallisti5 89 # Loader - Gallium 90 /src/gallium/auxiliary/pipe-loader/ @xexaxo 91 /src/gallium/auxiliary/target-helpers/ @xexaxo 116 /src/gallium/drivers/asahi/ @alyssa 120 /src/gallium/drivers/v3d/ @itoral @chema @jasuarez 121 /src/gallium/drivers/vc4/ @itoral @chema @jasuarez [all …]
|
/aosp_15_r20/external/mesa3d/.gitlab-ci/build/ |
H A D | gitlab-ci.yml | 101 -D gallium-nine=true 102 -D gallium-va=enabled 103 -D gallium-rusticl=true 140 -D gallium-opencl=disabled 141 -D gallium-drivers= 174 -D gallium-opencl=disabled 175 -D gallium-drivers= 198 -D gallium-extra-hud=true 199 -D gallium-vdpau=enabled 200 -D gallium-va=enabled [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_context.c | 991 struct pipe_context *gallium = (struct pipe_context *)ctx; in panfrost_create_context() local 1006 gallium->screen = screen; in panfrost_create_context() 1008 gallium->destroy = panfrost_destroy; in panfrost_create_context() 1010 gallium->set_framebuffer_state = panfrost_set_framebuffer_state; in panfrost_create_context() 1011 gallium->set_debug_callback = u_default_set_debug_callback; in panfrost_create_context() 1013 gallium->create_fence_fd = panfrost_create_fence_fd; in panfrost_create_context() 1014 gallium->fence_server_sync = panfrost_fence_server_sync; in panfrost_create_context() 1016 gallium->flush = panfrost_flush; in panfrost_create_context() 1017 gallium->clear = panfrost_clear; in panfrost_create_context() 1018 gallium->clear_texture = u_default_clear_texture; in panfrost_create_context() [all …]
|
/aosp_15_r20/hardware/google/gfxstream/ |
D | meson_options.txt | 71 'gallium-drivers', 79 description : 'List of gallium drivers to build. If this is set to auto ' + 85 'gallium-extra-hud', 92 'gallium-vdpau', 95 description : 'enable gallium vdpau frontend.', 106 'gallium-omx', 110 description : 'enable gallium omx frontend.', 122 'gallium-va', 125 description : 'enable gallium va frontend.', 136 'gallium-xa', [all …]
|
/aosp_15_r20/external/mesa3d/docs/relnotes/ |
H A D | 21.0.0.rst | 44 - Removed classic OSMesa in favor of the newly improved gallium OSMesa 50 - Classic swrast dri driver removed in favor of gallium swrast (llvmpipe or softpipe) 173 - osmesa gallium state tracker: Leak of screens and buffers on exit/shared library unload 174 - Gallium OSMesa driver is far from being thread-safe 512 - gallium/vl: Set modifier field for winsys handle. 629 - gallium/util: Fix depth/stencil blit shaders 863 - CI: Build d3d12 Gallium driver and CLC framework on MSVC 911 - gallium: handle empty cbuf slots in framebuffer samples helper 938 - gallium: fix missing bit field in p_state.h 952 - gallium: add an api to retrieve pipe offsets [all …]
|
H A D | 7.11.rst | 30 - GL_ARB_ES2_compatibility (gallium drivers) 31 - GL_ARB_color_buffer_float (gallium drivers, i965) 32 - GL_ARB_draw_buffers_blend (gallium) 33 - GL_ARB_draw_instanced extension (gallium drivers, swrast) 34 - GL_ARB_instanced_arrays extension (gallium drivers) 35 - GL_ARB_occlusion_query2 (gallium drivers, swrast) 37 - GL_ARB_sampler_objects (gallium drivers) 38 - GL_ARB_seamless_cube_map (gallium r600) 39 - GL_ARB_shader_texture_lod (gallium drivers, i965) 40 - GL_ARB_sync (gallium drivers only, intel support was in 7.6) [all …]
|
H A D | 19.3.0.rst | 92 - Meson: Building osmesa gallium and tests at the same time results in 93 osmesa gallium build failure 99 - Piglit tests regression in gallium drivers 114 gallium video statetrackers when using x11 131 - gallium/xlib: Fix an obvious thinko 135 - gallium: Require LLVM >= 3.4 136 - gallium: Require LLVM >= 3.5 137 - gallium: Require LLVM >= 3.6 138 - gallium: Require LLVM >= 3.7 139 - gallium: Require LLVM >= 3.8 [all …]
|
H A D | 20.1.0.rst | 34 - GL_NV_copy_image on all gallium drivers. 35 - GL_NV_pixel_buffer_object on all gallium drivers, i915, i965, swrast. 258 - gallium: enable EGL_EXT_image_dma_buf_import_modifiers 861 - gallium/util: Fix leak in the live shader cache 1350 - gallium/auxiliary: add the microsoft tessellator and a pipe wrapper. 1359 - gallium/nir/tgsi: only scan fragment shader inputs for usage_mask 1363 - gallium: fix build with latest meson and gcc10 1366 - gallium/llvmpipe: add an optimised 32-bit memset 1527 - gallium/osmesa: Fix a typo in the unit test's test names. 1528 - gallium/osmesa: Fix MakeCurrent of non-8888 contexts. [all …]
|
H A D | 20.3.0.rst | 154 - \[BRW\] WRC 5 asserts with gallium nine and iris. 397 - gallium/dri2: Support Arm modifiers 501 - gallium: Add util_blend_factor_uses_dest helper 502 - gallium: Add util_blend_uses_dest helper 850 - radv,gallium: Add driconf option to reduce advertised VRAM size. 935 - ci: Extend meson-clang coverage by compiling all gallium drivers 1252 - gallium: add an interface for memory allocations. 1253 - gallium: add a resource flag to say no over allocation. 1263 - gallium/nir/tgsi: reindent some code in the nir->tgsi info (v2) 1267 - gallium/nir/tgsi: add support for compact variables [all …]
|
H A D | 21.2.0.rst | 174 - mesa-21.1.1/src/gallium/drivers/vc4/vc4_resource.c:790: reading from uninitialised array 191 - gallium: tc regression 196 - Tungsten Graphics links in Gallium docs 222 - Build fail due to "parameter name omitted" on Gallium Nine 246 - gallium/xlib: Fix for recent gl_config changes 260 - gallium: Fix PIPE_BIND_SAMPLER_REDUCTION_MINMAX definition to be unique 283 - gallium: Reset attachments to ST_ATTACHMENT_INVALID when revalidating 286 - gallium: Remove unused st_visual::render_buffer 289 - gallium/dri: Remove unused dri_drawable::drisw_surface 432 - asahi: Add Gallium driver [all …]
|
H A D | 19.1.0.rst | 30 - GL_EXT_texture_compression_s3tc_srgb on Gallium drivers and i965 (ES 113 - gallium/st/va: change va max_profiles when using Radeon VCN 168 - Missing OpenGL symbols in OSMesa Gallium when building with meson 344 - gallium/swr: Param defaults for unhandled PIPE_CAPs 345 - gallium/aux: add PIPE_CAP_MAX_VARYINGS to u_screen 426 - panfrost: Decouple Gallium clear from FBD clear 582 - iris: fix build with gallium nine 661 - drirc: Add Gallium nine workaround for Rayman Legends 688 - gallium-xlib: query MIT-SHM before using it. 831 - gallium/util: whitespace cleanups in u_bitmask.[ch] [all …]
|
/aosp_15_r20/external/virglrenderer/ |
H A D | Android.bp | 77 "src/gallium/auxiliary", 78 "src/gallium/auxiliary/util", 79 "src/gallium/include", 88 "src/gallium/auxiliary/cso_cache/cso_cache.c", 89 "src/gallium/auxiliary/cso_cache/cso_hash.c", 90 "src/gallium/auxiliary/tgsi/tgsi_build.c", 91 "src/gallium/auxiliary/tgsi/tgsi_dump.c", 92 "src/gallium/auxiliary/tgsi/tgsi_info.c", 93 "src/gallium/auxiliary/tgsi/tgsi_iterate.c", 94 "src/gallium/auxiliary/tgsi/tgsi_parse.c", [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/lavapipe/ci/ |
H A D | gitlab-ci-inc.yml | 8 - !reference [.gallium-core-rules, rules] 10 - src/gallium/drivers/llvmpipe/* 11 - src/gallium/frontends/lavapipe/* 12 - src/gallium/frontends/lavapipe/ci/gitlab-ci.yml 13 - src/gallium/frontends/lavapipe/ci/gitlab-ci-inc.yml 14 - src/gallium/frontends/lavapipe/ci/deqp-$DEQP_SUITE.toml 15 - src/gallium/frontends/lavapipe/ci/$GPU_VERSION-fails.txt 16 - src/gallium/frontends/lavapipe/ci/$GPU_VERSION-flakes.txt 17 - src/gallium/frontends/lavapipe/ci/$GPU_VERSION-skips.txt 18 - src/gallium/frontends/lavapipe/ci/$VK_DRIVER-skips.txt [all …]
|
/aosp_15_r20/out/soong/.intermediates/external/virglrenderer/libvirglrenderer/android_arm64_armv8-2a_cortex-a55_static_apex10000/obj/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_text.o.d | 1 …rm64_armv8-2a_cortex-a55_static_apex10000/obj/external/virglrenderer/src/gallium/auxiliary/tgsi/tg… 2 external/virglrenderer/src/gallium/auxiliary/tgsi/tgsi_text.c \ 93 external/virglrenderer/src/gallium/auxiliary/util/u_prim.h \ 94 external/virglrenderer/src/gallium/include/pipe/p_defines.h \ 98 external/virglrenderer/src/gallium/auxiliary/util/u_inlines.h \ 99 external/virglrenderer/src/gallium/include/pipe/p_shader_tokens.h \ 100 external/virglrenderer/src/gallium/include/pipe/p_state.h \ 101 external/virglrenderer/src/gallium/include/pipe/p_format.h \ 103 external/virglrenderer/src/gallium/auxiliary/util/u_debug_describe.h \ 104 external/virglrenderer/src/gallium/auxiliary/util/u_debug_refcnt.h \ [all …]
|
D | tgsi_sanity.o.d | 1 …rm64_armv8-2a_cortex-a55_static_apex10000/obj/external/virglrenderer/src/gallium/auxiliary/tgsi/tg… 2 external/virglrenderer/src/gallium/auxiliary/tgsi/tgsi_sanity.c \ 93 external/virglrenderer/src/gallium/auxiliary/util/u_prim.h \ 94 external/virglrenderer/src/gallium/include/pipe/p_defines.h \ 98 external/virglrenderer/src/gallium/auxiliary/cso_cache/cso_hash.h \ 99 external/virglrenderer/src/gallium/auxiliary/tgsi/tgsi_sanity.h \ 100 external/virglrenderer/src/gallium/auxiliary/tgsi/tgsi_info.h \ 101 external/virglrenderer/src/gallium/include/pipe/p_shader_tokens.h \ 102 external/virglrenderer/src/gallium/auxiliary/util/u_format.h \ 103 external/virglrenderer/src/gallium/include/pipe/p_format.h \ [all …]
|
D | tgsi_dump.o.d | 1 …rm64_armv8-2a_cortex-a55_static_apex10000/obj/external/virglrenderer/src/gallium/auxiliary/tgsi/tg… 2 external/virglrenderer/src/gallium/auxiliary/tgsi/tgsi_dump.c \ 101 external/virglrenderer/src/gallium/auxiliary/tgsi/tgsi_dump.h \ 104 external/virglrenderer/src/gallium/include/pipe/p_defines.h \ 105 external/virglrenderer/src/gallium/include/pipe/p_shader_tokens.h \ 106 external/virglrenderer/src/gallium/auxiliary/tgsi/tgsi_info.h \ 107 external/virglrenderer/src/gallium/auxiliary/util/u_format.h \ 108 external/virglrenderer/src/gallium/include/pipe/p_format.h \ 110 external/virglrenderer/src/gallium/auxiliary/tgsi/tgsi_iterate.h \ 111 external/virglrenderer/src/gallium/auxiliary/tgsi/tgsi_parse.h \ [all …]
|
/aosp_15_r20/external/mesa3d/bin/ |
H A D | gen_vs_module_defs.py | 74 …n ./bin/gen_vs_module_defs.py --in_file src/gallium/targets/libgl-gdi/opengl32.def.in --out_file s… 75 …n ./bin/gen_vs_module_defs.py --in_file src/gallium/targets/libgl-gdi/opengl32.def.in --out_file s… 77 …thon ./bin/gen_vs_module_defs.py --in_file src/gallium/targets/osmesa/osmesa.def.in --out_file src… 78 …thon ./bin/gen_vs_module_defs.py --in_file src/gallium/targets/osmesa/osmesa.def.in --out_file src… 80 …hon ./bin/gen_vs_module_defs.py --in_file src/gallium/targets/wgl/gallium_wgl.def.in --out_file sr… 81 …hon ./bin/gen_vs_module_defs.py --in_file src/gallium/targets/wgl/gallium_wgl.def.in --out_file sr… 86 …n ./bin/gen_vs_module_defs.py --in_file src/gallium/targets/lavapipe/vulkan_lvp.def.in --out_file … 87 …n ./bin/gen_vs_module_defs.py --in_file src/gallium/targets/lavapipe/vulkan_lvp.def.in --out_file …
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/ci/ |
H A D | gitlab-ci-inc.yml | 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 13 - src/gallium/drivers/llvmpipe/ci/$GPU_VERSION-fails.txt 14 - src/gallium/drivers/llvmpipe/ci/$GPU_VERSION-flakes.txt 15 - src/gallium/drivers/llvmpipe/ci/$GPU_VERSION-skips.txt 16 - src/gallium/drivers/llvmpipe/ci/$PIGLIT_TRACES_FILE 17 - src/gallium/drivers/llvmpipe/ci/$GALLIUM_DRIVER-skips.txt 18 - src/gallium/drivers/llvmpipe/ci/$DRIVER_NAME-skips.txt [all …]
|
/aosp_15_r20/out/soong/.intermediates/external/virglrenderer/libvirglrenderer/android_arm64_armv8-2a_cortex-a55_static_apex10000/ |
D | libvirglrenderer.a.rsp | 1 …gallium/auxiliary/cso_cache/cso_cache.o out/soong/.intermediates/external/virglrenderer/libvirglre…
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/ci/ |
H A D | gitlab-ci-inc.yml | 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 13 - src/gallium/drivers/r300/ci/$GPU_VERSION-fails.txt 14 - src/gallium/drivers/r300/ci/$GPU_VERSION-flakes.txt 15 - src/gallium/drivers/r300/ci/$GPU_VERSION-skips.txt 16 - src/gallium/winsys/radeon/**/* 36 - src/gallium/frontends/nine/*
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/ci/ |
H A D | gitlab-ci-inc.yml | 14 - src/gallium/drivers/nouveau/* 15 - src/gallium/drivers/nouveau/nv*/**/* 16 - src/gallium/drivers/nouveau/ci/gitlab-ci.yml 17 - src/gallium/drivers/nouveau/ci/gitlab-ci-inc.yml 18 - src/gallium/drivers/nouveau/ci/deqp-$DEQP_SUITE.toml 19 - src/gallium/drivers/nouveau/ci/$GPU_VERSION-fails.txt 20 - src/gallium/drivers/nouveau/ci/$GPU_VERSION-flakes.txt 21 - src/gallium/drivers/nouveau/ci/$GPU_VERSION-skips.txt 22 - src/gallium/winsys/kmsro/**/* 23 - src/gallium/winsys/nouveau/**/*
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/xa/ |
H A D | README | 30 The XA gallium frontend is intended as a versioned interface to gallium for 32 composite / video work for the Xorg gallium frontend. 34 The motivation behind this gallium frontend is that the Xorg gallium frontend has 42 Since Gallium3D is not versioned, the Xorg gallium frontend needs to be compiled 43 with Gallium, but it's really beneficial to be able to compile xorg drivers 46 Therefore the xa gallium frontend is intended to supply the following 58 we need to be able to load the appropriate gallium pipe driver, and we 59 should investigate sharing the loadig mechanism with the EGL gallium frontend.
|