[Mesa-dev] [PATCH 00/12] RFC: add support of ARB_separate_shader_object extensions V3

2013-05-03 Thread Gregory Hainaut
Please find an implementation of the ARB_separate_shader_objects extensions. I concentrate mostly on the state part of the extensions aka the pipeline object. I think GLSL already compiled program separately anyway. I test my implementation on the test that I send on piglit mailing list. All

[Mesa-dev] [PATCH 00/12] RFC: add support of ARB_separate_shader_object extensions V2

2013-04-12 Thread gregory
V2: * fix ralloc memory leak * follow mesa formating rule * rename Pipeline.PipelineObj to Pipeline.Current * rename gl_shader_state to gl_pipeline_object * rebase on current mesa Please find an implementation of the ARB_separate_shader_objects extensions. I concentrate mostly on the state part

Re: [Mesa-dev] [PATCH 00/12] RFC: add support of ARB_separate_shader_object extensions V2

2013-04-12 Thread Jose Fonseca
, April 12, 2013 5:22:02 PM Subject: [Mesa-dev] [PATCH 00/12] RFC: add support of ARB_separate_shader_object extensions V2 [...] ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] [PATCH 00/12] RFC: add support of ARB_separate_shader_object extensions V2

2013-04-12 Thread gregory hainaut
filtering rules, and replying-to-all doesn't include the list... Jose Sent: Friday, April 12, 2013 5:22:02 PM Subject: [Mesa-dev] [PATCH 00/12] RFC: add support of ARB_separate_shader_object extensions V2 [...] Thanks for the info I will look. Actually I'm not sure it is a bcc. I

Re: [Mesa-dev] [PATCH 00/12] RFC: add support of ARB_separate_shader_object extensions V2

2013-04-12 Thread gregory hainaut
FWIW, your emails BCC'ing the list are a bit of a pain. They manage elude most of my mail filtering rules, and replying-to-all doesn't include the list... Jose Sent: Friday, April 12, 2013 5:22:02 PM Subject: [Mesa-dev] [PATCH 00/12] RFC: add support

Re: [Mesa-dev] [PATCH 00/12] RFC: add support of ARB_separate_shader_object extensions

2013-04-06 Thread gregory hainaut
On Fri, 05 Apr 2013 14:44:54 -0700 Ian Romanick i...@freedesktop.org wrote: On 04/05/2013 02:25 PM, gregory wrote: Hello, Please find an implementation of the ARB_separate_shader_objects extensions. I concentrate mostly on the state part of the extensions aka the pipeline object. I

[Mesa-dev] [PATCH 00/12] RFC: add support of ARB_separate_shader_object extensions

2013-04-05 Thread gregory
Hello, Please find an implementation of the ARB_separate_shader_objects extensions. I concentrate mostly on the state part of the extensions aka the pipeline object. I think GLSL already compiled program separately anyway. I test my implementation on the test that I send yesterday ago on

Re: [Mesa-dev] [PATCH 00/12] RFC: add support of ARB_separate_shader_object extensions

2013-04-05 Thread Ian Romanick
On 04/05/2013 02:25 PM, gregory wrote: Hello, Please find an implementation of the ARB_separate_shader_objects extensions. I concentrate mostly on the state part of the extensions aka the pipeline object. I think GLSL already compiled program separately anyway. I test my implementation on