summaryrefslogtreecommitdiff
path: root/cogl/winsys/cogl-winsys-wgl.c
Commit message (Expand)AuthorAgeFilesLines
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-08-061-12/+12
* Add -Wmissing-declarations to maintainer flags and fix problemsNeil Roberts2012-03-061-0/+1
* template: Allow configuration of swap throttleRobert Bragg2012-01-161-3/+4
* Start to reduce dependence on glibRobert Bragg2011-11-011-6/+7
* framebuffer: split out CoglOnscreen codeRobert Bragg2011-11-011-0/+1
* features: Support more than 32 features!Robert Bragg2011-11-011-0/+2
* onscreen: Support multisample based onscreen renderingRobert Bragg2011-10-281-0/+4
* Rework how we search for winsys configsRobert Bragg2011-10-281-5/+13
* cogl-winsys-wgl: Add a fallback for failed wglGetProcAddressNeil Roberts2011-08-011-1/+23
* Update vtable.id in cogl-winsys-wgl.cChun-wei Fan2011-07-311-1/+1
* Don't use the 'NULL' GModule to resolve GL symbolsNeil Roberts2011-07-271-3/+4
* Combine _cogl_context_check_gl_version and update_features into oneNeil Roberts2011-07-181-7/+8
* Dynamically load the GL or GLES libraryNeil Roberts2011-07-111-2/+5
* Use all core GL functions through indirect pointersNeil Roberts2011-07-081-1/+1
* Move all of the GL function pointers directly to CoglContextNeil Roberts2011-07-071-2/+2
* replace public native_event APIs with typesafe APIsRobert Bragg2011-06-301-10/+10
* renderer: Expose winsys ID setter/gettersRobert Bragg2011-06-301-0/+1
* Add internal _cogl_get_proc_addressRobert Bragg2011-06-011-1/+2
* cogl-winsys: Fix freeing a CoglOnscreenNeil Roberts2011-05-101-0/+7
* cogl-winsys-wgl: Plug leak on error from SetPixelFormatNeil Roberts2011-05-101-64/+69
* Add a WGL winsysNeil Roberts2011-05-101-0/+838