summaryrefslogtreecommitdiff
path: root/glamor
AgeCommit message (Expand)AuthorFilesLines
2021-06-14glamor: Avoid using GL_QUADS on V3DJose Maria Casanova Crespo1-1/+2
2020-11-04glamor: Update pixmap's devKind when making it exportableAlex Goins1-0/+3
2020-09-30glamor: Fix glamor_poly_fill_rect_gl xRectangle::width/height handlingMichel Dänzer1-4/+14
2020-02-21xwayland: clear pixmaps after creation in rootless modeDor Askayo4-0/+31
2020-02-10glamor: Fix a compiler warning since the recent OOM fixes.Eric Anholt1-2/+0
2020-02-10glamor: Fallback to system memory for RW PBO buffer allocationPaul Kocialkowski1-5/+6
2020-02-10glamor: Propagate glamor_prepare_access failures in copy helpersPaul Kocialkowski1-2/+6
2020-02-10glamor: Error out on out-of-memory when allocating PBO for FBO accessPaul Kocialkowski2-0/+18
2020-02-10glamor: Propagate FBO allocation failure for picture to texture uploadPaul Kocialkowski1-1/+3
2020-01-13glamor: 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-05glamor/xwayland: Define EGL_NO_X11Hans de Goede2-0/+2
2019-06-05glamor: Make pixmap exportable from `gbm_bo_from_pixmap()`Olivier Fourdan1-5/+14
2019-05-20glamor: pixmap FBO may not be allocatedOlivier Fourdan1-0/+3
2019-02-20glamor: Check that storage format is compatible with RENDER formatMichel Dänzer1-8/+17
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-10-04glamor: fix leak of fs_getcolor_source.Dave Airlie1-3/+5
2018-08-01glamor: Work around GEM usage v2Thomas Hellstrom1-2/+12
2018-08-01glamor: Unbreak glamor_fd_from_pixmap()Lyude Paul4-25/+43
2018-06-19glamor: Propagate glamor_fds_from_pixmap error in glamor_fd_from_pixmapMichel Dänzer1-1/+1
2018-06-19glamor: Always return 0 from glamor_fds_from_pixmap on errorMichel Dänzer1-3/+3
2018-06-19glamor_init: clamp GLSL to 120 if platform doesn't have instanced arraysLukas F. Hartmann1-0/+8
2018-05-08dri3: Switch get_modifiers to using stdint.Eric Anholt2-4/+4
2018-05-08dri3: Switch get_drawable_modifiers to using stdint.Eric Anholt2-6/+6
2018-04-30glamor: Don't fail in glamor_get_formats if not dmabuf_capable.Mario Kleiner1-1/+1
2018-04-17glamor: fix glamor_xv_query_image_attributes() for odd-width imagesDavid Woodhouse1-0/+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 Velikov2-5/+5
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 Stone3-10/+23
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änzer3-12/+80
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é-Boulianne5-1/+144
2018-03-05glamor: Implement PixmapFromBuffers and BuffersFromPixmapLouis-Francis Ratté-Boulianne7-64/+257
2018-02-27glamor: Bump version to 1.0.1 to signal depth 30 support.Mario Kleiner1-1/+1
2018-02-27glamor: Enable composite acceleration for rgb10 formats. (v2)Mario Kleiner1-0/+1
2018-02-27glamor: Fix loose ends in color depth 30 support.Mario Kleiner3-3/+15
2018-02-26render: Store and use all 16bpc of precision for solid pixels (v2.1)Adam Jackson3-15/+21
2018-02-26glamor: unifdef XORG_VERSION_CURRENTAdam Jackson1-4/+0
2018-01-29glamor: tidy up some gradient color formulasJeff Smith1-36/+30