Home
last modified time | relevance | path

Searched refs:GLX (Results 1 – 25 of 32) sorted by relevance

12

/OK3568_Linux_fs/external/xserver/glx/
H A Dextension_string.c41 #define GLX(n) "GLX_" # n, 4 + sizeof( # n ) - 1, CONCAT(n,_bit) macro
75 { GLX(ARB_context_flush_control), VER(0,0), N, },
76 { GLX(ARB_create_context), VER(0,0), N, },
77 { GLX(ARB_create_context_no_error), VER(0,0), N, },
78 { GLX(ARB_create_context_profile), VER(0,0), N, },
79 { GLX(ARB_create_context_robustness), VER(0,0), N, },
80 { GLX(ARB_fbconfig_float), VER(0,0), N, },
81 { GLX(ARB_framebuffer_sRGB), VER(0,0), N, },
82 { GLX(ARB_multisample), VER(1,4), Y, },
84 { GLX(EXT_create_context_es_profile), VER(0,0), N, },
[all …]
/OK3568_Linux_fs/external/xserver/dix/
H A Dprotocol.txt118 R001 GLX:
119 R002 GLX:Large
120 R003 GLX:CreateContext
121 R004 GLX:DestroyContext
122 R005 GLX:MakeCurrent
123 R006 GLX:IsDirect
124 R007 GLX:QueryVersion
125 R008 GLX:WaitGL
126 R009 GLX:WaitX
127 R010 GLX:CopyContext
[all …]
/OK3568_Linux_fs/kernel/drivers/char/agp/
H A DKconfig19 Note that this is the only means to have X/GLX use
26 You should say Y here if you want to use GLX or DRI.
34 This option gives you AGP support for the GLX component of
49 This option gives you AGP support for the GLX component of
56 This option gives you AGP support for the GLX component of
63 This option gives you AGP support for the GLX component of
74 This option gives you AGP support for the GLX component of X
85 This option gives you AGP support for the GLX component of
92 This option gives you AGP support for the GLX component of
109 This option gives you AGP support for the GLX component of
/OK3568_Linux_fs/yocto/poky/meta/recipes-gnome/gtk+/gtk+3/
H A D0002-Do-not-try-to-initialize-GL-without-libGL.patch7 GLX api which will exit() if libGL.so.1 is not present. We do not
34 + [When enabled Gdk will try to initialize GLX])])
36 + AC_DEFINE([HAVE_GLX], [], [GLX will be available at runtime])
49 + /* update_visuals_for_gl() will end up calling epoxy GLX api which
/OK3568_Linux_fs/buildroot/package/supertux/
H A DConfig.in6 depends on BR2_PACKAGE_XORG7 # libglew, SDL2 OpenGL (GLX)
10 depends on BR2_USE_MMU # SDL2 OpenGL (GLX)
/OK3568_Linux_fs/buildroot/package/lugaru/
H A DConfig.in6 depends on BR2_PACKAGE_XORG7 # SDL2 OpenGL (GLX)
9 depends on BR2_USE_MMU # SDL2 OpenGL (GLX)
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/mesa/files/
H A D0002-meson.build-make-TLS-ELF-optional.patch7 TLS GLX optional again" patch updated to the latest mesa.
51 description : 'Enable direct rendering in GLX and EGL for DRI',
/OK3568_Linux_fs/buildroot/package/mesa3d/
H A DConfig.in85 # OpenGL GLX and Gallium VDPAU both needs X11
402 bool "OpenGL GLX"
407 Enable GLX graphic acceleration (OpenGL + X11).
409 comment "OpenGL GLX support needs X11"
419 applications similar to GLX, for X, and WGL, for Windows.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-graphics/cogl/
H A Dcogl-1.0.inc40 # OpenGL/GLX
58 # Respect the DISTRO_FEATURES to pull in GLX or Wayland as appropriate by
/OK3568_Linux_fs/buildroot/package/irrlicht/
H A DConfig.in5 depends on BR2_PACKAGE_HAS_LIBGL # use GLX
/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A DMakefile.am46 if GLX
/OK3568_Linux_fs/external/xserver/hw/xfree86/dixmods/
H A DMakefile.am3 if GLX
/OK3568_Linux_fs/external/xserver/hw/dmx/config/
H A DMakefile.am26 if GLX
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A DMakefile.am9 if GLX
/OK3568_Linux_fs/buildroot/package/sdl2/
H A DConfig.in44 bool "OpenGL (GLX)"
/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/gstreamer/
H A Dgstreamer1.0-vaapi_1.20.5.bb33 # try detecting X11 first, and if found (with OpenGL), use GLX,
/OK3568_Linux_fs/external/xserver/hw/xfree86/
H A DMakefile.am17 if GLX
/OK3568_Linux_fs/external/xserver/test/
H A DMakefile.am156 if GLX
/OK3568_Linux_fs/external/xserver/
H A DMakefile.am10 if GLX
H A Dconfigure.ac539 dnl GLX build options
555 … AS_HELP_STRING([--disable-glx], [Build GLX extension (default: enabled)]), [GLX=$enableval…
1247 if test "x$GLX" = xyes; then
1251 AC_DEFINE(GLXEXT, 1, [Build GLX extension])
1256 GLX=no
1258 AM_CONDITIONAL(GLX, test "x$GLX" = xyes) condition
2176 if [test "x$XWIN" = xyes && test "x$GLX" = xyes] ; then
2197 AM_CONDITIONAL(XWIN_GLX_WINDOWS, [test "x$XWIN" = xyes && test "x$GLX" = xyes])
2308 if test "x$DRI" = xyes && test "x$GLX" = xyes; then
/OK3568_Linux_fs/external/xserver/include/
H A Ddix-config.h.in45 /* Build GLX extension */
48 /* Build GLX DRI loader */
H A Dxorg-server.h.in38 /* Build GLX extension */
H A Dxorg-server.h.meson.in38 /* Build GLX extension */
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Dmigration-1.3.rst145 size difference when DRI and GLX modules are not installed.
/OK3568_Linux_fs/yocto/meta-browser/meta-chromium/
H A DREADME.md115 Without this packageconfig, the Chromium build will use GLX for creating an

12