[PULL] Cygwin/X: AIGLX using native WGL
Jon TURNEY
jon.turney at dronecode.org.uk
Wed Apr 28 08:12:22 PDT 2010
Hi Keith,
This patch is a rewrite of the XWin DDX AIGLX code to actually make it do
something useful again. Please consider pulling into master.
Thanks.
The following changes since commit ffaae7c0c69a51a53a76146c79f3630ae197a443:
Adam Jackson (1):
Remove mibank support
are available in the git repository at:
git://anongit.freedesktop.org/~jturney/xserver master
Jon TURNEY (1):
Cygwin/X: AIGLX using native WGL
configure.ac | 1 +
hw/xwin/InitOutput.c | 20 +-
hw/xwin/Makefile.am | 25 +-
hw/xwin/glx/.gitignore | 8 +
hw/xwin/glx/Makefile.am | 59 +
hw/xwin/glx/gen_gl_wrappers.py | 319 ++++
hw/xwin/glx/glwindows.h | 102 +-
hw/xwin/glx/glwrap.c | 661 ++-------
hw/xwin/glx/indirect.c | 3215 ++++++++++++++++++++++++----------------
hw/xwin/glx/wgl_ext_api.c | 75 +
hw/xwin/glx/wgl_ext_api.h | 87 ++
hw/xwin/{ => glx}/winpriv.c | 108 +-
hw/xwin/glx/winpriv.h | 11 +
hw/xwin/winglobals.c | 2 +-
hw/xwin/winmultiwindowwindow.c | 3 +-
hw/xwin/winpriv.h | 15 -
hw/xwin/winprocarg.c | 14 +
17 files changed, 2780 insertions(+), 1945 deletions(-)
create mode 100644 hw/xwin/glx/.gitignore
create mode 100644 hw/xwin/glx/Makefile.am
create mode 100755 hw/xwin/glx/gen_gl_wrappers.py
create mode 100644 hw/xwin/glx/wgl_ext_api.c
create mode 100644 hw/xwin/glx/wgl_ext_api.h
rename hw/xwin/{ => glx}/winpriv.c (51%)
create mode 100644 hw/xwin/glx/winpriv.h
delete mode 100644 hw/xwin/winpriv.h
More information about the xorg-devel
mailing list