Re: [Mesa-dev] [PATCH 2/7] st/osmesa: new OSMesa gallium state tracker

2013-03-12 Thread Brian Paul
On Mar 12, 2013, at 6:10 PM, Jose Fonseca wrote: > This patch has some #if near the end. It's not clear if it should be > removed or completed. Yeah, I'll remove that before committing. I haven't needed it in testing so far. > Otherwise the series looks good AFAICT. Thanks. -Brian

Re: [Mesa-dev] [PATCH 2/7] st/osmesa: new OSMesa gallium state tracker

2013-03-12 Thread Jose Fonseca
This patch has some #if near the end. It's not clear if it should be removed or completed. Otherwise the series looks good AFAICT. Jose - Original Message - > --- > src/gallium/state_trackers/osmesa/osmesa.c | 828 > > 1 files changed, 828 insertions

[Mesa-dev] [PATCH 2/7] st/osmesa: new OSMesa gallium state tracker

2013-03-11 Thread Brian Paul
--- src/gallium/state_trackers/osmesa/osmesa.c | 828 1 files changed, 828 insertions(+), 0 deletions(-) create mode 100644 src/gallium/state_trackers/osmesa/osmesa.c diff --git a/src/gallium/state_trackers/osmesa/osmesa.c b/src/gallium/state_trackers/osmesa/osmesa