summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-04-25glamor: Use glClear for PolyFillRect with only a few rectsglamor-glclearKeith Packard1-0/+89
2014-04-25glamor: Provide render fallbacks for debuggingKeith Packard4-1/+226
2014-04-25glamor: Remove stubbed-out glamor_stipple functionKeith Packard2-16/+0
2014-04-25glamor: Remove 'tiling' shader codeKeith Packard4-308/+0
2014-04-25glamor: Replace glamor_solid_boxes and glamor_solid with GC using codeKeith Packard6-390/+106
2014-04-25glamor: Add accelerated stipple supportKeith Packard4-15/+95
2014-04-25glamor: Add glamor_program based 0-width dashed linesKeith Packard9-20/+490
2014-04-25glamor: Use glamor_program and GL_LINES for 0-width linesKeith Packard6-187/+361
2014-04-25glamor: Use glamor_program for glamor_push_pixelsKeith Packard1-82/+49
2014-04-25glamor: Add glamor_program based copy accelerationKeith Packard13-789/+747
2014-04-25glamor: Directly reference the private key recordsKeith Packard2-15/+14
2014-04-25glamor: Replace fallback preparation codeKeith Packard9-190/+332
2014-04-25glamor: Publish change_window_attributes and copy_windowKeith Packard2-5/+3
2014-04-25glamor: Use glamor_get_tex_format_type_from_pixmap for glamor_transferKeith Packard3-23/+13
2014-04-25glamor: Work around libXfont when it fails to use defaultCharKeith Packard1-10/+24
2014-04-25hw/xfree86: Restore API compatibility for cursor loading functionsKeith Packard6-25/+95
2014-04-23Add a command line argument for disabling indirect GLX.Eric Anholt3-0/+20
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-23glx: If DRI2GetBuffers changes the GL context, call it againMichel Dänzer1-0/+15
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-23glx: Make sure that DRI2/swrast calls haven't changed the GL context.Eric Anholt2-8/+63
2014-04-23glx: Refactor DRI2CopyRegion calls.Eric Anholt1-27/+21
2014-04-23glx: Unconditionally clear lastGLContext on loseCurrent().Eric Anholt1-2/+2
2014-04-23glx: Move GLX MakeCurrent lastGLContext updates next to makeCurrent().Eric Anholt2-5/+4
2014-04-23glx: Move the GLX variable caching what GL context is current to dix.Eric Anholt5-26/+39
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-22xfixes: Forbid manipulating clip for source-only pictures (#28968)Adam Jackson2-1/+7
2014-04-21xf86RandR12: use correct gamma size when allocating gamma tableDominik Behr1-3/+4
2014-04-21os: Initialize the set of signals to be suppressed during our handler.Eric Anholt1-0/+1
2014-04-21Fix hw/xfree86/common/compiler.h for mips64YunQiang Su1-1/+2
2014-04-21xres: Fix size estimation for <8bpp pixmaps (#69057)Adam Jackson1-2/+2
2014-04-21shadowfb: Fix compilation errorsKeith Packard1-5/+4
2014-04-21shadowfb: Port to miext/damage (#31303, #65547)Adam Jackson1-1529/+58
2014-04-21composite: Fix memory leak in compCopyWindowPeter Harris1-0/+1
2014-04-21dmxConfigCanvasUpdate: Delay dereference until after checking for NULLAlan Coopersmith1-1/+2
2014-04-21fb: Fix origin of source picture in fbGlyphsPeter Harris1-1/+1
2014-04-21glamor: Add remaining header files to SOURCESMichel Dänzer1-0/+3
2014-04-21dixfonts: Turn a missing directory ErrorF into a DebugFJasper St. Pierre1-1/+1
2014-04-21Merge remote-tracking branch 'krh/xwayland-for-keithp'Keith Packard2-4/+7