summaryrefslogtreecommitdiff
path: root/glamor
AgeCommit message (Expand)AuthorFilesLines
2017-03-23glamor: Fix some formatting that confused the unifdef command.Eric Anholt1-1/+1
2017-03-20glamor: Avoid software fallback for planemasked ZPixmap GetImageAdam Jackson1-1/+11
2017-03-17glamor: avoid a crash if texture allocation failedOlivier Fourdan1-0/+4
2017-03-17fb: Remove 24bpp support (v3)Adam Jackson1-37/+0
2017-03-16glamor: Fix dashed line rendering.Eric Anholt1-1/+1
2017-03-15glamor: Check glamor_set_destination_drawable() return valueOlivier Fourdan7-44/+66
2017-03-15glamor: glamor_set_destination_drawable() can failOlivier Fourdan2-3/+10
2017-03-15glamor: Check for NULL pixmap in glamor_get_pixmap_texture()Olivier Fourdan1-0/+3
2017-03-09glamor: Fix typo: "vec2_pos" -> "vec2 pos"Michel Dänzer1-1/+1
2017-03-07glamor: use drmGetDeviceNameFromFD2 when availableQiang Yu1-0/+4
2017-02-23glamor: Fix missing declaration in dash vertex shaderDr.-Ing. Dieter Jurzitza1-0/+1
2017-01-24glamor: Two pass won't work on memory pixmapsOlivier Fourdan1-0/+4
2017-01-02glamor: Squash unused variable warningAdam Jackson1-2/+0
2017-01-02glamor: Trust eglGetPlatformDisplayEXT if it existsHans De Goede2-3/+5
2016-11-30glamor: 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
2016-05-25glamor: Check for composite operations which are equivalent to copiesMichel Dänzer1-0/+23
2016-05-25glamor: Fix sampling outside of RGBx source/mask picturesMichel Dänzer1-12/+24
2016-04-29glamor: add glamor_finish APIDave Airlie2-0/+10
2016-04-15glamor: fix wrong offset on composite rectanglesOlivier Fourdan1-9/+9