Re: [Mesa-dev] Nuking GL_NV_vertex_program

2012-10-11 Thread Brian Paul
On 10/09/2012 07:06 PM, Eric Anholt wrote: anholt@eliezer:mesa/src/mesa% loccount *~drivers | tail -n 1 251493 total anholt@eliezer:mesa/src/mesa% git diff origin/master HEAD -- *~drivers | diffstat| tail -n 1 48 files changed, 59 insertions(+), 2950 deletions(-) Over 1% of mesa core! I do

Re: [Mesa-dev] Nuking GL_NV_vertex_program

2012-10-10 Thread Eric Anholt
Brian Paul writes: > On 10/10/2012 09:08 AM, Brian Paul wrote: >> On 10/10/2012 08:59 AM, Kenneth Graunke wrote: >>> On 10/10/2012 07:42 AM, Jose Fonseca wrote: I think certain versions of SPEC viewperf rely on NV_vertex_program. See http://www.mesa3d.org/viewperf.html We had

Re: [Mesa-dev] Nuking GL_NV_vertex_program

2012-10-10 Thread Brian Paul
On 10/10/2012 09:08 AM, Brian Paul wrote: On 10/10/2012 08:59 AM, Kenneth Graunke wrote: On 10/10/2012 07:42 AM, Jose Fonseca wrote: I think certain versions of SPEC viewperf rely on NV_vertex_program. See http://www.mesa3d.org/viewperf.html We had some internal hacks to support just the bare

Re: [Mesa-dev] Nuking GL_NV_vertex_program

2012-10-10 Thread Brian Paul
On 10/10/2012 08:59 AM, Kenneth Graunke wrote: On 10/10/2012 07:42 AM, Jose Fonseca wrote: I think certain versions of SPEC viewperf rely on NV_vertex_program. See http://www.mesa3d.org/viewperf.html We had some internal hacks to support just the bare minimum of to run some of these tests, but

Re: [Mesa-dev] Nuking GL_NV_vertex_program

2012-10-10 Thread Kenneth Graunke
On 10/10/2012 07:59 AM, Kenneth Graunke wrote: On 10/10/2012 07:42 AM, Jose Fonseca wrote: I think certain versions of SPEC viewperf rely on NV_vertex_program. See http://www.mesa3d.org/viewperf.html We had some internal hacks to support just the bare minimum of to run some of these tests, but

Re: [Mesa-dev] Nuking GL_NV_vertex_program

2012-10-10 Thread Kenneth Graunke
On 10/10/2012 07:42 AM, Jose Fonseca wrote: I think certain versions of SPEC viewperf rely on NV_vertex_program. See http://www.mesa3d.org/viewperf.html We had some internal hacks to support just the bare minimum of to run some of these tests, but they were not accepted on mesa proper. (There

Re: [Mesa-dev] Nuking GL_NV_vertex_program

2012-10-10 Thread Jose Fonseca
I think certain versions of SPEC viewperf rely on NV_vertex_program. See http://www.mesa3d.org/viewperf.html We had some internal hacks to support just the bare minimum of to run some of these tests, but they were not accepted on mesa proper. (There is some bug report on fdo about it). Jose -

[Mesa-dev] Nuking GL_NV_vertex_program

2012-10-09 Thread Eric Anholt
anholt@eliezer:mesa/src/mesa% loccount *~drivers | tail -n 1 251493 total anholt@eliezer:mesa/src/mesa% git diff origin/master HEAD -- *~drivers | diffstat| tail -n 1 48 files changed, 59 insertions(+), 2950 deletions(-) Over 1% of mesa core! I don't know of any consumers. i965 was the only h