index
:
~keithp/xserver
backout-randr
block-reorder
by-keithp
change-region-api
check-private-usage
depth1
dist-build-fixes
dri3
drm-lease
drm-lease-hacks
drm-lease-v2
drm-sequence
drm-vblank
fd-passing
fix-alpha-maps
fix-ephyr
fix-fb
fix-private-usage
force-randr-shadow
glamor-core-profile
glamor-fence
glamor-fixes
glamor-glclear
glamor-keithp
glamor-new-glyphs
glamor-pixmaps
glamor-present-xv
glamor-server
glamor-sw-traps
glamor-xv-cleanup
glx-answer-buffer
listen-fixes
master
new-font-api
new-glyphs
non-desktop
present-compositor
present-fixes
privates-fixes
protect-input
randr-1.4
randr-1.4-subwork
randr-fixes
randr-monitors
registry-fixes
remove-xfree86-sigio
render-float-transform
screen-specific-privates
secure-x
swap-pages
touch-listener
warning-fixes
wayland-pointer
window-scaling
xinput-align-fix
xkbcomp-cache
Keith's X server tree
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
glamor
/
glamor_picture.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-10
glamor: Replace "finish access" shader with texture swizzling.
Eric Anholt
1
-240
/
+141
2016-03-10
glamor: Drop dead large-pixmap handling code in temp picture uploads.
Eric Anholt
1
-111
/
+16
2016-03-10
glamor: Drop unused PBO code in temporary picture uploading.
Eric Anholt
1
-23
/
+7
2016-03-10
glamor: Generalize the a1-to-a8 conversion path.
Eric Anholt
1
-37
/
+28
2016-03-10
glamor: Drop the REVERT_UPLOADING_1_5_5_5 path.
Eric Anholt
1
-118
/
+5
2016-03-10
glamor: Drop the GLES2 REVERT_UPLOADING_2_10_10_10 paths.
Eric Anholt
1
-55
/
+2
2016-03-10
glamor: Merge the two GL-type-from-pictformat paths.
Eric Anholt
1
-201
/
+121
2016-03-10
glamor: Propagate that is_upload is always true.
Eric Anholt
1
-100
/
+42
2016-03-10
glamor: Drop dead fbo handling from GLAMOR_MEMORY pict uploads.
Eric Anholt
1
-23
/
+2
2016-03-10
glamor: Make sure that GLAMOR_MEMORY pixmaps don't retain an FBO.
Eric Anholt
1
-5
/
+8
2016-03-10
glamor: Simplify temporary picture uploading call stack.
Eric Anholt
1
-43
/
+25
2016-01-26
glamor: Use GL_RED instead of GL_ALPHA if we have texture_swizzle (v3)
Keith Packard
1
-8
/
+14
2016-01-21
glamor: use vbos in gradient/picture code.
Dave Airlie
1
-12
/
+15
2015-11-10
glamor: Fix assert failures when fallback picture upload alloc fails.
Eric Anholt
1
-7
/
+30
2015-09-30
glamor: Get rid of an extraneous ; at the end of a C source line
Alan Coopersmith
1
-1
/
+1
2015-07-10
glamor: Drop tracking of the last picture attached to pixmaps.
Eric Anholt
1
-48
/
+0
2015-07-10
glamor: Use the actual picture's format when uploading memory pixmaps.
Eric Anholt
1
-27
/
+13
2015-07-10
glamor: Move glamor_render.c pict handling to glamor_picture.c
Eric Anholt
1
-0
/
+870
2015-07-10
glamor: Drop a bunch of glamor_priv == NULL checks.
Eric Anholt
1
-9
/
+0
2015-03-24
glamor: Eliminate separate 'large' pixmap private structure
Keith Packard
1
-5
/
+5
2015-03-24
glamor: Eliminate GLAMOR_SEPARATE_TEXTURE pixmap type
Keith Packard
1
-10
/
+0
2014-11-12
Drop trailing whitespaces
Peter Hutterer
1
-1
/
+1
2014-06-15
glamor: Replace fallback preparation code
Keith Packard
1
-18
/
+0
2014-03-17
glamor: Rely on nested mappings to handle src==dst and !prepare bugs.
Eric Anholt
1
-2
/
+2
2014-02-14
glamor: Pass pixmaps around to unifdef glamor_iformat_for_depth().
Eric Anholt
1
-2
/
+1
2014-01-27
glamor: Fix some indent damage of putting a ' ' after the '*' for pointers.
Eric Anholt
1
-1
/
+1
2014-01-27
glamor: Apply x-indent.sh.
Eric Anholt
1
-55
/
+56
2013-12-18
Silence compilation warnings.
Zhigang Gong
1
-6
/
+0
2013-12-18
glamor_largepixmap: first commit for large pixmap.
Zhigang Gong
1
-5
/
+5
2013-12-18
Added some copyright and author information.
Zhigang Gong
1
-0
/
+28
2013-12-18
Fixup glx support
Chris Wilson
1
-4
/
+0
2013-12-18
glamor_picture: Fix the wrong order of header file.
Zhigang Gong
1
-1
/
+1
2013-12-18
glamor_create_picture: Fix the format matching method.
Zhigang Gong
1
-8
/
+14
2013-12-18
Rearrange data structure and remove unused fileds.
Zhigang Gong
1
-2
/
+3
2013-12-18
Silence a compilation warning.
Zhigang Gong
1
-1
/
+0
2013-12-18
Track all picture's drawable pict format.
Zhigang Gong
1
-0
/
+8
2013-12-18
Remove the assertion which is not safe sometimes.
Zhigang Gong
1
-4
/
+1
2013-12-18
glamor-for-ddx: Exports all rendering/drawing functions.
Zhigang Gong
1
-1
/
+5
2013-12-18
Remove the access mode from private pixmap structure.
Zhigang Gong
1
-2
/
+2
2013-12-18
exports more rendering functions to DDX driver.
Zhigang Gong
1
-7
/
+9
2013-12-18
Initial version.
Zhigang Gong
1
-50
/
+53
2011-09-26
glamor : Add dynamic texture uploading feature.
Zhigang Gong
1
-0
/
+93