Home
last modified time | relevance | path

Searched +full:freedreno +full:- +full:rules (Results 1 – 18 of 18) sorted by relevance

/external/mesa3d/.gitlab-ci/
Dtest-source-dep.yml5 # ----------------------------------
6 .mesa-rules:
7 rules:
8 - changes: &mesa_core_file_list
9 - .gitlab-ci.yml
10 - .gitlab-ci/**/*
11 - include/**/*
12 - meson.build
13 - SConstruct
14 - src/*
[all …]
/external/mesa3d/
D.gitlab-ci.yml3 CI_PRE_CLONE_SCRIPT: |-
4 set -o xtrace
5 …/usr/bin/wget -q -O- ${CI_PROJECT_URL}/-/raw/${CI_COMMIT_SHA}/.gitlab-ci/download-git-cache.sh | s…
9 - project: 'freedesktop/ci-templates'
10 ref: &ci-templates-sha 52dd4a94044449c8481d18dcdc221a3c636366d2
12 - project: 'freedesktop/ci-templates'
13 ref: *ci-templates-sha
15 - local: '.gitlab-ci/lava-gitlab-ci.yml'
16 - local: '.gitlab-ci/test-source-dep.yml'
19 - container
[all …]
D.pick_status.json148 "description": "radv: add support for emitting PS_DONE/CS_DONE on GFX6-8",
256 "description": "anv: Skip CCS ambiguate which preceed fast-clears",
283 "description": "freedreno/a6xx: Fix 3dmark misrendering with unwritten MRTs",
292 "description": "freedreno: Skip some batch dependency tracking if !ctx->dirty.",
301 "description": "freedreno: Move framebuffer state checks under a ctx->dirty flag.",
310 "description": "freedreno: Move blend gmem checks to a blend dirty state check.",
319 "description": "freedreno/a6xx: Skip the body of emit_state if we're clean.",
337 "description": "anv: Invalidate the correct AUX-TT entry",
391 "description": "docs: Mark some non-core zink extensions complete",
463 "description": "r300,i915g: Report no shader buffers or images on non-TCL HW.",
[all …]
/external/mesa3d/src/freedreno/
DAndroid.registers.mk1 # Mesa 3-D graphics library
25 # ---------------------------------------
27 # ---------------------------------------
32 LOCAL_LICENSE_KINDS := SPDX-license-identifier-ISC SPDX-license-identifier-MIT
38 intermediates := $(call local-generated-sources-dir)
40 # dummy.c source file is generated to meet the build system's rules.
44 @mkdir -p $(dir $@)
48 RNN_SRC_PATH := $(MESA_TOP)/src/freedreno/registers/
50 # This is the list of auto-generated files headers
52 …xx.xml.h a4xx.xml.h a5xx.xml.h a6xx.xml.h a6xx-pack.xml.h adreno_common.xml.h adreno_pm4.xml.h adr…
[all …]
/external/libdrm/
D.gitlab-ci.yml18 - project: 'freedesktop/ci-templates'
21 - '/templates/debian.yml'
22 - '/templates/freebsd.yml'
23 - '/templates/ci-fairy.yml'
30 - "Base container"
31 - "Build"
33 .ci-rules:
34 rules:
35 - when: on_success
39 .os-debian:
[all …]
/external/mesa3d/docs/
Dfeatures.txt10 driver-side.
29 specific version without the forward-compatiblity flag, such drivers
37 ------------------------------------------------------- ------------------------
39 GL 3.0, GLSL 1.30 --- all DONE: freedreno, i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe, sw…
54 GL_EXT_draw_buffers2 (Per-buffer blend and masks) DONE (panfrost, v3d)
66 …Multisample anti-aliasing DONE (freedreno/a5xx+, freedreno (*), llvmpi…
69 (*) freedreno (a2xx-a4xx), llvmpipe, softpipe, and swr have fake Multisample anti-aliasing support
72 GL 3.1, GLSL 1.40 --- all DONE: freedreno, i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe, sw…
85 GL 3.2, GLSL 1.50 --- all DONE: i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe, swr, virgl, z…
89 GL_ARB_vertex_array_bgra (BGRA vertex order) DONE (freedreno, v3d, panfrost)
[all …]
Dsubmittingpatches.rst7 ----------------
9 - Patches should not mix code changes with code formatting changes
11 - Code patches should follow Mesa :doc:`coding
13 - Whenever possible, patches should only affect individual Mesa/Gallium
15 - Patches should never introduce build breaks and should be bisectable
17 - Patches should be properly :ref:`formatted <formatting>`.
18 - Patches should be sufficiently :ref:`tested <testing>` before
20 - Patches should be :ref:`submitted <submit>` via a merge request for
26 ----------------
28 - Lines should be limited to 75 characters or less so that Git logs
[all …]
/external/mesa3d/docs/relnotes/
D20.2.0.rst1 Mesa 20.2.0 Release Notes / 2020-09-28
20 ---------------
24 63f0359575d558ef98dd78adffc0df4c66b76964ebf603b778b7004964191d30 mesa-20.2.0.tar.xz
28 ------------
30 - GL_ARB_compute_variable_group_size on Iris.
32 - GL_ARB_gpu_shader5 on llvmpipe
34 - GL_ARB_post_depth_coverage on llvmpipe
36 - GLES 3.2 on llvmpipe
38 - GL_EXT_shader_group_vote on GLES3.
40 - GL_EXT_texture_shadow_lod on llvmpipe
[all …]
D20.1.3.rst1 Mesa 20.1.3 Release Notes / 2020-07-08
20 ---------------
24 9872b8d46bee822177ffbe4292addff7bdb84cefc1fe776b8e6b2881a8362bf1 mesa-20.1.3.tar.xz
27 ------------
29 - None
32 ---------
34 - vkGetSemaphoreCounterValue doesn't update without vkWaitSemaphores
36 - [v3d] corruption when GS omits some vertices
37 - [RADV] Non-precise occlusion queries return non-zero when all
39 - [DXVK] Project Cars rendering problems
[all …]
D20.1.0.rst1 Mesa 20.1.0 Release Notes / 2020-05-27
21 ---------------
25 2109055d7660514fc4c1bcd861bcba9db00c026119ae222720111732dba27c83 mesa-20.1.0.tar.xz
28 ------------
30 - GL_ARB_compute_variable_group_size on i965.
31 - GL_EXT_depth_bounds_test on Iris.
32 - GL_EXT_texture_shadow_lod on radeonsi, nvc0.
33 - GL_NV_alpha_to_coverage_dither_control on radeonsi
34 - GL_NV_copy_image on all gallium drivers.
35 - GL_NV_pixel_buffer_object on all gallium drivers, i915, i965, swrast.
[all …]
D20.3.0.rst1 Mesa 20.3.0 Release Notes / 2020-12-03
20 ---------------
24 2999738e888731531cd62b27519fa37566cc0ea2cd7d4d97f46abaa3e949c630 mesa-20.3.0.tar.xz
28 ------------
30 - GL 4.5 on llvmpipe
32 - GL_INTEL_blackhole_render on radeonsi
34 - GL_NV_copy_depth_to_color for NIR
36 - GL_NV_half_float
38 - GL_NV_shader_atomic_int64 on radeonsi
40 - EGL_KHR_swap_buffers_with_damage on X11 (DRI3)
[all …]
D20.0.0.rst1 Mesa 20.0.0 Release Notes / 2020-02-19
21 ---------------
25 bb6db3e54b608d2536d4000b3de7dd3ae115fc114e8acbb5afff4b3bbed04b34 mesa-20.0.0.tar.xz
28 ------------
30 - OpenGL 4.6 on radeonsi.
31 - GL_ARB_gl_spirv on radeonsi.
32 - GL_ARB_spirv_extensions on radeonsi.
33 - GL_EXT_direct_state_access for compatibility profile.
34 - VK_AMD_device_coherent_memory on RADV.
35 - VK_AMD_mixed_attachment_samples on RADV.
[all …]
D19.1.0.rst17 ----------------
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.
33 - GL_KHR_parallel_shader_compile on all drivers.
[all …]
D19.3.0.rst1 Mesa 19.3.0 Release Notes / 2019-12-12
21 ---------------
25 5fa0e4e9dca79560f6882e362f9db36d81cf96da16cf6a84e0ada7466a99a5d7 mesa-19.3.0.tar.xz
28 ------------
30 - GL_ARB_gl_spirv on i965, iris.
31 - GL_ARB_spirv_extensions on i965, iris.
32 - GL_EXT_demote_to_helper_invocation on iris, i965.
33 - OpenGL 4.6 on i965, iris.
34 - EGL_EXT_image_flush_external
35 - VK_ANDROID_external_memory_android_hardware_buffer on RADV.
[all …]
D19.3.4.rst1 Mesa 19.3.4 Release Notes / 2020-02-13
20 ---------------
24 1da467e6ae2799a517e242462331eafd29ae77d9872f3a845df81f7c308e8fe4 mesa-19.3.4.tar.xz
27 ------------
29 - None
32 ---------
34 - [RADV] GPU hangs while the cutscene plays in the game Assassin's
36 - Broken rendering of glxgears on S/390 architecture (64bit, BigEndian)
37 - GL_EXT_disjoint_timer_query failing with GL_INVALID_ENUM
38 - GL_EXT_disjoint_timer_query failing with GL_INVALID_ENUM
[all …]
/external/mesa3d/src/freedreno/rnn/
Dheadergen2.c3 * Copyright (C) 2010-2011 Marcin Kościelnicki <koriakin@0x04.net>
4 * Copyright (C) 2010 Luca Barbieri <luca@luca-barbieri.com>
72 int n = dst/8 - src/8; in seekcol()
74 while (n--) in seekcol()
78 n = dst-src; in seekcol()
79 while (n--) in seekcol()
104 seekcol (dst, len, startcol-8); in printdef()
121 if (val->varinfo.dead) in printvalue()
123 if (val->valvalid) in printvalue()
124 printdef (val->fullname, 0, 0, val->value << shift, val->file); in printvalue()
[all …]
/external/mesa3d/src/freedreno/registers/adreno/
Dadreno_pm4.xml1 <?xml version="1.0" encoding="UTF-8"?>
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://nouveau.freedesktop.org/ rules-ng.xsd">
15 <value name="HLSQ_FLUSH" value="7" varset="chip" variants="A3XX-A4XX"/>
25 <value name="CACHE_FLUSH_AND_INV_TS_EVENT" value="20" varset="chip" variants="A2XX-A4XX"/>
28 <value name="RB_DONE_TS" value="22" varset="chip" variants="A3XX-"/>
29 <value name="PERFCOUNTER_START" value="23" varset="chip" variants="A2XX-A4XX"/>
30 <value name="PERFCOUNTER_STOP" value="24" varset="chip" variants="A2XX-A4XX"/>
32 <value name="FACENESS_FLUSH" value="28" varset="chip" variants="A2XX-A4XX"/>
34 <!-- a5xx events -->
[all …]
Da6xx.xml1 <?xml version="1.0" encoding="UTF-8"?>
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://nouveau.freedesktop.org/ rules-ng.xsd">
9 <!-- these might be same as a5xx -->
25 <value value="0x0c" name="FMT6_1_5_5_5_UNORM"/> <!-- read only -->
46 <value value="0x31" name="FMT6_8_8_8_X8_UNORM"/> <!-- samples 1 for alpha -->
114 <!-- used with the Y plane of FMT6_R8_G8B8_2PLANE_420_UNORM
115 which has different UBWC compression from regular 8_UNORM format -->
153 <!-- for sampling stencil (integer, 2nd channel), not available on a630 -->
156 <!-- Not a hw enum, used internally in driver -->
[all …]