summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-02-02Merge branch 'maint-1.5' into masterHEADmasterChad Versace1-1/+2
2015-02-02waffle: make gl_basic to work with naclTapani Pälli5-3/+118
2015-02-02wflinfo: Fix MSVC compilation error.Jose Fonseca1-1/+2
2015-01-27Merge branch 'maint-1.5' into masterChad Versace2-21/+21
2015-01-27wflinfo: find glGetStringi on both Mali and WGLFrank Henigman1-21/+19
2015-01-27waffle: return accurate result from wegl_platform_init()Frank Henigman1-0/+2
2015-01-27Merge branch 'chadv/waffle_window_create2' into masterChad Versace34-175/+616
2015-01-27examples/gl_basic: Update to use waffle_window_create2()Chad Versace1-2/+11
2015-01-27tests/gl_basic: Update to use waffle_window_create2()Chad Versace1-2/+7
2015-01-27waffle: Add public func waffle_window_create2()Chad Versace6-9/+119
2015-01-27core: Add func wcore_attrib_list_pop()Chad Versace2-0/+46
2015-01-27core: Add func wcore_attrib_list_copy()Chad Versace2-0/+40
2015-01-27core: Add attrib_list param to func wcore_platform::window::createChad Versace15-18/+74
2015-01-27core: Add func wcore_error_bad_attributeChad Versace2-0/+12
2015-01-27waffle: Fix signature of wcore_platform::window::create()Chad Versace14-33/+33
2015-01-27waffle: Fix mismatch in waffle_window_create prototypeChad Versace1-1/+1
2015-01-27core: Add func wcore_attrib_list_from_int32Chad Versace2-0/+52
2015-01-27core: Add arithmetic functions that detect overflowChad Versace2-0/+49
2015-01-27core: Define intptr_t variants of wcore_attrib_list functionsChad Versace2-0/+29
2015-01-27core: Define wcore_attrib_list funcs with type-generic templateChad Versace1-70/+82
2015-01-27core: Change return type of wcore_attrib_list32_lengthChad Versace2-3/+4
2015-01-27core: Rename functions s/wcore_attrib_list/wcore_attrib_list32/Chad Versace5-74/+74
2015-01-27include: Deprecate waffle_attrib_list funcsChad Versace2-8/+14
2015-01-27include: Define macro WAFFLE_DEPRECATED_1_06Chad Versace1-0/+14
2015-01-24Merge branch 'maint-1.5'Jordan Justen2-1/+8
2015-01-22debian: Release 1.5.1-1Jordan Justen1-0/+7
2015-01-22debian: Update standards version to 3.9.6Jordan Justen1-1/+1
2015-01-22Merge branch 'maint-1.5' into masterChad Versace2-0/+82
2015-01-22doc: Add release notes for Waffle 1.5.1Chad Versace1-0/+50
2015-01-22waffle: Bump version to 1.5.1Chad Versace2-2/+2
2015-01-22Merge branch 'maint-1.4' into maint-1.5Chad Versace1-0/+32
2015-01-22doc: Add release notes for Waffle 1.4.4Chad Versace1-0/+32
2015-01-22waffle: Bump version to 1.4.4Chad Versace2-2/+2
2015-01-20Merge branch 'tpalli/nacl' into masterChad Versace26-5/+961
2015-01-19waffle: update man pages with nacl changesTapani Pälli2-0/+9
2015-01-19waffle: initial empty implementation of nacl backendTapani Pälli17-2/+816
2015-01-19waffle: add support for building Waffle using NaCl toolchainTapani Pälli8-2/+135
2015-01-19examples: add waffle_has_x11_egl check for simple-x11-eglTapani Pälli1-1/+1
2015-01-19Merge branch 'maint-1.5'Jordan Justen1-1/+2
2015-01-19Merge branch 'maint-1.4' into maint-1.5Jordan Justen1-1/+2
2015-01-19debian: Add WaffleConfig*.cmake to libwaffle-dev packageJordan Justen1-1/+2
2014-12-31cmake: remove FindWaffle.cmakeDylan Baker2-86/+2
2014-12-31Merge branch 'maint-1.5'Chad Versace8-13/+74
2014-12-31Merge branch 'maint-1.4' into maint-1.5Chad Versace4-5/+42
2014-12-31cmake: Add cmake PackageConfig filesDylan Baker3-1/+40
2014-12-31cmake: fix version searchDylan Baker1-4/+2
2014-12-31wgl: Verify the client area size matches the required size on window creation...José Fonseca1-1/+11
2014-12-31examples/gl_basic: Add option for window size.José Fonseca1-5/+17
2014-12-31test/gl_basic_test: Address gcc format mismatch warning.José Fonseca1-1/+1
2014-12-31wgl: Fix requirements for creation of ES2 contextChad Versace1-1/+3