summaryrefslogtreecommitdiff
path: root/glamor/glamor.h
AgeCommit message (Expand)AuthorFilesLines
2018-06-27glamor: Unbreak glamor_fd_from_pixmap()Lyude Paul1-1/+2
2018-05-08dri3: Switch get_modifiers to using stdint.Eric Anholt1-2/+2
2018-05-08dri3: Switch get_drawable_modifiers to using stdint.Eric Anholt1-4/+4
2018-04-10dri3: annotate fds/strides/offsets arrays as constEmil Velikov1-3/+3
2018-04-04glamor: Track if BO allocation used modifiersDaniel Stone1-1/+2
2018-03-06glamor: Restore glamor_fd_from_pixmap and glamor_pixmap_from_fdMichel Dänzer1-0/+35
2018-03-05glamor: Implement GetSupportedModifiersLouis-Francis Ratté-Boulianne1-0/+23
2018-03-05glamor: Implement PixmapFromBuffers and BuffersFromPixmapLouis-Francis Ratté-Boulianne1-28/+37
2017-07-05glamor: update "required EGL extensions" commentEmil Velikov1-2/+1
2017-06-02glamor: Drop glamor_set_screen_pixmap().Eric Anholt1-6/+0
2017-05-18glamor_egl: Drop glamor_egl_create_textured_screen_ext().Eric Anholt1-10/+4
2016-09-13glamor: Add glamor_shareable_fd_from_pixmap()Hans de Goede1-0/+20
2016-04-29glamor: add glamor_finish APIDave Airlie1-0/+1
2016-01-26glamor: add core profile support. (v2)Dave Airlie1-0/+4
2015-11-18glamor: Delay making pixmaps shareable until we need to.Eric Anholt1-5/+0
2015-11-18glamor: Use real types for glamor_egl's public gbm functions.Eric Anholt1-4/+7
2015-11-18glamor: Hook up EGL DestroyPixmap through the normal wrap chain.Eric Anholt1-2/+0
2015-11-18glamor: Unexport glamor_destroy_textured_pixmap().Eric Anholt1-1/+0
2015-11-18glamor: Remove glamor_egl_destroy_textured_pixmap().Eric Anholt1-1/+0
2015-07-10glamor: Ask the server to always allocate our private.Eric Anholt1-1/+1
2015-06-30glamor: Add a new glamor_gbm_bo_from_pixmap() function.Jason Ekstrand1-0/+15
2015-06-30glamor: egl: add function to back a pixmap with a dma-buf. (v1.1)Dave Airlie1-0/+19
2015-06-30glamor: add support for allocating linear buffers (v2)Dave Airlie1-1/+2
2015-05-14glamor: Replace CompositeGlyphs code [v2]glamor-new-glyphsKeith Packard1-2/+0
2015-03-24glamor: Eliminate GLAMOR_TEXTURE_LARGE pixmap typeKeith Packard1-1/+0
2015-03-24glamor: Eliminate GLAMOR_TEXTURE_PACK pixmap typeKeith Packard1-2/+1
2015-03-24glamor: Eliminate GLAMOR_SEPARATE_TEXTURE pixmap typeKeith Packard1-1/+0
2015-03-24glamor: Remove _nf rendering functionsKeith Packard1-140/+0
2015-03-24glamor: Eliminate GLAMOR_USE_SCREEN and GLAMOR_USE_PICTURE_SCREENKeith Packard1-22/+6
2015-03-24glamor: Eliminate GLAMOR_CREATE_PIXMAP_MAP and GLAMOR_MEMORY_MAPKeith Packard1-2/+0
2014-12-11glamor: Add an accessor for the GBM device.Dave Airlie1-0/+2
2014-12-10glamor: Reinstate glamor_(egl_)destroy_textured_pixmapMichel Dänzer1-0/+1
2014-12-09glamor: Always destroy EGL image associated with destroyed pixmapKeith Packard1-1/+2
2014-07-17glamor: Remove always-true yInverted flag.Eric Anholt1-7/+1
2014-06-15glamor: Add glamor_program based 0-width dashed linesKeith Packard1-0/+4
2014-06-15glamor: Add glamor_program based copy accelerationKeith Packard1-0/+11
2014-05-05glamor: Publish change_window_attributes and copy_windowKeith Packard1-0/+3
2014-04-03Merge remote-tracking branch 'krh/xwayland-for-keithp'Keith Packard1-0/+4
2014-04-03glamor: Add glamor_program based poly_text and image_textKeith Packard1-0/+14
2014-04-03glamor: Public polyLines function is glamor_poly_lines_nfKeith Packard1-3/+0
2014-04-01glamor: Expose glamor_destroy_pixmap()Kristian Høgsberg1-0/+1
2014-04-01glamor: Add new GLAMOR_CREATE_PIXMAP_NO_TEXTURE pixmap create flagKristian Høgsberg1-0/+1
2014-04-01glamor: Move glamor_egl_screen_init() prototype to glamor.hKristian Høgsberg1-0/+2
2014-03-26glamor: Get testing code using small FBOs working againKeith Packard1-0/+7
2014-03-17glamor: Return the stride/size for glamor_dri3_name_from_pixmap(), too.Eric Anholt1-1/+2
2014-03-17glamor: Drop the body of the function for enabling DRI3 extensions.Eric Anholt1-8/+0
2014-03-17glamor: Do glyph private init at screeninit time, and other stuff at CSR.Eric Anholt1-8/+0
2014-03-10glamor: Extract the streamed vertex data code used by Render.Eric Anholt1-0/+1
2014-03-05glamor: Add support for DRI3.Eric Anholt1-1/+3
2014-03-05glamor: Rename the DRI-related pixmap functions.Eric Anholt1-24/+29