index
:
~jeremyhu/xserver
PR-290
PR-290-1.9
PR-486
bus-cleanup
darwin-xfree86
for-keith
master
puntage
server-1.10-apple
server-1.11-apple
server-1.12-apple
server-1.13-apple
server-1.13-apple-indent
server-1.13-apple-pre-indent
server-1.13-branch
server-1.14-apple
server-1.14-branch
server-1.15-apple
server-1.15-branch
server-1.16-apple
server-1.16-branch
server-1.17-apple
server-1.17-branch
server-1.18-apple
server-1.4-apple
server-1.5-apple
server-1.6-apple
server-1.7-apple
server-1.8-apple
server-1.9-apple
xquartz-composite
XQuartz feature work
jeremyhu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
glamor
/
glamor.h
Age
Commit message (
Expand
)
Author
Files
Lines
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
2013-12-18
glamor_set_pixmap_texture/screen_pixmap: Remove useless parameters.
Zhigang Gong
1
-4
/
+7
2013-12-18
Added more drawing functions.
Zhigang Gong
1
-0
/
+27
2013-12-18
Export glamor_validate_gc to DDX.
Zhigang Gong
1
-0
/
+2
2013-12-18
Add a new API glamor_create_gc.
Zhigang Gong
1
-0
/
+1
2013-12-18
Export glamor_create_texture to DDX driver.
Zhigang Gong
1
-3
/
+64
2013-12-18
glamor-for-ddx: Exports all rendering/drawing functions.
Zhigang Gong
1
-0
/
+48
2013-12-18
Classfy glamor pixmap to different types.
Zhigang Gong
1
-2
/
+18
2013-12-18
exports more rendering functions to DDX driver.
Zhigang Gong
1
-0
/
+52
2013-12-18
Add new version glamor_poly_fill_rect without internal fallback.
Zhigang Gong
1
-0
/
+4
[next]