summaryrefslogtreecommitdiff
path: root/glamor/glamor_priv.h
AgeCommit message (Expand)AuthorFilesLines
2014-05-12glamor: Stop disabling asserts by default.Eric Anholt1-3/+0
2014-05-05glamor: Publish change_window_attributes and copy_windowKeith Packard1-5/+0
2014-04-23glamor: Add glamor_transfer based glamor_get_image and glamor_put_imageKeith Packard1-14/+9
2014-04-03Merge remote-tracking branch 'krh/xwayland-for-keithp'Keith Packard1-5/+0
2014-04-03glamor: Add glamor_program based poly_text and image_textKeith Packard1-0/+20
2014-04-03glamor: Use glamor_program for glamor_glyphbltKeith Packard1-0/+3
2014-04-03glamor: Add glamor_program based poly_fill_rectKeith Packard1-4/+8
2014-04-03glamor: Add glamor_program based fill/set/get spansKeith Packard1-14/+18
2014-04-03glamor: Compute supported GLSL version and save in screen privateKeith Packard1-0/+1
2014-04-01glamor: Expose glamor_destroy_pixmap()Kristian Høgsberg1-2/+0
2014-04-01glamor: Move glamor_egl_screen_init() prototype to glamor.hKristian Høgsberg1-3/+0
2014-03-26glamor: Add glamor_program PolyPoint implementationKeith Packard1-0/+3
2014-03-26glamor: Add infrastructure for generating shaders on the flyKeith Packard1-0/+1
2014-03-26glamor: Add helper functions to walk pixmap tilingKeith Packard1-0/+46
2014-03-26glamor: Add bounding box to one-fbo pixmapsKeith Packard1-0/+1
2014-03-26glamor: Get testing code using small FBOs working againKeith Packard1-7/+0
2014-03-26glamor: Select VBO path by ARB_mbr extension.Markus Wick1-0/+1
2014-03-26glamor: Use epoxy_gl_version() instead of rolling our own.Markus Wick1-5/+0
2014-03-26glamor: Use epoxy_has_gl_extension() instead of rolling our own.Markus Wick1-1/+0
2014-03-17glamor: Apply debug labels to our shaders.Eric Anholt1-1/+3
2014-03-17glamor: Rely on nested mappings to handle src==dst and !prepare bugs.Eric Anholt1-2/+2
2014-03-17glamor: Allow nested mapping of pixmaps.Eric Anholt1-0/+6
2014-03-17glamor: Drop unused GLAMOR_ACCESS_WO.Eric Anholt1-1/+0
2014-03-17glamor: Replace some goofy enum-likes with a real enum.Eric Anholt1-13/+19
2014-03-17glamor: Do glyph private init at screeninit time, and other stuff at CSR.Eric Anholt1-0/+2
2014-03-17glamor: Move the EGL image to the normal pixmap private.Eric Anholt1-0/+7
2014-03-10glamor: Use buffer_storageEric Anholt1-0/+1
2014-03-10glamor: Extract the streamed vertex data code used by Render.Eric Anholt1-0/+18
2014-03-10glamor: Track the next vertex offset as we go in render accel.Eric Anholt1-1/+1
2014-03-10glamor: Move glamor_emit_composite_vert() to traps, where it's used.Eric Anholt1-4/+0
2014-02-14glamor: Don't bother keeping references to shader stages for gradients.Eric Anholt1-9/+0
2014-02-14glamor: Move shader precision stuff from build time to shader compile time.Eric Anholt1-5/+4
2014-02-14glamor: Unifdef the cache format indices.Eric Anholt1-4/+0
2014-02-14glamor: Add a screen argument to drop an ifdef from glamor_set_alu().Eric Anholt1-1/+1
2014-02-14glamor: yInverted is a boolean value, so use the Bool type.Eric Anholt1-1/+1
2014-02-14glamor: Put in a pluggable context switcher for GLX versus EGL.Eric Anholt1-0/+6
2014-02-14glamor: Convert to using libepoxy.Eric Anholt1-13/+5
2014-01-27glamor: Remove more out-of-tree compat code.Eric Anholt1-13/+0
2014-01-27glamor: Convert use of the old "pointer" typedef to "void *".Eric Anholt1-2/+2
2014-01-27glamor: Disable definitions of GL extension prototypes to avoid warnings.Eric Anholt1-2/+0
2014-01-27glamor: Use dix-config.h not project config.hAdam Jackson1-3/+1
2014-01-27glamor: Remove compat code for building out of tree.Eric Anholt1-1/+0
2014-01-27glamor: Remove copy of sna's compiler.hAdam Jackson1-2/+0
2014-01-27glamor: Fix up some indentation damage on header prototypes.Eric Anholt1-174/+118
2014-01-27glamor: Fix some indent damage of putting a ' ' after the '*' for pointers.Eric Anholt1-40/+40
2014-01-27glamor: Apply x-indent.sh.Eric Anholt1-421/+432
2013-12-18Add DRI3 support to glamorAxel Davy1-0/+1
2013-12-18fixup picture in SetWindowPixmapMaarten Lankhorst1-0/+3
2013-12-18glamor: add initial Xv supportDave Airlie1-0/+27
2013-12-18Increase vbo size to 64K verts.Zhigang Gong1-1/+1