xserver-multidpi/hw/xwin/glx
dslater38 71c3a97142 XWin: Fix infinite loop in GetShift()
GetShift(int mask) can be called with mask==0, causing
it to go into an infinite loop.

Note: GetShift(mask) will return 0 for a mask of
both 0 and -1. The assumption is that if mask == 0,
then the corresponding bits for which we're calculating
the shift, are also 0.
2019-12-12 04:54:46 +00:00
..
.gitignore hw/xwin/glx: Update .gitignore 2014-08-29 13:49:08 +01:00
dri_helpers.c Add Windows-DRI extension 2016-09-15 20:10:29 +01:00
dri_helpers.h Add Windows-DRI extension 2016-09-15 20:10:29 +01:00
gen_gl_wrappers.py hw/xwin/glx: Improve code generator to deal with latest Khronos OpenGL registry XML 2015-03-16 16:35:19 +00:00
glshim.c meson: Add dependency on generated code fragments in hw/xwin/glx/ 2017-12-13 11:32:53 -05:00
glthunk.c meson: Add dependency on generated code fragments in hw/xwin/glx/ 2017-12-13 11:32:53 -05:00
glwindows.h hw/xwin: Add an idempotency guard to glwindows.h 2014-08-29 13:40:26 +01:00
indirect.c XWin: Fix infinite loop in GetShift() 2019-12-12 04:54:46 +00:00
indirect.h hw/xwin/glx: Add GLX_ARB_framebuffer_sRGB extension 2018-09-25 16:02:09 +01:00
Makefile.am hw/xwin: Remove mwextwm mode 2019-05-01 14:06:15 +00:00
meson.build Promote file containing date & time build was configured to top-level 2019-05-02 15:42:58 +00:00
wgl_ext_api.c meson: Add dependency on generated code fragments in hw/xwin/glx/ 2017-12-13 11:32:53 -05:00
wgl_ext_api.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
winpriv.c hw/xwin: Remove mwextwm mode 2019-05-01 14:06:15 +00:00
winpriv.h Add Windows-DRI extension 2016-09-15 20:10:29 +01:00