Home
last modified time | relevance | path

Searched +full:- +full:- +full:enable +full:- +full:radeon (Results 1 – 25 of 90) sorted by relevance

1234

/external/libdrm/
Dconfigure.ac16 # FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
30 AC_CONFIG_AUX_DIR([build-aux])
33 # Require xorg-macros minimum of 1.12 for XORG_WITH_XSLTPROC
35 [m4_fatal([must install xorg-macros 1.12 or later before running autoconf/autogen])])
40 AM_INIT_AUTOMAKE([1.10 foreign dist-bzip2])
42 # Enable quiet compiles on automake 1.11.
59 export CFLAGS="$CFLAGS -Werror"
67 LT_INIT([disable-static])
69 dnl pthread-stubs is mandatory on some BSD platforms, due to the nature of the
72 linux* | cygwin* | darwin* | solaris* | *-gnu* | gnu* | openbsd*)
[all …]
DMakefile.am16 # FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
23 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
25 AM_MAKEFLAGS = -s
27 --enable-udev \
28 --enable-libkms \
29 --enable-intel \
30 --enable-radeon \
31 --enable-amdgpu \
32 --enable-nouveau \
33 --enable-vc4 \
[all …]
D.gitlab-ci.yml1 .artifacts-meson: &artifacts-meson
4 - _build/meson-logs
6 .artifacts-autotools: &artifacts-autotools
9 - _build/*.log
10 - _build/*/*.log
11 - _build/*/*/*.log
13 .meson-build: &meson-build
14 - meson _build
15 -D amdgpu=true
16 -D cairo-tests=true
[all …]
Dmeson_options.txt33 description : '''Enable support for Intel's KMS API.''',
36 'radeon', combo
40 description : '''Enable support for radeons's KMS API.''',
47 description : '''Enable support for amdgpu's KMS API.''',
54 description : '''Enable support for nouveau's KMS API.''',
61 description : '''Enable support for vmgfx's KMS API.''',
68 description : '''Enable support for OMAP's experimental KMS API.''',
75 description : '''Enable support for EXYNOS's experimental KMS API.''',
82 description : '''Enable support for freedreno's KMS API.''',
89 description : '''Enable support for Tegra's experimental KMS API.''',
[all …]
Dmeson.build1 # Copyright © 2017-2018 Intel Corporation
35 with_freedreno_kgsl = get_option('freedreno-kgsl')
36 with_install_tests = get_option('install-test-programs')
39 dep_pthread_stubs = dependency('pthread-stubs', version : '>= 0.4')
83 _radeon = get_option('radeon')
174 # clock_gettime might require -rt, or it might not. find out
194 foreach a : ['-Wall', '-Wextra', '-Wsign-compare', '-Werror=undef',
195 '-Werror=implicit-function-declaration', '-Wpointer-arith',
196 '-Wwrite-strings', '-Wstrict-prototypes', '-Wmissing-prototypes',
197 '-Wmissing-declarations', '-Wnested-externs', '-Wpacked',
[all …]
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_common.c6 initial release of the Radeon 8500 driver under the XFree86 license.
37 - Scissor implementation
38 - buffer swap/copy ioctls
39 - finish/flush
40 - state emission
41 - cmdbuffer management
58 * Enable verbose debug output for emit code.
72 void radeonSetCliprects(radeonContextPtr radeon) in radeonSetCliprects() argument
74 __DRIdrawable *const drawable = radeon_get_drawable(radeon); in radeonSetCliprects()
75 __DRIdrawable *const readable = radeon_get_readable(radeon); in radeonSetCliprects()
[all …]
Dr200_state.c6 initial release of the Radeon 8500 driver under the XFree86 license.
73 int pp_misc = rmesa->hw.ctx.cmd[CTX_PP_MISC]; in r200AlphaFunc()
110 rmesa->hw.ctx.cmd[CTX_PP_MISC] = pp_misc; in r200AlphaFunc()
122 …rmesa->hw.ctx.cmd[CTX_RB3D_BLENDCOLOR] = radeonPackColor( 4, color[0], color[1], color[2], color[3… in r200BlendColor()
208 GLuint cntl = rmesa->hw.ctx.cmd[CTX_RB3D_CNTL] & in r200_set_blend_state()
220 if (ctx->Color.ColorLogicOpEnabled) { in r200_set_blend_state()
221 rmesa->hw.ctx.cmd[CTX_RB3D_CNTL] = cntl | R200_ROP_ENABLE; in r200_set_blend_state()
222 rmesa->hw.ctx.cmd[CTX_RB3D_ABLENDCNTL] = eqn | func; in r200_set_blend_state()
223 rmesa->hw.ctx.cmd[CTX_RB3D_CBLENDCNTL] = eqn | func; in r200_set_blend_state()
225 } else if (ctx->Color.BlendEnabled) { in r200_set_blend_state()
[all …]
Dr200_texstate.c5 initial release of the Radeon 8500 driver under the XFree86 license.
126 /* GL_ZERO table - indices 0-3
127 * GL_ONE table - indices 1-4
178 /* GL_ZERO table - indices 0-1
179 * GL_ONE table - indices 1-2
220 const struct gl_texture_unit *rtexUnit = &ctx->Texture.Unit[unit]; in r200UpdateTextureEnv()
222 &ctx->Texture.FixedFuncUnit[unit]; in r200UpdateTextureEnv()
224 GLuint color_scale = rmesa->hw.pix[slot].cmd[PIX_PP_TXCBLEND2] & in r200UpdateTextureEnv()
227 GLuint alpha_scale = rmesa->hw.pix[slot].cmd[PIX_PP_TXABLEND2] & in r200UpdateTextureEnv()
238 * reduces the amount of special-casing we have to do, alpha-only in r200UpdateTextureEnv()
[all …]
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_common.c6 initial release of the Radeon 8500 driver under the XFree86 license.
37 - Scissor implementation
38 - buffer swap/copy ioctls
39 - finish/flush
40 - state emission
41 - cmdbuffer management
58 * Enable verbose debug output for emit code.
72 void radeonSetCliprects(radeonContextPtr radeon) in radeonSetCliprects() argument
74 __DRIdrawable *const drawable = radeon_get_drawable(radeon); in radeonSetCliprects()
75 __DRIdrawable *const readable = radeon_get_readable(radeon); in radeonSetCliprects()
[all …]
Dradeon_state.c70 int pp_misc = rmesa->hw.ctx.cmd[CTX_PP_MISC]; in radeonAlphaFunc()
107 rmesa->hw.ctx.cmd[CTX_PP_MISC] = pp_misc; in radeonAlphaFunc()
114 GLuint b = rmesa->hw.ctx.cmd[CTX_RB3D_BLENDCNTL] & ~RADEON_COMB_FCN_MASK; in radeonBlendEquationSeparate()
130 if (ctx->Color.BlendEnabled) in radeonBlendEquationSeparate()
140 rmesa->hw.ctx.cmd[CTX_RB3D_BLENDCNTL] = b; in radeonBlendEquationSeparate()
141 if ( (ctx->Color.ColorLogicOpEnabled || (ctx->Color.BlendEnabled in radeonBlendEquationSeparate()
142 && ctx->Color.Blend[0].EquationRGB == GL_LOGIC_OP)) ) { in radeonBlendEquationSeparate()
143 rmesa->hw.ctx.cmd[CTX_RB3D_CNTL] |= RADEON_ROP_ENABLE; in radeonBlendEquationSeparate()
145 rmesa->hw.ctx.cmd[CTX_RB3D_CNTL] &= ~RADEON_ROP_ENABLE; in radeonBlendEquationSeparate()
155 GLuint b = rmesa->hw.ctx.cmd[CTX_RB3D_BLENDCNTL] & in radeonBlendFuncSeparate()
[all …]
/external/mesa3d/docs/relnotes/
D12.0.5.rst15 ----------------
19 44d08a27d98bfeacd864381189e434d98afbf451689d01f80380dc1d66450e5b mesa-12.0.5.tar.gz
20 2b0a972d8282860a11291c09c3ef01ac45171405951eb21a83c45ed2b4321924 mesa-12.0.5.tar.xz
23 ------------
28 ---------
32 - `Bug 77662 <https://bugs.freedesktop.org/show_bug.cgi?id=77662>`__ -
33 Fail to render to different faces of depth-stencil cube map
34 - `Bug 97779 <https://bugs.freedesktop.org/show_bug.cgi?id=97779>`__ -
37 - `Bug 98415 <https://bugs.freedesktop.org/show_bug.cgi?id=98415>`__ -
41 -------
[all …]
D11.0.3.rst15 ----------------
19 c2210e3daecc10ed9fdcea500327652ed6effc2f47c4b9cee63fb08f560d7117 mesa-11.0.3.tar.gz
20 ab2992eece21adc23c398720ef8c6933cb69ea42e1b2611dc09d031e17e033d6 mesa-11.0.3.tar.xz
23 ------------
28 ---------
32 - `Bug 55552 <https://bugs.freedesktop.org/show_bug.cgi?id=55552>`__ -
33 Compile errors with --enable-mangling
34 - `Bug 71789 <https://bugs.freedesktop.org/show_bug.cgi?id=71789>`__ -
36 - `Bug 91044 <https://bugs.freedesktop.org/show_bug.cgi?id=91044>`__ -
38 - `Bug 91342 <https://bugs.freedesktop.org/show_bug.cgi?id=91342>`__ -
[all …]
D19.1.4.rst16 ----------------
20 a6d268a7d9edcfd92b6da80f2e34e6e0a7baaa442efbeba2fc66c404943c6bfb mesa-19.1.4.tar.xz
23 ------------
28 ---------
30 - `Bug 109203 <https://bugs.freedesktop.org/show_bug.cgi?id=109203>`__
31 - [cfl dxvk] GPU Crash Launching Monopoly Plus (Iris Plus 655 / Wine
33 - `Bug 109524 <https://bugs.freedesktop.org/show_bug.cgi?id=109524>`__
34 - "Invalid glsl version in shading_language_version()" when trying to
36 - `Bug 110309 <https://bugs.freedesktop.org/show_bug.cgi?id=110309>`__
37 - [icl][bisected] regression on piglit arb_gpu_shader_int
[all …]
D17.3.4.rst15 ----------------
19 2d3a4c3cbc995b3e192361dce710d8c749e046e7575aa1b7d8fc9e6b4df28f84 mesa-17.3.4.tar.gz
20 71f995e233bc5df1a0dd46c980d1720106e7f82f02d61c1ca50854b5e02590d0 mesa-17.3.4.tar.xz
23 ------------
28 ---------
30 - `Bug 90311 <https://bugs.freedesktop.org/show_bug.cgi?id=90311>`__ -
32 - `Bug 101442 <https://bugs.freedesktop.org/show_bug.cgi?id=101442>`__
33 - Piglit shaders@ssa@fs-if-def-else-break fails with sb but passes
35 - `Bug 102435 <https://bugs.freedesktop.org/show_bug.cgi?id=102435>`__
36 - [skl,kbl] [drm] GPU HANG: ecode 9:0:0x86df7cf9, in csgo_linux64
[all …]
D10.2.7.rst15 ----------------
19 cb67dfaabf88acba29aa2cf0dd58ee17b21ebf9594f8d1226c41794da8de3e9d MesaLib-10.2.7.tar.gz
20 27b958063a4c002071f14ed45c7d2a1ee52cd85e4ac8876e8a1c273495a7d43f MesaLib-10.2.7.tar.bz2
21 a2796a2d5bbbc2edd22857ecc267cba68dfe5d0296f5d84ba7510877b216cc40 MesaLib-10.2.7.zip
24 ------------
29 ---------
33 - `Bug 36193 <https://bugs.freedesktop.org/show_bug.cgi?id=36193>`__ -
36 - `Bug 66184 <https://bugs.freedesktop.org/show_bug.cgi?id=66184>`__ -
38 Assertion \`inst->dst.index < 4096' failed.
39 - `Bug 70441 <https://bugs.freedesktop.org/show_bug.cgi?id=70441>`__ -
[all …]
D11.0.6.rst15 ----------------
19 4bdf054af66ebabf3eca0616f9f5e44c2f234695661b570261c391bc2f4f7482 mesa-11.0.6.tar.gz
20 8340e64cdc91999840404c211496f3de38e7b4cb38db34e2f72f1642c5134760 mesa-11.0.6.tar.xz
23 ------------
28 ---------
32 - `Bug 91780 <https://bugs.freedesktop.org/show_bug.cgi?id=91780>`__ -
34 - `Bug 92588 <https://bugs.freedesktop.org/show_bug.cgi?id=92588>`__ -
35 [HSW,BDW,BSW,SKL-Y][GLES 3.1 CTS]
36 ES31-CTS.arrays_of_arrays.InteractionFunctionCalls2 - assert
37 - `Bug 92738 <https://bugs.freedesktop.org/show_bug.cgi?id=92738>`__ -
[all …]
D11.2.2.rst15 ----------------
19 e2453014cd2cc5337a5180cdeffe8cf24fffbb83e20a96888e2b01df868eaae6 mesa-11.2.2.tar.gz
20 40e148812388ec7c6d7b6657d5a16e2e8dabba8b97ddfceea5197947647bdfb4 mesa-11.2.2.tar.xz
23 ------------
28 ---------
32 - `Bug 92850 <https://bugs.freedesktop.org/show_bug.cgi?id=92850>`__ -
34 - `Bug 93767 <https://bugs.freedesktop.org/show_bug.cgi?id=93767>`__ -
36 - `Bug 94955 <https://bugs.freedesktop.org/show_bug.cgi?id=94955>`__ -
39 - `Bug 94994 <https://bugs.freedesktop.org/show_bug.cgi?id=94994>`__ -
41 - `Bug 95026 <https://bugs.freedesktop.org/show_bug.cgi?id=95026>`__ -
[all …]
D11.1.3.rst15 ----------------
19 9e86c72b6b2e8adb53c1c4a0002ab267b45094d753eb9404b1db34f81ce94ccf mesa-11.1.3.tar.gz
20 51f6658a214d75e4d9f05207586d7ed56ebba75c6b10841176fb6675efa310ac mesa-11.1.3.tar.xz
23 ------------
28 ---------
32 - `Bug 27512 <https://bugs.freedesktop.org/show_bug.cgi?id=27512>`__ -
34 - `Bug 91526 <https://bugs.freedesktop.org/show_bug.cgi?id=91526>`__ -
36 - `Bug 92193 <https://bugs.freedesktop.org/show_bug.cgi?id=92193>`__ -
38 ES2-CTS.gtf.GL2ExtensionTests.compressed_astc_texture.compressed_astc_texture
40 - `Bug 93358 <https://bugs.freedesktop.org/show_bug.cgi?id=93358>`__ -
[all …]
D20.1.1.rst1 Mesa 20.1.1 Release Notes / 2020-06-10
20 ---------------
24 3ea6e46ea7881c656f7b4724639eaa4672d4e0e0b70869651e8f955ebae3d476 mesa-20.1.1.tar.xz
27 ------------
29 - None
32 ---------
34 - i965: Rendering problems replaying a trace of "Refunct" after
35 mesa-20.1.0-rc1 release [bisected]
36 - gallium/winsys/radeon/drm fails assertion on 32bit
37 - NIR validation failed after glsl to nir, before function inline,
[all …]
D11.1.4.rst15 ----------------
19 034231fffb22621dadb8e4a968cb44752b8b68db7a2417568d63c275b3490cea mesa-11.1.4.tar.gz
20 0f781e9072655305f576efd4204d183bf99ac8cb8d9e0dd9fc2b4093230a0eba mesa-11.1.4.tar.xz
23 ------------
28 ---------
32 - `Bug 92850 <https://bugs.freedesktop.org/show_bug.cgi?id=92850>`__ -
34 - `Bug 93962 <https://bugs.freedesktop.org/show_bug.cgi?id=93962>`__ -
36 ES2-CTS.gtf.GL2FixedTests.scissor.scissor - segfault/asserts
37 - `Bug 94955 <https://bugs.freedesktop.org/show_bug.cgi?id=94955>`__ -
40 - `Bug 94994 <https://bugs.freedesktop.org/show_bug.cgi?id=94994>`__ -
[all …]
D17.1.6.rst15 ----------------
19 971831bc1e748b3e8367eee6b9eb509bad2970e3c2f8520ad25f5caa12ca5491 mesa-17.1.6.tar.gz
20 0686deadde1f126b20aa67e47e8c50502043eee4ecdf60d5009ffda3cebfee50 mesa-17.1.6.tar.xz
23 ------------
28 ---------
30 - `Bug 97957 <https://bugs.freedesktop.org/show_bug.cgi?id=97957>`__ -
32 - `Bug 101683 <https://bugs.freedesktop.org/show_bug.cgi?id=101683>`__
33 - Some games hang while loading when compositing is shut off or
35 - `Bug 101867 <https://bugs.freedesktop.org/show_bug.cgi?id=101867>`__
36 - Launch options window renders black in Feral Games in current Mesa
[all …]
D11.1.1.rst15 ----------------
19 b15089817540ba0bffd0aad323ecf3a8ff6779568451827c7274890b4a269d58 mesa-11.1.1.tar.gz
20 64db074fc514136b5fb3890111f0d50604db52f0b1e94ba3fcb0fe8668a7fd20 mesa-11.1.1.tar.xz
23 ------------
28 ---------
32 - `Bug 91806 <https://bugs.freedesktop.org/show_bug.cgi?id=91806>`__ -
34 - `Bug 92229 <https://bugs.freedesktop.org/show_bug.cgi?id=92229>`__ -
36 - `Bug 92233 <https://bugs.freedesktop.org/show_bug.cgi?id=92233>`__ -
38 - `Bug 93004 <https://bugs.freedesktop.org/show_bug.cgi?id=93004>`__ -
40 - `Bug 93215 <https://bugs.freedesktop.org/show_bug.cgi?id=93215>`__ -
[all …]
D19.3.2.rst1 Mesa 19.3.2 Release Notes / 2020-01-09
20 ---------------
24 4e3aee324616352bbc7f58d47ab573e10f68cc7719fd045bd6d3abcdd97ee1c1 mesa-19.3.2.tar.xz
27 ------------
29 - None
32 ---------
34 - Rise of the Tomb Raider benchmark crash on Dell XPS 7390 2-in-1 w/
36 - Raven Ridge (2400G): Resident Evil 2 crashes my machine
37 - Rocket League ingame artifacts
38 - [radv] SteamVR direct mode no longer works
[all …]
D10.6.9.rst15 ----------------
19 3406876aac67546d0c3e2cb97da330b62644c313e7992b95618662e13c54296a mesa-10.6.9.tar.gz
20 b04c4de6280b863babc2929573da17218d92e9e4ba6272d548d135415723e8c3 mesa-10.6.9.tar.xz
23 ------------
28 ---------
32 - `Bug 38109 <https://bugs.freedesktop.org/show_bug.cgi?id=38109>`__ -
34 - `Bug 55552 <https://bugs.freedesktop.org/show_bug.cgi?id=55552>`__ -
35 Compile errors with --enable-mangling
36 - `Bug 86281 <https://bugs.freedesktop.org/show_bug.cgi?id=86281>`__ -
40 - `Bug 91970 <https://bugs.freedesktop.org/show_bug.cgi?id=91970>`__ -
[all …]
/external/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_winsys.c17 * NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS, AUTHORS
49 /* Enable/disable feature access for one command stream.
50 * If enable == true, return true on success.
59 bool enable) in radeon_set_fd_access() argument
62 unsigned value = enable ? 1 : 0; in radeon_set_fd_access()
69 if (enable) { in radeon_set_fd_access()
84 if (drmCommandWriteRead(applier->ws->fd, DRM_RADEON_INFO, in radeon_set_fd_access()
91 if (enable) { in radeon_set_fd_access()
119 fprintf(stderr, "radeon: Failed to get %s, error number %d\n", in radeon_get_drm_value()
143 * non-Radeon card. in do_winsys_init()
[all …]

1234