summaryrefslogtreecommitdiff
path: root/glamor/glamor_egl.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-03glamor: fix build when DRI3 is not definedJonathan Gray1-1/+5
2014-12-11glamor: Add an accessor for the GBM device.Dave Airlie1-0/+12
2014-12-10glamor: Reinstate glamor_(egl_)destroy_textured_pixmapMichel Dänzer1-0/+6
2014-12-09glamor: Free existing EGL image when assigning new oneKeith Packard1-7/+21
2014-12-09glamor: Remove redundant reference to screen pixmap EGL imageKeith Packard1-12/+1
2014-12-09glamor: Always destroy EGL image associated with destroyed pixmapKeith Packard1-33/+9
2014-07-30Fix files including xorg-server.h by mistakeKeith Packard1-1/+0
2014-04-23glamor: Explain the weird EGL_NO_CONTEXT code.Eric Anholt1-0/+7
2014-04-23glamor: Replace glamor_get/put_context() with just glamor_make_current().Eric Anholt1-21/+6
2014-04-23glamor: Stop unsetting the EGL context in put_context().Eric Anholt1-5/+1
2014-04-23glamor: Use lastGLContext to coordinate the context with GLX.Eric Anholt1-8/+6
2014-04-23glamor: Fix a missing set of the GL context.Eric Anholt1-5/+12
2014-04-08dri3: Fix dri3_open API change by adding new dri3_open_clientKeith Packard1-6/+6
2014-04-01dri3: Allow asynchronous implementation for dri3_openKristian Høgsberg1-1/+2
2014-03-17glamor: Return the stride/size for glamor_dri3_name_from_pixmap(), too.Eric Anholt1-2/+2
2014-03-17glamor: Drop the body of the function for enabling DRI3 extensions.Eric Anholt1-6/+1
2014-03-17glamor: Move the EGL image to the normal pixmap private.Eric Anholt1-49/+40
2014-03-17glamor: Use epoxy_has_egl_extension() instead of rolling our own.Eric Anholt1-24/+7
2014-03-05glamor: Add support for DRI3.Eric Anholt1-0/+85
2014-03-05glamor: Rename the DRI-related pixmap functions.Eric Anholt1-6/+6
2014-02-14glamor: Move the EGL DRI3 code to GLAMOR_HAS_GBM.Eric Anholt1-5/+5
2014-02-14glamor: Put in a pluggable context switcher for GLX versus EGL.Eric Anholt1-26/+32
2014-02-14glamor: Convert to using libepoxy.Eric Anholt1-81/+35
2014-01-27glamor: Use dix-config.h not project config.hAdam Jackson1-3/+1
2014-01-27glamor/egl: Remove glapi awarenessAdam Jackson1-21/+3
2014-01-27glamor: Remove compat code for building out of tree.Eric Anholt1-12/+4
2014-01-27glamor: Apply x-indent.sh.Eric Anholt1-587/+580
2013-12-18Fix glamor_egl->egl_create_image_khr makes pointer from integerGaetan Nadon1-1/+1
2013-12-18Add DRI3 support to glamorAxel Davy1-0/+225
2013-12-18Fixed some compilation warning/error or error checking.Zhigang Gong1-1/+3
2013-12-18Allow to create textured pixmaps from gbm_bo without using gem namesAxel Davy1-0/+34
2013-12-18glamoregl: Use xf86ScreenToScrn()Michel Dänzer1-10/+10
2013-12-18Silence compilation warnings.Zhigang Gong1-8/+3
2013-12-18Prefer KHR_surfaceless_context EGL extension over KHR_surfaceless_opengl/gles2.Michel Dänzer1-3/+10
2013-12-18Print space between name of missing EGL extension and 'required'.Michel Dänzer1-1/+1
2013-12-18Synch with xorg 1.13 change.Zhigang Gong1-5/+11
2013-12-18Added strict warning flags to CFLAGS.Zhigang Gong1-10/+9
2013-12-18Fixed all unused variables warnings.Zhigang Gong1-2/+1
2013-12-18Added --enable-debug configuration option.Zhigang Gong1-1/+2
2013-12-18For DRI swap buffers.Zhigang Gong1-4/+55
2013-12-18Fixup glx supportChris Wilson1-20/+32
2013-12-18GLX: Enable glx support.Zhigang Gong1-6/+53
2013-12-18Refine CloseScreen and FreeScreen processes.Zhigang Gong1-42/+75
2013-12-18glamor: check driver support GEM or notLi Peng1-6/+26
2013-12-18glamor_egl: Add support for the platform doesn't have gbm.Zhigang Gong1-0/+8
2013-12-18glamor_egl: Don't call eglDestroyImageKHR directly.Zhigang Gong1-1/+5
2013-12-18glamor-fbo-pool: Implement fbo cache mechanism.Zhigang Gong1-5/+2
2013-12-18glamor_set_pixmap_texture/screen_pixmap: Remove useless parameters.Zhigang Gong1-34/+12
2013-12-18Fixed a configure bug.Zhigang Gong1-0/+4
2013-12-18Flush gl operations when destroy an textured image.Zhigang Gong1-1/+6