From: Brian P. <br...@vm...> - 2010-02-11 14:31:16
|
Owen Kaluza wrote: > Hi, > > Is it possible to enable multi-sample anti-aliasing in osmesa? > There isn't an option in OSMesaCreateContextExt, in fact in the source > it appears the number of samples is hard coded to 1 in the call to > _mesa_create_visual but I just thought I'd ask in case there's a way > around it. > Of course I can render larger and downsample manually, but I'd rather not. There's no support for multisampling in Mesa's sw renderer. -Brian |