summaryrefslogtreecommitdiff
path: root/glamor/glamor_gradient.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-21glamor: use vbos in gradient/picture code.Dave Airlie1-17/+16
2015-06-29glamor: Drop CloseScreen-time GL resource cleanup code.Eric Anholt1-21/+0
2015-04-21Convert glamor & glx to new *allocarray functionsAlan Coopersmith1-4/+4
2015-03-24glamor: Just set the logic op to what we want at the start of all rendering.Eric Anholt1-0/+4
2015-03-24glamor: Remove screen private and pixmap ptrs from pixmap private and fboKeith Packard1-2/+2
2015-03-24glamor: Remove _nf rendering functionsKeith Packard1-4/+0
2014-07-17glamor: Remove always-true yInverted flag.Eric Anholt1-12/+7
2014-04-23glamor: Replace glamor_get/put_context() with just glamor_make_current().Eric Anholt1-18/+6
2014-03-26glamor: Remove unneeded unbindings.Markus Wick1-8/+0
2014-03-26glamor: Always keep GL_ELEMENT_ARRAY_BUFFER bound to the same IB.Markus Wick1-4/+0
2014-03-26glamor: Use glsl "fract/mod" instead of "while" in gradient shaders.Markus Wick1-44/+4
2014-03-17glamor: don't reset the GLSL programMarkus Wick1-8/+0
2014-03-17Remove duplicate assignment of repeat_type_uniform_locationAlan Coopersmith1-2/+0
2014-03-17glamor: Apply debug labels to our shaders.Eric Anholt1-2/+2
2014-03-10glamor: Fix a mismatched glamor_get/put_context().Eric Anholt1-5/+0
2014-02-14glamor: Fix linking of the gradient shaders on GLES2.Eric Anholt1-36/+32
2014-02-14glamor: Don't bother keeping references to shader stages for gradients.Eric Anholt1-82/+6
2014-02-14glamor: Fix typo in setting v_position's attrib location.Eric Anholt1-1/+1
2014-02-14glamor: Rename glamor_get/put_dispatch to glamor_get/put_context.Eric Anholt1-15/+15
2014-02-14glamor: Convert to using libepoxy.Eric Anholt1-274/+241
2014-01-27glamor: Fix some indent damage of putting a ' ' after the '*' for pointers.Eric Anholt1-5/+5
2014-01-27glamor: Fix some mangling of shader strings by indent.Eric Anholt1-4/+85
2014-01-27glamor: Apply x-indent.sh.Eric Anholt1-1261/+1270
2013-12-18Silence compilation warnings.Zhigang Gong1-217/+216
2013-12-18Modilfy the composite logic to two phasesJunyan He1-1/+0
2013-12-18Add macro of vertex setting for triangle stripeJunyan He1-31/+16
2013-12-18glamor_largepixmap: first commit for large pixmap.Zhigang Gong1-2/+2
2013-12-18Fix the problem of x_source and y_source causing radial errorJunyan He1-25/+18
2013-12-18Fix the problem of vertical and horizontal case error in linear gradient.Junyan He1-20/+4
2013-12-18Fix the problem of set the same stop several times.Junyan He1-17/+8
2013-12-18Fix a bugy macro definition.Junyan He1-4/+4
2013-12-18Extract the gradient related code out.Junyan He1-0/+1633