summaryrefslogtreecommitdiff
path: root/glamor/glamor.h
AgeCommit message (Expand)AuthorFilesLines
2014-04-01glamor: Expose glamor_destroy_pixmap()Kristian Høgsberg1-0/+1
2014-04-01glamor: Add new GLAMOR_CREATE_PIXMAP_NO_TEXTURE pixmap create flagKristian Høgsberg1-0/+1
2014-04-01glamor: Move glamor_egl_screen_init() prototype to glamor.hKristian Høgsberg1-0/+2
2014-03-26glamor: Get testing code using small FBOs working againKeith Packard1-0/+7
2014-03-17glamor: Return the stride/size for glamor_dri3_name_from_pixmap(), too.Eric Anholt1-1/+2
2014-03-17glamor: Drop the body of the function for enabling DRI3 extensions.Eric Anholt1-8/+0
2014-03-17glamor: Do glyph private init at screeninit time, and other stuff at CSR.Eric Anholt1-8/+0
2014-03-10glamor: Extract the streamed vertex data code used by Render.Eric Anholt1-0/+1
2014-03-05glamor: Add support for DRI3.Eric Anholt1-1/+3
2014-03-05glamor: Rename the DRI-related pixmap functions.Eric Anholt1-24/+29
2014-03-05xorg: Connect up the glamor XV code, xorg DDX-only for now.Eric Anholt1-1/+4
2014-03-05xephyr: Build support for rendering with glamor using a -glamor option.Eric Anholt1-0/+2
2014-02-14glamor: Put in a pluggable context switcher for GLX versus EGL.Eric Anholt1-5/+2
2014-01-27glamor: Convert use of the old "pointer" typedef to "void *".Eric Anholt1-2/+2
2014-01-27glamor: Drop xfree86 dependencies from this dix module.Eric Anholt1-3/+1
2014-01-27glamor: Disable the XV code for now.Eric Anholt1-0/+2
2014-01-27glamor: Remove compat code for building out of tree.Eric Anholt1-4/+0
2014-01-27glamor: Fix some indent damage of putting a ' ' after the '*' for pointers.Eric Anholt1-8/+8
2014-01-27glamor: Apply x-indent.sh.Eric Anholt1-117/+132
2013-12-18Add DRI3 support to glamorAxel Davy1-1/+67
2013-12-18Allow to create textured pixmaps from gbm_bo without using gem namesAxel Davy1-0/+13
2013-12-18glamor: add initial Xv supportDave Airlie1-1/+3
2013-12-18Synch with xorg 1.13 change.Zhigang Gong1-3/+6
2013-12-18glamor_largepixmap: first commit for large pixmap.Zhigang Gong1-1/+3
2013-12-18Added strict warning flags to CFLAGS.Zhigang Gong1-0/+3
2013-12-18Added some copyright and author information.Zhigang Gong1-0/+1
2013-12-18Remove unecessary header file.Zhigang Gong1-1/+0
2013-12-18fallback_optimize: Prepare for downloading/uploading subregion.Zhigang Gong1-0/+1
2013-12-18For DRI swap buffers.Zhigang Gong1-1/+23
2013-12-18Fixup glx supportChris Wilson1-13/+11
2013-12-18GLX: Enable glx support.Zhigang Gong1-0/+4
2013-12-18glamor_eglmodule: Change module name according to normalize naming rule.Zhigang Gong1-0/+3
2013-12-18Refine CloseScreen and FreeScreen processes.Zhigang Gong1-36/+37
2013-12-18glamor-fbo-pool: Implement fbo cache mechanism.Zhigang Gong1-18/+30
2013-12-18glamor_set_pixmap_texture/screen_pixmap: Remove useless parameters.Zhigang Gong1-4/+7
2013-12-18Added more drawing functions.Zhigang Gong1-0/+27
2013-12-18Export glamor_validate_gc to DDX.Zhigang Gong1-0/+2
2013-12-18Add a new API glamor_create_gc.Zhigang Gong1-0/+1
2013-12-18Export glamor_create_texture to DDX driver.Zhigang Gong1-3/+64
2013-12-18glamor-for-ddx: Exports all rendering/drawing functions.Zhigang Gong1-0/+48
2013-12-18Classfy glamor pixmap to different types.Zhigang Gong1-2/+18
2013-12-18exports more rendering functions to DDX driver.Zhigang Gong1-0/+52
2013-12-18Add new version glamor_poly_fill_rect without internal fallback.Zhigang Gong1-0/+4
2013-12-18Add new version glamor_fillspans without internal fallback.Zhigang Gong1-0/+7
2013-12-18Initial version.Zhigang Gong1-11/+29
2011-09-26glamor: Don't direct call to any gl functions.Zhigang Gong1-0/+2
2011-09-26glamor: Move glamor_glyphs_init to create screen resources stage.Zhigang Gong1-1/+5
2011-09-26glamor: Change glamor_egl_init API.Zhigang Gong1-1/+2
2011-09-26glamor-egl: Move EGL surfaceless related code to dix module.Zhigang Gong1-0/+8
2011-09-26glamor-dix: Make a glamor dix module.Zhigang Gong1-3/+3