Re: [Mesa-dev] [PATCH] st/mesa: move VS creation in bitmap code

2016-02-08 Thread Brian Paul
On 02/08/2016 07:52 AM, Nicolai Hähnle wrote: On 05.02.2016 19:55, Brian Paul wrote: Do this one-time init with the other on-time inits. Since Bitmap is something that few programs use, wouldn't it be better to move in the other direction and do all the one-time inits on-demand rather than at

Re: [Mesa-dev] [PATCH] st/mesa: move VS creation in bitmap code

2016-02-08 Thread Nicolai Hähnle
On 05.02.2016 19:55, Brian Paul wrote: Do this one-time init with the other on-time inits. Since Bitmap is something that few programs use, wouldn't it be better to move in the other direction and do all the one-time inits on-demand rather than at context init? Cheers, Nicolai --- src/m

[Mesa-dev] [PATCH] st/mesa: move VS creation in bitmap code

2016-02-05 Thread Brian Paul
Do this one-time init with the other on-time inits. --- src/mesa/state_tracker/st_cb_bitmap.c | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/mesa/state_tracker/st_cb_bitmap.c b/src/mesa/state_tracker/st_cb_bitmap.c index d8c3dbd..f39d956 10064