Re: [PATCH 3/7] glamor: Restore the hook to glamor_composite_rectangles().

2015-07-01 Thread Alex Deucher
On Tue, Jun 30, 2015 at 6:58 PM, Eric Anholt e...@anholt.net wrote:
 It was apparently accidentally dropped in keithp's removal of _nf
 functions in 90d326fcc687e6d6d4b308f6272ededcf8145a17.

 Signed-off-by: Eric Anholt e...@anholt.net

Reviewed-by: Alex Deucher alexander.deuc...@amd.com

 ---
  glamor/glamor.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

 diff --git a/glamor/glamor.c b/glamor/glamor.c
 index 71ca4f4..295f415 100644
 --- a/glamor/glamor.c
 +++ b/glamor/glamor.c
 @@ -544,7 +544,7 @@ glamor_init(ScreenPtr screen, unsigned int flags)
  ps-AddTraps = glamor_add_traps;

  glamor_priv-saved_procs.composite_rects = ps-CompositeRects;
 -ps-CompositeRects = miCompositeRects;
 +ps-CompositeRects = glamor_composite_rectangles;

  glamor_priv-saved_procs.glyphs = ps-Glyphs;
  ps-Glyphs = glamor_composite_glyphs;
 --
 2.1.4

 ___
 xorg-devel@lists.x.org: X.Org development
 Archives: http://lists.x.org/archives/xorg-devel
 Info: http://lists.x.org/mailman/listinfo/xorg-devel
___
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

[PATCH 3/7] glamor: Restore the hook to glamor_composite_rectangles().

2015-06-30 Thread Eric Anholt
It was apparently accidentally dropped in keithp's removal of _nf
functions in 90d326fcc687e6d6d4b308f6272ededcf8145a17.

Signed-off-by: Eric Anholt e...@anholt.net
---
 glamor/glamor.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/glamor/glamor.c b/glamor/glamor.c
index 71ca4f4..295f415 100644
--- a/glamor/glamor.c
+++ b/glamor/glamor.c
@@ -544,7 +544,7 @@ glamor_init(ScreenPtr screen, unsigned int flags)
 ps-AddTraps = glamor_add_traps;
 
 glamor_priv-saved_procs.composite_rects = ps-CompositeRects;
-ps-CompositeRects = miCompositeRects;
+ps-CompositeRects = glamor_composite_rectangles;
 
 glamor_priv-saved_procs.glyphs = ps-Glyphs;
 ps-Glyphs = glamor_composite_glyphs;
-- 
2.1.4

___
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel