Re: [Mesa-dev] [PATCH 13/15] mesa, glsl, st/dri: add a new driconf option force_glsl_version for Unigine

2013-07-31 Thread Marek Olšák
On Wed, Jul 31, 2013 at 12:10 AM, Kenneth Graunke kenn...@whitecape.org wrote: On 07/30/2013 02:11 PM, Marek Olšák wrote: Hi Kenneth, Sorry I haven't had time to test Heaven 4.0 and I'm currently using the radeonsi driver, which only supports GL 2.1, GLSL 1.30, and it isn't in good shape to

Re: [Mesa-dev] [PATCH 13/15] mesa, glsl, st/dri: add a new driconf option force_glsl_version for Unigine

2013-07-30 Thread Marek Olšák
Hi Kenneth, Sorry I haven't had time to test Heaven 4.0 and I'm currently using the radeonsi driver, which only supports GL 2.1, GLSL 1.30, and it isn't in good shape to run Heaven at the moment. Besides that, Heaven 4.0 throws an error (X Error of failed request: GLXBadFBConfig), while Heaven

Re: [Mesa-dev] [PATCH 13/15] mesa, glsl, st/dri: add a new driconf option force_glsl_version for Unigine

2013-07-30 Thread Kenneth Graunke
On 07/30/2013 02:11 PM, Marek Olšák wrote: Hi Kenneth, Sorry I haven't had time to test Heaven 4.0 and I'm currently using the radeonsi driver, which only supports GL 2.1, GLSL 1.30, and it isn't in good shape to run Heaven at the moment. Besides that, Heaven 4.0 throws an error (X Error of

[Mesa-dev] [PATCH 13/15] mesa, glsl, st/dri: add a new driconf option force_glsl_version for Unigine

2013-07-19 Thread Marek Olšák
See documentation in mtypes.h. --- src/gallium/include/state_tracker/st_api.h | 5 ++-- .../state_trackers/dri/common/dri_context.c| 10 --- src/gallium/state_trackers/dri/common/dri_screen.c | 3 +- src/gallium/state_trackers/osmesa/osmesa.c | 1 +

Re: [Mesa-dev] [PATCH 13/15] mesa, glsl, st/dri: add a new driconf option force_glsl_version for Unigine

2013-07-19 Thread Kenneth Graunke
On 07/19/2013 08:18 AM, Marek Olšák wrote: [snip] diff --git a/src/mesa/drivers/dri/common/drirc b/src/mesa/drivers/dri/common/drirc index 7c2d3ba..b5430ed 100644 --- a/src/mesa/drivers/dri/common/drirc +++ b/src/mesa/drivers/dri/common/drirc @@ -1,3 +1,27 @@ +!-- +