Am 19.06.2014 09:54, schrieb Eric Anholt:
> Dave Airlie writes:
>
>>>
>>> I'm working toward building a Mesa driver for Broadcom VC4 (aka
>>> Raspberry Pi). At the moment I'm still bringing up the DRM side of
>>> things, but I hope to be doing bits of userspace in the next few days.
>>> Current
Marek Olšák writes:
> We already have transfer_inline_write.
Looks like that's only used from finalize, currently? But if the idea's
already present, that's promising.
pgpLOuHqVEH2j.pgp
Description: PGP signature
___
mesa-dev mailing list
mesa-dev@l
Dave Airlie writes:
>>
>> I'm working toward building a Mesa driver for Broadcom VC4 (aka
>> Raspberry Pi). At the moment I'm still bringing up the DRM side of
>> things, but I hope to be doing bits of userspace in the next few days.
>> Current status is I have a skeleton DRM KMS driver that's g
We already have transfer_inline_write.
Marek
On Thu, Jun 19, 2014 at 2:14 AM, Michel Dänzer wrote:
> On 18.06.2014 16:28, Eric Anholt wrote:
>>
>> I'm probably going to start out doing a gallium driver for simplicity,
>> to avoid having to do all the DRI crap we've got in brw_context.c and
>> te
On 18.06.2014 16:28, Eric Anholt wrote:
>
> I'm probably going to start out doing a gallium driver for simplicity,
> to avoid having to do all the DRI crap we've got in brw_context.c and
> texture miptree validation and getting user data into VBOs and all that
> other almost-boilerplate. Long ter
>
> I'm working toward building a Mesa driver for Broadcom VC4 (aka
> Raspberry Pi). At the moment I'm still bringing up the DRM side of
> things, but I hope to be doing bits of userspace in the next few days.
> Current status is I have a skeleton DRM KMS driver that's going to talk
> to the firmw
It would be more precise to say that i915 uses the Draw module, which
can do these per-vertex operations on the CPU (some of them use LLVM):
- vertex fetching
- vertex shader
- geometry shader
- culling and clipping
- viewport transformation
- translates all primitives to either point, line, or tri
On Wed, Jun 18, 2014 at 10:47 AM, Emil Velikov wrote:
> On 18/06/14 08:28, Eric Anholt wrote:
>> To those who have been curious what I was up to: I wasn't sure when I
>> could announce my new projecct, I just got the ack day before yesterday,
>> and I've been a little busy.
>>
>> I'm working towar
On 18/06/14 08:28, Eric Anholt wrote:
> To those who have been curious what I was up to: I wasn't sure when I
> could announce my new projecct, I just got the ack day before yesterday,
> and I've been a little busy.
>
> I'm working toward building a Mesa driver for Broadcom VC4 (aka
> Raspberry Pi
Peter Hanzel writes:
> Hello.
>
> Can you provide a code that you already have? I am very interested to
> see DRM/KMS/Mesa on RPi.
The code that doesn't do anything yet is on
https://github.com/anholt/linux
on the vc4 branch. It doesn't do anything useful. Really.
pgpb0IC98c7Nr.pgp
Descrip
Hello.
Can you provide a code that you already have? I am very interested to
see DRM/KMS/Mesa on RPi.
On Wed, Jun 18, 2014 at 9:28 AM, Eric Anholt wrote:
> To those who have been curious what I was up to: I wasn't sure when I
> could announce my new projecct, I just got the ack day before yester
To those who have been curious what I was up to: I wasn't sure when I
could announce my new projecct, I just got the ack day before yesterday,
and I've been a little busy.
I'm working toward building a Mesa driver for Broadcom VC4 (aka
Raspberry Pi). At the moment I'm still bringing up the DRM si
12 matches
Mail list logo