Re: [Mesa-dev] [PATCH] winsys: fill in missing displaytarget bits in null winsys

2011-10-05 Thread Fredrik Höglund
On Wednesday 05 October 2011, Jose Fonseca wrote: > - Original Message - > > This is needed for renderbuffer support. > > What state tracker relies on this? The EGL state tracker relies on it for user-created renderbuffers in the recently added null platform. st_renderbuffer_alloc_storag

Re: [Mesa-dev] [PATCH] winsys: fill in missing displaytarget bits in null winsys

2011-10-05 Thread Jose Fonseca
- Original Message - > This is needed for renderbuffer support. What state tracker relies on this? I don't object this change, but it sounds like you should be using a proper sw winsys, instead of null winsys. The null winsys can't really display anything, so the current implementation

[Mesa-dev] [PATCH] winsys: fill in missing displaytarget bits in null winsys

2011-10-04 Thread Fredrik Höglund
This is needed for renderbuffer support. --- src/gallium/winsys/sw/null/null_sw_winsys.c | 52 +++ 1 files changed, 45 insertions(+), 7 deletions(-) diff --git a/src/gallium/winsys/sw/null/null_sw_winsys.c b/src/gallium/winsys/sw/null/null_sw_winsys.c index 73b777f..4af