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
2016-09-29
glamor: Require GL_OES_texture_border_clamp for GLES2.
Eric Anholt
1
-4
/
+15
2016-09-28
glamor: Fall back to software for CopyPlane if we need to
Adam Jackson
1
-0
/
+2
2016-09-25
glamor: Make glamor_name_from_pixmap work without DRI3
Matthieu Herrb
1
-4
/
+0
2016-09-13
glamor: Add glamor_shareable_fd_from_pixmap()
Hans de Goede
1
-0
/
+20
2016-07-18
Remove readmask from screen block/wakeup handler
Keith Packard
1
-2
/
+2
2016-07-18
glamor: Remove the FBO cache.
Eric Anholt
1
-5
/
+0
2016-06-20
dix: Call screen block/wakeup handlers closest to blocking [v3]
Keith Packard
1
-3
/
+3
2016-05-26
glamor: Preserve GL_RED bits in R channel when destination is GL_RED [v2]
Keith Packard
1
-0
/
+36
2016-04-29
glamor: add glamor_finish API
Dave Airlie
1
-0
/
+9
2016-03-10
glamor: Replace "finish access" shader with texture swizzling.
Eric Anholt
1
-2
/
+7
2016-01-26
glamor: add core profile support. (v2)
Dave Airlie
1
-1
/
+7
2016-01-26
glamor: Use GL_RED instead of GL_ALPHA if we have texture_swizzle (v3)
Keith Packard
1
-0
/
+4
2016-01-26
glamor: Add support for CA rendering in a single pass.
Dave Airlie
1
-0
/
+2
2016-01-21
glamor: Use vertex array objects
Keith Packard
1
-0
/
+2
2016-01-19
glamor: Disable debugging messages other than GL API errors
Michel Dänzer
1
-0
/
+3
2015-11-18
glamor: Hook up EGL DestroyPixmap through the normal wrap chain.
Eric Anholt
1
-6
/
+3
2015-11-18
glamor: Unexport glamor_destroy_textured_pixmap().
Eric Anholt
1
-7
/
+2
2015-11-10
glamor: Handle GL_OUT_OF_MEMORY when allocating texture images.
Eric Anholt
1
-0
/
+7
2015-09-22
glamor: move GL_OES_EGL_image check next to EGL_EXT_image_dma_buf_import
Emil Velikov
1
-5
/
+0
2015-09-17
glamor: explicitly check for GL_OES_EGL_image
Emil Velikov
1
-0
/
+5
2015-07-29
glamor: Don't try to free the pixmap priv if we fail to allocate FBO.
Eric Anholt
1
-1
/
+0
2015-07-27
glamor: Make our EGL context current before calling into GL in glamor_init
Michel Dänzer
1
-12
/
+14
2015-07-10
glamor: Drop tracking of the last picture attached to pixmaps.
Eric Anholt
1
-11
/
+0
2015-07-10
glamor: Drop a bunch of glamor_priv == NULL checks.
Eric Anholt
1
-11
/
+6
2015-07-10
glamor: Ask the server to always allocate our private.
Eric Anholt
1
-37
/
+6
2015-07-06
glamor: Use GL_ARB_debug_output to log GL errors.
Eric Anholt
1
-0
/
+41
2015-07-02
glamor: Restore the hook to glamor_composite_rectangles().
Eric Anholt
1
-1
/
+1
2015-06-29
glamor: Avoid using GL_QUADS on VC4.
Eric Anholt
1
-0
/
+9
2015-06-29
glamor: Provide a fallback path for using an index buffer to do quads.
Eric Anholt
1
-0
/
+62
2015-06-29
glamor: Use GL_EXT_map_buffer_range if present.
Eric Anholt
1
-1
/
+2
2015-06-29
glamor: Use the normal GL_QUADS drawing helper in the render code.
Eric Anholt
1
-1
/
+0
2015-06-29
glamor: Drop CloseScreen-time GL resource cleanup code.
Eric Anholt
1
-5
/
+0
2015-06-19
glamor: Actually allow glyphs of dimension 65 to 128 in the cache.
Eric Anholt
1
-1
/
+3
2015-05-14
glamor: Replace CompositeGlyphs code [v2]
Keith Packard
1
-16
/
+7
2015-05-14
glamor: Compute GLSL version from GL_SHADING_LANGUAGE_VERSION (v3)
Keith Packard
1
-9
/
+39
2015-03-24
glamor: check max native ALU instructions
Olivier Fourdan
1
-0
/
+32
2015-03-24
glamor: Eliminate GLAMOR_TEXTURE_LARGE pixmap type
Keith Packard
1
-17
/
+22
2015-03-24
glamor: Eliminate separate 'large' pixmap private structure
Keith Packard
1
-19
/
+19
2015-03-24
glamor: Remove screen private and pixmap ptrs from pixmap private and fbo
Keith Packard
1
-10
/
+3
2015-03-24
glamor: Remove _nf rendering functions
Keith Packard
1
-1
/
+2
2015-03-24
glamor: Eliminate GLAMOR_USE_SCREEN and GLAMOR_USE_PICTURE_SCREEN
Keith Packard
1
-64
/
+46
2015-03-24
glamor: Eliminate GLAMOR_CREATE_PIXMAP_MAP and GLAMOR_MEMORY_MAP
Keith Packard
1
-4
/
+1
2015-03-24
glamor: only use (un)pack_subimage when available
Maarten Lankhorst
1
-0
/
+8
2015-01-23
glamor: use screen blockhandler rather than dix one (v3)
Dave Airlie
1
-12
/
+11
2014-12-25
glamor: Call glamor_pixmap_destroy_fbo from glamor_set_pixmap_private
Michel Dänzer
1
-6
/
+1
2014-12-11
glamor: Make sure glamor_egl_close_screen wraps glamor_close_screen
Michel Dänzer
1
-3
/
+3
2014-12-11
glamor: Make glamor_destroy_textured_pixmap idempotent
Michel Dänzer
1
-0
/
+1
2014-12-11
glamor: Make glamor_set_pixmap_private not crash if the pixmap has no fbo
Michel Dänzer
1
-2
/
+5
2014-12-11
glamor: Fix use-after-free in glamor_destroy_textured_pixmap
Michel Dänzer
1
-3
/
+4
2014-12-10
glamor: Reinstate glamor_(egl_)destroy_textured_pixmap
Michel Dänzer
1
-2
/
+8
[next]