summaryrefslogtreecommitdiff
path: root/glamor
AgeCommit message (Expand)AuthorFilesLines
2015-10-26glamor: Don't try to free the pixmap priv if we fail to allocate FBO.Eric Anholt1-1/+0
2015-10-26glamor: Make our EGL context current before calling into GL in glamor_initMichel Dänzer1-12/+14
2015-10-26glamor: make current in prepare pathsDave Airlie1-0/+2
2015-10-26glamor: Use glamor_prepare_access_box() for PutImage/GetImage fallbackMichel Dänzer1-2/+2
2015-10-26glamor: Use a single glTexImage2D call for core font atlas texture data v2Michel Dänzer1-12/+25
2015-06-16glamor: don't do render ops with matching source/dest (v2)Dave Airlie2-1/+18
2015-06-03glamor: fix build when DRI3 is not definedJonathan Gray1-1/+5
2015-06-03glamor: remove const from the return type of glamor_get_drawable_location()Jonathan Gray2-2/+2
2015-06-03glamor: Fix build when configured --enable-glamor --disable-xshmfenceJon TURNEY1-0/+2
2015-06-03glamor: check max native ALU instructionsOlivier Fourdan2-0/+34
2015-06-03glamor: GL_TEXTURE_MAX_LEVEL is not available on GLES2Maarten Lankhorst3-3/+0
2015-06-03glamor: Use GL_FRAMEBUFFER instead of GL_READ_FRAMEBUFFERMaarten Lankhorst2-2/+2
2015-06-03glamor: do not check for gl errors in glamor_build_programMaarten Lankhorst1-3/+0
2015-06-03glamor: only use (un)pack_subimage when availableMaarten Lankhorst3-19/+46
2015-01-23glamor: use screen blockhandler rather than dix one (v3)Dave Airlie2-12/+12
2014-12-28glamor: Fix nlines in glamor_xv_put_image when src_y is oddKeith Packard1-1/+1
2014-12-25glamor: Make sure Xvideo source image data is properly alignedMichel Dänzer1-13/+11
2014-12-25glamor: Make glamor_purge_fbo staticMichel Dänzer2-2/+1
2014-12-25glamor: Call glamor_pixmap_destroy_fbo from glamor_set_pixmap_privateMichel Dänzer1-6/+1
2014-12-11glamor: Make sure glamor_egl_close_screen wraps glamor_close_screenMichel Dänzer1-3/+3
2014-12-11glamor: Make glamor_destroy_textured_pixmap idempotentMichel Dänzer2-2/+1
2014-12-11glamor: Make glamor_set_pixmap_private not crash if the pixmap has no fboMichel Dänzer1-2/+5
2014-12-11glamor: Fix use-after-free in glamor_destroy_textured_pixmapMichel Dänzer1-3/+4
2014-12-11glamor: Add an accessor for the GBM device.Dave Airlie2-0/+14
2014-12-10glamor: Reinstate glamor_(egl_)destroy_textured_pixmapMichel Dänzer3-2/+15
2014-12-09glamor: Free existing EGL image when assigning new oneKeith Packard1-7/+21
2014-12-09glamor: Remove redundant reference to screen pixmap EGL imageKeith Packard1-12/+1
2014-12-09glamor: Always destroy EGL image associated with destroyed pixmapKeith Packard5-56/+18
2014-11-24Merge remote-tracking branch 'whot/for-keith'Keith Packard1-1/+1
2014-11-20glamor: Don't insert fbos from external objects into fbo cacheKeith Packard3-1/+5
2014-11-12Drop trailing whitespacesPeter Hutterer1-1/+1
2014-10-26glamor: Free converted bits in _glamor_upload_bits_to_pixmap_texture fast pathKeith Packard1-37/+36
2014-10-26glamor: Don't free memory we are going to use.Andreas Hartmetz1-1/+1
2014-10-09mi: Drop plane argument from miHandleExposuresAdam Jackson1-2/+1
2014-09-29glamor: Use GL_STREAM_READ also for read/write access to a PBOMichel Dänzer1-4/+1
2014-09-29glamor: Fix leak of converted_bits in _glamor_upload_bits_to_pixmap_textureMichel Dänzer1-0/+1
2014-09-18glamor: Remove shader-based trapezoid implementation. Fixes Bug 76213.Keith Packard3-1684/+36
2014-09-18glamor: Check large pixmap users in glamor_largepixmap.cKeith Packard1-2/+0
2014-09-18glamor: Handle compositing from large to small pixmapsKeith Packard1-4/+13
2014-09-18glamor: Don't abuse large_pixmap members for regular pixmapsKeith Packard1-16/+21
2014-09-18glamor: Add macro __glamor_large in glamor_largepixmap.cKeith Packard1-13/+21
2014-09-18glamor: Change SET_PIXMAP_FBO_CURRENT from macro to static inlineKeith Packard3-14/+15
2014-09-11glamor: Make glyph mask cache per-screenMichel Dänzer2-36/+37
2014-09-11glamor: Track glyph caching information per screenMichel Dänzer1-10/+13
2014-09-11glamor: Move 'glyph caches realized' check to glamor_realize_glyph_cachesMichel Dänzer2-10/+7
2014-09-11glamor: Call glamor_glyphs_init from glamor_create_screen_resourcesMichel Dänzer1-1/+5
2014-08-17glamor: Don't call glamor_copy_fbo_cpu() for GLAMOR_DRM_ONLY pixmapsMichel Dänzer1-0/+1
2014-08-17glamor: Free Xv put image data immediately after useKeith Packard1-3/+10
2014-08-12glamor: Don't try to set up core fonts textures when we won't use them.Eric Anholt1-0/+7
2014-08-12glamor: Add glamor_copy_fbo_cpu() for CopyArea to non-GPU destinationMichel Dänzer1-0/+54