Chad Versace <chad.vers...@linux.intel.com> writes:

> Add a new param, num_samples, to intel_create_renderbuffer and
> intel_create_private_renderbuffer. The caller, intelCreateBuffer, passes
> in the value of gl_config::NumSamples.
>
> No multisample GL config is yet advertised, so the value of num_samples is
> currently 0.
>
> For server-owned winsys buffers, gl_renderbuffer::NumSamples is not yet
> used.

It would make more sense to me if the quantizing was done once and
passed to the create_renderbuffer call (you need the same NumSamples
across them, anyway).  Then you wouldn't need the screen argument,
either.

Attachment: pgpHslJpdodl6.pgp
Description: PGP signature

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to