index
:
~keithp/xserver
backout-randr
block-reorder
by-keithp
change-region-api
check-private-usage
depth1
dist-build-fixes
dri3
drm-lease
drm-lease-hacks
drm-lease-v2
drm-sequence
drm-vblank
fd-passing
fix-alpha-maps
fix-ephyr
fix-fb
fix-private-usage
force-randr-shadow
glamor-core-profile
glamor-fence
glamor-fixes
glamor-glclear
glamor-keithp
glamor-new-glyphs
glamor-pixmaps
glamor-present-xv
glamor-server
glamor-sw-traps
glamor-xv-cleanup
glx-answer-buffer
listen-fixes
master
new-font-api
new-glyphs
non-desktop
present-compositor
present-fixes
privates-fixes
protect-input
randr-1.4
randr-1.4-subwork
randr-fixes
randr-monitors
registry-fixes
remove-xfree86-sigio
render-float-transform
screen-specific-privates
secure-x
swap-pages
touch-listener
warning-fixes
wayland-pointer
window-scaling
xinput-align-fix
xkbcomp-cache
Keith's X server tree
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
glamor
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-14
glamor: Use DestroyPixmap instead of FreePicture for glyph atlas pixmap
Keith Packard
1
-1
/
+1
2016-06-08
glamor: Call eglBindAPI after eglInitialize
Michel Dänzer
1
-5
/
+6
2016-05-30
glamor: Cannot use copies when accessing outside of composite source
Michel Dänzer
1
-12
/
+15
2016-05-27
glamor: Adjust for drawable x/y in composite's copy optimization
Keith Packard
1
-0
/
+4
2016-05-26
glamor: Preserve GL_RED bits in R channel when destination is GL_RED [v2]
Keith Packard
12
-26
/
+103
2016-05-26
glamor: glamor_make_current sooner in glamor_composite_with_shader
Keith Packard
1
-2
/
+2
2016-05-26
glamor: Disable logic ops when doing compositing [v4]
Keith Packard
2
-0
/
+7
2016-05-25
glamor: Check for composite operations which are equivalent to copies
Michel Dänzer
1
-0
/
+23
2016-05-25
glamor: Fix sampling outside of RGBx source/mask pictures
Michel Dänzer
1
-12
/
+24
2016-04-29
glamor: add glamor_finish API
Dave Airlie
2
-0
/
+10
2016-04-15
glamor: fix wrong offset on composite rectangles
Olivier Fourdan
1
-9
/
+9
2016-03-16
glamor: swizzle RED to 0 for alpha textures
Dave Airlie
1
-1
/
+3
2016-03-11
glamor: Make context current in glamor_pixmap_fbo_cache_put
Michel Dänzer
1
-0
/
+1
2016-03-10
glamor: Replace "finish access" shader with texture swizzling.
Eric Anholt
5
-407
/
+160
2016-03-10
glamor: Drop dead large-pixmap handling code in temp picture uploads.
Eric Anholt
2
-112
/
+16
2016-03-10
glamor: Drop unused PBO code in temporary picture uploading.
Eric Anholt
1
-23
/
+7
2016-03-10
glamor: Generalize the a1-to-a8 conversion path.
Eric Anholt
1
-37
/
+28
2016-03-10
glamor: Drop the REVERT_UPLOADING_1_5_5_5 path.
Eric Anholt
2
-119
/
+5
2016-03-10
glamor: Drop the GLES2 REVERT_UPLOADING_2_10_10_10 paths.
Eric Anholt
2
-57
/
+2
2016-03-10
glamor: Merge the two GL-type-from-pictformat paths.
Eric Anholt
1
-201
/
+121
2016-03-10
glamor: Propagate that is_upload is always true.
Eric Anholt
3
-120
/
+46
2016-03-10
glamor: Drop dead fbo handling from GLAMOR_MEMORY pict uploads.
Eric Anholt
1
-23
/
+2
2016-03-10
glamor: Make sure that GLAMOR_MEMORY pixmaps don't retain an FBO.
Eric Anholt
3
-7
/
+18
2016-03-10
glamor: Simplify temporary picture uploading call stack.
Eric Anholt
3
-76
/
+37
2016-03-09
glamor: do not build Xv support when --disable-xv
Olivier Fourdan
1
-1
/
+5
2016-03-08
glamor: Source pictures are always depth 32
Michel Dänzer
1
-3
/
+3
2016-03-08
glamor: Factor out glamor_set_color_depth from glamor_set_color
Michel Dänzer
2
-9
/
+19
2016-03-08
glamor: Fix XvPutImage when src_y != 0
Hans de Goede
1
-1
/
+1
2016-01-29
glamor: Flip around conditionals in RepeatNone fixups.
Eric Anholt
1
-2
/
+2
2016-01-29
glamor: Cut down a bunch of conditional handling for RepeatFix.
Eric Anholt
1
-31
/
+19
2016-01-29
glamor: Clarify how the repeat values being passed around work.
Eric Anholt
1
-6
/
+6
2016-01-29
glamor: Clean up formatting of RepeatFix shader code.
Eric Anholt
1
-27
/
+30
2016-01-29
glamor: Clarify some logic in RepeatFix handling.
Eric Anholt
1
-14
/
+7
2016-01-29
glamor: Simplify the pixmap box looping.
Eric Anholt
15
-74
/
+78
2016-01-29
glamor: Reuse the glamor_program_alpha_* enums for Render.
Eric Anholt
2
-24
/
+16
2016-01-29
glamor: Drop extra SHADER_IN type for no mask present.
Eric Anholt
2
-12
/
+6
2016-01-29
glamor: Convert XV to using glamor_program.c.
Eric Anholt
2
-78
/
+71
2016-01-29
glamor: Simplify XV vertex setup.
Eric Anholt
1
-38
/
+30
2016-01-29
glamor: Set up XV sampler uniforms once at program build time.
Eric Anholt
1
-9
/
+11
2016-01-29
glamor: Drop dead glamor_pict_format_is_compatible().
Eric Anholt
1
-20
/
+0
2016-01-29
glamor: Drop comment about dead yInverted flag.
Eric Anholt
1
-2
/
+0
2016-01-29
glamor: Rename the *y_inverted helpers to not say "inverted".
Eric Anholt
1
-16
/
+14
2016-01-29
glamor: Drop dead *_from_x_coord_y() functions.
Eric Anholt
1
-2
/
+0
2016-01-29
glamor: Clarify when Render fallbacks happen due to an unsupported op.
Eric Anholt
1
-1
/
+3
2016-01-29
glamor: Label programs before linking them.
Eric Anholt
1
-11
/
+11
2016-01-26
glamor: add core profile support to EGL glamor. (v2)
Dave Airlie
1
-4
/
+22
2016-01-26
glamor: add core profile support. (v2)
Dave Airlie
3
-1
/
+12
2016-01-26
glamor: Use GL_RED instead of GL_ALPHA if we have texture_swizzle (v3)
Keith Packard
8
-22
/
+118
2016-01-26
glamor: Drop duplicated GLAMOR_DEFAULT_PRECISIONs in render accel.
Eric Anholt
1
-13
/
+4
2016-01-26
glamor: don't do copy if we have 0 boxes to copy.
Dave Airlie
1
-0
/
+3
[next]