summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-11-09wgl: strings.h does not exist in MSVCEmil Velikov1-1/+1
2014-11-09cmake: misc fixes and cleanupsEmil Velikov1-3/+3
2014-11-09test/gl_basic_test: implement windows version for run_testsuite()Emil Velikov1-0/+4
2014-11-09utils/wflinfo: wrap if (glHamSandwich() != GL_NO_ERROR ||...) in curly bracketsEmil Velikov1-3/+6
2014-11-09utils/wflinfo: use define to provide buffer lengthEmil Velikov1-5/+6
2014-11-09utils/wflinfo: properly annotate the function pointersEmil Velikov1-4/+12
2014-11-09utils/wflinfo: use compiler specific (noreturn) attributeEmil Velikov1-3/+11
2014-11-09core: use compiler specific (noreturn) attributeEmil Velikov1-1/+9
2014-11-09core: wcore_error_unittest include c99_compat.hEmil Velikov1-1/+1
2014-11-09wgl: avoid using container_of and DEFINE_CONTAINER_CAST_FUNC macrosEmil Velikov5-20/+26
2014-11-09wgl: restrict exported symbols via module-definition fileEmil Velikov3-1/+47
2014-11-09cmake: drop the waffle library prefix on WindowsEmil Velikov1-0/+7
2014-11-09cmake: set most compiler flags/defines in a single locationEmil Velikov4-11/+0
2014-11-09wgl: provide static GLES* symbols (dlsym) via opengl32.dllEmil Velikov1-10/+2
2014-11-09wgl: fully support ARB_create_context and EXT_create_context_es_profile.Emil Velikov3-4/+231
2014-11-09wgl: use wglChoosePixelFormatARB when availableEmil Velikov1-2/+51
2014-11-09wgl: check for various WGL extensions and fetch their funcptrsEmil Velikov2-11/+111
2014-11-09wgl: add context hooksEmil Velikov3-3/+17
2014-11-09wgl: wire-up waffle_get_proc_address()Emil Velikov1-1/+2
2014-11-09wgl: wire-up wgl_window and wgl_config hooksEmil Velikov4-7/+226
2014-11-09wgl: implement display managementEmil Velikov4-2/+159
2014-11-09wgl: fill up the dl_* hooksEmil Velikov1-2/+75
2014-11-09wgl: add skeleton implementationEmil Velikov18-1/+948
2014-11-07egl: drop explicit linking against libEGL.soEmil Velikov8-55/+71
2014-11-07egl: retrieve the libEGL function pointers at wegl_platform_init()Emil Velikov2-2/+107
2014-11-07egl: add preliminary wegl_platformEmil Velikov9-45/+136
2014-11-05Merge branch 'evelikov/for-upstream-3.2-pull' into masterChad Versace10-43/+48
2014-09-22cmake: do not over-linkEmil Velikov1-9/+29
2014-09-22cmake: remove empty LDFLAGSEmil Velikov1-2/+0
2014-09-22cmake: drop the LINK_INTERFACE_LIBRARIES hackEmil Velikov1-8/+1
2014-09-22cmake: wire up check and check-func with valgrindEmil Velikov1-0/+8
2014-08-20x11: fix for a non-zero default screenMarek Olšák1-1/+14
2014-07-27wflinfo: silence signed/unsigned comparison warningEmil Velikov1-1/+1
2014-07-27core: return false on failure in waffle_window_resizeEmil Velikov1-1/+1
2014-07-27linux: plug a memory leakEmil Velikov1-0/+1
2014-07-22third_party/getopt: include BSD licensed getopt implementationEmil Velikov1-1/+1
2014-07-22core: convert wcore_error_unittest to c11 threadsEmil Velikov1-20/+20
2014-07-22core: Convert to c11 threadsEmil Velikov3-17/+18
2014-07-22c99: define inline keyword and use it across waffle coreEmil Velikov3-0/+4
2014-07-22c99: move restrict keyword to c99_compat.h headerEmil Velikov1-4/+1
2014-07-22waffle_test: build as a static libraryEmil Velikov1-1/+1
2014-07-22wflinfo: silence signed/unsigned comparison warningEmil Velikov1-1/+1
2014-07-22core: return false on failure in waffle_window_resizeEmil Velikov1-1/+1
2014-07-22linux: plug a memory leakEmil Velikov1-0/+1
2014-07-15wflinfo: use waffle_dl_sym to get core functionsEmil Velikov1-3/+3
2014-07-15api: remove double NULL checkEmil Velikov2-3/+3
2014-07-15cgl: avoid leaking the PixelFormatEmil Velikov1-1/+8
2014-07-15cgl: print the libname on error at cgl_dl_close()Emil Velikov1-2/+3
2014-07-15cgl: use wcore_calloc helperEmil Velikov5-20/+10
2014-07-15cmake: Fix Mac build error from commit 62a4aab9Chad Versace1-4/+7