mutter/cogl/cogl/winsys
Daniel van Vugt 936696afcf cogl/winsys-glx: Request 2 stencil bits
Just like we do on EGL. Two bits are required because
`cogl-clip-stack-gl.c` needs each stencil buffer element to be able to
count from 0 to 2.

This mistake probably went unnoticed because:

 * Drivers usually provide more than 1 anyway; and

 * Optimizations in `cogl-clip-stack-gl.c` avoid calling the code that
   needs to count past 1 in most cases.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1873>
2021-06-01 15:44:05 +08:00
..
cogl-glx-display-private.h clutter: Remove support for transparent windows 2020-08-13 14:45:10 +02:00
cogl-glx-renderer-private.h cogl: Move GLX-related headers into winsys/ 2019-12-18 16:06:35 +00:00
cogl-glx.h cogl: Move GLX-related headers into winsys/ 2019-12-18 16:06:35 +00:00
cogl-onscreen-egl.c cogl/onscreen/egl: Remove platform pointer 2021-03-08 15:02:30 +00:00
cogl-onscreen-egl.h cogl/onscreen/egl: Remove platform pointer 2021-03-08 15:02:30 +00:00
cogl-onscreen-glx.c cogl/frame-info: Add VSYNC flag 2021-03-08 09:48:11 +00:00
cogl-onscreen-glx.h cogl/onscreen: Move buffer age getter vfunc to class 2021-01-30 09:11:46 +00:00
cogl-onscreen-xlib.c cogl: Add CoglX11Onscreen interface 2021-01-30 09:11:46 +00:00
cogl-onscreen-xlib.h cogl: Add CoglX11Onscreen interface 2021-01-30 09:11:46 +00:00
cogl-texture-pixmap-x11-private.h cogl: Remove CoglBool, use gboolean instead 2019-02-15 16:35:46 +01:00
cogl-texture-pixmap-x11.c cogl: Remove unused p-axis texture wrap mode 2020-01-31 17:26:25 +00:00
cogl-texture-pixmap-x11.h cogl: Mark exported cogl symbols using COGL_EXPORT 2020-03-26 09:05:38 +01:00
cogl-winsys-egl-feature-functions.h cogl: Remove ability to bind Wayland EGL display 2021-05-18 14:03:22 +00:00
cogl-winsys-egl-private.h cogl/onscreen: Use CoglFramebufferClass::allocate() to init 2021-01-30 09:11:45 +00:00
cogl-winsys-egl-x11-private.h cogl/xlib: Move EGL XLIB onscreen to separate file 2021-01-30 09:11:45 +00:00
cogl-winsys-egl-x11.c cogl: Stop using GSlice 2021-02-22 13:51:30 +01:00
cogl-winsys-egl.c cogl: Remove ability to bind Wayland EGL display 2021-05-18 14:03:22 +00:00
cogl-winsys-glx-feature-functions.h *: Fix spelling mistakes found by codespell 2020-08-29 09:10:31 +00:00
cogl-winsys-glx-private.h cogl/glx: Move onscreen code to a separate file 2021-01-30 09:11:45 +00:00
cogl-winsys-glx.c cogl/winsys-glx: Request 2 stencil bits 2021-06-01 15:44:05 +08:00
cogl-winsys-private.h cogl: Remove cogl_get_clock_time() 2021-03-08 09:48:11 +00:00
cogl-winsys.c cogl: Remove CoglBool, use gboolean instead 2019-02-15 16:35:46 +01:00