summaryrefslogtreecommitdiff
path: root/glamor
AgeCommit message (Expand)AuthorFilesLines
2015-03-24glamor: Eliminate GLAMOR_CREATE_PIXMAP_MAP and GLAMOR_MEMORY_MAPKeith Packard3-18/+1
2015-03-24glamor: GL_TEXTURE_MAX_LEVEL is not available on GLES2Maarten Lankhorst3-3/+0
2015-03-24glamor: Use GL_FRAMEBUFFER instead of GL_READ_FRAMEBUFFERMaarten Lankhorst2-2/+2
2015-03-24glamor: do not check for gl errors in glamor_build_programMaarten Lankhorst1-3/+0
2015-03-24glamor: 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
2014-07-30Fix files including xorg-server.h by mistakeKeith Packard3-3/+0
2014-07-28glamor: Eliminate diagonal tearing in xvKeith Packard1-5/+8
2014-07-19glamor: sync_fence_set_triggered should use glFlush, not glFinishKeith Packard1-1/+1
2014-07-18glamor: Add support for SHM sync fencesKeith Packard4-0/+135
2014-07-17Merge remote-tracking branch 'origin/master' into glamor-nextEric Anholt7-11/+19
2014-07-17glamor: Drop the "are we doing a series of blits or draws" logic.Eric Anholt5-23/+0
2014-07-17glamor: Remove a dead prototype.Eric Anholt1-6/+0
2014-07-17glamor: Drop dead glamor_restore_pixmap_to_texture().Eric Anholt2-17/+0
2014-07-17glamor: Drop dead glamor_download_pixmap_to_cpu()Eric Anholt2-329/+0