[Mesa-dev] [PATCH 1/4] gallivm, llvmpipe, draw: Support multiple constant buffers.

Dave Airlie airlied at gmail.com
Thu Dec 6 17:29:43 PST 2012


On Fri, Dec 7, 2012 at 3:35 AM,  <jfonseca at vmware.com> wrote:
> From: José Fonseca <jfonseca at vmware.com>
>
> Support 4 (defined in LP_MAX_TGSI_CONST_BUFFERS) as opposed to 32 (as
> defined by PIPE_MAX_CONSTANT_BUFFERS) because that would make the jit
> context become unnecessarily large.

For GL ARB_uniform_buffer_object, we need at least 13 from what I can see.

So maybe we should consider aiming for that.

Dave.


More information about the mesa-dev mailing list