index
:
~aplattner/xserver
master
randr
wfb-anyabi
X Server
aplattner
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
glamor
/
glamor.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-27
glamor: Hook the module back up to the build.
Eric Anholt
1
-0
/
+1
2014-01-27
glamor: Remove compat code for building out of tree.
Eric Anholt
1
-2
/
+2
2014-01-27
glamor: Fix some indent damage of putting a ' ' after the '*' for pointers.
Eric Anholt
1
-2
/
+2
2014-01-27
glamor: Apply x-indent.sh.
Eric Anholt
1
-411
/
+397
2013-12-18
Add DRI3 support to glamor
Axel Davy
1
-1
/
+75
2013-12-18
fixup picture in SetWindowPixmap
Maarten Lankhorst
1
-0
/
+4
2013-12-18
glamor: add initial Xv support
Dave Airlie
1
-0
/
+6
2013-12-18
Synch with xorg 1.13 change.
Zhigang Gong
1
-2
/
+2
2013-12-18
glamor_copyarea: Use blitcopy if current state is not render.
Zhigang Gong
1
-0
/
+5
2013-12-18
glamor_compositerects: Implement optimized version.
Zhigang Gong
1
-1
/
+7
2013-12-18
create_pixmap: use texture for large glyphs.
Zhigang Gong
1
-1
/
+1
2013-12-18
glamor_glyphs: Slightly performance tuning.
Zhigang Gong
1
-4
/
+7
2013-12-18
glamor_create_pixmap: Allocate glyphs pixmap in memory.
Zhigang Gong
1
-0
/
+1
2013-12-18
Use shader to generate the temp trapezoid mask
RobinHe
1
-0
/
+6
2013-12-18
largepixmap: Implement infrastructure for large pixmap.
Zhigang Gong
1
-14
/
+26
2013-12-18
glamor_largepixmap: first commit for large pixmap.
Zhigang Gong
1
-8
/
+8
2013-12-18
Added strict warning flags to CFLAGS.
Zhigang Gong
1
-3
/
+2
2013-12-18
We should not call gradient finalization code if we disable it.
Zhigang Gong
1
-0
/
+2
2013-12-18
Fixed all unused variables warnings.
Zhigang Gong
1
-3
/
+0
2013-12-18
Added some copyright and author information.
Zhigang Gong
1
-0
/
+1
2013-12-18
glamor_blockhandler: Don't do glFinish every time.
Zhigang Gong
1
-2
/
+0
2013-12-18
gradient: Disable gradient for gles2.
Zhigang Gong
1
-0
/
+2
2013-12-18
glamor_pixmap_priv: Always return a valid private pixmap.
Zhigang Gong
1
-1
/
+2
2013-12-18
fallback_optimize: Prepare for downloading/uploading subregion.
Zhigang Gong
1
-0
/
+3
2013-12-18
gles2: Fixed color conversion for the formats except 1555 and 2101010.
Zhigang Gong
1
-3
/
+9
2013-12-18
Prepare for modification of gradient using shader.
Junyan He
1
-0
/
+2
2013-12-18
For DRI swap buffers.
Zhigang Gong
1
-4
/
+30
2013-12-18
Fixup glx support
Chris Wilson
1
-11
/
+10
2013-12-18
GLX: Enable glx support.
Zhigang Gong
1
-4
/
+4
2013-12-18
Don't call dixSetPrivate directly.
Zhigang Gong
1
-11
/
+5
2013-12-18
Refine CloseScreen and FreeScreen processes.
Zhigang Gong
1
-8
/
+16
2013-12-18
glamor_create_fbo: Concentrate the fbo size/depth checking.
Zhigang Gong
1
-10
/
+5
2013-12-18
glamor_init: Should set gl_flavor before sub-module intialization.
Zhigang Gong
1
-5
/
+6
2013-12-18
glamor-fbo-pool: Enable to reuse different size fbo/texture.
Zhigang Gong
1
-1
/
+1
2013-12-18
glamor-fbo-pool: Implement fbo cache mechanism.
Zhigang Gong
1
-16
/
+50
2013-12-18
glamor_fbo: Introduce glamor fbo to manage all the fb/tex.
Zhigang Gong
1
-66
/
+49
2013-12-18
glamor_set_pixmap_texture/screen_pixmap: Remove useless parameters.
Zhigang Gong
1
-20
/
+18
2013-12-18
Rearrange data structure and remove unused fileds.
Zhigang Gong
1
-30
/
+30
2013-12-18
Release previous textre/fb when bind a new texture to a pixmap.
Zhigang Gong
1
-0
/
+7
2013-12-18
Add glFinish after glFlush.
Zhigang Gong
1
-0
/
+1
2013-12-18
Consolidate the choose of internal texture format to one function.
Zhigang Gong
1
-14
/
+1
2013-12-18
Code cleanup.
Zhigang Gong
1
-11
/
+0
2013-12-18
Make sure the devPrivate.ptr of a textured pixmap is NULL.
Zhigang Gong
1
-0
/
+1
2013-12-18
glamor-for-ddx: Exports all rendering/drawing functions.
Zhigang Gong
1
-1
/
+4
2013-12-18
Classfy glamor pixmap to different types.
Zhigang Gong
1
-7
/
+24
2013-12-18
Call glamor_create_pixmap directly in glamor rendering path.
Zhigang Gong
1
-7
/
+4
2013-12-18
Override create/destroy picture to track pict format.
Zhigang Gong
1
-6
/
+4
2013-12-18
If caller is not using glamor screen, we can't register
Zhigang Gong
1
-7
/
+7
2013-12-18
Initial version.
Zhigang Gong
1
-249
/
+310
2011-09-26
glamor: Refine the screen pixmap initialization for Xephyr.
Zhigang Gong
1
-43
/
+9
[next]