summaryrefslogtreecommitdiff
path: root/glamor/glamor.h
AgeCommit message (Expand)AuthorFilesLines
2014-12-11glamor: Add an accessor for the GBM device.Dave Airlie1-0/+2
2014-12-10glamor: Reinstate glamor_(egl_)destroy_textured_pixmapMichel Dänzer1-0/+1
2014-12-09glamor: Always destroy EGL image associated with destroyed pixmapKeith Packard1-1/+2
2014-07-17glamor: Remove always-true yInverted flag.Eric Anholt1-7/+1
2014-06-15glamor: Add glamor_program based 0-width dashed linesKeith Packard1-0/+4
2014-06-15glamor: Add glamor_program based copy accelerationKeith Packard1-0/+11
2014-05-05glamor: Publish change_window_attributes and copy_windowKeith Packard1-0/+3
2014-04-03Merge remote-tracking branch 'krh/xwayland-for-keithp'Keith Packard1-0/+4
2014-04-03glamor: Add glamor_program based poly_text and image_textKeith Packard1-0/+14
2014-04-03glamor: Public polyLines function is glamor_poly_lines_nfKeith Packard1-3/+0
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