summaryrefslogtreecommitdiff
path: root/hw/xwin/glx
AgeCommit message (Expand)AuthorFilesLines
2024-01-08build: Switch to meson 0.56Olivier Fourdan1-2/+2
2022-04-02gen_gl_wrappers: remove unused importsKonstantin Kharlamov1-1/+1
2022-03-31Replace "the the" with a single "the" in docs & commentsAlan Coopersmith1-1/+1
2021-10-27Remove autotools supportPovilas Kanapickas1-64/+0
2020-07-05Fix spelling/wording issuesAlan Coopersmith1-3/+3
2019-12-12XWin: Fix infinite loop in GetShift()dslater381-2/+1
2019-07-21hw/xwin: Log counts of pixel formats which couldn't be usedJon Turney1-6/+21
2019-05-02Promote file containing date & time build was configured to top-levelJon Turney1-2/+2
2019-05-01hw/xwin/glx/indirect.c glxWinScreenProbe(): Add free(screen) that was missing...Adam Richter1-1/+3
2019-05-01hw/xwin: Remove mwextwm modeJon Turney2-30/+0
2019-02-22glx,xquartz: Fix make distcheckMichel Dänzer1-1/+2
2018-09-25hw/xwin/glx: Fix logging about WGL pxfs with overlaysJon Turney1-1/+1
2018-09-25hw/xwin/glx: Use multisample attributes with wglChoosePixelFormatARB()Jon Turney1-0/+5
2018-09-25hw/xwin/glx: Add GLX_ARB_framebuffer_sRGB extensionJon Turney2-6/+27
2018-09-25hw/xwin/glx: publish GLX create_context extensionsJon Turney1-0/+4
2018-09-25hw/xwin/glx: Add support for float format fbconfig GLX extensionsJon Turney1-33/+63
2018-09-25hw/xwin/glx: Make WGL -> GLX extension mapping table-drivenJon Turney1-22/+32
2018-09-25hw/xwin/glx: Fallback to ChoosePixelFormat() if wglChoosePixelFormatARB() failsJon Turney1-20/+24
2018-09-25hw/xwin/glx: Don't create fbConfigs for un-accelerated pixelFormatsJon Turney1-0/+4
2018-04-09hw/xwin/glx: Allocate fbconfigs correctlyJon Turney1-30/+40
2018-01-22meson.build: Fix hw/xwin build when dependencies are installed in a non-defau...Jon Turney1-1/+1
2017-12-13meson: Add dependency on generated code fragments in hw/xwin/glx/Jon Turney5-10/+13
2017-10-30Use ARRAY_SIZE all over the treeDaniel Martin1-4/+2
2017-08-22xwin: remove always true/set XWIN_MULTIWINDOW conditional/defineEmil Velikov3-10/+3
2017-08-22xwin/glx: remove unused __GLXWinScreen::glx_enable_bitsEmil Velikov1-3/+0
2017-08-21glx: Remove True/False definesAdam Jackson1-1/+1
2017-06-20glx: Remove some indirection around EXT_texture_from_pixmapAdam Jackson1-6/+2
2017-06-02Add meson.build for XWin server (v2)Jon Turney1-0/+100
2016-09-15Add Windows-DRI extensionJon Turney7-197/+459
2016-09-06glx: Fix computation of GLX_X_RENDERABLE fbconfig attributeAdam Jackson1-2/+0
2016-03-30xwin/glx: Build fix for warnings about missing WGL extensioonsJon Turney1-3/+3
2016-03-30glx: Compute the GLX extension string from __glXScreenInitAdam Jackson1-11/+0
2016-03-30glx: Move glx_enable_bits up to the GLX screen base classAdam Jackson1-9/+6
2016-03-30glx: Enable GLX 1.4 unconditionallyAdam Jackson1-20/+0
2016-03-30xwin/glx: Drop GLWIN_NO_WGL_EXTENSIONS hackAdam Jackson1-10/+0
2016-03-30glx: Use __glXInitExtensionEnableBits in all backends (v2)Adam Jackson1-20/+9
2016-03-30xwin/glx: Enable GLX_SGI_make_current_read unconditionally (v2)Adam Jackson1-10/+14
2016-03-30glx: Remove server-side mention of GLX_MESA_swap_controlAdam Jackson1-4/+1
2016-03-30glx: Remove default server glx extension stringAdam Jackson1-2/+0
2015-07-07hw/xwin: printf format fixes for DWORD typeJon TURNEY1-6/+6
2015-07-07hw/xwin: printf format fixes for XID typeJon TURNEY1-1/+1
2015-03-16hw/xwin/glx: Improve code generator to deal with latest Khronos OpenGL regist...Jon TURNEY1-12/+25
2015-03-16hw/xwin/glx: Refactor parsing of the <proto> XML elementJon TURNEY1-39/+26
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