index
:
~tjaalton/xserver
for-1.19
Unnamed repository; edit this file 'description' to name the repository.
tjaalton
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
glamor
/
glamor.h
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-13
glamor: Add glamor_shareable_fd_from_pixmap()
Hans de Goede
1
-0
/
+20
2016-04-29
glamor: add glamor_finish API
Dave Airlie
1
-0
/
+1
2016-01-26
glamor: add core profile support. (v2)
Dave Airlie
1
-0
/
+4
2015-11-18
glamor: Delay making pixmaps shareable until we need to.
Eric Anholt
1
-5
/
+0
2015-11-18
glamor: Use real types for glamor_egl's public gbm functions.
Eric Anholt
1
-4
/
+7
2015-11-18
glamor: Hook up EGL DestroyPixmap through the normal wrap chain.
Eric Anholt
1
-2
/
+0
2015-11-18
glamor: Unexport glamor_destroy_textured_pixmap().
Eric Anholt
1
-1
/
+0
2015-11-18
glamor: Remove glamor_egl_destroy_textured_pixmap().
Eric Anholt
1
-1
/
+0
2015-07-10
glamor: Ask the server to always allocate our private.
Eric Anholt
1
-1
/
+1
2015-06-30
glamor: Add a new glamor_gbm_bo_from_pixmap() function.
Jason Ekstrand
1
-0
/
+15
2015-06-30
glamor: egl: add function to back a pixmap with a dma-buf. (v1.1)
Dave Airlie
1
-0
/
+19
2015-06-30
glamor: add support for allocating linear buffers (v2)
Dave Airlie
1
-1
/
+2
2015-05-14
glamor: Replace CompositeGlyphs code [v2]
Keith Packard
1
-2
/
+0
2015-03-24
glamor: Eliminate GLAMOR_TEXTURE_LARGE pixmap type
Keith Packard
1
-1
/
+0
2015-03-24
glamor: Eliminate GLAMOR_TEXTURE_PACK pixmap type
Keith Packard
1
-2
/
+1
2015-03-24
glamor: Eliminate GLAMOR_SEPARATE_TEXTURE pixmap type
Keith Packard
1
-1
/
+0
2015-03-24
glamor: Remove _nf rendering functions
Keith Packard
1
-140
/
+0
2015-03-24
glamor: Eliminate GLAMOR_USE_SCREEN and GLAMOR_USE_PICTURE_SCREEN
Keith Packard
1
-22
/
+6
2015-03-24
glamor: Eliminate GLAMOR_CREATE_PIXMAP_MAP and GLAMOR_MEMORY_MAP
Keith Packard
1
-2
/
+0
2014-12-11
glamor: Add an accessor for the GBM device.
Dave Airlie
1
-0
/
+2
2014-12-10
glamor: Reinstate glamor_(egl_)destroy_textured_pixmap
Michel Dänzer
1
-0
/
+1
2014-12-09
glamor: Always destroy EGL image associated with destroyed pixmap
Keith Packard
1
-1
/
+2
2014-07-17
glamor: Remove always-true yInverted flag.
Eric Anholt
1
-7
/
+1
2014-06-15
glamor: Add glamor_program based 0-width dashed lines
Keith Packard
1
-0
/
+4
2014-06-15
glamor: Add glamor_program based copy acceleration
Keith Packard
1
-0
/
+11
2014-05-05
glamor: Publish change_window_attributes and copy_window
Keith Packard
1
-0
/
+3
2014-04-03
Merge remote-tracking branch 'krh/xwayland-for-keithp'
Keith Packard
1
-0
/
+4
2014-04-03
glamor: Add glamor_program based poly_text and image_text
Keith Packard
1
-0
/
+14
2014-04-03
glamor: Public polyLines function is glamor_poly_lines_nf
Keith Packard
1
-3
/
+0
2014-04-01
glamor: Expose glamor_destroy_pixmap()
Kristian Høgsberg
1
-0
/
+1
2014-04-01
glamor: Add new GLAMOR_CREATE_PIXMAP_NO_TEXTURE pixmap create flag
Kristian Høgsberg
1
-0
/
+1
2014-04-01
glamor: Move glamor_egl_screen_init() prototype to glamor.h
Kristian Høgsberg
1
-0
/
+2
2014-03-26
glamor: Get testing code using small FBOs working again
Keith Packard
1
-0
/
+7
2014-03-17
glamor: Return the stride/size for glamor_dri3_name_from_pixmap(), too.
Eric Anholt
1
-1
/
+2
2014-03-17
glamor: Drop the body of the function for enabling DRI3 extensions.
Eric Anholt
1
-8
/
+0
2014-03-17
glamor: Do glyph private init at screeninit time, and other stuff at CSR.
Eric Anholt
1
-8
/
+0
2014-03-10
glamor: Extract the streamed vertex data code used by Render.
Eric Anholt
1
-0
/
+1
2014-03-05
glamor: Add support for DRI3.
Eric Anholt
1
-1
/
+3
2014-03-05
glamor: Rename the DRI-related pixmap functions.
Eric Anholt
1
-24
/
+29
2014-03-05
xorg: Connect up the glamor XV code, xorg DDX-only for now.
Eric Anholt
1
-1
/
+4
2014-03-05
xephyr: Build support for rendering with glamor using a -glamor option.
Eric Anholt
1
-0
/
+2
2014-02-14
glamor: Put in a pluggable context switcher for GLX versus EGL.
Eric Anholt
1
-5
/
+2
2014-01-27
glamor: Convert use of the old "pointer" typedef to "void *".
Eric Anholt
1
-2
/
+2
2014-01-27
glamor: Drop xfree86 dependencies from this dix module.
Eric Anholt
1
-3
/
+1
2014-01-27
glamor: Disable the XV code for now.
Eric Anholt
1
-0
/
+2
2014-01-27
glamor: Remove compat code for building out of tree.
Eric Anholt
1
-4
/
+0
2014-01-27
glamor: Fix some indent damage of putting a ' ' after the '*' for pointers.
Eric Anholt
1
-8
/
+8
2014-01-27
glamor: Apply x-indent.sh.
Eric Anholt
1
-117
/
+132
2013-12-18
Add DRI3 support to glamor
Axel Davy
1
-1
/
+67
2013-12-18
Allow to create textured pixmaps from gbm_bo without using gem names
Axel Davy
1
-0
/
+13
[next]