summaryrefslogtreecommitdiff
path: root/src/waffle
AgeCommit message (Expand)AuthorFilesLines
2014-04-17waffle: Replace GL with OpenGLHEADmasterJordan Justen3-7/+7
2014-04-17core: Update url for issue tracker in error messagesChad Versace1-1/+1
2014-03-12egl: Fix creation of compatibility contextsChad Versace1-0/+17
2014-03-01android: Fix build for Android 4.1Arun Sl1-0/+11
2014-03-01android: Improve name of 'error' goto labelArun Sl1-1/+2
2014-01-19cgl: Make waffle_get_proc_address() workChad Versace1-4/+6
2014-01-08wayland: respond to ping requests from the compositorRob Bradford1-0/+33
2014-01-08wayland: add a handler for global remove eventRob Bradford1-1/+8
2013-12-02android: Fix Android Kitkat build issueJuha-Pekka Heikkila1-0/+1
2013-12-01cmake: Don't build unittests when waffle_build_tests=0Chad Versace1-0/+4
2013-12-01core: Stop linking libwaffle_test into unittest executablesChad Versace1-1/+0
2013-12-01core: Convert wcore_config_attrs_unittest to use cmockaChad Versace1-512/+638
2013-12-01core: Convert wcore_error_unittest to use cmockaChad Versace1-64/+55
2013-12-01core: Convert wcore_attrib_list_unittest to use cmockaChad Versace2-97/+86
2013-11-27cmake: Refactor repeating patterns for unittestsChad Versace2-65/+28
2013-11-27core: Move wcore_error unittests to separate executableChad Versace2-4/+33
2013-11-27core: Move wcore_config_attrs unittests to separate executableChad Versace2-3/+33
2013-11-27core: Move wcore_attrib_list unittests to separate executableChad Versace3-4/+38
2013-11-27waffle: Fix name of static waffle libraryChad Versace1-0/+1
2013-11-27waffle: Fix build location of libwaffle_static.aChad Versace1-1/+1
2013-11-27waffle: Link external dependencies to libwaffle_static.aChad Versace1-1/+1
2013-11-27core: Don't call public API waffle_enum_to_string()Chad Versace1-1/+2
2013-11-25waffle: Use enum waffle_error for waffle_error_to_string()Chad Versace1-1/+1
2013-11-24cgl: Fix validation of system versionChad Versace2-4/+6
2013-11-24cgl: Gestalt is deprecated, stop using itChad Versace1-20/+24
2013-11-24cgl: Fix warnings -Wtautological-constant-out-of-range-compareChad Versace1-1/+1
2013-11-22waffle: use enum waffle_error instead of intBrian Paul4-10/+10
2013-11-14gbm: try to open a render node before the card deviceJordan Justen1-3/+18
2013-09-19cmake,android: Define WAFFLE_API_EXPERIMENTALChad Versace1-1/+4
2013-09-18Merge branch 'window-resize'Chad Versace19-5/+194
2013-09-18cgl: Implement waffle_window_resize()Chad Versace3-0/+14
2013-09-18wayland: Implement waffle_window_resize()Chad Versace3-1/+22
2013-09-18xegl: Implement waffle_window_resize()Chad Versace3-0/+12
2013-09-18glx: Implement waffle_window_resize()Chad Versace3-0/+12
2013-09-18x11: Define x11_window_resize()Chad Versace2-0/+25
2013-09-18wayland: Make all public entry points synchronousChad Versace5-5/+61
2013-09-18core: Define wcore_error_errno()Chad Versace2-0/+47
2013-09-18cgl: Simulate EGL in handling context versionsChad Versace1-36/+92
2013-09-18cgl: Don't support Mac OS <= 10.4Chad Versace1-0/+6
2013-09-18cgl: Detect Mac OS version at runtimeChad Versace2-0/+43
2013-09-18cgl: Fix assertion failure for unexpected context versionsChad Versace1-1/+0
2013-09-18waffle: Add feature test macro WAFFLE_API_VERSIONChad Versace1-0/+2
2013-09-17cgl: Fix assertion failure for unexpected context versionsChad Versace1-1/+0
2013-09-16egl: Support creation of debug contextsChad Versace2-0/+11
2013-09-16glx: Support creation of debug contextsChad Versace2-0/+11
2013-09-16cgl: Handle WAFFLE_CONTEXT_DEBUGChad Versace1-0/+8
2013-09-16core: Add unittests for WAFFLE_CONTEXT_DEBUGChad Versace1-0/+144
2013-09-16core: Support WAFFLE_CONTEXT_DEBUGChad Versace3-0/+6
2013-09-16egl: Support creation of foward-compatible contextsChad Versace2-2/+25
2013-09-16glx: Support creation of foward-compatible contextsChad Versace2-0/+25