[Mesa-dev] [PATCH 2/2] draw/softpipe: allow softpipe to set shader params depending on runtime llvm

Jakob Bornecrantz wallbraker at gmail.com
Tue Jan 10 05:08:49 PST 2012


On Tue, Jan 10, 2012 at 12:49 PM, Dave Airlie <airlied at gmail.com> wrote:
> From: Dave Airlie <airlied at redhat.com>
>
> If draw isn't using llvm we can support vertex texture and integers,
> These will be fixed up later, but for now allow this check to happen
> at run-time.

With my draw_create_no_llvm change this logic no longer holds true, you should
just look at the at the draw::llvm field, you probably still need that
function since
we are pretending the draw context is private.

Cheers, Jakob.


More information about the mesa-dev mailing list