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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-26
glamor: Remove unneeded unbindings.
Markus Wick
1
-8
/
+0
2014-03-26
glamor: Always keep GL_ELEMENT_ARRAY_BUFFER bound to the same IB.
Markus Wick
4
-18
/
+1
2014-03-26
glamor: Select VBO path by ARB_mbr extension.
Markus Wick
3
-3
/
+6
2014-03-26
glamor: Update GL requirements to 2.1.
Markus Wick
1
-2
/
+2
2014-03-26
glamor: Use epoxy_gl_version() instead of rolling our own.
Markus Wick
3
-31
/
+3
2014-03-26
glamor: Use epoxy_has_gl_extension() instead of rolling our own.
Markus Wick
3
-28
/
+5
2014-03-26
glamor: Use glsl "fract/mod" instead of "while" in gradient shaders.
Markus Wick
1
-44
/
+4
2014-03-17
glamor: Move up glamor_priv->flags assignment in glamor_init()
Michel Dänzer
1
-1
/
+1
2014-03-17
glamor: don't reset the GLSL program
Markus Wick
10
-24
/
+0
2014-03-17
glamor: remove disabled code
Markus Wick
1
-199
/
+0
2014-03-17
Remove duplicate assignment of repeat_type_uniform_location
Alan Coopersmith
1
-2
/
+0
2014-03-17
glamor: Apply debug labels to our shaders.
Eric Anholt
9
-11
/
+28
2014-03-17
glamor: Don't forget to unmap our PBOs before using them to upload.
Eric Anholt
1
-1
/
+3
2014-03-17
glamor: Add an assert about an invariant the upload code relies on.
Eric Anholt
1
-0
/
+1
2014-03-17
glamor: Fix ignoring the ALU during SetSpans().
Eric Anholt
1
-1
/
+5
2014-03-17
glamor: Improve the performance of line fallbacks.
Eric Anholt
1
-13
/
+14
2014-03-17
glamor: Improve the performance of PolyGlyphBlt.
Eric Anholt
1
-0
/
+138
2014-03-17
glamor: Improve the performance of PushPixels by, well, pushing pixels.
Eric Anholt
1
-0
/
+115
2014-03-17
glamor: Add missing prepares on the GC during fb fallbacks.
Eric Anholt
4
-4
/
+12
2014-03-17
glamor: Rely on nested mappings to handle src==dst and !prepare bugs.
Eric Anholt
16
-97
/
+82
2014-03-17
glamor: Allow nested mapping of pixmaps.
Eric Anholt
2
-1
/
+28
2014-03-17
glamor: Drop unused GLAMOR_ACCESS_WO.
Eric Anholt
2
-11
/
+1
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
6
-19
/
+26
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-03-17
glamor: Drop duplicated lines for getting pixmap state in GetImage.
Eric Anholt
1
-2
/
+0
2014-03-17
glamor: Return the stride/size for glamor_dri3_name_from_pixmap(), too.
Eric Anholt
3
-5
/
+6
2014-03-17
glamor: Drop the body of the function for enabling DRI3 extensions.
Eric Anholt
2
-14
/
+1
2014-03-17
glamor: Do glyph private init at screeninit time, and other stuff at CSR.
Eric Anholt
4
-15
/
+46
2014-03-17
glamor: Move the EGL image to the normal pixmap private.
Eric Anholt
2
-49
/
+47
2014-03-17
glamor: Use epoxy_has_egl_extension() instead of rolling our own.
Eric Anholt
1
-24
/
+7
2014-03-17
glamor: Drop the set of the context to NULL at the end of glamor ops.
Eric Anholt
1
-7
/
+1
2014-03-10
glamor: Use buffer_storage
Eric Anholt
3
-2
/
+54
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
7
-114
/
+183
2014-03-10
glamor: Track the next vertex offset as we go for AA traps.
Eric Anholt
1
-5
/
+9
2014-03-10
glamor: Track the next vertex offset as we go for non-AA traps.
Eric Anholt
1
-7
/
+18
2014-03-10
glamor: Track the next vertex offset as we go in render accel.
Eric Anholt
2
-5
/
+11
2014-03-10
glamor: Move glamor_emit_composite_vert() to traps, where it's used.
Eric Anholt
3
-29
/
+25
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 mismatched glamor_get/put_context().
Eric Anholt
1
-5
/
+0
2014-03-10
glamor: Add a note about the state of GL_ARB_map_buffer_range.
Eric Anholt
1
-0
/
+13
2014-03-10
glamor: Fix a spelling mistake in GLAMOR_PIXMAP_FBO_NOT_EXACT_SIZE.
Eric Anholt
3
-3
/
+3
2014-03-10
glamor: remove dead global variable.
Eric Anholt
1
-1
/
+0
2014-03-05
glamor: Add support for DRI3.
Eric Anholt
2
-1
/
+88
[prev]
[next]