summaryrefslogtreecommitdiff
path: root/glamor
AgeCommit message (Expand)AuthorFilesLines
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-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-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
2014-04-23glamor: Fix a missing set of the GL context.Eric Anholt1-5/+12
2014-04-22glamor: Fix accelerated rendering of GTK's ARGB vs xBGR composites.Eric Anholt1-0/+10
2014-04-22Make glamor build with --enable-debug.Jamey Sharp1-1/+1
2014-04-21glamor: Add remaining header files to SOURCESMichel Dänzer1-0/+3
2014-04-17glamor: Always allocate precisely the requested pixmap sizeKeith Packard1-4/+5
2014-04-08dri3: Fix dri3_open API change by adding new dri3_open_clientKeith Packard1-6/+6
2014-04-03Merge remote-tracking branch 'krh/xwayland-for-keithp'Keith Packard5-8/+18
2014-04-03glamor: Add glamor_program based poly_text and image_textKeith Packard8-4/+804
2014-04-03glamor: Use glamor_program for glamor_glyphbltKeith Packard3-157/+113
2014-04-03glamor: Add glamor_program based poly_fill_rectKeith Packard4-128/+198
2014-04-03glamor: Add glamor_program based fill/set/get spansKeith Packard6-334/+457
2014-04-03glamor: Add simple upload/download functions in glamor_transferKeith Packard3-0/+321