summaryrefslogtreecommitdiff
path: root/glamor
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-12glamor: Don't leak a prepare_access_gc() in putimage fallbacks.Eric Anholt1-2/+1
2014-06-12glamor: Choose max fbo size by texture + viewport sizeMarkus Wick1-1/+4
2014-06-12glamor: Fix no-mipmap allocationsMarkus Wick3-0/+3
2014-05-12glamor: Don't forget to check whether we can fall back in polysegment.Eric Anholt1-3/+8
2014-05-12glamor: Stop disabling asserts by default.Eric Anholt1-3/+0
2014-05-05glamor: Publish change_window_attributes and copy_windowKeith Packard2-5/+3
2014-05-05glamor: Work around libXfont when it fails to use defaultCharKeith Packard1-10/+24
2014-05-05glamor: Fix uxa-entry point for ImageText16Keith Packard1-1/+1
2014-04-23glamor: Fallback to system memory when fail to allocate one big fbo.Zhigang Gong2-15/+23
2014-04-23glamor: Fix memory leak in _glamor_copy_n_to_n()Michel Dänzer1-2/+3
2014-04-23glamor: Fix coordinates handling for composite source/mask picturesAnthony Waters1-8/+8
2014-04-23glamor: Add glamor_transfer based glamor_get_image and glamor_put_imageKeith Packard6-275/+190
2014-04-23glamor: Wire alpha to 1 for pictures without alpha bitsKeith Packard1-1/+4
2014-04-23glamor: Move a make_current before the first GL call entrypoint.Eric Anholt1-1/+1
2014-04-23glamor: Do the same MakeCurrent(None) for GLX as we do for EGL.Eric Anholt1-0/+8
2014-04-23glamor: Explain the weird EGL_NO_CONTEXT code.Eric Anholt1-0/+7
2014-04-23glamor: Replace glamor_get/put_context() with just glamor_make_current().Eric Anholt24-223/+81
2014-04-23glamor: Stop unsetting the EGL context in put_context().Eric Anholt1-5/+1
2014-04-23glamor: Use lastGLContext to coordinate the context with GLX.Eric Anholt3-15/+10