index
:
~mperes/xserver
3x4k
backlight
dpcompliance
dri2-swapbuffers
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
glamor
/
glamor_render.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2013-12-18
glamor_render: fix PictFilters
Grigori Goronzy
1
-0
/
+9
2013-12-18
Use GL_STATIC_DRAW for element index buffer
Grigori Goronzy
1
-2
/
+2
2013-12-18
Use glDrawRangeElements instead of glDrawElements
Grigori Goronzy
1
-0
/
+6
2013-12-18
Silence compilation warnings.
Zhigang Gong
1
-3
/
+4
2013-12-18
Fix the problem of VBO leak.
Junyan He
1
-3
/
+3
2013-12-18
gles2: Fixed the compilation problem and some bugs.
Zhigang Gong
1
-1
/
+3
2013-12-18
Stream vertex data to VBOs.
Michel Dänzer
1
-15
/
+15
2013-12-18
Fix translation of clip region for composite fallback.
Michel D=C3=A4nzer
1
-2
/
+2
2013-12-18
glamor_copyarea: Use blitcopy if current state is not render.
Zhigang Gong
1
-1
/
+3
2013-12-18
glamor_render: Don't allocate buffer for vbo each time.
Zhigang Gong
1
-5
/
+16
2013-12-18
glamor_render: Optimize the two pass ca rendering.
Zhigang Gong
1
-90
/
+114
2013-12-18
glamor_composite_glyph: Optimize glyphs with non-solid pattern.
Zhigang Gong
1
-10
/
+78
2013-12-18
glamor_render: Don't fallback when rendering glyphs with OpOver.
Zhigang Gong
1
-3
/
+25
2013-12-18
gles2_largepixmap: force clip for a non-large pixmap.
Zhigang Gong
1
-3
/
+7
2013-12-18
glamor_emit_composite_vert: Optimize to don't do two times vert coping.
Zhigang Gong
1
-71
/
+60
2013-12-18
Modilfy the composite logic to two phases
Junyan He
1
-73
/
+111
2013-12-18
Create the file glamor_triangles.c
RobinHe
1
-144
/
+0
2013-12-18
largepixmap: Support self composite for large pixmap.
Zhigang Gong
1
-37
/
+41
[next]