summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-02-02Merge branch 'maint-1.5' into masterHEADmasterChad Versace1-1/+2
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-27waffle: Add public func waffle_window_create2()Chad Versace3-9/+71
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-19waffle: initial empty implementation of nacl backendTapani Pälli15-1/+814
2015-01-19waffle: add support for building Waffle using NaCl toolchainTapani Pälli2-0/+11
2014-12-31wgl: Verify the client area size matches the required size on window creation...José Fonseca1-1/+11
2014-12-31wgl: Fix requirements for creation of ES2 contextChad Versace1-1/+3
2014-12-09Merge branch 'maint-1.4'Chad Versace2-2/+24
2014-12-09glx: Fix requirements for creation of ES2 contextChad Versace1-1/+3
2014-12-09cmake: Fix building with CMake 2.8.11Chad Versace1-1/+21
2014-12-09Merge branch 'liuyq/fix-android-5.0-build'Chad Versace1-4/+6
2014-12-04cmake: Find and set include path for wglext.hJosé Fonseca1-0/+1
2014-11-23Merge branch 'evelikov/remove-libgbm-libgl-libdeps-v2'Chad Versace14-60/+198
2014-11-23Merge branch 'maint-1.4'Chad Versace1-0/+23
2014-11-23wflinfo: Fix glGetStringi on MaliChad Versace1-1/+22
2014-11-19wflinfo: add GLSL version information to wflinfoDylan Baker1-1/+19
2014-11-14droid_surfaceflingerlink.cpp: fix compiling error for android5.0Yongqin Liu1-4/+6
2014-11-12Merge branch 'maint-1.4'Chad Versace1-0/+2
2014-11-13glx: drop explicit linking against libGL.soEmil Velikov8-40/+52
2014-11-13glx: fetch the libGL function pointers at glx_platform_createEmil Velikov2-4/+66
2014-11-13gbm: drop explicit linking against libgbm.so (v2)Emil Velikov4-15/+21
2014-11-13gbm: fetch the libgbm function pointers at wgbm_platform_initEmil Velikov2-1/+59
2014-11-12Merge branch 'cooking/evelikov/wgl'Chad Versace27-45/+1897
2014-11-12gbm: work around mesa linkage issueFrank Henigman1-0/+2
2014-11-09Merge branch 'evelikov/drop-egl-linking'Chad Versace16-100/+312
2014-11-09Merge branch 'maint-1.4'Chad Versace3-1/+21
2014-11-09gbm: lock and release buffer in swap buffersFrank Henigman3-1/+21
2014-11-09wgl: s/glX/wgl/ in error messageEmil Velikov1-1/+1
2014-11-09wflinfo: call get_proc_address after make_currentEmil Velikov1-2/+2
2014-11-09cmake: ensure waffle-static name differs from the shared oneEmil Velikov1-1/+1
2014-11-09cmake: Set default location for all artifacts to top-level directoriesEmil Velikov2-7/+0
2014-11-09core/tests: silence the final MSVC warningEmil Velikov1-1/+1
2014-11-09core/tests: correctly store the threads exit codesEmil Velikov1-2/+2
2014-11-09wgl: use correct dtor in wgl_window_priv_create error pathEmil Velikov1-1/+1
2014-11-09core: silence MSVC compiler warningEmil Velikov1-1/+1