Re: [Mesa-dev] [PATCH] mesa: remove long dead 3Dnow optimisation

2014-12-12 Thread Ian Romanick
What?!? My K6-2 300MHz is teh awesome. :) On 12/12/2014 04:26 AM, Timothy Arceri wrote: > This code has been turned off for the last > decade 88e3ed2d816cd619b26a20755262bae85e05175e > > Considering 3Dnow is obsolete it > seems the bug will never be fixed so just > remove it. > > Signed-off-by:

[Mesa-dev] [PATCH] mesa: remove long dead 3Dnow optimisation

2014-12-12 Thread Timothy Arceri
This code has been turned off for the last decade 88e3ed2d816cd619b26a20755262bae85e05175e Considering 3Dnow is obsolete it seems the bug will never be fixed so just remove it. Signed-off-by: Timothy Arceri --- src/mesa/Makefile.sources | 1 - src/mesa/x86/3dnow.c| 5 - src/mesa/x