summaryrefslogtreecommitdiff
path: root/glamor/glamor_spans.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-15glamor: Check glamor_set_destination_drawable() return valueOlivier Fourdan1-5/+8
2016-09-30glamor: spans: fixup wrong count on glDrawArraysMark Yao1-1/+1
2016-05-26glamor: Preserve GL_RED bits in R channel when destination is GL_RED [v2]Keith Packard1-2/+1
2016-01-29glamor: Simplify the pixmap box looping.Eric Anholt1-11/+12
2015-05-14glamor: Pass depth to glamor_pm_is_solid and glamor_set_planemaskKeith Packard1-1/+1
2015-03-24glamor: Add a helper function for the common GL_QUADS fallback pattern.Eric Anholt1-8/+1
2015-03-24glamor: Just set the logic op to what we want at the start of all rendering.Eric Anholt1-5/+2
2015-03-24glamor: Remove _nf rendering functionsKeith Packard1-43/+0
2015-03-24glamor: Use GL_FRAMEBUFFER instead of GL_READ_FRAMEBUFFERMaarten Lankhorst1-1/+1
2014-07-17glamor: Drop unnecessary glTexParameteri() in SetSpans().Eric Anholt1-3/+0
2014-04-23glamor: Replace glamor_get/put_context() with just glamor_make_current().Eric Anholt1-7/+3
2014-04-03glamor: Add glamor_program based fill/set/get spansKeith Packard1-0/+438