summaryrefslogtreecommitdiff
path: root/glamor/glamor.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-27glamor: Unbreak glamor_fd_from_pixmap()Lyude Paul1-23/+33
2018-05-28glamor: Propagate glamor_fds_from_pixmap error in glamor_fd_from_pixmapMichel Dänzer1-1/+1
2018-05-23glamor: Always return 0 from glamor_fds_from_pixmap on errorMichel Dänzer1-3/+3
2018-05-16glamor_init: clamp GLSL to 120 if platform doesn't have instanced arraysLukas F. Hartmann1-0/+8
2018-05-08dri3: Switch get_drawable_modifiers to using stdint.Eric Anholt1-2/+2
2018-03-06glamor: Restore glamor_fd_from_pixmap and glamor_pixmap_from_fdMichel Dänzer1-12/+23
2018-03-05glamor: Implement GetSupportedModifiersLouis-Francis Ratté-Boulianne1-0/+25
2018-03-05glamor: Implement PixmapFromBuffers and BuffersFromPixmapLouis-Francis Ratté-Boulianne1-11/+26
2018-02-27glamor: Fix loose ends in color depth 30 support.Mario Kleiner1-2/+4
2017-11-15glamor: Drop the non-VAO rendering pathAdam Jackson1-2/+6
2017-11-07glamor: Remove unused glamor_create_screen_resourcesAdam Jackson1-25/+0
2017-11-07glamor: Un-inline glamor_[gs]et_screen_privateAdam Jackson1-0/+13
2017-10-30glamor: Unconditionalize GLAMOR_TEXTURED_LARGE_PIXMAPAdam Jackson1-3/+1
2017-10-30glamor: Unconditionalize GLAMOR_GRADIENT_SHADERAdam Jackson1-3/+0
2017-10-13glamor: Use GL_MESA_tile_raster_order for overlapping blits.Eric Anholt1-0/+2
2017-06-02glamor: Drop glamor_set_screen_pixmap().Eric Anholt1-13/+0
2017-06-02glamor: Stop tracking the screen_fbo.Eric Anholt1-1/+0
2017-03-15glamor: Check for NULL pixmap in glamor_get_pixmap_texture()Olivier Fourdan1-0/+3
2016-11-30glamor: restore vfunc handlers on init failureOlivier Fourdan1-3/+8
2016-09-29glamor: Require GL_OES_texture_border_clamp for GLES2.Eric Anholt1-4/+15
2016-09-28glamor: Fall back to software for CopyPlane if we need toAdam Jackson1-0/+2
2016-09-25glamor: Make glamor_name_from_pixmap work without DRI3Matthieu Herrb1-4/+0
2016-09-13glamor: Add glamor_shareable_fd_from_pixmap()Hans de Goede1-0/+20
2016-07-18Remove readmask from screen block/wakeup handlerKeith Packard1-2/+2
2016-07-18glamor: Remove the FBO cache.Eric Anholt1-5/+0
2016-06-20dix: Call screen block/wakeup handlers closest to blocking [v3]Keith Packard1-3/+3
2016-05-26glamor: Preserve GL_RED bits in R channel when destination is GL_RED [v2]Keith Packard1-0/+36
2016-04-29glamor: add glamor_finish APIDave Airlie1-0/+9
2016-03-10glamor: Replace "finish access" shader with texture swizzling.Eric Anholt1-2/+7
2016-01-26glamor: add core profile support. (v2)Dave Airlie1-1/+7
2016-01-26glamor: Use GL_RED instead of GL_ALPHA if we have texture_swizzle (v3)Keith Packard1-0/+4
2016-01-26glamor: Add support for CA rendering in a single pass.Dave Airlie1-0/+2
2016-01-21glamor: Use vertex array objectsKeith Packard1-0/+2
2016-01-19glamor: Disable debugging messages other than GL API errorsMichel Dänzer1-0/+3
2015-11-18glamor: Hook up EGL DestroyPixmap through the normal wrap chain.Eric Anholt1-6/+3
2015-11-18glamor: Unexport glamor_destroy_textured_pixmap().Eric Anholt1-7/+2
2015-11-10glamor: Handle GL_OUT_OF_MEMORY when allocating texture images.Eric Anholt1-0/+7
2015-09-22glamor: move GL_OES_EGL_image check next to EGL_EXT_image_dma_buf_importEmil Velikov1-5/+0
2015-09-17glamor: explicitly check for GL_OES_EGL_imageEmil Velikov1-0/+5
2015-07-29glamor: Don't try to free the pixmap priv if we fail to allocate FBO.Eric Anholt1-1/+0
2015-07-27glamor: Make our EGL context current before calling into GL in glamor_initMichel Dänzer1-12/+14
2015-07-10glamor: Drop tracking of the last picture attached to pixmaps.Eric Anholt1-11/+0
2015-07-10glamor: Drop a bunch of glamor_priv == NULL checks.Eric Anholt1-11/+6
2015-07-10glamor: Ask the server to always allocate our private.Eric Anholt1-37/+6
2015-07-06glamor: Use GL_ARB_debug_output to log GL errors.Eric Anholt1-0/+41
2015-07-02glamor: Restore the hook to glamor_composite_rectangles().Eric Anholt1-1/+1
2015-06-29glamor: Avoid using GL_QUADS on VC4.Eric Anholt1-0/+9
2015-06-29glamor: Provide a fallback path for using an index buffer to do quads.Eric Anholt1-0/+62
2015-06-29glamor: Use GL_EXT_map_buffer_range if present.Eric Anholt1-1/+2
2015-06-29glamor: Use the normal GL_QUADS drawing helper in the render code.Eric Anholt1-1/+0