Home
last modified time | relevance | path

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

12345678910>>...16

/third_party/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:
62 These are some Lima-specific environment variables that may aid in
74 dump GPU command stream to ``$PWD/lima.dump``
78 use generic u_blitter instead of lima-specific
[all …]
Dpanfrost.rst29 supported in the Lima driver, not Panfrost. Lima is also available in Mesa.
153 Although these routines are part of Panfrost, they are also used by Lima, as Arm
/third_party/mesa3d/src/gallium/drivers/lima/ci/
Dgitlab-ci.yml4 - .lima-rules
10 GPU_VERSION: lima
12 RUNNER_TAG: mesa-ci-x86-64-lava-lima
14 lima-mali450-test:arm64:
20 lima-mali450-piglit-gpu:arm64:
/third_party/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)
51 GL_ARB_half_float_vertex DONE (v3d, vc4, lima)
56 GL_ARB_texture_rg DONE (v3d, lima)
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)
76 GL_ARB_copy_buffer (Buffer copying) DONE (v3d, vc4, lima)
80 GL_ARB_texture_rectangle (Rectangular textures) DONE (v3d, vc4, lima)
90 GL_ARB_draw_elements_base_vertex (Base vertex offset) DONE (v3d, vc4, panfrost, lima)
91 GL_ARB_fragment_coord_conventions (Frag shader coord) DONE (v3d, vc4, panfrost, lima)
[all …]
Dsystems.rst24 - ARM Mali Utgard. See :doc:`Lima <drivers/lima>`
/third_party/mesa3d/src/gallium/drivers/lima/
Dmeson.build1 # Copyright © 2018 Lima Project
102 'lima',
137 build_by_default : with_tools.contains('lima'),
138 install : with_tools.contains('lima'),
156 build_by_default : with_tools.contains('lima'),
157 install : with_tools.contains('lima'),
Dlima_util.c2 * Copyright (C) 2018-2019 Lima Project
136 const char *dump_command = debug_get_option("LIMA_DUMP_FILE", "lima.dump"); in lima_dump_create()
141 fprintf(stderr, "lima: failed to open command stream log file %s\n", buffer); in lima_dump_create()
165 const char *dump_command = debug_get_option("LIMA_DUMP_FILE", "lima.dump"); in lima_dump_free()
170 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
87 return "lima"; in lima_screen_get_vendor()
585 "dump GPU command stream to $PWD/lima.dump" },
603 "use generic u_blitter instead of lima-specific" },
618 fprintf(stderr, "lima: LIMA_CTX_NUM_PLB %d out of range [%d %d], " in lima_screen_parse_env()
626 fprintf(stderr, "lima: LIMA_PLB_MAX_BLK %d out of range [%d %d], " in lima_screen_parse_env()
633 fprintf(stderr, "lima: LIMA_PPIR_FORCE_SPILLING %d less than 0, " in lima_screen_parse_env()
640 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
/third_party/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
D22.1.3.rst48 - lima,panfrost: Do not ralloc contexts against the screen
83 - lima/ci: mark some tests as pass
/third_party/mesa3d/.gitlab-ci/build/
Dgitlab-ci.yml124 …GALLIUM_DRIVERS: "iris,nouveau,kmsro,r300,r600,swrast,svga,v3d,vc4,virgl,etnaviv,panfrost,lima,zin…
167 …veau,kmsro,r300,r600,freedreno,swrast,svga,v3d,vc4,virgl,etnaviv,panfrost,lima,zink,d3d12,asahi,cr…
172 -D tools=drm-shim,etnaviv,freedreno,glsl,intel,intel-ui,nir,nouveau,xvmc,lima,panfrost,asahi
198 …ris,nouveau,kmsro,freedreno,r300,svga,swrast,v3d,vc4,virgl,etnaviv,panfrost,lima,zink,d3d12,crocus"
231 -D tools=drm-shim,etnaviv,freedreno,glsl,intel,nir,nouveau,lima,panfrost,imagination
234 …GALLIUM_DRIVERS: "crocus,etnaviv,freedreno,iris,kmsro,lima,nouveau,panfrost,r300,r600,radeonsi,svg…
295 …/pkgconfig/ CROSS=aarch64-linux-android GALLIUM_DRIVERS=etnaviv,freedreno,lima,panfrost,vc4,v3d VU…
332 GALLIUM_DRIVERS: "etnaviv,freedreno,kmsro,lima,nouveau,panfrost,swrast,tegra,v3d,vc4,zink"
414 …veau,kmsro,r300,r600,freedreno,swrast,svga,v3d,vc4,virgl,etnaviv,panfrost,lima,zink,radeonsi,tegra…
/third_party/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()
/third_party/mesa3d/src/gallium/winsys/lima/drm/
Dlima_drm_winsys.c2 * Copyright © 2017 Lima Project
36 #include "lima/lima_screen.h"
/third_party/icu/icu4c/source/data/zone/
Dmi.txt84 "America:Lima"{
85 ec{"Lima"}
/third_party/skia/third_party/externals/icu/source/data/zone/
Dmi.txt84 "America:Lima"{
85 ec{"Lima"}
/third_party/mesa3d/src/gallium/winsys/kmsro/drm/
Dkmsro_drm_winsys.c34 #include "lima/drm/lima_drm_public.h"
116 ro->gpu_fd = drmOpenWithType("lima", NULL, DRM_NODE_RENDER); in kmsro_drm_screen_create()
/third_party/mesa3d/src/gallium/auxiliary/target-helpers/
Ddrm_helper.h394 #include "lima/drm/lima_drm_public.h"
404 DRM_DRIVER_DESCRIPTOR(lima, NULL, 0)
407 DRM_DRIVER_DESCRIPTOR_STUB(lima)
/third_party/mesa3d/src/gallium/
Dmeson.build162 subdir('winsys/lima/drm')
163 subdir('drivers/lima')
/third_party/mesa3d/ohos/
Ddependency_inputs.gni2494 "../src/gallium/drivers/lima/lima_bo.c",
2495 "../src/gallium/drivers/lima/lima_bo.h",
2496 "../src/gallium/drivers/lima/lima_context.c",
2497 "../src/gallium/drivers/lima/lima_context.h",
2498 "../src/gallium/drivers/lima/lima_disk_cache.c",
2499 "../src/gallium/drivers/lima/lima_disk_cache.h",
2500 "../src/gallium/drivers/lima/lima_draw.c",
2501 "../src/gallium/drivers/lima/lima_fence.c",
2502 "../src/gallium/drivers/lima/lima_fence.h",
2503 "../src/gallium/drivers/lima/lima_format.c",
[all …]

12345678910>>...16