summaryrefslogtreecommitdiff
path: root/glamor
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-26glamor: Add helper functions to walk pixmap tilingKeith Packard1-0/+46
2014-03-26glamor: Add bounding box to one-fbo pixmapsKeith Packard2-0/+9
2014-03-26glamor: Get testing code using small FBOs working againKeith Packard7-26/+21
2014-03-26glamor: Drop feature dependent optimization on startup.Markus Wick1-20/+3
2014-03-26glamor: Remove unneeded unbindings.Markus Wick1-8/+0
2014-03-26glamor: Always keep GL_ELEMENT_ARRAY_BUFFER bound to the same IB.Markus Wick4-18/+1
2014-03-26glamor: Select VBO path by ARB_mbr extension.Markus Wick3-3/+6
2014-03-26glamor: Update GL requirements to 2.1.Markus Wick1-2/+2
2014-03-26glamor: Use epoxy_gl_version() instead of rolling our own.Markus Wick3-31/+3
2014-03-26glamor: Use epoxy_has_gl_extension() instead of rolling our own.Markus Wick3-28/+5
2014-03-26glamor: Use glsl "fract/mod" instead of "while" in gradient shaders.Markus Wick1-44/+4
2014-03-17glamor: Move up glamor_priv->flags assignment in glamor_init()Michel Dänzer1-1/+1
2014-03-17glamor: don't reset the GLSL programMarkus Wick10-24/+0
2014-03-17glamor: remove disabled codeMarkus Wick1-199/+0
2014-03-17Remove duplicate assignment of repeat_type_uniform_locationAlan Coopersmith1-2/+0
2014-03-17glamor: Apply debug labels to our shaders.Eric Anholt9-11/+28
2014-03-17glamor: Don't forget to unmap our PBOs before using them to upload.Eric Anholt1-1/+3
2014-03-17glamor: Add an assert about an invariant the upload code relies on.Eric Anholt1-0/+1
2014-03-17glamor: Fix ignoring the ALU during SetSpans().Eric Anholt1-1/+5
2014-03-17glamor: Improve the performance of line fallbacks.Eric Anholt1-13/+14
2014-03-17glamor: Improve the performance of PolyGlyphBlt.Eric Anholt1-0/+138
2014-03-17glamor: Improve the performance of PushPixels by, well, pushing pixels.Eric Anholt1-0/+115
2014-03-17glamor: Add missing prepares on the GC during fb fallbacks.Eric Anholt4-4/+12
2014-03-17glamor: Rely on nested mappings to handle src==dst and !prepare bugs.Eric Anholt16-97/+82
2014-03-17glamor: Allow nested mapping of pixmaps.Eric Anholt2-1/+28
2014-03-17glamor: Drop unused GLAMOR_ACCESS_WO.Eric Anholt2-11/+1
2014-03-17glamor: Drop stale comment.Eric Anholt1-4/+0
2014-03-17glamor: Replace some goofy enum-likes with a real enum.Eric Anholt6-19/+26