summaryrefslogtreecommitdiff
tag namegbm-v4 (57140e1621cc307864dbffc36d0eb62e0f91686d)
tag date2012-10-01 10:02:09 -0700
tagged byJordan Justen <jordan.l.justen@intel.com>
tagged objectcommit 1a10259861...
waffle: add gbm support
v4: * add gbm to all native unions * merge 'native functions' fix from b072d9 * close file descriptor in gbm_display_destroy * don't unset EGL_DRIVER environment variable * allow more parameter size in gbm config creation - depth/stencil <= 0 - Red/Green/Blue > 0 and <= 8 - Alpha >= 0 and <= 8 v3: * incorporate changes from Chad's code review * add enum for gbm platform in a separate commit * add gbm support to gl_basic in a separate commit * create a separate non-functional 'skeleton' gbm commit v2: * gbm_display_connect: attempt to open specified name before searching for devices via libudev. * cleanup various wayland references * add libudev to cmake v1: * gl_basic appears to function