summaryrefslogtreecommitdiff
path: root/hw/xwin/glx
AgeCommit message (Expand)AuthorFilesLines
2011-07-07glx: Remove a few lingering traces of __GLXscreen.GLXVersionJon TURNEY1-6/+2
2011-07-07hw/xwin: Add items to WGL AIGLX todoJon TURNEY1-2/+11
2011-07-07hw/xwin: Report Window XIDs in Window debug messagesJon TURNEY1-1/+1
2011-07-07hw/xwin: Add a flag to track which windows have been drawn to using WGL.Jon TURNEY2-1/+8
2011-07-07hw/xwin/glx: Fix some warnings in generated wrapper codeColin Harrison1-1/+1
2011-07-07hw/xwin/glx: Handle failure to get any fbconfigs more gracefully.Jon TURNEY1-3/+23
2011-07-07hw/xwin/glx: Don't spam log with wglwrap symbol resolution status at startupJon TURNEY1-8/+5
2011-07-07hw/xwin/glx: Better handling of SetPixelFormat() failureJon TURNEY1-9/+17
2011-07-07hw/xwin/glx: Improvements to glxWinErrorMessage() reporting in WGL GLX providerJon TURNEY1-5/+8
2011-07-07hw/xwin/glx: Fix fbconfig dumper formatting for 3 digit index numbersJon TURNEY1-1/+15
2011-04-28hw/xwin: wglext.h should be provided by w32api, rather than downloadedJon TURNEY4-9/+5
2011-04-28configure: Look for Khronos OpenGL spec files using pkg-configJon TURNEY2-29/+8
2011-03-28glx: Remove some obfuscatory macrosAdam Jackson1-1/+1
2011-03-28glx: Remove ->forceCurrent from the context vtableAdam Jackson1-8/+0
2011-02-25hw/xwin: Look for gl spec files in $(srcdir) or .Keith Packard1-2/+2
2010-11-30glx: Remove swap barrier and hyperpipe supportAdam Jackson1-2/+0
2010-11-11Remove more superfluous if(p!=NULL) checks around free(p).Cyril Brulebois1-4/+1
2010-10-19Cygwin/X: Remove execute permission from source filesJon TURNEY2-0/+0
2010-08-27Replace malloc/strlen/strcpy with strdup.Matt Turner1-4/+1
2010-08-10Cygwin/X: Fix glxWinCreateDrawable() for API changeJon TURNEY1-5/+9
2010-06-11xwin: Get rid of xstrdup when argument is definitely non-NULLMikhail Gusarov1-3/+3
2010-05-20Find windows GL wrapper files in $(srcdir) instead of .Keith Packard1-2/+2
2010-05-20winpriv.h was moved from hw/xwin to hw/xwin/glx in NovemberKeith Packard1-0/+1
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-13/+13
2010-04-28Cygwin/X: AIGLX using native WGLJon TURNEY10-1854/+2809
2009-06-05Cygwin/X: Remove obsolete ChangeLog filesJon TURNEY1-64/+0
2008-05-21Move the windows GL files to the xwin DDX.Kristian Høgsberg4-0/+2316