summaryrefslogtreecommitdiff
path: root/glamor/glamor.c
Commit message (Expand)AuthorAgeFilesLines
* glamor: Fix build without GBMOlivier Fourdan2023-04-121-0/+2
* glamor: Don't glFlush/ctx switch unless any work has been performedJoshua Ashton2023-03-171-5/+2
* glamor: use dual source blend on GL 2.1 with ARB_ES2_compatibilityVasily Khoruzhick2022-12-011-2/+4
* glamor: fix CbCr format handlingYuriy2022-12-011-4/+15
* glamor: make use of GL_EXT_texture_format_BGRA8888Konstantin2022-12-011-4/+4
* glamor: Don't open-code epoxy_glsl_version()Adam Jackson2021-09-151-26/+1
* ephyr/glamor: Port to EGLAdam Jackson2021-09-151-3/+0
* glamor: Fix handling of 1-bit pixmapsPovilas Kanapickas2021-09-091-14/+21
* glamor: add EXT_gpu_shader4 supportDave Airlie2021-07-071-0/+4
* glamor: add glamor_glsl_has_ints wrapperDave Airlie2021-07-071-2/+2
* glamor: Avoid using GL_QUADS on V3DJose Maria Casanova Crespo2021-06-141-1/+2
* glamor: Dump backtrace on GL errorOlivier Fourdan2021-05-111-0/+1
* glamor: Fix debugging callback setup on GLESAdam Jackson2020-08-181-1/+2
* Fix spelling/wording issuesAlan Coopersmith2020-07-051-1/+1
* glamor: Only use dual blending with GLSL >= 1.30Michel Dänzer2019-12-201-0/+1
* xwayland: clear pixmaps after creation in rootless modeDor Askayo2019-11-071-0/+20
* Revert https://gitlab.freedesktop.org/xorg/xserver/merge_requests/235Michel Dänzer2019-10-141-5/+1
* glamor: check for non NULL pixmap at close_screenEmil Velikov2019-10-111-1/+5
* glamor: return status from `glamor_set_pixmap_texture()`Olivier Fourdan2019-05-281-2/+4
* glamor: Introduce a central place for our pixmap format/type handling.Eric Anholt2019-04-171-6/+161
* glamor: Plumb the pixmap through fbo creation instead of a "format"Eric Anholt2019-04-171-13/+7
* glamor: Stop trying to store the pixmap's "format" in glamor_pixmap_fbo.Eric Anholt2019-04-171-2/+1
* glamor: Switch the gl_flavor to a boolean is_gles.Eric Anholt2019-04-171-11/+9
* glamor: pixmap FBO may not be allocatedOlivier Fourdan2019-03-111-0/+3
* glamor: add support for GL_RGJulien Isorce2018-09-111-0/+2
* glamor: Unbreak glamor_fd_from_pixmap()Lyude Paul2018-06-271-23/+33
* glamor: Propagate glamor_fds_from_pixmap error in glamor_fd_from_pixmapMichel Dänzer2018-05-281-1/+1
* glamor: Always return 0 from glamor_fds_from_pixmap on errorMichel Dänzer2018-05-231-3/+3
* glamor_init: clamp GLSL to 120 if platform doesn't have instanced arraysLukas F. Hartmann2018-05-161-0/+8
* dri3: Switch get_drawable_modifiers to using stdint.Eric Anholt2018-05-081-2/+2
* glamor: Restore glamor_fd_from_pixmap and glamor_pixmap_from_fdMichel Dänzer2018-03-061-12/+23
* glamor: Implement GetSupportedModifiersLouis-Francis Ratté-Boulianne2018-03-051-0/+25
* glamor: Implement PixmapFromBuffers and BuffersFromPixmapLouis-Francis Ratté-Boulianne2018-03-051-11/+26
* glamor: Fix loose ends in color depth 30 support.Mario Kleiner2018-02-271-2/+4
* glamor: Drop the non-VAO rendering pathAdam Jackson2017-11-151-2/+6
* glamor: Remove unused glamor_create_screen_resourcesAdam Jackson2017-11-071-25/+0
* glamor: Un-inline glamor_[gs]et_screen_privateAdam Jackson2017-11-071-0/+13
* glamor: Unconditionalize GLAMOR_TEXTURED_LARGE_PIXMAPAdam Jackson2017-10-301-3/+1
* glamor: Unconditionalize GLAMOR_GRADIENT_SHADERAdam Jackson2017-10-301-3/+0
* glamor: Use GL_MESA_tile_raster_order for overlapping blits.Eric Anholt2017-10-131-0/+2
* glamor: Drop glamor_set_screen_pixmap().Eric Anholt2017-06-021-13/+0
* glamor: Stop tracking the screen_fbo.Eric Anholt2017-06-021-1/+0
* glamor: Check for NULL pixmap in glamor_get_pixmap_texture()Olivier Fourdan2017-03-151-0/+3
* glamor: restore vfunc handlers on init failureOlivier Fourdan2016-11-301-3/+8
* glamor: Require GL_OES_texture_border_clamp for GLES2.Eric Anholt2016-09-291-4/+15
* glamor: Fall back to software for CopyPlane if we need toAdam Jackson2016-09-281-0/+2
* glamor: Make glamor_name_from_pixmap work without DRI3Matthieu Herrb2016-09-251-4/+0
* glamor: Add glamor_shareable_fd_from_pixmap()Hans de Goede2016-09-131-0/+20
* Remove readmask from screen block/wakeup handlerKeith Packard2016-07-181-2/+2
* glamor: Remove the FBO cache.Eric Anholt2016-07-181-5/+0