summaryrefslogtreecommitdiff
path: root/glamor
AgeCommit message (Expand)AuthorFilesLines
2014-07-18glamor: 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-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
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
2014-04-03glamor: Use plain GLSL 1.20 features for fill code.Keith Packard1-3/+3
2014-04-03glamor: Compute supported GLSL version and save in screen privateKeith Packard3-10/+12
2014-04-03glamor: Bail from composite when pixmap cannot be uploadedKeith Packard1-1/+1
2014-04-03glamor: Remove warning message when pixmap cannot be stored in a textureKeith Packard1-2/+0
2014-04-03glamor: Public polyLines function is glamor_poly_lines_nfKeith Packard1-3/+0
2014-04-03glamor: Initialize XV shaders from glamor_xv_init instead of glamor_initKeith Packard2-18/+2
2014-04-03glamor: SetWindowPixmap is not related to RENDERKeith Packard1-3/+3
2014-04-03glamor: glamor_poly_point_nf cannot fail for non-DDX pixmapsKeith Packard1-3/+18
2014-04-01glamor: Expose glamor_destroy_pixmap()Kristian Høgsberg2-2/+1
2014-04-01glamor: Add new GLAMOR_CREATE_PIXMAP_NO_TEXTURE pixmap create flagKristian Høgsberg2-1/+10
2014-04-01glamor: Move glamor_egl_screen_init() prototype to glamor.hKristian Høgsberg3-4/+5
2014-04-01dri3: Allow asynchronous implementation for dri3_openKristian Høgsberg1-1/+2
2014-03-26glamor: Add glamor_program PolyPoint implementationKeith Packard4-57/+133
2014-03-26glamor: Move glamor_poly_segment to separate glamor_segment.c fileKeith Packard3-26/+40
2014-03-26glamor: Add infrastructure for generating shaders on the flyKeith Packard6-0/+793