[Mesa-dev] Nuking GL_NV_fragment_program

Andreas Boll andreas.boll.dev at gmail.com
Mon Oct 15 01:53:57 PDT 2012


2012/10/15 Kenneth Graunke <kenneth at whitecape.org>:
> This series removes support for the the old NV_fragment_program extension.
> No hardware drivers implemented it (only swrast), we aren't aware of any
> applications that use it, and we already dropped NV_vertex_program.
>
> You can obtain it in the 'nukefp' branch of:
> http://cgit.freedesktop.org/~kwg/mesa/
>
> (it applies on top of Eric's series to remove NV_vertex_program).
>
> This series does /not/ remove NV_fragment_program_option, which is layered
> on top of ARB_fragment_program (attempting to provide the same level of
> functionality as NV_fragment_program but in the standard syntax).  I left
> it because SPECviewperf11 apparently requires NV_fragment_program2, which
> requires NV_fragment_program_option.  swrast remains the only implementation
> of that extension.
>
> The later patches are just miscellaneous cleaning in the program code.
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev

If someone is interested, here is the output from
git diff --shortstat for this series:

43 files changed, 47 insertions, 2835 deletions

Thanks Kenneth!

Andreas.


More information about the mesa-dev mailing list