Re: [Mesa-dev] [PATCH] st/mesa: add support for GL core profiles

2012-11-28 Thread Ian Romanick
On 11/28/2012 09:14 AM, Marek Olšák wrote: The rest of the plumbing was in place already. I have tested this by turning on all GL 3.1 features. The drivers not supporting GL 3.1 will fail to create a core profile as they should. This looks about the way I would expect. Reviewed-by: Ian Romani

Re: [Mesa-dev] [PATCH] st/mesa: add support for GL core profiles

2012-11-28 Thread Brian Paul
On 11/28/2012 10:14 AM, Marek Olšák wrote: The rest of the plumbing was in place already. I have tested this by turning on all GL 3.1 features. The drivers not supporting GL 3.1 will fail to create a core profile as they should. --- src/gallium/state_trackers/dri/common/dri_context.c |4 ++

Re: [Mesa-dev] [PATCH] st/mesa: add support for GL core profiles

2012-11-28 Thread Marek Olšák
On Wed, Nov 28, 2012 at 7:55 PM, Andreas Boll wrote: > 2012/11/28 Marek Olšák : >> The rest of the plumbing was in place already. >> >> I have tested this by turning on all GL 3.1 features. >> The drivers not supporting GL 3.1 will fail to create a core profile >> as they should. >> --- >> src/ga

Re: [Mesa-dev] [PATCH] st/mesa: add support for GL core profiles

2012-11-28 Thread Andreas Boll
2012/11/28 Marek Olšák : > The rest of the plumbing was in place already. > > I have tested this by turning on all GL 3.1 features. > The drivers not supporting GL 3.1 will fail to create a core profile > as they should. > --- > src/gallium/state_trackers/dri/common/dri_context.c |4 +++- > sr

[Mesa-dev] [PATCH] st/mesa: add support for GL core profiles

2012-11-28 Thread Marek Olšák
The rest of the plumbing was in place already. I have tested this by turning on all GL 3.1 features. The drivers not supporting GL 3.1 will fail to create a core profile as they should. --- src/gallium/state_trackers/dri/common/dri_context.c |4 +++- src/mesa/state_tracker/st_manager.c