index
:
~tjaalton/xserver
for-1.19
Unnamed repository; edit this file 'description' to name the repository.
tjaalton
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
glamor
/
glamor_egl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-11
glamor: Trust eglGetPlatformDisplayEXT if it exists
Hans De Goede
1
-0
/
+4
2016-10-05
glamor: Use eglGetPlatformDisplay{,EXT} if we can
Adam Jackson
1
-4
/
+4
2016-09-13
glamor: Fix crash when master gpu is using glamor and another gpu is hotplugged
Hans de Goede
1
-0
/
+10
2016-06-08
glamor: Call eglBindAPI after eglInitialize
Michel Dänzer
1
-5
/
+6
2016-01-26
glamor: add core profile support to EGL glamor. (v2)
Dave Airlie
1
-4
/
+22
2015-11-18
glamor: Delay making pixmaps shareable until we need to.
Eric Anholt
1
-101
/
+68
2015-11-18
glamor: Make glamor_get_name_from_bo static.
Eric Anholt
1
-3
/
+1
2015-11-18
glamor: Simplify DRI3 pixmap-from-fd, using GBM.
Eric Anholt
1
-30
/
+7
2015-11-18
glamor: Use real types for glamor_egl's public gbm functions.
Eric Anholt
1
-3
/
+4
2015-11-18
glamor: Use the GBM function for getting an FD from a GBM BO.
Eric Anholt
1
-17
/
+1
2015-11-18
glamor: Hook up EGL DestroyPixmap through the normal wrap chain.
Eric Anholt
1
-10
/
+23
2015-11-18
glamor: Remove glamor_egl_destroy_textured_pixmap().
Eric Anholt
1
-6
/
+0
2015-11-18
glamor: No need to glFlush before destroying a pixmap.
Eric Anholt
1
-4
/
+0
2015-09-29
glamor: move 'dri3_capable' extension checks after eglMakeCurrent
Emil Velikov
1
-9
/
+9
2015-09-22
glamor: move GL_OES_EGL_image check next to EGL_EXT_image_dma_buf_import
Emil Velikov
1
-1
/
+2
2015-07-10
glamor_egl: Properly free resources on init-error and exit
Hans de Goede
1
-16
/
+27
2015-07-10
glamor: Drop a bunch of glamor_priv == NULL checks.
Eric Anholt
1
-2
/
+2
2015-06-30
glamor: Add a new glamor_gbm_bo_from_pixmap() function.
Jason Ekstrand
1
-8
/
+55
2015-06-30
glamor: egl: add function to back a pixmap with a dma-buf. (v1.1)
Dave Airlie
1
-15
/
+34
2015-06-30
glamor: add support for allocating linear buffers (v2)
Dave Airlie
1
-1
/
+4
2015-05-12
glamor: fix build when DRI3 is not defined
Jonathan Gray
1
-1
/
+5
2015-03-24
glamor: Eliminate separate 'large' pixmap private structure
Keith Packard
1
-13
/
+11
2014-12-11
glamor: Add an accessor for the GBM device.
Dave Airlie
1
-0
/
+12
2014-12-10
glamor: Reinstate glamor_(egl_)destroy_textured_pixmap
Michel Dänzer
1
-0
/
+6
2014-12-09
glamor: Free existing EGL image when assigning new one
Keith Packard
1
-7
/
+21
2014-12-09
glamor: Remove redundant reference to screen pixmap EGL image
Keith Packard
1
-12
/
+1
2014-12-09
glamor: Always destroy EGL image associated with destroyed pixmap
Keith Packard
1
-33
/
+9
2014-07-30
Fix files including xorg-server.h by mistake
Keith Packard
1
-1
/
+0
2014-04-23
glamor: Explain the weird EGL_NO_CONTEXT code.
Eric Anholt
1
-0
/
+7
2014-04-23
glamor: Replace glamor_get/put_context() with just glamor_make_current().
Eric Anholt
1
-21
/
+6
2014-04-23
glamor: Stop unsetting the EGL context in put_context().
Eric Anholt
1
-5
/
+1
2014-04-23
glamor: Use lastGLContext to coordinate the context with GLX.
Eric Anholt
1
-8
/
+6
2014-04-23
glamor: Fix a missing set of the GL context.
Eric Anholt
1
-5
/
+12
2014-04-08
dri3: Fix dri3_open API change by adding new dri3_open_client
Keith Packard
1
-6
/
+6
2014-04-01
dri3: Allow asynchronous implementation for dri3_open
Kristian Høgsberg
1
-1
/
+2
2014-03-17
glamor: Return the stride/size for glamor_dri3_name_from_pixmap(), too.
Eric Anholt
1
-2
/
+2
2014-03-17
glamor: Drop the body of the function for enabling DRI3 extensions.
Eric Anholt
1
-6
/
+1
2014-03-17
glamor: Move the EGL image to the normal pixmap private.
Eric Anholt
1
-49
/
+40
2014-03-17
glamor: Use epoxy_has_egl_extension() instead of rolling our own.
Eric Anholt
1
-24
/
+7
2014-03-05
glamor: Add support for DRI3.
Eric Anholt
1
-0
/
+85
2014-03-05
glamor: Rename the DRI-related pixmap functions.
Eric Anholt
1
-6
/
+6
2014-02-14
glamor: Move the EGL DRI3 code to GLAMOR_HAS_GBM.
Eric Anholt
1
-5
/
+5
2014-02-14
glamor: Put in a pluggable context switcher for GLX versus EGL.
Eric Anholt
1
-26
/
+32
2014-02-14
glamor: Convert to using libepoxy.
Eric Anholt
1
-81
/
+35
2014-01-27
glamor: Use dix-config.h not project config.h
Adam Jackson
1
-3
/
+1
2014-01-27
glamor/egl: Remove glapi awareness
Adam Jackson
1
-21
/
+3
2014-01-27
glamor: Remove compat code for building out of tree.
Eric Anholt
1
-12
/
+4
2014-01-27
glamor: Apply x-indent.sh.
Eric Anholt
1
-587
/
+580
2013-12-18
Fix glamor_egl->egl_create_image_khr makes pointer from integer
Gaetan Nadon
1
-1
/
+1
2013-12-18
Add DRI3 support to glamor
Axel Davy
1
-0
/
+225
[next]