Home
last modified time | relevance | path

Searched full:lima (Results 1 – 25 of 619) sorted by relevance

12345678910>>...25

/external/mesa3d/docs/drivers/
Dlima.rst1 Lima title
4 Lima is an open source graphics driver which supports Mali Utgard
6 community-developed driver, and is not endorsed by ARM. Lima was
18 series) are handled by the :doc:`Panfrost <panfrost>` driver, not Lima.
31 Lima mainly targets **OpenGL ES 2.0**, as well as **OpenGL 2.1**
45 similarly supported to some extent in Lima.
50 These are some display drivers that have been tested with Lima:
63 These are some Lima-specific environment variables that may aid in
75 dump GPU command stream to ``$PWD/lima.dump``
79 use generic u_blitter instead of Lima-specific
[all …]
Dpanfrost.rst30 supported in the :doc:`Lima <lima>` driver, not Panfrost. Lima is also
194 Although these routines are part of Panfrost, they are also used by Lima, as Arm
/external/mesa3d/src/gallium/drivers/lima/ci/
Dgitlab-ci.yml1 .lima-rules:
5 - !reference [.lima-farm-rules, rules]
8 - src/gallium/drivers/lima/**/*
9 - src/gallium/winsys/lima/**/*
10 - src/lima/**/*
19 GPU_VERSION: lima
20 RUNNER_TAG: mesa-ci-x86-64-lava-lima
22 lima-mali450-deqp:arm64:
25 - .lima-rules
30 DEQP_SUITE: lima-mali450-deqp
[all …]
/external/mesa3d/src/gallium/drivers/lima/
Dmeson.build1 # Copyright © 2018 Lima Project
101 'lima',
136 build_by_default : with_tools.contains('lima'),
137 install : with_tools.contains('lima'),
155 build_by_default : with_tools.contains('lima'),
156 install : with_tools.contains('lima'),
Dlima_util.c2 * Copyright (C) 2018-2019 Lima Project
118 const char *dump_command = debug_get_option("LIMA_DUMP_FILE", "lima.dump"); in lima_dump_create()
123 fprintf(stderr, "lima: failed to open command stream log file %s\n", buffer); in lima_dump_create()
147 const char *dump_command = debug_get_option("LIMA_DUMP_FILE", "lima.dump"); in lima_dump_free()
152 fprintf(stderr, "lima: failed to rename log %s to %s\n", stage_name, final_name); in lima_dump_free()
Dlima_screen.c2 * Copyright (c) 2017-2019 Lima Project
575 "dump GPU command stream to $PWD/lima.dump" },
593 "use generic u_blitter instead of lima-specific" },
608 fprintf(stderr, "lima: LIMA_CTX_NUM_PLB %d out of range [%d %d], " in lima_screen_parse_env()
616 fprintf(stderr, "lima: LIMA_PLB_MAX_BLK %d out of range [%d %d], " in lima_screen_parse_env()
623 fprintf(stderr, "lima: LIMA_PPIR_FORCE_SPILLING %d less than 0, " in lima_screen_parse_env()
630 fprintf(stderr, "lima: LIMA_PLB_PP_STREAM_CACHE_SIZE %d less than 0, " in lima_screen_parse_env()
Dlima_fence.c2 * Copyright (c) 2018-2019 Lima Project
59 sync_accumulate("lima", &ctx->in_sync_fd, fence->fd); in lima_fence_server_sync()
Dlima_blit.h2 * Copyright (C) 2022 Lima Project
/external/mesa3d/.gitlab-ci/lava/utils/
Dlava_farm.py9 LIMA = 1 variable in LavaFarm
15 # Lima pattern comes first, since it has the same prefix as the
17 LavaFarm.LIMA: r"^mesa-ci-[\x01-\x7F]+-lava-lima$",
/external/mesa3d/.gitlab-ci/
Dfarm-rules.yml122 .lima-farm-rules:
124 - exists: [ .ci-farms-disabled/lima ]
126 - changes: [ .ci-farms-disabled/lima ]
133 .lima-farm-manual-rules:
135 - exists: [ .ci-farms-disabled/lima ]
137 - changes: [ .ci-farms-disabled/lima ]
140 - !reference [.lima-farm-rules, rules]
287 changes: [ .ci-farms-disabled/lima ]
288 exists: [ .ci-farms-disabled/lima ]
Dlava-gitlab-ci.yml267 .lima-mali400-test:armhf:
271 - .lima-rules
275 GPU_VERSION: lima
280 .lima-mali450-test:arm64:
283 - .lima-rules
287 GPU_VERSION: lima
/external/mesa3d/docs/
Dfeatures.txt43 GL_ARB_map_buffer_range (Map buffer subranges) DONE (v3d, vc4, lima)
44 GL_ARB_color_buffer_float (Clamping controls) DONE (v3d, vc4, lima, etnaviv)
51 GL_ARB_half_float_vertex DONE (v3d, vc4, lima, etnaviv)
56 GL_ARB_texture_rg DONE (v3d, lima, etnaviv/HALTI2)
58 GL_ARB_vertex_array_object (Vertex array objects) DONE (v3d, vc4, lima)
59 GL_EXT_framebuffer_sRGB (sRGB framebuffer format) DONE (v3d, vc4, lima, etnaviv/HALTI3)
76 GL_ARB_copy_buffer (Buffer copying) DONE (v3d, vc4, lima, crocus)
80 GL_ARB_texture_rectangle (Rectangular textures) DONE (v3d, vc4, lima, crocus, etnaviv)
90 GL_ARB_draw_elements_base_vertex (Base vertex offset) DONE (v3d, vc4, panfrost, lima, crocus)
91 GL_ARB_fragment_coord_conventions (Frag shader coord) DONE (v3d, vc4, panfrost, lima, crocus)
[all …]
Dsystems.rst24 - ARM Mali Utgard. See :doc:`Lima <drivers/lima>`
/external/mesa3d/docs/relnotes/
D19.3.0.rst422 - lima/ppir: Rename ppir_op_dummy to ppir_op_undef
423 - lima/ppir: Add undef handling
424 - lima/ppir: Add various varying fetch sources to disassembler
425 - lima: Fix compiler warning in standalone compiler
426 - lima: Fix crash when there are no vertex shader attributes
757 - lima/gpir: Do all lowerings before rsched
758 - lima/gpir: Ignore unscheduled successors in can_use_complex()
759 - lima/gpir: Fix schedule_first insertion logic
760 - lima/gpir: Fix fake dep handling for schedule_first nodes
761 - lima/gpir: Disallow moves for schedule_first nodes
[all …]
D20.0.0.rst448 - panfrost,lima: De-Galliumize tiling routines
470 - lima: Beautify stream dumps
471 - lima: Parse VS and PLBU command stream while making a dump
472 - lima/streamparser: Fix typo in vs semaphore parser
473 - lima/streamparser: Add findings introduced with gl_PointSize
474 - lima/parser: Some fixes and cleanups
475 - lima/parser: Add RSW parsing
476 - lima/parser: Add texture descriptor parser
477 - lima: Rotate dump files after each finished pp frame
478 - lima: Fix dump file creation
[all …]
D20.1.0.rst796 - lima/parser: Fix RSW depth test parsing
797 - lima/parser: Extend AUX0 findings
798 - lima/parser: Change value name in RSW parser
799 - lima/parser: Extend rsw parsing showing strings instead of numbers
800 - gitlab-ci: lima: Add flaky tests to the skips list
801 - gitlab-ci: Enable the lima job again
802 - gitlab-ci: Add add a set of lima flakes
803 - lima: Add etc1 support
1132 - lima/gpir: Make lima_gpir_node_insert_child() useful
1133 - lima/gpir: Optimize conditional break/continue
[all …]
D21.3.1.rst38 - lima: Corrupted Android-12 UI on Allwinner A64
59 - ci: temporarily disable lima CI
132 - lima: disasm: use last argument as a filename
D21.1.7.rst38 - lima: regression in plbu scissors cmd
95 - lima: avoid crash with negative viewport values
169 - lima: fail in get_handle(TYPE_KMS) without a scanout resource
/external/mesa3d/.gitlab-ci/build/
Dgitlab-ci.yml140 …o,iris,nouveau,kmsro,r300,r600,swrast,svga,v3d,vc4,virgl,etnaviv,panfrost,lima,zink,radeonsi,tegra…
175 …veau,kmsro,r300,r600,freedreno,swrast,svga,v3d,vc4,virgl,etnaviv,panfrost,lima,zink,d3d12,asahi,cr…
180 -D tools=drm-shim,etnaviv,freedreno,glsl,intel,intel-ui,nir,nouveau,lima,panfrost,asahi
219 …ris,nouveau,kmsro,freedreno,r300,svga,swrast,v3d,vc4,virgl,etnaviv,panfrost,lima,zink,d3d12,crocus"
252 …GALLIUM_DRIVERS: "crocus,etnaviv,freedreno,iris,kmsro,lima,nouveau,panfrost,r300,r600,radeonsi,svg…
295 -D tools=drm-shim,etnaviv,freedreno,glsl,intel,nir,nouveau,lima,panfrost,imagination
300 …GALLIUM_DRIVERS: "crocus,etnaviv,freedreno,i915,iris,kmsro,lima,nouveau,panfrost,r300,r600,radeons…
374 …- CROSS=aarch64-linux-android GALLIUM_DRIVERS=etnaviv,freedreno,lima,panfrost,vc4,v3d VULKAN_DRIVE…
411 GALLIUM_DRIVERS: "etnaviv,freedreno,kmsro,lima,nouveau,panfrost,swrast,tegra,v3d,vc4,zink"
541 …veau,kmsro,r300,r600,freedreno,swrast,svga,v3d,vc4,virgl,etnaviv,panfrost,lima,zink,radeonsi,tegra…
[all …]
/external/mesa3d/src/gallium/drivers/lima/drm-shim/
Dlima_noop.c105 shim_device.driver_name = "lima"; in drm_shim_driver_init()
109 /* lima uses the DRM version to expose features, instead of getparam. */ in drm_shim_driver_init()
114 drm_shim_override_file("DRIVER=lima\n" in drm_shim_driver_init()
/external/mesa3d/src/gallium/winsys/lima/drm/
Dlima_drm_winsys.c2 * Copyright © 2017 Lima Project
30 #include "lima/lima_screen.h"
/external/cronet/third_party/icu/source/data/zone/
Dmi.txt84 "America:Lima"{
85 ec{"Lima"}
/external/mesa3d/src/gallium/winsys/kmsro/drm/
Dkmsro_drm_winsys.c34 #include "lima/drm/lima_drm_public.h"
99 } else if (strcmp(render_dev_name, "lima") == 0) { in kmsro_drm_screen_create()
/external/mesa3d/src/gallium/auxiliary/target-helpers/
Ddrm_helper.h400 #include "lima/drm/lima_drm_public.h"
410 DRM_DRIVER_DESCRIPTOR(lima, NULL, 0)
413 DRM_DRIVER_DESCRIPTOR_STUB(lima)
/external/mesa3d/src/gallium/
Dmeson.build179 subdir('winsys/lima/drm')
180 subdir('drivers/lima')

12345678910>>...25