Re: [Mesa-dev] [PATCH 1/2] softpipe: clean up lod computation

2013-02-08 Thread Roland Scheidegger
Am 08.02.2013 16:22, schrieb Brian Paul: > On 02/06/2013 10:59 AM, srol...@vmware.com wrote: >> From: Roland Scheidegger >> >> This should handle the new lod_zero modifier more correctly. >> The runtime-conditional is a bit more complex however we now also do >> scalar lod computation when appropri

Re: [Mesa-dev] [PATCH 1/2] softpipe: clean up lod computation

2013-02-08 Thread Brian Paul
On 02/06/2013 10:59 AM, srol...@vmware.com wrote: From: Roland Scheidegger This should handle the new lod_zero modifier more correctly. The runtime-conditional is a bit more complex however we now also do scalar lod computation when appropriate which should more than make up for it. The refactor

[Mesa-dev] [PATCH 1/2] softpipe: clean up lod computation

2013-02-06 Thread sroland
From: Roland Scheidegger This should handle the new lod_zero modifier more correctly. The runtime-conditional is a bit more complex however we now also do scalar lod computation when appropriate which should more than make up for it. The refactoring should also fix an issue with explicit lods (lo