summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-07-19Update to current cairo-gl api.HEADmasterEric Anholt1-4/+4
2009-07-23Update to cairo-gl as it was merged to cairo master.Eric Anholt2-4/+18
2009-02-09[gl] Use new window interfaces so we don't have to ReadPixels to show results.Eric Anholt1-23/+30
2009-02-03[gl] Use just one context for the lifetime of our display.Eric Anholt1-15/+10
We lose our surface fbos at unref of the last context, so resize of the window resulted in errors. We should probably have a "get context for display" function in cairo-gl to allow for the sort of behavior we were trying to do previously, but it's not high enough on the todo list.
2009-01-29Add cairo-gl support.Eric Anholt2-4/+59
2008-11-26Fix build; add -invisible switchSøren Sandmann Pedersen2-4/+7
2008-11-26Add error checking.Chris Wilson1-88/+121
2008-11-26Import of cairogears into git.Chris Wilson23-0/+1937