[PATCH 0/5] hw/xwin fixes and more (v2)
Jon TURNEY
jon.turney at dronecode.org.uk
Sun Dec 8 08:57:28 PST 2013
[3/5] depends on ajax's "Attempt to fix GLX for OSX" series
[4/5] is unneeded if those tokens are added to gltokens.h in glproto instead
[5/5] is another, perhaps better, attempt at updating XWin for the conversion to GL direct dispatch
Jon TURNEY (5):
configure.ac: Link XWin with present extension if we are building with
it enabled
ephyr: Fix compilation when ./configure'd with --enable-debug
glx: Consistently use ARB-suffixed names for ARB_multitexture
functions
hw/xwin/glx: Fix compilation of hw/xwin/glx/indirect.c
hw/xwin/glx: Rewrite WGL wrappers after Xserver conversion to direct
GL dispatch
configure.ac | 16 +-
glx/indirect_dispatch.c | 26 +-
glx/indirect_dispatch_swap.c | 72 ++--
hw/kdrive/ephyr/ephyr.c | 8 +-
hw/xwin/Makefile.am | 2 +-
hw/xwin/glx/Makefile.am | 32 +-
hw/xwin/glx/gen_gl_wrappers.py | 766 ++++++++++++++++++++++--------------
hw/xwin/glx/glshim.c | 124 ++++++
hw/xwin/glx/{glwrap.c => glthunk.c} | 74 +---
hw/xwin/glx/glwindows.h | 7 +-
hw/xwin/glx/indirect.c | 38 +-
11 files changed, 712 insertions(+), 453 deletions(-)
create mode 100644 hw/xwin/glx/glshim.c
rename hw/xwin/glx/{glwrap.c => glthunk.c} (56%)
--
1.8.3.4
More information about the xorg-devel
mailing list