Re: [Mesa-dev] [PATCH 2/4] glx/dri2: add and use new driver hook flush_with_flags

2012-12-01 Thread Marek Olšák
On Fri, Nov 30, 2012 at 11:40 PM, Eric Anholt e...@anholt.net wrote: The mixing of the factoring out of the protocol bits with the flush change in this commit is irritating, but I'm fine with the overall flush Ah, sorry, I based it on my previous series and didn't notice it was superfluous.

Re: [Mesa-dev] [PATCH 2/4] glx/dri2: add and use new driver hook flush_with_flags

2012-11-30 Thread Eric Anholt
The mixing of the factoring out of the protocol bits with the flush change in this commit is irritating, but I'm fine with the overall flush interface of this series for the current loader implementation. Long term, I think for what you're working towards you'll want the dispatch threading that

[Mesa-dev] [PATCH 2/4] glx/dri2: add and use new driver hook flush_with_flags

2012-11-23 Thread Marek Olšák
--- include/GL/internal/dri_interface.h | 29 - src/glx/dri2_glx.c| 144 - src/mesa/drivers/dri/intel/intel_screen.c |2 +- src/mesa/drivers/dri/nouveau/nouveau_screen.c |2 +-