summaryrefslogtreecommitdiff
path: root/glamor
AgeCommit message (Expand)AuthorFilesLines
2020-11-04glamor: Update pixmap's devKind when making it exportableAlex Goins1-0/+3
2020-09-15Consolidate fourcc.hMichel Dänzer1-1/+1
2020-08-24glamor: Fix glamor_poly_fill_rect_gl xRectangle::width/height handlingMichel Dänzer1-4/+14
2020-08-18glamor: Fix debugging callback setup on GLESAdam Jackson1-1/+2
2020-07-05Fix spelling/wording issuesAlan Coopersmith5-7/+7
2020-01-08glamor_egl: Reject OpenGL < 2.1 early onLubomir Rintel1-11/+28
2019-12-20glamor: Only use dual blending with GLSL >= 1.30Michel Dänzer1-0/+1
2019-11-26glamor: Add a function to get the driver name via EGL_MESA_query_driverKenneth Graunke2-0/+18
2019-11-22glamor: make sure the correct FBO is clearedDor Askayo1-1/+2
2019-11-07xwayland: clear pixmaps after creation in rootless modeDor Askayo4-0/+44
2019-11-04glamor/xwayland: Define EGL_NO_X11Hans de Goede2-0/+2
2019-10-14Revert https://gitlab.freedesktop.org/xorg/xserver/merge_requests/235Michel Dänzer3-99/+113
2019-10-11glamor: check for non NULL pixmap at close_screenEmil Velikov1-1/+5
2019-10-11glamor_egl: check for non NULL pixmap at egl_close_screenEmil Velikov1-2/+7
2019-10-11glamor_egl: override the CloseScreen/DestroyPixmap earlierEmil Velikov1-6/+6
2019-10-11glamor_egl: remove unneeded xf86 includes/GLAMOR_FOR_XORGEmil Velikov2-7/+0
2019-10-11glamor_egl: disable modifiers via glamor_init()Emil Velikov2-5/+6
2019-10-11glamor_egl: don't use ScrnInfoRec::privatesEmil Velikov2-54/+41
2019-10-11glamor_egl: move glamor_egl_cleanup() further upEmil Velikov1-18/+18
2019-10-11glamor/egl: remove unused function pointersEmil Velikov1-2/+0
2019-10-11glamor_egl: use LogMessage over xf86DrvMsgEmil Velikov1-19/+17
2019-05-29glamor: Make pixmap exportable from `gbm_bo_from_pixmap()`Olivier Fourdan1-5/+14
2019-05-28glamor: return status from `glamor_set_pixmap_texture()`Olivier Fourdan2-3/+5
2019-05-28glamor: Fix more fallback paths with non-GXcopy rop with GLESAdam Jackson1-1/+1
2019-04-17glamor: Introduce a central place for our pixmap format/type handling.Eric Anholt10-145/+209
2019-04-17glamor: Plumb the pixmap through fbo creation instead of a "format"Eric Anholt4-34/+33
2019-04-17glamor: Stop trying to store the pixmap's "format" in glamor_pixmap_fbo.Eric Anholt5-18/+9
2019-04-17glamor: Switch the gl_flavor to a boolean is_gles.Eric Anholt7-34/+27
2019-03-28glamor: Fix a compiler warning since the recent OOM fixes.Eric Anholt1-2/+0
2019-03-11glamor: pixmap FBO may not be allocatedOlivier Fourdan1-0/+3
2019-03-08glamor: Fallback to system memory for RW PBO buffer allocationPaul Kocialkowski1-5/+6
2019-03-08glamor: Propagate glamor_prepare_access failures in copy helpersPaul Kocialkowski1-2/+6
2019-03-08glamor: Error out on out-of-memory when allocating PBO for FBO accessPaul Kocialkowski2-0/+18
2019-03-08glamor: Propagate FBO allocation failure for picture to texture uploadPaul Kocialkowski1-1/+3
2019-01-10glamor/glamor_egl.c: EGL_NATIVE_PIXMAP_KHR do not require contextsRohan Garg1-1/+1
2019-01-10glamor/egl: Drop a implicit depends on EGL_KHR_no_config_contextRohan Garg1-1/+9
2018-12-21glamor: Remove unused format_for_pixmap helperMichel Dänzer1-6/+0
2018-12-20glamor: Allow HW acceleration for more RENDER formatsMichel Dänzer1-4/+4
2018-12-20glamor: Check that storage format is compatible with RENDER formatMichel Dänzer1-8/+17
2018-10-23glamor: Add support for exporting depth 15/8 pixmapsMichel Dänzer1-0/+6
2018-10-05glamor/egl: Avoid crashing on broken configurationsAdam Jackson1-0/+5
2018-09-28glamor_egl: Don't initialize on llvmpipeAdam Jackson1-1/+10
2018-09-12glamor: fix leak of fs_getcolor_source.Dave Airlie1-3/+5
2018-09-11glamor: add support for NV12 in XvJulien Isorce1-25/+155
2018-09-11glamor: add support for GL_RGJulien Isorce5-3/+18
2018-09-07glamor: Add support for exporting depth 16 pixmaps.Eric Anholt1-8/+14
2018-06-27glamor: Work around GEM usage v2Thomas Hellstrom1-2/+12
2018-06-27glamor: Unbreak glamor_fd_from_pixmap()Lyude Paul4-25/+43
2018-06-07glamor: Enable modifier support for xfree86 tooAdam Jackson1-2/+2
2018-05-28glamor: Propagate glamor_fds_from_pixmap error in glamor_fd_from_pixmapMichel Dänzer1-1/+1