index
:
~mperes/xserver
3x4k
backlight
dpcompliance
dri2-swapbuffers
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
glamor
/
glamor.h
Age
Commit message (
Expand
)
Author
Files
Lines
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
2013-12-18
glamor: add initial Xv support
Dave Airlie
1
-1
/
+3
2013-12-18
Synch with xorg 1.13 change.
Zhigang Gong
1
-3
/
+6
2013-12-18
glamor_largepixmap: first commit for large pixmap.
Zhigang Gong
1
-1
/
+3
2013-12-18
Added strict warning flags to CFLAGS.
Zhigang Gong
1
-0
/
+3
2013-12-18
Added some copyright and author information.
Zhigang Gong
1
-0
/
+1
2013-12-18
Remove unecessary header file.
Zhigang Gong
1
-1
/
+0
2013-12-18
fallback_optimize: Prepare for downloading/uploading subregion.
Zhigang Gong
1
-0
/
+1
2013-12-18
For DRI swap buffers.
Zhigang Gong
1
-1
/
+23
2013-12-18
Fixup glx support
Chris Wilson
1
-13
/
+11
2013-12-18
GLX: Enable glx support.
Zhigang Gong
1
-0
/
+4
2013-12-18
glamor_eglmodule: Change module name according to normalize naming rule.
Zhigang Gong
1
-0
/
+3
2013-12-18
Refine CloseScreen and FreeScreen processes.
Zhigang Gong
1
-36
/
+37
2013-12-18
glamor-fbo-pool: Implement fbo cache mechanism.
Zhigang Gong
1
-18
/
+30
[next]