mutter/cogl/winsys
Neil Roberts 2b119b07da Use all core GL functions through indirect pointers
cogl-ext-functions.h now contains definitions for all of the core GL
and GLES functions that we would normally link to directly. All of the
code has changed to access them through the cogl context pointer. The
GE macro now takes an extra parameter to specify the context because
the macro itself needs to make GL calls but various points in the Cogl
source use different names for the context variable.
2011-07-08 15:35:46 +01:00
..
cogl-texture-pixmap-x11-private.h
cogl-texture-pixmap-x11.c replace public native_event APIs with typesafe APIs 2011-06-30 14:33:13 +01:00
cogl-texture-pixmap-x11.h
cogl-winsys-egl-feature-functions.h Adds _cogl_wayland_texture_2d_new_from_buffer API 2011-06-01 20:44:42 +01:00
cogl-winsys-egl-private.h Add _cogl_egl_texture_2d_new_from_image API 2011-06-01 20:44:42 +01:00
cogl-winsys-egl.c Move all of the GL function pointers directly to CoglContext 2011-07-07 02:05:42 +01:00
cogl-winsys-glx-feature-functions.h
cogl-winsys-glx.c Use all core GL functions through indirect pointers 2011-07-08 15:35:46 +01:00
cogl-winsys-private.h renderer: Expose winsys ID setter/getters 2011-06-30 14:33:11 +01:00
cogl-winsys-sdl.c
cogl-winsys-stub-private.h Make stub winsys into a proper winsys backend 2011-06-01 20:44:41 +01:00
cogl-winsys-stub.c renderer: Expose winsys ID setter/getters 2011-06-30 14:33:11 +01:00
cogl-winsys-wgl-feature-functions.h Add a WGL winsys 2011-05-10 17:58:41 +01:00
cogl-winsys-wgl.c Use all core GL functions through indirect pointers 2011-07-08 15:35:46 +01:00
cogl-winsys.c Add internal _cogl_get_proc_address 2011-06-01 20:44:41 +01:00