summaryrefslogtreecommitdiff
path: root/src/cairo-gl-gradient.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-01gl: Flush context upon evicting a gradientHenry Song1-0/+2
2012-08-11gl: Fudge gradient color generation to handle multiple stops at 0Chris Wilson1-0/+29
2012-08-11gl: Use a wide texture ramp to emulate a linear step functionChris Wilson1-3/+4
2012-07-26gl: use absolute value for color difference between gradient stopsHenry Song1-4/+4
2012-07-10gl: generate correct gradient color textureHenry Song1-2/+2
2012-04-23gl: Fix creation of gradient ramps for GLESv2Alexandros Frantzis1-1/+11
2012-04-02gl: Remove an unused variableHenry (Yu) Song1-1/+0
2012-03-22gl: use direct mode for uploading gradient textureHenry Song1-0/+297