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_fill.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-23
glamor: Replace glamor_get/put_context() with just glamor_make_current().
Eric Anholt
1
-9
/
+4
2014-03-26
glamor: Always keep GL_ELEMENT_ARRAY_BUFFER bound to the same IB.
Markus Wick
1
-3
/
+0
2014-03-17
glamor: don't reset the GLSL program
Markus Wick
1
-1
/
+0
2014-03-17
glamor: Apply debug labels to our shaders.
Eric Anholt
1
-1
/
+1
2014-03-17
glamor: Rely on nested mappings to handle src==dst and !prepare bugs.
Eric Anholt
1
-6
/
+5
2014-03-17
glamor: Fix up doxygen for glamor_fill.c.
Eric Anholt
1
-1
/
+17
2014-03-17
glamor: Rename more solid fill variables to clean up the code.
Eric Anholt
1
-18
/
+16
2014-03-17
glamor: Rename a variable to be more descriptive.
Eric Anholt
1
-4
/
+4
2014-03-17
glamor: Fix some integer overflow errors.
Eric Anholt
1
-2
/
+2
2014-03-17
glamor: Drop bogus _X_UNLIKELY.
Eric Anholt
1
-1
/
+1
2014-03-17
glamor: Fix stack overflow in glamor_solid vertex handling.
Eric Anholt
1
-1
/
+1
2014-02-14
glamor: Add a screen argument to drop an ifdef from glamor_set_alu().
Eric Anholt
1
-2
/
+2
2014-02-14
glamor: Drop a bunch of GLES2 ifdefs.
Eric Anholt
1
-7
/
+9
2014-02-14
glamor: Rename glamor_get/put_dispatch to glamor_get/put_context.
Eric Anholt
1
-9
/
+9
2014-02-14
glamor: Convert to using libepoxy.
Eric Anholt
1
-35
/
+28
2014-01-27
glamor: Remove copy of sna's compiler.h
Adam Jackson
1
-2
/
+2
2014-01-27
glamor: Fix some mangling of shader strings by indent.
Eric Anholt
1
-3
/
+10
2014-01-27
glamor: Apply x-indent.sh.
Eric Anholt
1
-298
/
+284
2013-12-18
Use glDrawRangeElements instead of glDrawElements
Grigori Goronzy
1
-0
/
+9
2013-12-18
Increase vbo size to 64K verts.
Zhigang Gong
1
-1
/
+0
2013-12-18
glamor_copyarea: Use blitcopy if current state is not render.
Zhigang Gong
1
-41
/
+2
2013-12-18
glamor_compositerects: Implement optimized version.
Zhigang Gong
1
-46
/
+135
2013-12-18
largepixmap: Fix the selfcopy issue.
Zhigang Gong
1
-1
/
+1
2013-12-18
largepixmap: Implement infrastructure for large pixmap.
Zhigang Gong
1
-23
/
+79
2013-12-18
glamor_largepixmap: first commit for large pixmap.
Zhigang Gong
1
-1
/
+1
2013-12-18
glamor_set_destination_pixmap_priv_nc: set drawable's width x height.
Zhigang Gong
1
-1
/
+1
2013-12-18
Fixed all unused variables warnings.
Zhigang Gong
1
-3
/
+1
2013-12-18
Added some copyright and author information.
Zhigang Gong
1
-0
/
+4
2013-12-18
pending_op: Remove the pending operations handling.
Zhigang Gong
1
-13
/
+1
2013-12-18
glamor_polyfillrect: Optimize fallback path.
Zhigang Gong
1
-0
/
+40
2013-12-18
glamor_set_alu: Added GXclear support at glamor_solid.
Zhigang Gong
1
-2
/
+7
2013-12-18
glamor_set_alu: Fallback for non GXcopy ops with GLES2.
Zhigang Gong
1
-1
/
+4
2013-12-18
glamor_fill: Should restore alu to GXcopy.
Zhigang Gong
1
-0
/
+1
2013-12-18
Fixup glx support
Chris Wilson
1
-14
/
+12
2013-12-18
glamor_fill/tile: Fixed a tileX/tileY calculation bug.
Zhigang Gong
1
-3
/
+2
2013-12-18
glamor-fbo-pool: Implement fbo cache mechanism.
Zhigang Gong
1
-8
/
+18
2013-12-18
Reduce the double check of pixmap's private pointer.
Zhigang Gong
1
-1
/
+1
2013-12-18
glamor-for-ddx: Exports all rendering/drawing functions.
Zhigang Gong
1
-1
/
+6
2013-12-18
Remove the access mode from private pixmap structure.
Zhigang Gong
1
-1
/
+1
2013-12-18
Add new version glamor_poly_fill_rect without internal fallback.
Zhigang Gong
1
-1
/
+1
2013-12-18
Add new version glamor_fillspans without internal fallback.
Zhigang Gong
1
-2
/
+3
2013-12-18
Initial version.
Zhigang Gong
1
-154
/
+147
2011-09-26
glamor: Don't direct call to any gl functions.
Zhigang Gong
1
-17
/
+19
2011-09-26
glamor-gles2: Add explicit precision qualifiers for gles2.
Zhigang Gong
1
-0
/
+1
2011-09-26
glamor: Change to use the original drawable in glamor_fill.
Zhigang Gong
1
-8
/
+11
2011-09-26
glamor: Add color conversion support by using new shader.
Zhigang Gong
1
-1
/
+0
2011-09-26
glamor: Remove useless glVertexPointer related code.
Zhigang Gong
1
-31
/
+0
2011-09-26
glamor: Remove GLEW dependency.
Zhigang Gong
1
-9
/
+4
2011-09-26
glamor-es: Use glVertexAttribPointer to replace glVertexPointer.
Zhigang Gong
1
-2
/
+28
2011-09-26
glamor: Change to use official APIs rather than ARB version function.
Zhigang Gong
1
-11
/
+11
[next]