summaryrefslogtreecommitdiff
path: root/glamor
AgeCommit message (Expand)AuthorFilesLines
2017-07-05glamor: update "required EGL extensions" commentEmil Velikov1-2/+1
2017-06-29glamor: remove no longer needed KHR_gl_texture_2D_image requirementEmil Velikov1-1/+0
2017-06-12glamor: Clarify variable names in glamor_copy_cpu_fboKeith Packard1-17/+23
2017-06-13glamor: Fix temporary pixmap coordinate offsetsMichel Dänzer1-2/+2
2017-06-05glamor: Store the actual EGL/GLX context pointer in lastGLContextMichel Dänzer1-2/+2
2017-06-02glamor: Remove the "delayed fallback" code.Eric Anholt2-31/+0
2017-06-02glamor: Drop glamor_set_screen_pixmap().Eric Anholt3-20/+0
2017-06-02glamor: Stop tracking the screen_fbo.Eric Anholt3-6/+1
2017-06-02glamor_egl: Stop saving the EGL major/minor version.Eric Anholt1-3/+1
2017-05-18glamor_egl: Drop glamor_egl_create_textured_screen_ext().Eric Anholt2-18/+4
2017-05-18glamor_egl: Automatically choose a GLES2 context if desktop GL fails.Eric Anholt1-33/+39
2017-05-18glamor_egl: Remove check for KHR_surfaceless_context_*Eric Anholt1-6/+1
2017-05-18glamor_egl: Drop warning about indirect GLX and GLES2.Eric Anholt1-6/+0
2017-05-18glamor_egl: Avoid flink names in glamor_egl_create_textured_pixmap().Eric Anholt1-63/+21
2017-05-18glamor_egl: Drop dead "cpp" fieldEric Anholt1-1/+0
2017-05-18glamor_egl: Drop dead gl_context_depth.Eric Anholt1-1/+0
2017-05-18glamor_egl: Drop unnecessary check for KHR_gl_renderbuffer_image.Eric Anholt1-1/+0
2017-05-18glamor_egl: Always require the gbm-based image import path.Eric Anholt1-28/+27
2017-05-18glamor_egl: Drop the has_gem flag.Eric Anholt1-28/+7
2017-05-18glamor_egl: Unifdef GLAMOR_HAS_GBM.Eric Anholt1-34/+0
2017-05-18glamor_egl: Print a useful identifying string on initialization.Eric Anholt1-14/+3
2017-04-26Add a Meson build system alongside autotools.Eric Anholt1-0/+58
2017-04-26Use #ifdef instead of #if for features to make Meson easier.Eric Anholt1-2/+2
2017-04-21glamor: an FBO is not needed for Xv pixmapsOlivier Fourdan1-3/+6
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