summaryrefslogtreecommitdiff
path: root/glamor
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-29glamor: remove unused variables in linear gradient shaderJeff Smith1-7/+0
2018-01-29glamor: fix no-reflect case for gradientsJeff Smith1-11/+16
2018-01-29glamor: fix repeat-reflect case in linear gradient shaderJeff Smith1-7/+4
2018-01-25glamor: Add 30bit RGB color format supportHawking Zhang4-3/+16
2018-01-08glamor: Specify GLSL version for xv shaderCorentin Rossignon1-0/+2
2017-11-15glamor: Drop the non-VAO rendering pathAdam Jackson3-12/+10
2017-11-07glamor: Remove unused glamor_create_screen_resourcesAdam Jackson2-26/+0
2017-11-07glamor: Un-inline glamor_[gs]et_screen_privateAdam Jackson2-11/+17
2017-10-30Use ARRAY_SIZE all over the treeDaniel Martin1-4/+0
2017-10-30glamor: Unconditionalize GLAMOR_TEXTURED_LARGE_PIXMAPAdam Jackson2-4/+1
2017-10-30glamor: Unconditionalize GLAMOR_PIXMAP_DYNAMIC_UPLOADAdam Jackson2-21/+1
2017-10-30glamor: Unconditionalize GLAMOR_GRADIENT_SHADERAdam Jackson4-10/+1
2017-10-13glamor: Use GL_MESA_tile_raster_order for overlapping blits.Eric Anholt3-25/+52
2017-09-13glamor: Avoid overflow between box32 and box16 boxOlivier Fourdan1-5/+6