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_fbo.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2013-12-18
glamor_pixmap_ensure_fbo: Should allocate tex if we don't have one.
Zhigang Gong
1
-1
/
+1
2013-12-18
fallback_optimize: Prepare for downloading/uploading subregion.
Zhigang Gong
1
-13
/
+121
2013-12-18
gles2: Fixed color conversion for the formats except 1555 and 2101010.
Zhigang Gong
1
-31
/
+25
2013-12-18
glamor_fbo: Added one macro to disable fbo cache.
Zhigang Gong
1
-3
/
+12
2013-12-18
Fixup For list.h change in xorg
Junyan He
1
-25
/
+25
2013-12-18
For DRI swap buffers.
Zhigang Gong
1
-0
/
+19
2013-12-18
glamor_fbo: Fix a bug when create No gl FBO pixmap.
Zhigang Gong
1
-1
/
+1
2013-12-18
Fixup glx support
Chris Wilson
1
-18
/
+7
2013-12-18
GLX: Enable glx support.
Zhigang Gong
1
-3
/
+11
[next]