summaryrefslogtreecommitdiff
path: root/glamor
AgeCommit message (Expand)AuthorFilesLines
2018-02-12glamor: tidy up some gradient color formulasJeff Smith1-36/+30
2018-02-12glamor: remove unused variables in linear gradient shaderJeff Smith1-7/+0
2018-02-12glamor: fix no-reflect case for gradientsJeff Smith1-11/+16
2018-02-12glamor: fix repeat-reflect case in linear gradient shaderJeff Smith1-7/+4
2018-01-22glamor: Specify GLSL version for xv shaderCorentin Rossignon1-0/+2
2017-09-25glamor: Avoid overflow between box32 and box16 boxOlivier Fourdan1-5/+6
2017-09-25glamor: handle NULL source pictureOlivier Fourdan1-2/+3
2017-09-25glamor: Fix temporary pixmap coordinate offsetsMichel Dänzer1-2/+2
2017-09-25glamor: Store the actual EGL/GLX context pointer in lastGLContextMichel Dänzer1-2/+2
2017-09-25glamor: an FBO is not needed for Xv pixmapsOlivier Fourdan1-3/+6
2017-09-22glamor: avoid a crash if texture allocation failedOlivier Fourdan1-0/+4
2017-09-22glamor: Fix dashed line rendering.Eric Anholt1-1/+1
2017-09-21glamor: Check glamor_set_destination_drawable() return valueOlivier Fourdan7-44/+66
2017-09-21glamor: glamor_set_destination_drawable() can failOlivier Fourdan2-3/+10
2017-09-21glamor: Check for NULL pixmap in glamor_get_pixmap_texture()Olivier Fourdan1-0/+3
2017-03-15glamor: Fix missing declaration in dash vertex shaderDr.-Ing. Dieter Jurzitza1-0/+1
2017-02-23glamor: Two pass won't work on memory pixmapsOlivier Fourdan1-0/+4
2017-01-11glamor: Trust eglGetPlatformDisplayEXT if it existsHans De Goede2-5/+5
2017-01-11glamor: restore vfunc handlers on init failureOlivier Fourdan1-3/+8
2016-10-25glamor: don't look for non-existing EGL_KHR_platform_baseEmil Velikov1-11/+8
2016-10-05glamor: Use eglGetPlatformDisplay{,EXT} if we canAdam Jackson3-5/+89
2016-10-05glamor: Fix pixmap offset for bitplane in glamor_copy_fbo_cpuOlivier Fourdan1-8/+10
2016-09-30glamor: spans: fixup wrong count on glDrawArraysMark Yao1-1/+1
2016-09-29glamor: Fix link failure on GLES2.Eric Anholt1-2/+1
2016-09-29glamor: Remove #if 0-ed picture dumping code.Eric Anholt2-384/+0
2016-09-29glamor: Remove many unused glamor util functions.Eric Anholt1-171/+0
2016-09-29glamor: Require GL_OES_texture_border_clamp for GLES2.Eric Anholt2-19/+22
2016-09-28glamor: Fall back to software for CopyPlane if we need toAdam Jackson3-0/+6
2016-09-26glamor: Properly handle mask formats without alpha.Eric Anholt1-1/+4
2016-09-26glamor: Require that pixmap depths match for Render copies.Eric Anholt1-0/+2
2016-09-26glamor: Fix some awful formatting of some fallback debug code.Eric Anholt1-6/+6
2016-09-25glamor: Make glamor_sync_init work with --disable-xshmfenceMark Kettenis1-0/+3
2016-09-25glamor: Make glamor_name_from_pixmap work without DRI3Matthieu Herrb1-4/+0
2016-09-25glamor: fix spelling mistakesEric Engestrom3-6/+6
2016-09-13glamor: Fix crash when master gpu is using glamor and another gpu is hotpluggedHans de Goede1-0/+10
2016-09-13glamor: Add glamor_shareable_fd_from_pixmap()Hans de Goede2-0/+40
2016-08-23glamor: Declare "pos" in the composite glyph GLSL 1.20 vertex shaderMichel Dänzer1-1/+2
2016-08-22glamor: Handle bitplane in glamor_copy_fbo_cpuMichel Dänzer1-7/+33
2016-07-18Remove readmask from screen block/wakeup handlerKeith Packard1-2/+2
2016-07-18dix: Switch to the libXfont2 API (v2)Keith Packard1-3/+3
2016-07-18glamor: Remove the FBO cache.Eric Anholt3-275/+6
2016-07-15glamor: Translate solid text background region after clippingMichel Dänzer1-6/+7
2016-06-20dix: Call screen block/wakeup handlers closest to blocking [v3]Keith Packard1-3/+3
2016-06-14glamor: Use DestroyPixmap instead of FreePicture for glyph atlas pixmapKeith Packard1-1/+1
2016-06-08glamor: Call eglBindAPI after eglInitializeMichel Dänzer1-5/+6
2016-05-30glamor: Cannot use copies when accessing outside of composite sourceMichel Dänzer1-12/+15
2016-05-27glamor: Adjust for drawable x/y in composite's copy optimizationKeith Packard1-0/+4
2016-05-26glamor: Preserve GL_RED bits in R channel when destination is GL_RED [v2]Keith Packard12-26/+103
2016-05-26glamor: glamor_make_current sooner in glamor_composite_with_shaderKeith Packard1-2/+2
2016-05-26glamor: Disable logic ops when doing compositing [v4]Keith Packard2-0/+7