Re: [Mesa-dev] [PATCH] drisw: fix up context and apis for software context

2012-12-09 Thread Dave Airlie
On 9 Dec 2012 20:32, "Dave Airlie" wrote: > > This ports over from the dri2 code to the drisw bits. It means 3.1 > core contexts now work for softpipe. > Well if soft pipe had msaa they would but its enough to hack so I can test ubo/tbo better. Dave. > Signed-off-by: Dave Airlie > --- > src/me

[Mesa-dev] [PATCH] drisw: fix up context and apis for software context

2012-12-09 Thread Dave Airlie
This ports over from the dri2 code to the drisw bits. It means 3.1 core contexts now work for softpipe. Signed-off-by: Dave Airlie --- src/mesa/drivers/dri/common/drisw_util.c | 16 1 file changed, 16 insertions(+) diff --git a/src/mesa/drivers/dri/common/drisw_util.c b/src/me