summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-09-16Add a generator for a waffle dispatch.dispatchEric Anholt6-0/+635
2013-09-04Import khronos API registry from SVN commit 22908Eric Anholt4-0/+46548
2013-08-21cmake: Fix test for thread-local storageChad Versace1-2/+2
2013-08-20core: Zero-initialize wcore_info structPaul Berry1-1/+1
2013-08-19Merge branch chadv/cmake-cleanupChad Versace17-484/+439
2013-08-19cmake: Refactor detection of operating systemChad Versace9-11/+44
2013-08-19cmake: Fix some ugly formattingChad Versace1-5/+2
2013-08-19cmake: Refactor targets 'check', 'check-func'Chad Versace2-29/+19
2013-08-19cmake: Refactor installation of FindWaffle.cmakeChad Versace2-4/+4
2013-08-19cmake: Refactor the search for library depsChad Versace2-32/+55
2013-08-19cmake: Check that gbm is not enabled on MacChad Versace1-0/+3
2013-08-19cmake: Refactor option validationChad Versace2-50/+66
2013-08-19cmake: Refactor definition of internal optionsChad Versace2-16/+12
2013-08-19cmake: Refactor compiler flags into new moduleChad Versace2-57/+72
2013-08-19cmake: Refactor configuration summaryChad Versace2-65/+91
2013-08-19cmake: Remove project name hack for GNUInstallDirsChad Versace1-12/+1
2013-08-19cmake: Define version numbers in new module WaffleVersionChad Versace2-26/+54
2013-08-19cmake: Prefix module CheckThreadLocalStorage with WaffleChad Versace2-2/+2
2013-08-19cmake: Prefix 'check_thread_local_storage()' with 'waffle'Chad Versace2-3/+3
2013-08-19doc: Remove building.txtChad Versace1-146/+0
2013-08-19cmake,readme: Move Waffle's CMake options to new file Options.cmakeChad Versace3-34/+19
2013-08-19cmake: Remove 'third_party/khronos' from include pathsChad Versace1-1/+0
2013-08-18khronos: Remove imported headers from KhronosChad Versace8-1258/+0
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-19Merge branch 'support-no-tls'Chad Versace2-19/+83
2013-07-19Revert "cmake: Require that compiler support keyword '__thread'"Chad Versace1-2/+2
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 Versace2-3/+3
2013-07-10cgl: Bring CGL window to front of window stack at startupNigel Stewart1-0/+1
2013-07-10xcode: cleanup headers groupJeff Bland1-44/+4
2013-07-10xcode: add missing wcore_attrib_list to projectJeff Bland1-0/+8
2013-07-01api, android: Add window resize call and implementation for AndroidJuha-Pekka Heikkila8-0/+100
2013-07-01android: Add missing file to Android.mkJuha-Pekka Heikkila1-0/+1
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 Versace3-67/+68
2013-05-09core: Add internal version of waffle_attrib_list funcsChad Versace4-46/+163
2013-05-09cmake: Use real name of CMake vars when printing summaryChad Versace1-4/+4
2013-05-09core: Rewrite code for thread local storageChad Versace2-99/+18
2013-04-22cmake: Require that compiler support keyword '__thread'Chad Versace1-2/+2
2013-03-06examples/gl_basic: Fix example in usage messageJeff Bland1-1/+1
2013-03-06examples/gl_basic: Pass "cgl gl" params from XcodeJeff Bland1-0/+92
2013-03-06.gitignore: Ignore libwaffle_test.dylib build artifactJeff Bland1-0/+1