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_fbo.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-17
glamor: avoid a crash if texture allocation failed
Olivier Fourdan
1
-0
/
+4
2016-07-18
glamor: Remove the FBO cache.
Eric Anholt
1
-243
/
+6
2016-05-26
glamor: Preserve GL_RED bits in R channel when destination is GL_RED [v2]
Keith Packard
1
-3
/
+1
2016-03-16
glamor: swizzle RED to 0 for alpha textures
Dave Airlie
1
-1
/
+3
2016-03-11
glamor: Make context current in glamor_pixmap_fbo_cache_put
Michel Dänzer
1
-0
/
+1
2016-03-10
glamor: Replace "finish access" shader with texture swizzling.
Eric Anholt
1
-0
/
+11
2016-03-10
glamor: Make sure that GLAMOR_MEMORY pixmaps don't retain an FBO.
Eric Anholt
1
-0
/
+1
2016-01-26
glamor: Use GL_RED instead of GL_ALPHA if we have texture_swizzle (v3)
Keith Packard
1
-0
/
+4
2015-11-18
glamor: Delay making pixmaps shareable until we need to.
Eric Anholt
1
-25
/
+14
2015-11-10
glamor: Handle GL_OUT_OF_MEMORY when allocating texture images.
Eric Anholt
1
-0
/
+18
2015-07-10
glamor: Move cache_format to glamor_fbo.c, where it's used.
Eric Anholt
1
-0
/
+15
2015-07-10
glamor: Ask the server to always allocate our private.
Eric Anholt
1
-2
/
+4
2015-07-02
glamor: Fix up some weird formatting in _glamor_create_fbo_array().
Eric Anholt
1
-2
/
+2
2015-07-02
glamor: Drop a dead flag to glamor_create_fbo_array().
Eric Anholt
1
-26
/
+13
2015-07-02
glamor: Drop the dead "PBO" field in an FBO cache struct.
Eric Anholt
1
-2
/
+0
2015-07-02
glamor: Remove dead gl_tex flag in the fbo struct.
Eric Anholt
1
-6
/
+0
2015-06-30
glamor: add support for allocating linear buffers (v2)
Dave Airlie
1
-5
/
+8
2015-03-24
glamor: Eliminate GLAMOR_TEXTURE_LARGE pixmap type
Keith Packard
1
-6
/
+3
2015-03-24
glamor: Create inline tests for small/large pixmaps
Keith Packard
1
-1
/
+1
2015-03-24
glamor: Eliminate separate 'large' pixmap private structure
Keith Packard
1
-21
/
+21
2015-03-24
glamor: Remove screen private and pixmap ptrs from pixmap private and fbo
Keith Packard
1
-24
/
+28
2015-03-24
glamor: Remove remaining support for FBOs not matching pixmap size
Keith Packard
1
-36
/
+14
2015-03-24
glamor: Eliminate GLAMOR_CREATE_PIXMAP_MAP and GLAMOR_MEMORY_MAP
Keith Packard
1
-12
/
+0
2015-03-24
glamor: GL_TEXTURE_MAX_LEVEL is not available on GLES2
Maarten Lankhorst
1
-1
/
+0
2014-12-25
glamor: Make glamor_purge_fbo static
Michel Dänzer
1
-1
/
+1
2014-12-11
glamor: Make glamor_destroy_textured_pixmap idempotent
Michel Dänzer
1
-2
/
+0
2014-11-20
glamor: Don't insert fbos from external objects into fbo cache
Keith Packard
1
-1
/
+2
2014-06-12
glamor: Fix no-mipmap allocations
Markus Wick
1
-0
/
+1
2014-04-23
glamor: Fallback to system memory when fail to allocate one big fbo.
Zhigang Gong
1
-7
/
+14
2014-04-23
glamor: Replace glamor_get/put_context() with just glamor_make_current().
Eric Anholt
1
-8
/
+4
2014-04-17
glamor: Always allocate precisely the requested pixmap size
Keith Packard
1
-4
/
+5
2014-03-26
glamor: Get testing code using small FBOs working again
Keith Packard
1
-3
/
+0
2014-03-17
glamor: Replace some goofy enum-likes with a real enum.
Eric Anholt
1
-1
/
+1
2014-02-14
glamor: Rename glamor_get/put_dispatch to glamor_get/put_context.
Eric Anholt
1
-8
/
+8
2014-02-14
glamor: Convert to using libepoxy.
Eric Anholt
1
-26
/
+19
2014-01-27
glamor: Fix some indent damage of putting a ' ' after the '*' for pointers.
Eric Anholt
1
-16
/
+16
2014-01-27
glamor: Apply x-indent.sh.
Eric Anholt
1
-436
/
+441
2013-12-18
Add DRI3 support to glamor
Axel Davy
1
-12
/
+24
2013-12-18
Fixed an incorrect printf format.
Zhigang Gong
1
-1
/
+1
2013-12-18
Silence compilation warnings.
Zhigang Gong
1
-2
/
+0
2013-12-18
glamor_glyphs: Detect fake or real glyphs overlap.
Zhigang Gong
1
-24
/
+0
2013-12-18
glamor_fbo: fix a memory leak for large pixmap.
Zhigang Gong
1
-1
/
+2
2013-12-18
largepixmap: Implement infrastructure for large pixmap.
Zhigang Gong
1
-14
/
+107
2013-12-18
glamor_largepixmap: first commit for large pixmap.
Zhigang Gong
1
-17
/
+17
2013-12-18
Remove the texture cache code.
Zhigang Gong
1
-88
/
+6
2013-12-18
Added strict warning flags to CFLAGS.
Zhigang Gong
1
-4
/
+4
2013-12-18
Fixed all unused variables warnings.
Zhigang Gong
1
-5
/
+1
2013-12-18
Added some copyright and author information.
Zhigang Gong
1
-0
/
+28
2013-12-18
glamor_fbo: Added a threshold value for the fbo cache pool.
Zhigang Gong
1
-5
/
+20
2013-12-18
pending_op: Remove the pending operations handling.
Zhigang Gong
1
-6
/
+0
[next]