| /OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/ |
| H A D | ephyr_glamor_glx.c | 142 ephyr_glamor_setup_texturing_shader(struct ephyr_glamor *glamor) in ephyr_glamor_setup_texturing_shader() argument 178 glamor->texture_shader = prog; in ephyr_glamor_setup_texturing_shader() 179 glamor->texture_shader_position_loc = glGetAttribLocation(prog, "position"); in ephyr_glamor_setup_texturing_shader() 180 assert(glamor->texture_shader_position_loc != -1); in ephyr_glamor_setup_texturing_shader() 181 glamor->texture_shader_texcoord_loc = glGetAttribLocation(prog, "texcoord"); in ephyr_glamor_setup_texturing_shader() 182 assert(glamor->texture_shader_texcoord_loc != -1); in ephyr_glamor_setup_texturing_shader() 198 ephyr_glamor_set_texture(struct ephyr_glamor *glamor, uint32_t tex) in ephyr_glamor_set_texture() argument 200 glamor->tex = tex; in ephyr_glamor_set_texture() 204 ephyr_glamor_set_vertices(struct ephyr_glamor *glamor) in ephyr_glamor_set_vertices() argument 206 glVertexAttribPointer(glamor->texture_shader_position_loc, in ephyr_glamor_set_vertices() [all …]
|
| H A D | ephyr_glamor_glx.h | 50 ephyr_glamor_glx_screen_fini(struct ephyr_glamor *glamor); 54 ephyr_glamor_set_window_size(struct ephyr_glamor *glamor, 58 ephyr_glamor_damage_redisplay(struct ephyr_glamor *glamor, 67 ephyr_glamor_set_window_size(struct ephyr_glamor *glamor, in ephyr_glamor_set_window_size() argument 73 ephyr_glamor_damage_redisplay(struct ephyr_glamor *glamor, in ephyr_glamor_damage_redisplay() argument
|
| H A D | Makefile.am | 31 -I$(top_srcdir)/glamor \ 68 $(top_builddir)/glamor/libglamor.la \ 69 $(top_builddir)/glamor/libglamor_egl_stubs.la \
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_sync.c | 67 glamor_screen_private *glamor = glamor_get_screen_private(screen); in glamor_sync_create_fence() local 71 screen_funcs->CreateFence = glamor->saved_procs.sync_screen_funcs.CreateFence; in glamor_sync_create_fence() 73 glamor->saved_procs.sync_screen_funcs.CreateFence = screen_funcs->CreateFence; in glamor_sync_create_fence() 85 glamor_screen_private *glamor = glamor_get_screen_private(screen); in glamor_sync_init() local 104 glamor->saved_procs.sync_screen_funcs.CreateFence = screen_funcs->CreateFence; in glamor_sync_init() 114 glamor_screen_private *glamor = glamor_get_screen_private(screen); in glamor_sync_close() local 118 screen_funcs->CreateFence = glamor->saved_procs.sync_screen_funcs.CreateFence; in glamor_sync_close()
|
| H A D | meson.build | 2 'glamor.c', 43 glamor = static_library('glamor', build 59 install_data('glamor.h', install_dir: xorgsdkdir)
|
| H A D | Makefile.am | 8 glamor.c \ 50 glamor.h 62 sdk_HEADERS = glamor.h
|
| H A D | Makefile.in | 95 subdir = glamor 119 am__libglamor_la_SOURCES_DIST = glamor.c glamor_context.h \ 132 glamor_sync.c glamor.h glamor_xv.c 134 am_libglamor_la_OBJECTS = glamor.lo glamor_copy.lo glamor_core.lo \ 169 am__depfiles_remade = ./$(DEPDIR)/glamor.Plo \ 630 libglamor_la_SOURCES = glamor.c glamor_context.h glamor_copy.c \ 643 glamor_sync.c glamor.h $(am__append_1) 649 sdk_HEADERS = glamor.h 665 $(AUTOMAKE) --foreign glamor/Makefile 707 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glamor.Plo@am__quote@ # am--include-marker [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | Makefile.in | 93 @GLAMOR_EGL_TRUE@ xwayland-glamor.c \ 94 @GLAMOR_EGL_TRUE@ xwayland-glamor-gbm.c \ 98 @GLAMOR_EGL_TRUE@@XV_TRUE@ xwayland-glamor-xv.c 101 @GLAMOR_EGL_TRUE@@XWAYLAND_EGLSTREAM_TRUE@ xwayland-glamor-eglstream.c 144 xwayland-glamor.c xwayland-glamor-gbm.c xwayland-present.c \ 145 xwayland-glamor-xv.c xwayland-glamor-eglstream.c 146 @GLAMOR_EGL_TRUE@am__objects_1 = Xwayland-xwayland-glamor.$(OBJEXT) \ 147 @GLAMOR_EGL_TRUE@ Xwayland-xwayland-glamor-gbm.$(OBJEXT) \ 149 @GLAMOR_EGL_TRUE@@XV_TRUE@am__objects_2 = Xwayland-xwayland-glamor-xv.$(OBJEXT) 150 @GLAMOR_EGL_TRUE@@XWAYLAND_EGLSTREAM_TRUE@am__objects_3 = Xwayland-xwayland-glamor-eglstream.$(OBJE… [all …]
|
| H A D | meson.build | 56 srcs += 'xwayland-glamor.c' 58 srcs += 'xwayland-glamor-gbm.c' 70 srcs += 'xwayland-glamor-eglstream.c' 74 srcs += 'xwayland-glamor-xv.c' 80 xwayland_glamor += glamor
|
| H A D | Makefile.am | 4 -I$(top_srcdir)/glamor \ 37 xwayland-glamor.c \ 38 xwayland-glamor-gbm.c \ 42 xwayland-glamor-xv.c 47 xwayland-glamor-eglstream.c 56 glamor_lib = $(top_builddir)/glamor/libglamor.la
|
| H A D | xwayland.c | 811 if (xwl_screen->glamor) in xwl_window_post_damage() 819 if (xwl_screen->glamor) in xwl_window_post_damage() 863 if (xwl_screen->glamor && !xwl_glamor_allow_commits(xwl_window)) in xwl_screen_post_damage() 876 if (xwl_screen->glamor && in xwl_screen_post_damage() 916 else if (xwl_screen->glamor) { in registry_global() 1116 xwl_screen->glamor = 1; in xwl_screen_init() 1152 xwl_screen->glamor = 0; in xwl_screen_init() 1164 if (xwl_screen->glamor) in xwl_screen_init() 1252 if (xwl_screen->glamor) { in xwl_screen_init() 1257 xwl_screen->glamor = 0; in xwl_screen_init() [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/glamor_egl/ |
| H A D | Makefile.am | 25 $(top_srcdir)/glamor/glamor_egl.c \ 26 $(top_srcdir)/glamor/glamor_eglmodule.c \ 36 $(top_builddir)/glamor/libglamor.la \ 41 -I$(top_srcdir)/glamor \
|
| H A D | meson.build | 2 '../../../glamor/glamor_egl.c', 3 '../../../glamor/glamor_eglmodule.c', 18 link_with: glamor,
|
| H A D | Makefile.in | 162 libglamoregl_la_DEPENDENCIES = $(top_builddir)/glamor/libglamor.la 600 $(top_srcdir)/glamor/glamor_egl.c \ 601 $(top_srcdir)/glamor/glamor_eglmodule.c \ 611 $(top_builddir)/glamor/libglamor.la \ 616 -I$(top_srcdir)/glamor \ 729 glamor_egl.lo: $(top_srcdir)/glamor/glamor_egl.c 730 …`test -f '$(top_srcdir)/glamor/glamor_egl.c' || echo '$(srcdir)/'`$(top_srcdir)/glamor/glamor_egl.c 734 …`test -f '$(top_srcdir)/glamor/glamor_egl.c' || echo '$(srcdir)/'`$(top_srcdir)/glamor/glamor_egl.c 736 glamor_eglmodule.lo: $(top_srcdir)/glamor/glamor_eglmodule.c 737 …top_srcdir)/glamor/glamor_eglmodule.c' || echo '$(srcdir)/'`$(top_srcdir)/glamor/glamor_eglmodule.c [all …]
|
| /OK3568_Linux_fs/buildroot/package/x11r7/xserver_xorg-server/ |
| H A D | xserver_xorg-server.mk | 156 XSERVER_XORG_SERVER_CONF_OPTS += --enable-glamor 158 XSERVER_XORG_SERVER_CONF_OPTS += --disable-glamor 161 XSERVER_XORG_SERVER_CONF_OPTS += --disable-dri3 --disable-glamor 164 XSERVER_XORG_SERVER_CONF_OPTS += --disable-dri2 --disable-dri3 --disable-glamor
|
| /OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-amdgpu/ |
| H A D | xdriver_xf86-video-amdgpu.mk | 20 XDRIVER_XF86_VIDEO_AMDGPU_CONF_OPTS += --enable-glamor 22 XDRIVER_XF86_VIDEO_AMDGPU_CONF_OPTS += --disable-glamor
|
| /OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-ati/ |
| H A D | xdriver_xf86-video-ati.mk | 20 XDRIVER_XF86_VIDEO_ATI_CONF_OPTS += --enable-glamor 22 XDRIVER_XF86_VIDEO_ATI_CONF_OPTS += --disable-glamor
|
| H A D | 0003-Guard-local-variable-priv-only-used-with-glamor.patch | 4 Subject: [PATCH] Guard local variable priv only used with glamor 9 Fixes compile errors with glamor disabled:
|
| /OK3568_Linux_fs/external/xserver/test/ |
| H A D | meson.build | 18 test('xephyr-glamor', 19 find_program('scripts/xephyr-glamor-piglit.sh'),
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | Makefile.am | 35 GLAMOR_DIR=glamor 114 glamor \ 154 glamor/meson.build \
|
| H A D | meson_options.txt | 7 option('glamor', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto', combo 8 description: 'Enable glamor (default yes for Xorg/Xwayland builds)') 10 value: 'auto', description: 'Enable EGLStream support for glamor on Xwayland')
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xwayland/ |
| H A D | xwayland_22.1.8.bb | 22 OPENGL_PKGCONFIGS = "glx glamor dri3" 28 PACKAGECONFIG[glamor] = "-Dglamor=true,-Dglamor=false,libepoxy virtual/libgbm,libegl"
|
| /OK3568_Linux_fs/external/xserver/debian/ |
| H A D | rules.flags | 79 --disable-glamor \ 115 confflags_main += --disable-glamor 119 confflags_main += --enable-glamor
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/ |
| H A D | driver.c | 545 if (ms->drmmode.glamor) in dispatch_dirty_region() 653 if (ms->drmmode.glamor) in redisplay_dirty() 836 ms->drmmode.glamor = FALSE; in try_enable_glamor() 852 ms->drmmode.glamor = TRUE; in try_enable_glamor() 1081 if (!ms->drmmode.glamor) { in PreInit() 1139 if (ms->drmmode.glamor) in PreInit() 1143 if (value & DRM_PRIME_CAP_EXPORT && ms->drmmode.glamor) in PreInit() 1705 if (ms->drmmode.glamor) in ScreenInit() 1852 if (ms->drmmode.glamor) { in ScreenInit() 1882 if (ms->drmmode.glamor || ms->drmmode.exa) { in ScreenInit() [all …]
|
| /OK3568_Linux_fs/external/xserver/test/scripts/ |
| H A D | xephyr-glamor-piglit.sh | 10 export PIGLIT_RESULTS_DIR=$XSERVER_BUILDDIR/test/piglit-results/xephyr-glamor
|