summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-09-16Add a generator for a waffle dispatch.dispatchEric Anholt4-0/+614
2013-09-04Import khronos API registry from SVN commit 22908Eric Anholt4-0/+46548
2013-08-20core: Zero-initialize wcore_info structPaul Berry1-1/+1
2013-08-19cmake: Refactor detection of operating systemChad Versace1-2/+2
2013-08-18egl: Add header to import symbols from new EGL extensionsChad Versace6-0/+57
2013-08-11egl: Emit error when eglGetDisplay or eglIntialize failsChad Versace1-2/+6
2013-07-26glx: Catch Xlib errors with function wrappersChad Versace6-38/+164
2013-07-26x11: Catch Xlib errors with function wrappersChad Versace2-4/+84
2013-07-19cgl: Add support for pre-10.6 Snow Leopard CGLNigel Stewart1-0/+8
2013-07-19core: Support systems without thread-local storageChad Versace1-2/+29
2013-07-19core: Prevent leak at thread exitChad Versace1-2/+38
2013-07-19core: Refactor wcore_tinfo.cChad Versace1-14/+15
2013-07-12cmake: Use libudev.pc, not non-existent udev.pcChad Versace1-2/+2
2013-07-10cgl: Bring CGL window to front of window stack at startupNigel Stewart1-0/+1
2013-07-01api, android: Add window resize call and implementation for AndroidJuha-Pekka Heikkila7-0/+94
2013-06-06Revert "glx: Query proper extension string for ARB_create_context etc."Chad Versace1-1/+2
2013-06-03glx: Query proper extension string for ARB_create_context etc.Paul Berry1-2/+1
2013-05-09core: Stop internally calling public attrib_list APIChad Versace1-14/+15
2013-05-09core: Update unittests for wcore_attrib_listChad Versace1-64/+65
2013-05-09core: Add internal version of waffle_attrib_list funcsChad Versace4-46/+163
2013-05-09core: Rewrite code for thread local storageChad Versace2-99/+18
2013-02-20Android: Fix surface setup segfaultJuha-Pekka Heikkila1-10/+8
2013-01-28android: Fix createSurface compiler errorAdrian Marius Negreanu1-1/+1
2013-01-27wayland: Minor whitespace fixChad Versace1-2/+2
2013-01-27wayland: Rename method of registry listenerChad Versace1-2/+2
2013-01-27wayland: Ensure that shell and compositor are registeredChad Versace1-2/+18
2013-01-21glx: Fix gles regressionTom Gall1-2/+2
2013-01-04core,man: Accept WAFFLE_DONT_CARE for more config attrsChad Versace1-18/+51
2013-01-03core: Fix unit tests wcore_config.gl*_defaultsChad Versace1-30/+30
2012-12-28core: Simpify calculations of wcore_config_attris::rgb*_sizeChad Versace1-13/+6
2012-12-28core,man: Fix range and default value of WAFFLE_*_SIZE attrsChad Versace1-7/+13
2012-12-20glx: Add glXCreateContextAttribs workaround for NVidia bugChad Versace1-5/+32
2012-12-20glx: Fix trivial typo in commentChad Versace1-1/+1
2012-11-29glx: make unsuccessful context creation not terminate the whole processMarek Olšák1-0/+11
2012-11-27waffle: Declare loop iterators the C99 wayChad Versace4-14/+5
2012-11-27egl: Fix call to eglBindAPI for WAFFLE_OPENGL_ES3Chad Versace1-0/+1
2012-11-18core: Remove unused pointer wcore_context::vtblChad Versace1-2/+0
2012-11-18android: Fix c99-ism in wcore_config_attrs.cAdrian Marius Negreanu1-2/+6
2012-11-15include: Fold nearly all headers into waffle.hChad Versace31-77/+5
2012-11-14api: Add missing case to waffle_enum_to_string()Chad Versace1-0/+1
2012-11-14waffle: Change WAFFLE_CONTEXT_PROFILE behavior for GLChad Versace2-11/+110
2012-11-14core: Rewrite wcore_config_attrs_parse()Chad Versace1-129/+238
2012-11-12egl: Allow ES3 context creationChad Versace2-0/+23
2012-11-12glx: Enable ES3 context creationChad Versace2-0/+21
2012-11-12cgl: Reject request for ES3 configChad Versace1-0/+4
2012-11-12core: Add ES3 unittests for wcore_config_attrsChad Versace1-0/+101
2012-11-12core: Extend wcore_config_attrs_parse() for ES3Chad Versace1-0/+15
2012-11-12waffle: Support waffle_display_supports_api(ES3)Chad Versace4-0/+13
2012-11-12waffle: Support WAFFLE_DL_OPENGL_ES3Chad Versace4-3/+20
2012-11-12core: Add more cases to wcore_config_attrs unittestsChad Versace1-4/+245