summaryrefslogtreecommitdiff
path: root/glamor/glamor_egl.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-04glamor: Update pixmap's devKind when making it exportableAlex Goins1-0/+3
2019-11-26glamor: Add a function to get the driver name via EGL_MESA_query_driverKenneth Graunke1-0/+16
2019-06-05glamor: Make pixmap exportable from `gbm_bo_from_pixmap()`Olivier Fourdan1-5/+14
2018-10-12glamor/egl: Avoid crashing on broken configurationsAdam Jackson1-0/+5
2018-10-12glamor_egl: Don't initialize on llvmpipeAdam Jackson1-1/+10
2018-08-01glamor: Work around GEM usage v2Thomas Hellstrom1-2/+12
2018-08-01glamor: Unbreak glamor_fd_from_pixmap()Lyude Paul1-1/+1
2018-05-08dri3: Switch get_modifiers to using stdint.Eric Anholt1-2/+2
2018-04-30glamor: Don't fail in glamor_get_formats if not dmabuf_capable.Mario Kleiner1-1/+1
2018-04-10glamor: zero num_formats from the startEmil Velikov1-10/+6
2018-04-10glamor: zero num_modifiers from the startEmil Velikov1-10/+6
2018-04-10dri3: annotate fds/strides/offsets arrays as constEmil Velikov1-2/+2
2018-04-10dri3: annotate the dri3_screen_info data as constEmil Velikov1-1/+1
2018-04-04glamor: Add fd_from_pixmap hookDaniel Stone1-0/+27
2018-04-04glamor: Fall back to non-modifier allocationsDaniel Stone1-2/+3
2018-04-04glamor: Reallocate pixmap storage without modifiers if necessaryDaniel Stone1-5/+6
2018-04-04glamor: Push make_exportable into callersDaniel Stone1-1/+4
2018-04-04glamor: Track if BO allocation used modifiersDaniel Stone1-9/+20
2018-04-02glamor: sanitze handling of "Debug" Option for "dmabuf_capable"Tobias Klausmann1-3/+7
2018-03-28glamor: Hide new DRI behind Option "Debug" "dmabuf_capable"Adam Jackson1-1/+3
2018-03-21Remove always true GLAMOR_HAS_DRM_* guardsEmil Velikov1-4/+0
2018-03-09glamor/xwayland: Add depth 30 format mapping for DRI 3.2 as well.Mario Kleiner1-0/+2
2018-03-06glamor: Restore glamor_fd_from_pixmap and glamor_pixmap_from_fdMichel Dänzer1-0/+22
2018-03-05glamor: Use gbm_bo_create_with_modifiers for internal pixmap allocationLouis-Francis Ratté-Boulianne1-6/+26
2018-03-05glamor: Implement GetSupportedModifiersLouis-Francis Ratté-Boulianne1-0/+92
2018-03-05glamor: Implement PixmapFromBuffers and BuffersFromPixmapLouis-Francis Ratté-Boulianne1-21/+115
2018-02-27glamor: Fix loose ends in color depth 30 support.Mario Kleiner1-1/+2
2018-01-25glamor: Add 30bit RGB color format supportHawking Zhang1-2/+5
2017-06-29glamor: remove no longer needed KHR_gl_texture_2D_image requirementEmil Velikov1-1/+0
2017-06-02glamor: Drop glamor_set_screen_pixmap().Eric Anholt1-1/+0
2017-06-02glamor_egl: Stop saving the EGL major/minor version.Eric Anholt1-3/+1
2017-05-18glamor_egl: Drop glamor_egl_create_textured_screen_ext().Eric Anholt1-8/+0
2017-05-18glamor_egl: Automatically choose a GLES2 context if desktop GL fails.Eric Anholt1-33/+39
2017-05-18glamor_egl: Remove check for KHR_surfaceless_context_*Eric Anholt1-6/+1
2017-05-18glamor_egl: Drop warning about indirect GLX and GLES2.Eric Anholt1-6/+0
2017-05-18glamor_egl: Avoid flink names in glamor_egl_create_textured_pixmap().Eric Anholt1-63/+21
2017-05-18glamor_egl: Drop dead "cpp" fieldEric Anholt1-1/+0
2017-05-18glamor_egl: Drop dead gl_context_depth.Eric Anholt1-1/+0
2017-05-18glamor_egl: Drop unnecessary check for KHR_gl_renderbuffer_image.Eric Anholt1-1/+0
2017-05-18glamor_egl: Always require the gbm-based image import path.Eric Anholt1-28/+27
2017-05-18glamor_egl: Drop the has_gem flag.Eric Anholt1-28/+7
2017-05-18glamor_egl: Unifdef GLAMOR_HAS_GBM.Eric Anholt1-34/+0
2017-05-18glamor_egl: Print a useful identifying string on initialization.Eric Anholt1-14/+3
2017-03-07glamor: use drmGetDeviceNameFromFD2 when availableQiang Yu1-0/+4
2017-01-02glamor: Trust eglGetPlatformDisplayEXT if it existsHans De Goede1-0/+4
2016-10-05glamor: Use eglGetPlatformDisplay{,EXT} if we canAdam Jackson1-4/+4
2016-09-13glamor: Fix crash when master gpu is using glamor and another gpu is hotpluggedHans de Goede1-0/+10
2016-06-08glamor: Call eglBindAPI after eglInitializeMichel Dänzer1-5/+6
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