summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-04-17Fix warning that variables might be used uninitializedPauli Nieminen1-2/+4
2012-04-17Fix warning that gl_api might be used uninitializedPauli Nieminen1-1/+1
2012-04-17Allow compiling with X11 EGL disabledPauli Nieminen1-1/+21
2012-04-17Allow compiling with wayland disabledPauli Nieminen1-1/+21
2012-04-17Allow compiling with glx disabledPauli Nieminen1-0/+20
2012-04-11core: Create and destroy wayland_platformChad Versace1-0/+9
2012-04-11wayland: Add wayland moduleChad Versace16-0/+832
2012-04-11native: Rename fields native_x.wayland_x -> native_x.wl_xChad Versace1-2/+2
2012-04-11cmake: Add wayland supportChad Versace1-0/+7
2012-04-11x11: Fix window creation by using a colormapChad Versace1-10/+30
2012-04-11core: Create and destroy glx_platformChad Versace1-0/+9
2012-04-11glx: Add glx moduleChad Versace14-0/+777
2012-04-11cmake: Add glx supportChad Versace1-0/+4
2012-04-10xegl: set/unset env var EGL_PLATFORMChad Versace1-0/+5
2012-04-10egl: Remove egl_translate_attr_value()Chad Versace1-19/+9
2012-04-09cmake: Move def of library version to top CMakeListsChad Versace1-3/+1
2012-04-09waffle: Change some default values to WAFFLE_DONT_CAREChad Versace2-16/+45
2012-04-09include: Add enum WAFFLE_DONT_CAREChad Versace1-0/+1
2012-04-08api: Implement waffle_enum_to_string()Chad Versace2-0/+46
2012-04-08waffle: Rename WAFFLE_GL* -> WAFFLE_OPENGL*Chad Versace3-18/+24
2012-04-08waffle: Remove default values for platform and gl_apiChad Versace1-4/+16
2012-04-08cmake: Install libwaffle.so and headersChad Versace1-0/+3
2012-04-08waffle: Change signature of waffle_make_currentChad Versace4-9/+21
2012-04-08api: Emit WAFFLE_BAD_DISPLAY_MATCH at API entry validationChad Versace1-0/+4
2012-04-08api: Add field api_object.display_idChad Versace5-0/+9
2012-04-08api: Add a unique id to each api_objectChad Versace6-0/+29
2012-04-08waffle: Refactor to use wcore_config_attrsChad Versace8-279/+101
2012-04-08core: Add struct wcore_config_attrsChad Versace3-0/+138
2012-04-08api: Implement funcs in <waffle/waffle_error.h>Chad Versace2-1/+72
2012-04-08api: Implement funcs in <waffle/waffle_gl_misc.h>Chad Versace2-0/+60
2012-04-08api: Implement waffle_windowChad Versace2-0/+88
2012-04-08api: Implement waffle_contextChad Versace2-0/+80
2012-04-08api: Implement waffle_configChad Versace2-0/+73
2012-04-08api: Implement waffle_displayChad Versace2-0/+67
2012-04-08api: Add api_check_entry()Chad Versace2-1/+40
2012-04-08api: Define structs in public apiChad Versace2-2/+39
2012-04-08api: Implement functions in <waffle/waffle_init.h>Chad Versace4-0/+159
2012-04-08core: Add wcore_platformChad Versace3-0/+132
2012-04-08xegl: Add xegl platformChad Versace16-0/+766
2012-04-08cmake: Refactor libraries linked to libwaffleChad Versace1-4/+5
2012-04-08egl: Add egl moduleChad Versace7-0/+654
2012-04-08x11: Add x11 moduleChad Versace3-0/+195
2012-04-08api: Implement waffle_attrib_list functionsChad Versace2-0/+82
2012-04-08native: Define native types and dispatch tableChad Versace1-0/+125
2012-04-08cmake: Build libwaffle.soChad Versace2-1/+24
2012-04-08cmake: Add initial CMakeListsChad Versace1-0/+1
2012-04-08core: Add wcore_error moduleChad Versace2-0/+171