summaryrefslogtreecommitdiff
path: root/glamor/glamor.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-02glamor: Add glamor_program based copy accelerationKeith Packard1-0/+2
2014-05-23glamor: Directly reference the private key recordsKeith Packard1-9/+7
2014-05-23glamor: Replace fallback preparation codeKeith Packard1-0/+4
2014-04-23glamor: Fallback to system memory when fail to allocate one big fbo.Zhigang Gong1-8/+9
2014-04-23glamor: Add glamor_transfer based glamor_get_image and glamor_put_imageKeith Packard1-2/+0
2014-04-23glamor: Replace glamor_get/put_context() with just glamor_make_current().Eric Anholt1-4/+2
2014-04-03Merge remote-tracking branch 'krh/xwayland-for-keithp'Keith Packard1-1/+9
2014-04-03glamor: Add glamor_program based poly_text and image_textKeith Packard1-0/+3
2014-04-03glamor: Compute supported GLSL version and save in screen privateKeith Packard1-0/+9
2014-04-03glamor: Initialize XV shaders from glamor_xv_init instead of glamor_initKeith Packard1-6/+0
2014-04-03glamor: SetWindowPixmap is not related to RENDERKeith Packard1-3/+3
2014-04-01glamor: Add new GLAMOR_CREATE_PIXMAP_NO_TEXTURE pixmap create flagKristian Høgsberg1-1/+9
2014-03-26glamor: Add bounding box to one-fbo pixmapsKeith Packard1-0/+8
2014-03-26glamor: Get testing code using small FBOs working againKeith Packard1-1/+3
2014-03-26glamor: Select VBO path by ARB_mbr extension.Markus Wick1-0/+2
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 Wick1-3/+3
2014-03-26glamor: Use epoxy_has_gl_extension() instead of rolling our own.Markus Wick1-5/+5
2014-03-17glamor: Move up glamor_priv->flags assignment in glamor_init()Michel Dänzer1-1/+1
2014-03-17glamor: Apply debug labels to our shaders.Eric Anholt1-0/+1
2014-03-17glamor: Return the stride/size for glamor_dri3_name_from_pixmap(), too.Eric Anholt1-2/+2
2014-03-17glamor: Do glyph private init at screeninit time, and other stuff at CSR.Eric Anholt1-0/+30
2014-03-10glamor: Use buffer_storageEric Anholt1-0/+2
2014-03-10glamor: Extract the streamed vertex data code used by Render.Eric Anholt1-0/+2
2014-03-10glamor: Add a note about the state of GL_ARB_map_buffer_range.Eric Anholt1-0/+13
2014-03-05glamor: Rename the DRI-related pixmap functions.Eric Anholt1-5/+5
2014-03-05xephyr: Build support for rendering with glamor using a -glamor option.Eric Anholt1-0/+11
2014-02-14glamor: Pass pixmaps around to unifdef glamor_iformat_for_depth().Eric Anholt1-2/+2
2014-02-14glamor: Drop a bunch of GLES2 ifdefs.Eric Anholt1-21/+19
2014-02-14glamor: yInverted is a boolean value, so use the Bool type.Eric Anholt1-2/+2
2014-02-14glamor: Put in a pluggable context switcher for GLX versus EGL.Eric Anholt1-2/+6
2014-02-14glamor: Rename glamor_get/put_dispatch to glamor_get/put_context.Eric Anholt1-4/+4
2014-02-14glamor: Convert to using libepoxy.Eric Anholt1-9/+5
2014-01-27glamor: Hook the module back up to the build.Eric Anholt1-0/+1
2014-01-27glamor: Remove compat code for building out of tree.Eric Anholt1-2/+2
2014-01-27glamor: Fix some indent damage of putting a ' ' after the '*' for pointers.Eric Anholt1-2/+2
2014-01-27glamor: Apply x-indent.sh.Eric Anholt1-411/+397
2013-12-18Add DRI3 support to glamorAxel Davy1-1/+75
2013-12-18fixup picture in SetWindowPixmapMaarten Lankhorst1-0/+4
2013-12-18glamor: add initial Xv supportDave Airlie1-0/+6
2013-12-18Synch with xorg 1.13 change.Zhigang Gong1-2/+2
2013-12-18glamor_copyarea: Use blitcopy if current state is not render.Zhigang Gong1-0/+5
2013-12-18glamor_compositerects: Implement optimized version.Zhigang Gong1-1/+7
2013-12-18create_pixmap: use texture for large glyphs.Zhigang Gong1-1/+1
2013-12-18glamor_glyphs: Slightly performance tuning.Zhigang Gong1-4/+7
2013-12-18glamor_create_pixmap: Allocate glyphs pixmap in memory.Zhigang Gong1-0/+1
2013-12-18Use shader to generate the temp trapezoid maskRobinHe1-0/+6
2013-12-18largepixmap: Implement infrastructure for large pixmap.Zhigang Gong1-14/+26
2013-12-18glamor_largepixmap: first commit for large pixmap.Zhigang Gong1-8/+8
2013-12-18Added strict warning flags to CFLAGS.Zhigang Gong1-3/+2