Re: [Mesa-dev] [PATCH 10/12] mesa: Delay display list save dispatch setup until Exec is set up.

2013-01-21 Thread Eric Anholt
Ian Romanick i...@freedesktop.org writes: On 01/18/2013 02:30 PM, Eric Anholt wrote: This will let us copy from the Exec dispatch to deal with our commands that don't get compiled into display lists. --- src/mesa/main/context.c |5 - src/mesa/main/dlist.c | 12 +++-

[Mesa-dev] [PATCH 10/12] mesa: Delay display list save dispatch setup until Exec is set up.

2013-01-18 Thread Eric Anholt
This will let us copy from the Exec dispatch to deal with our commands that don't get compiled into display lists. --- src/mesa/main/context.c |5 - src/mesa/main/dlist.c | 12 +++- src/mesa/main/dlist.h |2 +- 3 files changed, 8 insertions(+), 11 deletions(-) diff

Re: [Mesa-dev] [PATCH 10/12] mesa: Delay display list save dispatch setup until Exec is set up.

2013-01-18 Thread Ian Romanick
On 01/18/2013 02:30 PM, Eric Anholt wrote: This will let us copy from the Exec dispatch to deal with our commands that don't get compiled into display lists. --- src/mesa/main/context.c |5 - src/mesa/main/dlist.c | 12 +++- src/mesa/main/dlist.h |2 +- 3 files