index
:
~tjaalton/xserver
for-1.19
Unnamed repository; edit this file 'description' to name the repository.
tjaalton
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
glamor
/
glamor_render.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-26
glamor: Drop the composite_with_copy path entirely.
Eric Anholt
1
-92
/
+0
2016-01-21
glamor: Fix copy-like Render operations between 15 and 16 depth.
Eric Anholt
1
-0
/
+8
2015-11-10
glamor: Fix segfault in fallback picture uploading.
Eric Anholt
1
-7
/
+9
2015-07-10
glamor: Drop tracking of the last picture attached to pixmaps.
Eric Anholt
1
-3
/
+0
2015-07-10
glamor: Don't try to do rendering with unsupported formats.
Eric Anholt
1
-0
/
+38
2015-07-02
glamor: Use ARRAY_SIZE in a couple more places for consistency.
Eric Anholt
1
-4
/
+1
2015-07-02
glamor: Mark a bunch of single-file data static.
Eric Anholt
1
-1
/
+1
2015-07-02
glamor: Make a bunch of single-file glamor functions static.
Eric Anholt
1
-2
/
+2
2015-06-29
glamor: Use the normal GL_QUADS drawing helper in the render code.
Eric Anholt
1
-46
/
+4
2015-06-29
glamor: Drop CloseScreen-time GL resource cleanup code.
Eric Anholt
1
-21
/
+0
2015-06-02
glamor: don't do render ops with matching source/dest (v3)
Dave Airlie
1
-1
/
+8
2015-05-14
glamor: Replace CompositeGlyphs code [v2]
Keith Packard
1
-136
/
+0
2015-03-24
glamor: Just set the logic op to what we want at the start of all rendering.
Eric Anholt
1
-0
/
+1
2015-03-24
glamor: Create inline tests for small/large pixmaps
Keith Packard
1
-1
/
+1
2015-03-24
glamor: Eliminate separate 'large' pixmap private structure
Keith Packard
1
-3
/
+3
2015-03-24
glamor: Remove screen private and pixmap ptrs from pixmap private and fbo
Keith Packard
1
-86
/
+87
2015-03-24
glamor: Remove remaining support for FBOs not matching pixmap size
Keith Packard
1
-19
/
+1
2015-03-24
glamor: Remove _nf rendering functions
Keith Packard
1
-91
/
+16
2014-07-17
Merge remote-tracking branch 'origin/master' into glamor-next
Eric Anholt
1
-8
/
+8
2014-07-17
glamor: Drop the "are we doing a series of blits or draws" logic.
Eric Anholt
1
-2
/
+0
2014-07-17
glamor: Remove always-true yInverted flag.
Eric Anholt
1
-8
/
+5
2014-07-17
glamor: Fix temp picture coordinates in glamor_composite_clipped_region
Keith Packard
1
-8
/
+8
2014-06-24
Revert "glamor: Fix coordinates handling for composite source/mask pictures"
Michel Dänzer
1
-8
/
+8
2014-06-15
glamor: Add glamor_program based copy acceleration
Keith Packard
1
-5
/
+6
2014-06-15
glamor: Replace fallback preparation code
Keith Packard
1
-56
/
+7
2014-04-23
glamor: Fix coordinates handling for composite source/mask pictures
Anthony Waters
1
-8
/
+8
2014-04-23
glamor: Wire alpha to 1 for pictures without alpha bits
Keith Packard
1
-1
/
+4
2014-04-23
glamor: Replace glamor_get/put_context() with just glamor_make_current().
Eric Anholt
1
-23
/
+10
2014-04-22
glamor: Fix accelerated rendering of GTK's ARGB vs xBGR composites.
Eric Anholt
1
-0
/
+10
2014-03-26
glamor: Drop feature dependent optimization on startup.
Markus Wick
1
-20
/
+3
2014-03-26
glamor: Always keep GL_ELEMENT_ARRAY_BUFFER bound to the same IB.
Markus Wick
1
-5
/
+1
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
-16
/
+11
2014-03-17
glamor: Drop stale comment.
Eric Anholt
1
-4
/
+0
2014-03-17
glamor: Replace some goofy enum-likes with a real enum.
Eric Anholt
1
-2
/
+2
2014-03-10
glamor: Fix requested composite VBO size.
Eric Anholt
1
-6
/
+2
2014-03-10
glamor: Extract the streamed vertex data code used by Render.
Eric Anholt
1
-57
/
+9
2014-03-10
glamor: Track the next vertex offset as we go in render accel.
Eric Anholt
1
-4
/
+10
2014-03-10
glamor: Move glamor_emit_composite_vert() to traps, where it's used.
Eric Anholt
1
-25
/
+0
2014-03-10
glamor: Don't forget to set GL_INVALIDATE_RANGE_BIT on GL_ARB_mbr.
Eric Anholt
1
-1
/
+2
2014-03-10
glamor: Fix a spelling mistake in GLAMOR_PIXMAP_FBO_NOT_EXACT_SIZE.
Eric Anholt
1
-1
/
+1
2014-02-14
glamor: Drop a bunch of GLES2 ifdefs.
Eric Anholt
1
-16
/
+18
2014-02-14
glamor: Drop useless glEnable/glDisable(GL_TEXTURE_2D) calls.
Eric Anholt
1
-9
/
+0
2014-02-14
glamor: Rename glamor_get/put_dispatch to glamor_get/put_context.
Eric Anholt
1
-16
/
+16
2014-02-14
glamor: Convert to using libepoxy.
Eric Anholt
1
-164
/
+122
2014-01-27
glamor: Silence warnings for non-debug builds.
Eric Anholt
1
-3
/
+2
2014-01-27
glamor: Fix some indent damage of putting a ' ' after the '*' for pointers.
Eric Anholt
1
-26
/
+26
2014-01-27
glamor: Fix some mangling of shader strings by indent.
Eric Anholt
1
-17
/
+43
2014-01-27
glamor: Apply x-indent.sh.
Eric Anholt
1
-1863
/
+1836
[next]