xserver/glamor
Mario Kleiner e00ada9fbb glamor: Don't fail in glamor_get_formats if not dmabuf_capable.
If dmabuf_capable is false, because the server "dmabuf_capable"
debug flag isn't set, treat it as successfull query with zero
returned formats, instead of failure.

This allows the servers cache_formats_and_modifiers() function
to cache the fact that formats are not supported during the
current server generation, instead of pointless retesting at
every invocation.

Signed-off-by: Mario Kleiner <mario.kleiner.de@gmail.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
2018-04-30 13:48:46 -04:00
..
Makefile.am glamor: Implement PixmapFromBuffers and BuffersFromPixmap 2018-03-05 13:27:49 -05:00
glamor.c glamor: Restore glamor_fd_from_pixmap and glamor_pixmap_from_fd 2018-03-06 10:53:39 -05:00
glamor.h dri3: annotate fds/strides/offsets arrays as const 2018-04-10 15:42:40 -04:00
glamor_addtraps.c
glamor_composite_glyphs.c
glamor_compositerects.c
glamor_context.h
glamor_copy.c glamor: Fix loose ends in color depth 30 support. 2018-02-27 10:18:06 -05:00
glamor_core.c
glamor_dash.c
glamor_debug.h
glamor_egl.c glamor: Don't fail in glamor_get_formats if not dmabuf_capable. 2018-04-30 13:48:46 -04:00
glamor_egl.h glamor: Implement PixmapFromBuffers and BuffersFromPixmap 2018-03-05 13:27:49 -05:00
glamor_egl_ext.h glamor: Implement PixmapFromBuffers and BuffersFromPixmap 2018-03-05 13:27:49 -05:00
glamor_egl_stubs.c glamor: Implement PixmapFromBuffers and BuffersFromPixmap 2018-03-05 13:27:49 -05:00
glamor_eglmodule.c glamor: Bump version to 1.0.1 to signal depth 30 support. 2018-02-27 10:18:07 -05:00
glamor_fbo.c glamor: Add 30bit RGB color format support 2018-01-25 12:21:49 -05:00
glamor_font.c
glamor_font.h
glamor_glx.c
glamor_glyphblt.c
glamor_gradient.c glamor: tidy up some gradient color formulas 2018-01-29 16:18:31 -05:00
glamor_image.c
glamor_largepixmap.c
glamor_lines.c
glamor_picture.c
glamor_pixmap.c
glamor_points.c
glamor_prepare.c
glamor_prepare.h
glamor_priv.h glamor: Track if BO allocation used modifiers 2018-04-04 13:46:57 -04:00
glamor_program.c render: Store and use all 16bpc of precision for solid pixels (v2.1) 2018-02-26 16:46:34 -05:00
glamor_program.h
glamor_rects.c
glamor_render.c glamor: Enable composite acceleration for rgb10 formats. (v2) 2018-02-27 10:18:06 -05:00
glamor_segs.c
glamor_spans.c
glamor_sync.c
glamor_text.c
glamor_transfer.c glamor: Add 30bit RGB color format support 2018-01-25 12:21:49 -05:00
glamor_transfer.h
glamor_transform.c
glamor_transform.h
glamor_trapezoid.c
glamor_triangles.c
glamor_utils.c
glamor_utils.h render: Store and use all 16bpc of precision for solid pixels (v2.1) 2018-02-26 16:46:34 -05:00
glamor_vbo.c
glamor_window.c
glamor_xv.c glamor: fix glamor_xv_query_image_attributes() for odd-width images 2018-04-17 17:30:16 -04:00
meson.build glamor: Implement GetSupportedModifiers 2018-03-05 13:27:55 -05:00