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_utils.h
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-10
glamor: Drop the REVERT_UPLOADING_1_5_5_5 path.
Eric Anholt
1
-1
/
+0
2016-03-10
glamor: Drop the GLES2 REVERT_UPLOADING_2_10_10_10 paths.
Eric Anholt
1
-2
/
+0
2016-03-10
glamor: Propagate that is_upload is always true.
Eric Anholt
1
-6
/
+0
2016-01-29
glamor: Drop dead glamor_pict_format_is_compatible().
Eric Anholt
1
-20
/
+0
2016-01-29
glamor: Rename the *y_inverted helpers to not say "inverted".
Eric Anholt
1
-16
/
+14
2016-01-29
glamor: Drop dead *_from_x_coord_y() functions.
Eric Anholt
1
-2
/
+0
2016-01-26
glamor: Use GL_RED instead of GL_ALPHA if we have texture_swizzle (v3)
Keith Packard
1
-1
/
+3
2015-07-10
glamor: Drop unused box translation/bounds code.
Eric Anholt
1
-39
/
+0
2015-07-10
glamor: Move cache_format to glamor_fbo.c, where it's used.
Eric Anholt
1
-15
/
+0
2015-07-10
glamor: Drop another dead function.
Eric Anholt
1
-7
/
+0
2015-07-10
glamor: Drop tracking of the last picture attached to pixmaps.
Eric Anholt
1
-5
/
+5
2015-07-10
glamor: Ignore picture formats when choosing color for core rendering.
Eric Anholt
1
-10
/
+1
2015-07-10
glamor: Drop a bunch of glamor_priv == NULL checks.
Eric Anholt
1
-2
/
+2
2015-07-10
glamor: Drop dead glamor_is_large_picture().
Eric Anholt
1
-12
/
+0
2015-07-02
glamor: Drop dead GLAMOR_FBO_DOWNLOADED flag.
Eric Anholt
1
-1
/
+0
2015-06-29
glamor: Avoid using GL_QUADS on VC4.
Eric Anholt
1
-1
/
+1
2015-06-29
glamor: Provide a fallback path for using an index buffer to do quads.
Eric Anholt
1
-3
/
+1
2015-03-24
glamor: Add a helper function for the common GL_QUADS fallback pattern.
Eric Anholt
1
-0
/
+17
2015-03-24
glamor: Create inline tests for small/large pixmaps
Keith Packard
1
-6
/
+6
2015-03-24
glamor: Eliminate separate 'large' pixmap private structure
Keith Packard
1
-23
/
+23
2015-03-24
glamor: Remove screen private and pixmap ptrs from pixmap private and fbo
Keith Packard
1
-55
/
+57
2015-03-24
glamor: Remove remaining support for FBOs not matching pixmap size
Keith Packard
1
-4
/
+0
2015-03-24
glamor: Remove ddx fallback check functions
Keith Packard
1
-34
/
+0
2014-07-17
glamor: Remove always-true yInverted flag.
Eric Anholt
1
-148
/
+68
2014-06-15
glamor: Replace fallback preparation code
Keith Packard
1
-0
/
+2
2014-04-23
glamor: Replace glamor_get/put_context() with just glamor_make_current().
Eric Anholt
1
-8
/
+2
2014-04-23
glamor: Use lastGLContext to coordinate the context with GLX.
Eric Anholt
1
-1
/
+4
2014-03-17
glamor: Rely on nested mappings to handle src==dst and !prepare bugs.
Eric Anholt
1
-17
/
+16
2014-03-10
glamor: Fix a spelling mistake in GLAMOR_PIXMAP_FBO_NOT_EXACT_SIZE.
Eric Anholt
1
-1
/
+1
2014-02-14
glamor: Move glamor_get_tex_format_type_from_pictformat to a .c file.
Eric Anholt
1
-303
/
+0
2014-02-14
glamor: Unifdef the cache format indices.
Eric Anholt
1
-16
/
+2
2014-02-14
glamor: Pass pixmaps around to unifdef glamor_iformat_for_depth().
Eric Anholt
1
-16
/
+16
2014-02-14
glamor: Put in a pluggable context switcher for GLX versus EGL.
Eric Anholt
1
-16
/
+2
2014-02-14
glamor: Rename glamor_get/put_dispatch to glamor_get/put_context.
Eric Anholt
1
-2
/
+2
2014-02-14
glamor: Convert to using libepoxy.
Eric Anholt
1
-3
/
+1
2014-01-27
glamor: Remove an extra copy of RegionNil().
Eric Anholt
1
-6
/
+0
2014-01-27
glamor/egl: Remove glapi awareness
Adam Jackson
1
-15
/
+0
2014-01-27
glamor: Remove copy of sna's compiler.h
Adam Jackson
1
-17
/
+17
2014-01-27
glamor: Apply x-indent.sh.
Eric Anholt
1
-839
/
+872
2013-12-18
glamor_utils: fix unlikely define use
Dave Airlie
1
-2
/
+1
2013-12-18
Silence compilation warnings.
Zhigang Gong
1
-17
/
+17
2013-12-18
Change the trapezoid render to use VBO.
Junyan He
1
-0
/
+29
2013-12-18
Synch with xorg 1.13 change.
Zhigang Gong
1
-0
/
+3
2013-12-18
glamor_compositerects: Implement optimized version.
Zhigang Gong
1
-0
/
+6
2013-12-18
optimize: Use likely and unlikely.
Zhigang Gong
1
-19
/
+17
2013-12-18
glamor_glyphs: Detect fake or real glyphs overlap.
Zhigang Gong
1
-0
/
+24
2013-12-18
glamor_emit_composite_vert: Optimize to don't do two times vert coping.
Zhigang Gong
1
-65
/
+155
2013-12-18
Add the trapezoid direct render logic
Junyan He
1
-0
/
+64
2013-12-18
Add macro of vertex setting for triangle stripe
Junyan He
1
-0
/
+57
2013-12-18
largepixmap: Add transform/repeat/reflect/pad support.
Zhigang Gong
1
-13
/
+216
[next]