/third_party/mesa3d/docs/drivers/ |
D | lima.rst | 1 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 …]
|
/third_party/mesa3d/src/gallium/drivers/lima/ci/ |
D | gitlab-ci.yml | 4 - .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/ |
D | features.txt | 43 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 …]
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
D | meson.build | 1 # 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'),
|
D | lima_util.c | 2 * 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()
|
D | lima_screen.c | 2 * 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()
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtppcmapay.c | 3 * Copyright (C) <2005> Edgard Lima <edgard.lima@gmail.com> 80 "Edgard Lima <edgard.lima@gmail.com>"); in gst_rtp_pcma_pay_class_init()
|
D | gstrtppcmupay.c | 3 * Copyright (C) <2005> Edgard Lima <edgard.lima@gmail.com> 80 "Edgard Lima <edgard.lima@gmail.com>"); in gst_rtp_pcmu_pay_class_init()
|
D | gstrtppcmadepay.c | 3 * Copyright (C) <2005> Edgard Lima <edgard.lima@gmail.com> 93 "Edgard Lima <edgard.lima@gmail.com>, Zeeshan Ali <zeenix@gmail.com>"); in gst_rtp_pcma_depay_class_init()
|
D | gstrtppcmudepay.c | 3 * Copyright (C) <2005> Edgard Lima <edgard.lima@gmail.com> 94 "Edgard Lima <edgard.lima@gmail.com>, Zeeshan Ali <zeenix@gmail.com>"); in gst_rtp_pcmu_depay_class_init()
|
D | gstrtpspeexdepay.c | 2 * Copyright (C) <2005> Edgard Lima <edgard.lima@gmail.com> 92 "Edgard Lima <edgard.lima@gmail.com>"); in gst_rtp_speex_depay_class_init()
|
D | gstrtpspeexpay.c | 2 * Copyright (C) <2005> Edgard Lima <edgard.lima@gmail.com> 93 "Edgard Lima <edgard.lima@gmail.com>"); in gst_rtp_speex_pay_class_init()
|
D | gstrtpspeexpay.h | 2 * Copyright (C) <2005> Edgard Lima <edgard.lima@gmail.com>
|
D | gstrtppcmadepay.h | 2 * Copyright (C) <2005> Edgard Lima <edgard.lima@gmail.com>
|
D | gstrtpspeexdepay.h | 2 * Copyright (C) <2005> Edgard Lima <edgard.lima@gmail.com>
|
D | gstrtppcmapay.h | 2 * Copyright (C) <2005> Edgard Lima <edgard.lima@gmail.com>
|
D | gstrtppcmupay.h | 2 * Copyright (C) <2005> Edgard Lima <edgard.lima@gmail.com>
|
D | gstrtppcmudepay.h | 2 * Copyright (C) <2005> Edgard Lima <edgard.lima@gmail.com>
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.3.0.rst | 422 - 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 …]
|
D | 20.0.0.rst | 448 - 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 …]
|
D | 20.1.0.rst | 796 - 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 …]
|
D | 21.3.1.rst | 38 - lima: Corrupted Android-12 UI on Allwinner A64 59 - ci: temporarily disable lima CI 132 - lima: disasm: use last argument as a filename
|
/third_party/mesa3d/.gitlab-ci/build/ |
D | gitlab-ci.yml | 124 …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/ |
D | lima_noop.c | 105 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/gstreamer/gstplugins_bad/ext/voamrwbenc/ |
D | gstvoamrwb.c | 2 * Copyright (C) 2006 Edgard Lima <edgard.lima@gmail.com>
|