summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-04-17waffle: Replace GL with OpenGLHEADmasterJordan Justen4-15/+15
2014-04-17wflinfo: Print all error messages to stderr, not stdoutChad Versace1-10/+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-07wflinfo: Fix error message regression on context creation failureChad Versace1-9/+30
2014-03-07utils/wflinfo: allow requesting a compat profile without a versionJordan Justen1-6/+6
2014-03-07wflinfo: Initialize opts->context_profile to WAFFLE_NONE, not -1Chad Versace1-2/+2
2014-03-07utils/wflinfo: allow requesting a core profile without a versionJordan Justen1-51/+102
2014-03-01wfinfo: Add short option -h for --helpChad Versace1-3/+3
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-02-07wflinfo: make errors parsableJordan Justen1-15/+19
2014-02-07wflinfo: add --help parameterJordan Justen1-3/+17
2014-01-25wflinfo: implement short options for common parametersJordan Justen1-9/+11
2014-01-25wflinfo: if a parameter is not given, don't print NULL stringJordan Justen1-1/+4
2014-01-25wflinfo: Clean usage textJordan Justen1-15/+22
2014-01-19cgl: Make waffle_get_proc_address() workChad Versace1-4/+6
2014-01-19wflinfo: Build on MacChad Versace1-8/+0
2014-01-15waffle utils: add Android.mkJordan Justen1-0/+21
2014-01-15waffle utils: add wflinfo utilityJordan Justen3-0/+762
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-27waffle_test: Move source from 'tests' to 'src' and 'include'Chad Versace5-0/+435
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