]> git.cworth.org Git - fips/history - context.c
Allow fips to compile with OpenGL without GLfixed
[fips] / context.c
2013-11-04 Carl WorthFix fips to work even without the AMD_performance_monit...
2013-11-04 Carl WorthMake definition of context_t private to context.c
2013-11-04 Carl WorthRemove the context_get_current function
2013-11-04 Carl WorthAdd a pointer to metrics_info_t from metrics_t
2013-11-04 Carl WorthHide the metrics_t data structure in metrics.c
2013-11-04 Carl WorthPush oustanding-counter data down from context.c into...
2013-11-04 Carl Worthcontext: Avoid doing excessive work if application...
2013-11-04 Carl WorthBegin re-factoring metrics.c into separate context...
2013-10-28 Carl WorthAdd a new context.c file with context_enter and context...