Re: [Mesa-dev] Enable HW GenerateMipmap for radeon v2

2010-05-26 Thread Alex Deucher
On Tue, May 25, 2010 at 12:52 PM, Maciej Cencora wrote: > Dnia wtorek 25 maja 2010 o 07:10:18 Will Dyson napisał(a): >> Wire up _mesa_meta_GenerateMipmap() for radeon. This greatly improves the >> playability of some games, such as FlightGear and the recently GPL'd game >> Lugaru. >> >> FlightGear

Re: [Mesa-dev] Enable HW GenerateMipmap for radeon v2

2010-05-25 Thread Maciej Cencora
Dnia wtorek 25 maja 2010 o 07:10:18 Will Dyson napisał(a): > Wire up _mesa_meta_GenerateMipmap() for radeon. This greatly improves the > playability of some games, such as FlightGear and the recently GPL'd game > Lugaru. > > FlightGear still generates many fallbacks due to Alpha-only textures, but

[Mesa-dev] Enable HW GenerateMipmap for radeon v2

2010-05-24 Thread Will Dyson
Wire up _mesa_meta_GenerateMipmap() for radeon. This greatly improves the playability of some games, such as FlightGear and the recently GPL'd game Lugaru. FlightGear still generates many fallbacks due to Alpha-only textures, but only at startup time. V2: Address comments from Maciej Cencora . Fi