index
:
xorg/driver/glamor
0.4-fix
master
Archive of historical glamor development (now included in xserver) (mirrored from https://gitlab.freedesktop.org/xorg/driver/glamor-history)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-26
glamor_xv: add missing include
HEAD
master
Chí-Thanh Christopher Nguyễn
1
-0
/
+1
2014-06-09
xv: workaround corruption
Grigori Goronzy
1
-0
/
+1
2014-06-09
glamor: Fix typo in setting v_position's attrib location.
Eric Anholt
1
-1
/
+1
2014-06-09
glamor: don't reset the GLSL program
Markus Wick
10
-24
/
+0
2014-06-09
glamor: Use glsl "fract/mod" instead of "while" in gradient shaders.
Markus Wick
1
-44
/
+4
2014-06-09
glamor: Fix accelerated rendering of GTK's ARGB vs xBGR composites.
Eric Anholt
1
-0
/
+10
2014-06-09
vbo: Raise VBO size
Grigori Goronzy
1
-1
/
+1
2014-06-09
glamor: Use buffer_storage
Eric Anholt
3
-1
/
+66
2014-06-09
glamor: Revert a context related change. It caused a compilation error since ...
Samuel Li
1
-7
/
+1
2014-03-13
glamor add dispatch for glGetError and glBufferStorage
Alex Deucher
2
-0
/
+5
2014-03-13
glamor: Move shader precision stuff from build time to shader compile time.
Eric Anholt
1
-2
/
+5
2014-03-13
glamor: Don't try to fallback sub-upload to an in-memory pixmap.
Eric Anholt
1
-0
/
+3
2014-03-13
glamor: Fix requested composite VBO size.
Eric Anholt
1
-3
/
+2
2014-03-13
glamor: Don't forget to unmap our PBOs before usng them to upload.
Eric Anholt
1
-2
/
+3
2014-03-13
glamor: Add am assert about an invariant the upload code relies on.
Eric Anholt
1
-0
/
+1
2014-03-13
glamor: Make sure we've put the context back to 0 periodically.
Eric Anholt
1
-1
/
+7
2014-03-13
glamor: Fix ignoring the ALU during SetSpans().
Eric Anholt
1
-1
/
+5
2014-03-13
glamor: Improve the performance of PolyGlyphBlt.
Eric Anholt
1
-0
/
+140
2014-03-13
glamor: Improve the performance of PushPixels by, well, pushing pixels.
Eric Anholt
1
-0
/
+117
2014-03-13
glamor: Use quads instead of index buffer on desktop.
Eric Anholt
1
-1
/
+3
2014-03-13
glamor: Use streamed vertex data for solid fills.
Eric Anholt
2
-29
/
+19
2014-03-13
glamor: Add missing prepares on the GC during fb fallbacks.
Eric Anholt
4
-4
/
+12
2014-03-13
glamor: Rely on nested mappings to handle src==dst and !prepare bugs.
Eric Anholt
16
-110
/
+81
2014-03-13
glamor: Allow nested mapping of pixmaps.
Eric Anholt
2
-1
/
+25
2014-03-13
glamor: Drop unused GLAMOR_ACCESS_WO.
Eric Anholt
2
-10
/
+1
2014-03-13
glamor: Replace some goofy enum-likes with a real enum.
Eric Anholt
2
-10
/
+17
2014-03-13
glamor: Extract the streamed vertex data code used by Render. (v2)
Eric Anholt
6
-103
/
+141
2014-03-13
glamor: Fix up doxygen for glamor_fill.c.
Eric Anholt
1
-1
/
+17
2014-03-13
glamor: Rename more solid fill variables to clean up the code.
Eric Anholt
1
-19
/
+18
2014-03-13
glamor: Rename a variable to be more descriptive.
Eric Anholt
1
-4
/
+5
2014-03-13
glamor: Fix some integer overflow errors.
Eric Anholt
1
-2
/
+2
2014-03-13
glamor: Drop bogus _X_UNLIKELY.
Eric Anholt
1
-1
/
+1
2014-03-13
glamor: Avoid generating GL errors when doing two-pass CA.
Eric Anholt
2
-2
/
+7
2014-03-13
glamor: Don't forget to set GL_INVALIDATE_RANGE_BIT on GL_ARB_mbr.
Eric Anholt
1
-1
/
+3
2014-03-13
glamor: Don't bother keeping references to shader stages for gradients.
Eric Anholt
2
-69
/
+6
2014-03-13
glamor: Fix typo in setting v_position's attrib location.
Eric Anholt
1
-1
/
+1
2014-03-13
glamor: Unifdef the picture-format-to-format-and-type functions.
Eric Anholt
1
-25
/
+29
2014-03-13
glamor: Move glamor_get_tex_format_type_from_pictformat to a .c file.
Eric Anholt
2
-306
/
+305
2014-03-13
glamor: Unifdef the cache format indices.
Eric Anholt
2
-20
/
+2
2014-03-13
glamor: Pass pixmaps around to unifdef glamor_iformat_for_depth().
Eric Anholt
4
-21
/
+19
2014-03-13
glamor: yInverted is a boolean value, so use the Bool type.
Eric Anholt
2
-3
/
+3
2014-03-13
glamor: Drop useless glEnable/glDisable(GL_TEXTURE_2D) calls.
Eric Anholt
6
-33
/
+0
2014-03-13
glamor: Drop fixed function transformation matrix setup.
Eric Anholt
1
-6
/
+0
2014-03-13
glamor: Fix a spelling mistake in GLAMOR_PIXMAP_FBO_NOT_EXACT_SIZE.
Eric Anholt
3
-3
/
+3
2014-03-05
Fix a missing MakeCurrent in glamor_egl_create_argb8888_based_texture
Axel Davy
1
-0
/
+2
2014-02-17
glamor: Correctly specificy the stride parameter for glamor_put_image
Anthony Waters
1
-2
/
+4
2014-02-11
Fallback to system memory when fail to allocate one big fbo.
Zhigang Gong
2
-16
/
+24
2014-02-06
glamor: Fall back for unsupported picture format.
Samuel Li
1
-1
/
+1
2014-01-31
glamor: Added in an optimization to copy area that uploads the data directly ...
Anthony Waters
1
-15
/
+40
2014-01-31
glamor: Add in support for the stride parameter when uploading texture data
Anthony Waters
3
-8
/
+38
[next]