r200 does support ARB_vertex_program. The backend is in r200_vertprog.c. I think it has vertex shader 1.1 in D3D.
The patch is wrong though. The extension should be listed in the ARB_vp_extension array, not card_extensions. Marek On Sun, Apr 17, 2011 at 4:57 AM, Jerome Glisse <j.gli...@gmail.com> wrote: > On Sat, Apr 16, 2011 at 6:01 AM, Nicolas Kaiser <ni...@nikai.net> wrote: > > Signed-off-by: Nicolas Kaiser <ni...@nikai.net> > > --- > > According to Marek Olšák, this extension is quite popular in > > the GL community.[1] > > > > Tests look good: > > ./src/tests/prog_parameter > > GL_RENDERER = Mesa DRI R200 (R200 514D) TCL DRI2 > > GL_VERSION = 1.3 Mesa 7.11-devel (git-4ee40c3) > > > > GL_EXT_gpu_program_parameters available, testing that path. > > Testing glProgramEnvParameter4fvARB (count = 256)... > > Testing glProgramEnvParameters4fvEXT (count = 256)... > > Testing glProgramLocalParameter4fvARB (count = 1024)... > > Testing glProgramLocalParameters4fvEXT (count = 1024)... > > PASS! > > > > Best regards, > > Nicolas Kaiser > > > > [1] > http://www.mail-archive.com/mesa3d-dev@lists.sourceforge.net/msg12980.html > > > > R200 hw doesn't support shader program (well what i wouldn't call what > r200 has a shader). > > Cheers, > Jerome > _______________________________________________ > mesa-dev mailing list > mesa-dev@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/mesa-dev >
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev