Re: [Mesa-dev] [PATCH 2-2] mesa/mesa: Purge macros NEED_EVENTS and NEED_REPLIES

2010-07-01 Thread Fernando Carrijo
Signed-off-by: Fernando Carrijo --- src/driclient/src/XF86dri.c|1 - src/gallium/targets/xorg-vmwgfx/vmw_ctrl.c |3 --- src/glx/XF86dri.c |1 - src/glx/apple/appledri.c |2 -- src/glx/dri2.c

Re: [Mesa-dev] [PATCH 1-2] mesa/drm: Purge macro NEED_REPLIES

2010-07-01 Thread Fernando Carrijo
Signed-off-by: Fernando Carrijo --- tests/ttmtest/src/xf86dri.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/tests/ttmtest/src/xf86dri.c b/tests/ttmtest/src/xf86dri.c index 5491473..e6e0b89 100644 --- a/tests/ttmtest/src/xf86dri.c +++ b/tests/ttmtest/src/xf86dri.c

[Mesa-dev] [PATCH] Purge macros NEED_EVENTS and NEED_REPLIES

2010-07-01 Thread Fernando Carrijo
These patches remove from mesa/mesa and mesa/drm the few occurrences of the macros NEED_EVENTS and NEED_REPLIES. Relevant background information can be found in the discussion started by the following thread: http://lists.x.org/archives/xorg-devel/2010-July/010663.html ___