summaryrefslogtreecommitdiff
path: root/glamor/glamor_priv.h
AgeCommit message (Expand)AuthorFilesLines
2015-06-03glamor: remove const from the return type of glamor_get_drawable_location()Jonathan Gray1-1/+1
2015-06-03glamor: check max native ALU instructionsOlivier Fourdan1-0/+2
2015-06-03glamor: only use (un)pack_subimage when availableMaarten Lankhorst1-0/+2
2015-01-23glamor: use screen blockhandler rather than dix one (v3)Dave Airlie1-0/+1
2014-12-25glamor: Make glamor_purge_fbo staticMichel Dänzer1-1/+0
2014-12-09glamor: Always destroy EGL image associated with destroyed pixmapKeith Packard1-1/+0
2014-11-20glamor: Don't insert fbos from external objects into fbo cacheKeith Packard1-0/+2
2014-09-18glamor: Remove shader-based trapezoid implementation. Fixes Bug 76213.Keith Packard1-6/+0
2014-09-18glamor: Change SET_PIXMAP_FBO_CURRENT from macro to static inlineKeith Packard1-8/+9
2014-09-11glamor: Make glyph mask cache per-screenMichel Dänzer1-0/+25
2014-09-11glamor: Move 'glyph caches realized' check to glamor_realize_glyph_cachesMichel Dänzer1-1/+1
2014-07-30Fix files including xorg-server.h by mistakeKeith Packard1-1/+0
2014-07-18glamor: Add support for SHM sync fencesKeith Packard1-0/+15
2014-07-17glamor: Drop the "are we doing a series of blits or draws" logic.Eric Anholt1-7/+0
2014-07-17glamor: Remove a dead prototype.Eric Anholt1-6/+0
2014-07-17glamor: Drop dead glamor_restore_pixmap_to_texture().Eric Anholt1-10/+0
2014-07-17glamor: Drop dead glamor_download_pixmap_to_cpu()Eric Anholt1-15/+0
2014-07-17glamor: Drop dead get/pub sub pixmap functions.Eric Anholt1-5/+0
2014-07-17glamor: Remove always-true yInverted flag.Eric Anholt1-1/+0
2014-07-17glamor: Drop constant arguments to glamor_solid().Eric Anholt1-1/+0
2014-06-15glamor: Share code for put_image handling.Eric Anholt1-0/+12
2014-06-15glamor: Split the XV code into XF86-dependent parts and generic.Eric Anholt1-2/+17
2014-06-15glamor: Remove stubbed-out glamor_stipple functionKeith Packard1-5/+0
2014-06-15glamor: Remove 'tiling' shader codeKeith Packard1-12/+0
2014-06-15glamor: Replace glamor_solid_boxes and glamor_solid with GC using codeKeith Packard1-25/+20
2014-06-15glamor: Add accelerated stipple supportKeith Packard1-0/+5
2014-06-15glamor: Add glamor_program based 0-width dashed linesKeith Packard1-1/+28
2014-06-15glamor: Use glamor_program and GL_LINES for 0-width linesKeith Packard1-10/+15
2014-06-15glamor: Add glamor_program based copy accelerationKeith Packard1-14/+28
2014-06-15glamor: Directly reference the private key recordsKeith Packard1-6/+7
2014-06-15glamor: Replace fallback preparation codeKeith Packard1-10/+5
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