xserver-multidpi/glamor
Eric Anholt 2d20f75b60 xorg: Connect up the glamor XV code, xorg DDX-only for now.
Porting this code to be non-xorg-dependent is going to take
significant hacking, so just dump it in the glamoregl module for the
moment, so I can hack on it while regression testing.

v2: Fix compiler warnings by adding #include dix-config.h at the top,
    don't try to auto-init (I'll try to fix the xv ABI later).
v3: Fix last minute breakage of having reintroduced xf86ScrnToScreen
    (one of the compat macros).  Just use the drawable's pScreen instead.

Signed-off-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Adam Jackson <ajax@redhat.com>
2014-03-05 13:10:20 -08:00
..
glamor_addtraps.c glamor: Fix some indent damage of putting a ' ' after the '*' for pointers. 2014-01-27 09:30:47 -08:00
glamor_compositerects.c glamor: Remove an extra copy of RegionNil(). 2014-01-27 09:30:47 -08:00
glamor_context.h glamor: Put in a pluggable context switcher for GLX versus EGL. 2014-02-14 18:30:01 -08:00
glamor_copyarea.c glamor: Add a screen argument to drop an ifdef from glamor_set_alu(). 2014-02-14 18:30:01 -08:00
glamor_copyplane.c glamor: Apply x-indent.sh. 2014-01-27 09:30:47 -08:00
glamor_copywindow.c glamor: Apply x-indent.sh. 2014-01-27 09:30:47 -08:00
glamor_core.c glamor: Rename glamor_get/put_dispatch to glamor_get/put_context. 2014-02-14 18:29:56 -08:00
glamor_debug.h glamor: Apply x-indent.sh. 2014-01-27 09:30:47 -08:00
glamor_egl_stubs.c glamor: Put in a pluggable context switcher for GLX versus EGL. 2014-02-14 18:30:01 -08:00
glamor_egl.c glamor: Move the EGL DRI3 code to GLAMOR_HAS_GBM. 2014-02-14 18:30:01 -08:00
glamor_eglmodule.c xorg: Connect up the glamor XV code, xorg DDX-only for now. 2014-03-05 13:10:20 -08:00
glamor_fbo.c glamor: Rename glamor_get/put_dispatch to glamor_get/put_context. 2014-02-14 18:29:56 -08:00
glamor_fill.c glamor: Add a screen argument to drop an ifdef from glamor_set_alu(). 2014-02-14 18:30:01 -08:00
glamor_fillspans.c glamor: Apply x-indent.sh. 2014-01-27 09:30:47 -08:00
glamor_getimage.c glamor: Apply x-indent.sh. 2014-01-27 09:30:47 -08:00
glamor_getspans.c glamor: Silence warnings for non-debug builds. 2014-01-27 09:30:47 -08:00
glamor_glx.c glamor: Put in a pluggable context switcher for GLX versus EGL. 2014-02-14 18:30:01 -08:00
glamor_glyphblt.c glamor: Convert use of the old "pointer" typedef to "void *". 2014-01-27 09:30:47 -08:00
glamor_glyphs.c glamor: Rename glamor_get/put_dispatch to glamor_get/put_context. 2014-02-14 18:29:56 -08:00
glamor_gradient.c glamor: Fix linking of the gradient shaders on GLES2. 2014-02-14 18:30:01 -08:00
glamor_largepixmap.c glamor: Fix some indent damage of putting a ' ' after the '*' for pointers. 2014-01-27 09:30:47 -08:00
glamor_picture.c glamor: Pass pixmaps around to unifdef glamor_iformat_for_depth(). 2014-02-14 18:30:01 -08:00
glamor_pixmap.c glamor: Unifdef the picture-format-to-format-and-type functions. 2014-02-14 18:30:01 -08:00
glamor_polyfillrect.c glamor: Apply x-indent.sh. 2014-01-27 09:30:47 -08:00
glamor_polylines.c glamor: Apply x-indent.sh. 2014-01-27 09:30:47 -08:00
glamor_polyops.c glamor: Fix some indent damage of putting a ' ' after the '*' for pointers. 2014-01-27 09:30:47 -08:00
glamor_priv.h glamor: Don't bother keeping references to shader stages for gradients. 2014-02-14 18:30:01 -08:00
glamor_putimage.c glamor: Drop useless glEnable/glDisable(GL_TEXTURE_2D) calls. 2014-02-14 18:30:01 -08:00
glamor_render.c glamor: Drop a bunch of GLES2 ifdefs. 2014-02-14 18:30:01 -08:00
glamor_setspans.c glamor: Apply x-indent.sh. 2014-01-27 09:30:47 -08:00
glamor_tile.c glamor: Add a screen argument to drop an ifdef from glamor_set_alu(). 2014-02-14 18:30:01 -08:00
glamor_trapezoid.c glamor: Drop a bunch of GLES2 ifdefs. 2014-02-14 18:30:01 -08:00
glamor_triangles.c glamor: Apply x-indent.sh. 2014-01-27 09:30:47 -08:00
glamor_utils.h glamor: Move glamor_get_tex_format_type_from_pictformat to a .c file. 2014-02-14 18:30:01 -08:00
glamor_window.c glamor: Apply x-indent.sh. 2014-01-27 09:30:47 -08:00
glamor_xv.c xorg: Connect up the glamor XV code, xorg DDX-only for now. 2014-03-05 13:10:20 -08:00
glamor.c xephyr: Build support for rendering with glamor using a -glamor option. 2014-03-05 13:10:12 -08:00
glamor.h xorg: Connect up the glamor XV code, xorg DDX-only for now. 2014-03-05 13:10:20 -08:00
Makefile.am xorg: Connect up the glamor XV code, xorg DDX-only for now. 2014-03-05 13:10:20 -08:00