Creation and manipulation of HW accelerated offscreen rendering contexts in multiple platforms. Originally intended for the Servo project's WebGL implementation.
.PHONY:all tests
all:@echo> /dev/null
tests:cargo test --verbosecargo test --features texture_surface --verbosecargo test --features"test_osmesa" --verbose