[Mesa-dev] [PATCH] mesa: Add haiku swrast driver
Brian Paul
brianp at vmware.com
Wed Nov 13 07:38:59 PST 2013
On 11/12/2013 10:49 PM, Alexander von Gluck IV wrote:
> On Tue, Nov 12, 2013 at 11:46 PM, Alexander von Gluck IV
> <kallisti5 at unixzen.com> wrote:
>> * This is pretty small and upkeep
>> should be minimal.
Can you combine those two lines (70 chars per line is about right for
git commit messages)?
Perhaps the subject line should be "haiku: add swrast driver".
>> * Currently fully working.
>> ---
>> src/mesa/drivers/SConscript | 3 +
>> src/mesa/drivers/haiku/swrast/SConscript | 28 +
>> src/mesa/drivers/haiku/swrast/SoftwareRast.cpp | 707
>> +++++++++++++++++++++++
>> src/mesa/drivers/haiku/swrast/SoftwareRast.h | 96 +++
>> src/mesa/drivers/haiku/swrast/SoftwareRast.rdef | 39 ++
>>
> I know it's late in the game for 10.0.0, but since this doesn't touch
> any major platforms and is working... could I get this in the 10.0.0 branch
> if approved?
OK by me. The code looks pretty well insulated from the rest of Mesa.
Acked-by: Brian Paul <brianp at vmware.com>
-Brian
More information about the mesa-dev
mailing list