index
:
~jturney/xserver
build-fixes
clipboard-64bit-fix
clipboard-debug-for-1.17
clipboard-fixes-new
clipboard-use-libXWinclip
clipboard-xcb-rewrite
clipboard-xcbification
cygwin-aiglx-for-1.10
cygwin-aiglx-for-1.11
cygwin-aiglx-for-1.6
cygwin-aiglx-for-1.7
cygwin-aiglx-for-1.9
cygwin-patches-1.6
cygwin-patches-1.7
cygwin-patches-for-1.10
cygwin-patches-for-1.11
cygwin-patches-for-1.12
cygwin-patches-for-1.13
cygwin-patches-for-1.14
cygwin-patches-for-1.15
cygwin-patches-for-1.16
cygwin-patches-for-1.17
cygwin-patches-for-1.18
cygwin-patches-for-1.18-pre-xcbification
cygwin-patches-for-1.19
cygwin-patches-for-1.20
cygwin-patches-for-1.9
cygwin-release-1.10
cygwin-release-1.11
cygwin-release-1.12
cygwin-release-1.13
cygwin-release-1.14
cygwin-release-1.15
cygwin-release-1.16
cygwin-release-1.17
cygwin-release-1.18
cygwin-release-1.19
cygwin-release-1.20
cygwin-release-1.9
cygwin-warning-fixes-for-1.17
debug-output-format-fixes
dix-patches
engine-enhancements
git-describe-in-log
jturney-cygwin
jturney-debug-improvements
jturney-race-fix
main-in-ddx
master
mhummel-clipboard-thread-improvements
multimedia-keycodes
nontoplevelwin-aiglx
old-bits-and-pieces
reorder-window-creation-skip-taskbar
rootless-hook-tidyup
rpavlik-mingw-runtime-patches
rpavlik-reviewed-patches
rpavlik-unreviewed-patches
snapshot
tinderbox
unmap-minimized-windows
window-raising-rework
window-style-update-unmmap-etc-old
windowed-mode-aiglx
winlayout-to-xmodmap
winlayout-to-xmodmap-2
xcbification
X server
jturney
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
glamor
/
glamor_fbo.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2013-12-18
Refine CloseScreen and FreeScreen processes.
Zhigang Gong
1
-1
/
+1
2013-12-18
glamor-fbo: Tweek the cache bucket calculation.
Zhigang Gong
1
-3
/
+3
2013-12-18
glamor_create_fbo: Concentrate the fbo size/depth checking.
Zhigang Gong
1
-0
/
+4
2013-12-18
glamor-pixmap-upload: Create a uploading fbo with a texture only.
Zhigang Gong
1
-26
/
+113
2013-12-18
glamor-fbo-pool: Enable to reuse different size fbo/texture.
Zhigang Gong
1
-2
/
+2
2013-12-18
glamor-fbo-pool: Implement fbo cache mechanism.
Zhigang Gong
1
-6
/
+215
2013-12-18
glamor_fbo: Introduce glamor fbo to manage all the fb/tex.
Zhigang Gong
1
-0
/
+132