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_getspans.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-03
glamor: Add glamor_program based fill/set/get spans
Keith Packard
1
-92
/
+0
2014-03-17
glamor: Rely on nested mappings to handle src==dst and !prepare bugs.
Eric Anholt
1
-1
/
+1
2014-01-27
glamor: Silence warnings for non-debug builds.
Eric Anholt
1
-0
/
+1
2014-01-27
glamor: Apply x-indent.sh.
Eric Anholt
1
-47
/
+43
2013-12-18
Added some copyright and author information.
Zhigang Gong
1
-0
/
+1
2013-12-18
glamor_getspans: Reuse glamor_download_sub_pixmap.
Zhigang Gong
1
-58
/
+8
2013-12-18
glamor_es2_pixmap_read_prepare: Just prepare the required region.
Zhigang Gong
1
-1
/
+1
2013-12-18
gles2: Fixed color conversion for the formats except 1555 and 2101010.
Zhigang Gong
1
-12
/
+19
2013-12-18
Fixup glx support
Chris Wilson
1
-8
/
+3
2013-12-18
GLX: Enable glx support.
Zhigang Gong
1
-4
/
+11
2013-12-18
glamor-gles2: Fixup the pixmap before read back if it is not readable.
Zhigang Gong
1
-1
/
+1
2013-12-18
glamor_gles2: Consolidate gles2 pixmap format readable check to one function.
Zhigang Gong
1
-1
/
+3
2013-12-18
Reduce the double check of pixmap's private pointer.
Zhigang Gong
1
-1
/
+1
2013-12-18
glamor-for-ddx: Exports all rendering/drawing functions.
Zhigang Gong
1
-6
/
+32
2013-12-18
Call glamor_create_pixmap directly in glamor rendering path.
Zhigang Gong
1
-1
/
+1
2013-12-18
Remove the access mode from private pixmap structure.
Zhigang Gong
1
-1
/
+1
2013-12-18
exports more rendering functions to DDX driver.
Zhigang Gong
1
-0
/
+1
2013-12-18
Initial version.
Zhigang Gong
1
-65
/
+61
2011-09-26
glamor: Don't direct call to any gl functions.
Zhigang Gong
1
-2
/
+3
2011-09-26
glamor: Convert pixmap to supported format before getspans.
Zhigang Gong
1
-3
/
+15
2011-09-26
glamor: Unify the variable name which used to indicate no alpha.
Zhigang Gong
1
-2
/
+2
2011-09-26
glamor: Implement delayed solid filling.
Zhigang Gong
1
-0
/
+1
2011-09-26
glamor: Concentrate and reduce some coords processing code.
Zhigang Gong
1
-6
/
+10
2011-09-26
glamor : Add dynamic texture uploading feature.
Zhigang Gong
1
-49
/
+16
2011-09-26
glamor: Silent compilation warnings due to some deprecated APIs.
Zhigang Gong
1
-2
/
+2
2011-09-26
glamor: Add new feature which is to flip output on y axis.
Zhigang Gong
1
-0
/
+11
2011-09-26
glamor: Fix and enable glamor_get_spans().
Eric Anholt
1
-6
/
+1
2011-09-26
glamor: Fix screen_x/screen_y handling for compositing.
Eric Anholt
1
-2
/
+5
2011-09-26
glamor: All the fallbacks in the world.
Eric Anholt
1
-0
/
+2
2011-09-26
glamor: Add fallback support for glamor_get_spans().
Eric Anholt
1
-6
/
+15
2011-09-26
glamor: Fix bad fallthrough in getspans (accessing invalid memory).
Eric Anholt
1
-0
/
+1
2011-09-26
glamor: Fix memory leak in getspans.
Eric Anholt
1
-1
/
+2
2011-09-26
glamor: Add 8bpp to get/setspans.
Eric Anholt
1
-0
/
+3
2011-09-26
glamor: Fill in 1 and 24-bit getspans.
Eric Anholt
1
-3
/
+32
2011-09-26
glamor: Create FBOs for pixmaps.
Eric Anholt
1
-27
/
+24
2011-09-26
glamor: Add getspans implementation.
Eric Anholt
1
-0
/
+74