index
:
~daenzer/xserver
for-master
randr12-colormaps
Michel Daenzer's personal xserver repository.
daenzer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
glamor
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-17
glamor: Always allocate precisely the requested pixmap size
Keith Packard
1
-4
/
+5
2014-04-08
dri3: Fix dri3_open API change by adding new dri3_open_client
Keith Packard
1
-6
/
+6
2014-04-03
Merge remote-tracking branch 'krh/xwayland-for-keithp'
Keith Packard
5
-8
/
+18
2014-04-03
glamor: Add glamor_program based poly_text and image_text
Keith Packard
8
-4
/
+804
2014-04-03
glamor: Use glamor_program for glamor_glyphblt
Keith Packard
3
-157
/
+113
2014-04-03
glamor: Add glamor_program based poly_fill_rect
Keith Packard
4
-128
/
+198
2014-04-03
glamor: Add glamor_program based fill/set/get spans
Keith Packard
6
-334
/
+457
2014-04-03
glamor: Add simple upload/download functions in glamor_transfer
Keith Packard
3
-0
/
+321
2014-04-03
glamor: Use plain GLSL 1.20 features for fill code.
Keith Packard
1
-3
/
+3
2014-04-03
glamor: Compute supported GLSL version and save in screen private
Keith Packard
3
-10
/
+12
2014-04-03
glamor: Bail from composite when pixmap cannot be uploaded
Keith Packard
1
-1
/
+1
2014-04-03
glamor: Remove warning message when pixmap cannot be stored in a texture
Keith Packard
1
-2
/
+0
2014-04-03
glamor: Public polyLines function is glamor_poly_lines_nf
Keith Packard
1
-3
/
+0
2014-04-03
glamor: Initialize XV shaders from glamor_xv_init instead of glamor_init
Keith Packard
2
-18
/
+2
2014-04-03
glamor: SetWindowPixmap is not related to RENDER
Keith Packard
1
-3
/
+3
2014-04-03
glamor: glamor_poly_point_nf cannot fail for non-DDX pixmaps
Keith Packard
1
-3
/
+18
2014-04-01
glamor: Expose glamor_destroy_pixmap()
Kristian Høgsberg
2
-2
/
+1
2014-04-01
glamor: Add new GLAMOR_CREATE_PIXMAP_NO_TEXTURE pixmap create flag
Kristian Høgsberg
2
-1
/
+10
2014-04-01
glamor: Move glamor_egl_screen_init() prototype to glamor.h
Kristian Høgsberg
3
-4
/
+5
2014-04-01
dri3: Allow asynchronous implementation for dri3_open
Kristian Høgsberg
1
-1
/
+2
2014-03-26
glamor: Add glamor_program PolyPoint implementation
Keith Packard
4
-57
/
+133
2014-03-26
glamor: Move glamor_poly_segment to separate glamor_segment.c file
Keith Packard
3
-26
/
+40
2014-03-26
glamor: Add infrastructure for generating shaders on the fly
Keith Packard
6
-0
/
+793
2014-03-26
glamor: Add helper functions to walk pixmap tiling
Keith Packard
1
-0
/
+46
2014-03-26
glamor: Add bounding box to one-fbo pixmaps
Keith Packard
2
-0
/
+9
2014-03-26
glamor: Get testing code using small FBOs working again
Keith Packard
7
-26
/
+21
2014-03-26
glamor: Drop feature dependent optimization on startup.
Markus Wick
1
-20
/
+3
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
[next]