summaryrefslogtreecommitdiff
path: root/glamor/glamor_glx.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-15ephyr/glamor: Port to EGLAdam Jackson1-68/+0
2014-04-23glamor: Do the same MakeCurrent(None) for GLX as we do for EGL.Eric Anholt1-0/+8
2014-04-23glamor: Replace glamor_get/put_context() with just glamor_make_current().Eric Anholt1-12/+2
2014-04-23glamor: Use lastGLContext to coordinate the context with GLX.Eric Anholt1-6/+0
2014-03-17glamor: Drop the set of the context to NULL at the end of glamor ops.Eric Anholt1-7/+1
2014-02-14glamor: Put in a pluggable context switcher for GLX versus EGL.Eric Anholt1-0/+82