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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-03
glamor: Fix stack corruption in glamor_init
Tomasz Borowik
1
-3
/
+4
2014-06-12
glamor: Choose max fbo size by texture + viewport size
Markus Wick
1
-1
/
+4
2014-04-23
glamor: Fallback to system memory when fail to allocate one big fbo.
Zhigang Gong
1
-8
/
+9
2014-04-23
glamor: Add glamor_transfer based glamor_get_image and glamor_put_image
Keith Packard
1
-2
/
+0
2014-04-23
glamor: Replace glamor_get/put_context() with just glamor_make_current().
Eric Anholt
1
-4
/
+2
2014-04-03
Merge remote-tracking branch 'krh/xwayland-for-keithp'
Keith Packard
1
-1
/
+9
2014-04-03
glamor: Add glamor_program based poly_text and image_text
Keith Packard
1
-0
/
+3
2014-04-03
glamor: Compute supported GLSL version and save in screen private
Keith Packard
1
-0
/
+9
2014-04-03
glamor: Initialize XV shaders from glamor_xv_init instead of glamor_init
Keith Packard
1
-6
/
+0
2014-04-03
glamor: SetWindowPixmap is not related to RENDER
Keith Packard
1
-3
/
+3
2014-04-01
glamor: Add new GLAMOR_CREATE_PIXMAP_NO_TEXTURE pixmap create flag
Kristian Høgsberg
1
-1
/
+9
2014-03-26
glamor: Add bounding box to one-fbo pixmaps
Keith Packard
1
-0
/
+8
2014-03-26
glamor: Get testing code using small FBOs working again
Keith Packard
1
-1
/
+3
2014-03-26
glamor: Select VBO path by ARB_mbr extension.
Markus Wick
1
-0
/
+2
2014-03-26
glamor: Update GL requirements to 2.1.
Markus Wick
1
-2
/
+2
2014-03-26
glamor: Use epoxy_gl_version() instead of rolling our own.
Markus Wick
1
-3
/
+3
2014-03-26
glamor: Use epoxy_has_gl_extension() instead of rolling our own.
Markus Wick
1
-5
/
+5
2014-03-17
glamor: Move up glamor_priv->flags assignment in glamor_init()
Michel Dänzer
1
-1
/
+1
2014-03-17
glamor: Apply debug labels to our shaders.
Eric Anholt
1
-0
/
+1
2014-03-17
glamor: Return the stride/size for glamor_dri3_name_from_pixmap(), too.
Eric Anholt
1
-2
/
+2
2014-03-17
glamor: Do glyph private init at screeninit time, and other stuff at CSR.
Eric Anholt
1
-0
/
+30
2014-03-10
glamor: Use buffer_storage
Eric Anholt
1
-0
/
+2
2014-03-10
glamor: Extract the streamed vertex data code used by Render.
Eric Anholt
1
-0
/
+2
2014-03-10
glamor: Add a note about the state of GL_ARB_map_buffer_range.
Eric Anholt
1
-0
/
+13
2014-03-05
glamor: Rename the DRI-related pixmap functions.
Eric Anholt
1
-5
/
+5
2014-03-05
xephyr: Build support for rendering with glamor using a -glamor option.
Eric Anholt
1
-0
/
+11
2014-02-14
glamor: Pass pixmaps around to unifdef glamor_iformat_for_depth().
Eric Anholt
1
-2
/
+2
2014-02-14
glamor: Drop a bunch of GLES2 ifdefs.
Eric Anholt
1
-21
/
+19
2014-02-14
glamor: yInverted is a boolean value, so use the Bool type.
Eric Anholt
1
-2
/
+2
2014-02-14
glamor: Put in a pluggable context switcher for GLX versus EGL.
Eric Anholt
1
-2
/
+6
2014-02-14
glamor: Rename glamor_get/put_dispatch to glamor_get/put_context.
Eric Anholt
1
-4
/
+4
2014-02-14
glamor: Convert to using libepoxy.
Eric Anholt
1
-9
/
+5
2014-01-27
glamor: Hook the module back up to the build.
Eric Anholt
1
-0
/
+1
2014-01-27
glamor: Remove compat code for building out of tree.
Eric Anholt
1
-2
/
+2
2014-01-27
glamor: Fix some indent damage of putting a ' ' after the '*' for pointers.
Eric Anholt
1
-2
/
+2
2014-01-27
glamor: Apply x-indent.sh.
Eric Anholt
1
-411
/
+397
2013-12-18
Add DRI3 support to glamor
Axel Davy
1
-1
/
+75
2013-12-18
fixup picture in SetWindowPixmap
Maarten Lankhorst
1
-0
/
+4
2013-12-18
glamor: add initial Xv support
Dave Airlie
1
-0
/
+6
2013-12-18
Synch with xorg 1.13 change.
Zhigang Gong
1
-2
/
+2
2013-12-18
glamor_copyarea: Use blitcopy if current state is not render.
Zhigang Gong
1
-0
/
+5
2013-12-18
glamor_compositerects: Implement optimized version.
Zhigang Gong
1
-1
/
+7
2013-12-18
create_pixmap: use texture for large glyphs.
Zhigang Gong
1
-1
/
+1
2013-12-18
glamor_glyphs: Slightly performance tuning.
Zhigang Gong
1
-4
/
+7
2013-12-18
glamor_create_pixmap: Allocate glyphs pixmap in memory.
Zhigang Gong
1
-0
/
+1
2013-12-18
Use shader to generate the temp trapezoid mask
RobinHe
1
-0
/
+6
2013-12-18
largepixmap: Implement infrastructure for large pixmap.
Zhigang Gong
1
-14
/
+26
2013-12-18
glamor_largepixmap: first commit for large pixmap.
Zhigang Gong
1
-8
/
+8
2013-12-18
Added strict warning flags to CFLAGS.
Zhigang Gong
1
-3
/
+2
2013-12-18
We should not call gradient finalization code if we disable it.
Zhigang Gong
1
-0
/
+2
[next]