summaryrefslogtreecommitdiff
path: root/glamor
AgeCommit message (Expand)AuthorFilesLines
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
2014-07-17glamor: Drop dead get/pub sub pixmap functions.Eric Anholt2-134/+0
2014-07-17glamor: Remove always-true yInverted flag.Eric Anholt9-254/+103
2014-07-17glamor: Drop constant arguments to glamor_solid().Eric Anholt4-11/+6
2014-07-17glamor: Drop unnecessary glTexParameteri() in upload of texture data.Eric Anholt1-3/+0
2014-07-17glamor: Use MIN/MAX macros to clean up glamor_transfer.cEric Anholt1-35/+10
2014-07-17glamor: Drop unnecessary glTexParameteri() in SetSpans().Eric Anholt1-3/+0
2014-07-17glamor: Fix temp picture coordinates in glamor_composite_clipped_regionKeith Packard1-8/+8
2014-07-03glamor: Fix stack corruption in glamor_initTomasz Borowik1-3/+4
2014-06-24Revert "glamor: Fix coordinates handling for composite source/mask pictures"Michel Dänzer1-8/+8
2014-06-23glamor: Fix GLES2 non-VBO temporary memory allocation.Eric Anholt1-1/+1
2014-06-15glamor: Share code for put_image handling.Eric Anholt2-0/+116
2014-06-15glamor: Split the XV code into XF86-dependent parts and generic.Eric Anholt3-271/+86
2014-06-15glamor: Remove stubbed-out glamor_stipple functionKeith Packard2-16/+0
2014-06-15glamor: Remove 'tiling' shader codeKeith Packard4-308/+0
2014-06-15glamor: Replace glamor_solid_boxes and glamor_solid with GC using codeKeith Packard6-390/+106
2014-06-15glamor: Add accelerated stipple supportKeith Packard4-18/+157
2014-06-15glamor: Add glamor_program based 0-width dashed linesKeith Packard10-20/+496
2014-06-15glamor: Use glamor_program and GL_LINES for 0-width linesKeith Packard6-192/+361
2014-06-15glamor: Use glamor_program for glamor_push_pixelsKeith Packard1-88/+66
2014-06-15glamor: Add glamor_program based copy accelerationKeith Packard13-789/+763
2014-06-15glamor: Directly reference the private key recordsKeith Packard2-15/+14
2014-06-15glamor: Replace fallback preparation codeKeith Packard9-190/+346