summaryrefslogtreecommitdiff
path: root/glamor/glamor_egl.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-26glamor: add core profile support to EGL glamor. (v2)Dave Airlie1-4/+22
2015-11-18glamor: Delay making pixmaps shareable until we need to.Eric Anholt1-101/+68
2015-11-18glamor: Make glamor_get_name_from_bo static.Eric Anholt1-3/+1
2015-11-18glamor: Simplify DRI3 pixmap-from-fd, using GBM.Eric Anholt1-30/+7
2015-11-18glamor: Use real types for glamor_egl's public gbm functions.Eric Anholt1-3/+4
2015-11-18glamor: Use the GBM function for getting an FD from a GBM BO.Eric Anholt1-17/+1
2015-11-18glamor: Hook up EGL DestroyPixmap through the normal wrap chain.Eric Anholt1-10/+23
2015-11-18glamor: Remove glamor_egl_destroy_textured_pixmap().Eric Anholt1-6/+0
2015-11-18glamor: No need to glFlush before destroying a pixmap.Eric Anholt1-4/+0
2015-09-29glamor: move 'dri3_capable' extension checks after eglMakeCurrentEmil Velikov1-9/+9
2015-09-22glamor: move GL_OES_EGL_image check next to EGL_EXT_image_dma_buf_importEmil Velikov1-1/+2
2015-07-10glamor_egl: Properly free resources on init-error and exitHans de Goede1-16/+27
2015-07-10glamor: Drop a bunch of glamor_priv == NULL checks.Eric Anholt1-2/+2
2015-06-30glamor: Add a new glamor_gbm_bo_from_pixmap() function.Jason Ekstrand1-8/+55
2015-06-30glamor: egl: add function to back a pixmap with a dma-buf. (v1.1)Dave Airlie1-15/+34
2015-06-30glamor: add support for allocating linear buffers (v2)Dave Airlie1-1/+4
2015-05-12glamor: fix build when DRI3 is not definedJonathan Gray1-1/+5
2015-03-24glamor: Eliminate separate 'large' pixmap private structureKeith Packard1-13/+11
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