summaryrefslogtreecommitdiff
path: root/hw/xwin/glx
AgeCommit message (Expand)AuthorFilesLines
2015-02-09Merge branch 'cygwin-warning-fixes-for-1.17' into cygwin-patches-for-1.17xserver-cygwin-1.17.0-1Jon TURNEY1-6/+6
2015-02-08Defend against crashes in glxWinScreenProbe()Jon TURNEY1-9/+101
2015-02-08Add Windows-DRI extensionJon TURNEY7-197/+454
2015-02-08In glxWinSetPixelFormat handle the case where wglChoosePixelFormatARB()Jon TURNEY1-20/+24
2015-02-08Give counts of pixel formats which couldn't be used for various reasonsJon TURNEY1-6/+26
2015-02-08Don't report pbuffer size limitsJon TURNEY1-5/+10
2015-02-08hw/xwin/glx: Don't create fbConfigs for un-accelerated pixelFormatsJon TURNEY1-0/+4
2015-02-08Make AIGLX work in non-toplevel windowsJon TURNEY1-1/+36
2015-02-07hw/xwin: printf format fixes for DWORD typeJon TURNEY1-6/+6
2015-02-05Improve code generator to deal with latest Khronos OpenGL registry XMLJon TURNEY1-49/+52
2014-10-09hw/xwin: Fix warnings in glx/glshim.cJon TURNEY1-0/+3
2014-08-29hw/xwin/glx: Remove an incorrect assertion in glxWinDrawableSwapBuffersJon TURNEY1-7/+0
2014-08-29hw/xwin/glx: Downgrade "forcing window to exist" message to debugJon TURNEY1-1/+1
2014-08-29hw/xwin/glx: Fix a couple of typo bugs in indirect.cJon TURNEY1-6/+3
2014-08-29hw/xwin/glx: Update .gitignoreJon TURNEY1-1/+4
2014-08-29hw/xwin/glx: Don't override the server supported GL extensions string.Jon TURNEY1-3/+0
2014-08-29hw/xwin: Add an idempotency guard to glwindows.hJon TURNEY1-0/+5
2014-08-29hw/xwin/glx: When generating shims, limit the considered features to GL versi...Jon TURNEY1-5/+8
2014-06-02hw/xwin: Update for __glXLastContext -> lastGLContextJon TURNEY1-12/+1
2014-03-03hw/xwin: Remove unnecessary casts from malloc/realloc/calloc callsColin Harrison1-1/+1
2014-03-03hw/xwin: Just generate the WGL wrappers we needJon TURNEY1-31/+14
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-1/+1
2013-12-10hw/xwin/glx: Rewrite WGL wrappers after Xserver conversion to direct GL dispatchJon TURNEY6-394/+642
2013-10-24glx: Handle float config types in glxConvertConfigsDaniel Czarnowski1-1/+3
2013-10-09hw/xwin: Fix for "glx: Remove screen number from __GLXconfig"Jon TURNEY1-6/+0
2013-09-11glx: Remove pixmapMode from __GLXconfigAdam Jackson1-3/+0
2013-08-06Replace INCLUDES with AM_CPPFLAGSPeter Hutterer1-1/+1
2013-07-23configure.ac: Check for python at configure time when building XWin with AIGLXJon TURNEY1-2/+2
2013-03-18Full support of sRGB capable fbconfigs.Tomasz Lis1-0/+2
2012-12-05Fix formatting of address operatorsYaakov Selkowitz1-2/+2
2012-11-27hw/xwin: Don't log all fbConfigs and GL/WGL extensionsJon TURNEY1-7/+15
2012-10-16hw/xwin: Fix some of the warnings in generated gl wrapper codeJon TURNEY2-7/+5
2012-10-16hw/xwin/glx: Fix using Mask as a formal parameter shadows a global typedef of...Jon TURNEY1-6/+6
2012-10-11Fix 'make distcheck' for hw/xwinJon TURNEY1-1/+2
2012-08-03hw/xwin: Fixes to pixelFormat <-> fbConfig conversion in WGL modeMarc Haesen1-27/+43
2012-06-21hw/xwin/glx: Fix glxWinCreateContext() function pointer mismatchJon TURNEY1-2/+5
2012-06-21hw/xwin/glx: Update gen_gl_wrappers.py for the current glx/dispatch.hJon TURNEY1-1/+1
2012-06-21hw/xwin/glx: Blacklist 'GDI generic' GL rendererJon TURNEY1-12/+21
2012-06-21hw/xwin/glx: Fix glxLogExtensions to handle a null string without crashingJon TURNEY1-1/+3
2012-06-21hw/xwin/glx: Create a new dispatch table rather than modifying the existing oneJon TURNEY1-2/+10
2012-05-04hw/xwin/glx: Use silent rulesYaakov Selkowitz1-2/+2
2012-03-21Introduce a consistent coding styleKeith Packard5-1431/+1459
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