Re: [Intel-gfx] SNB/IVB sprite demo

2012-02-22 Thread Daniel Vetter
On Fri, Feb 17, 2012 at 07:22:19PM +, Reese, Armin C wrote: > Yeah, I got lazy and just did a diff. Sorry about that ... > > Here is a real git patch made by "git diff sprite_on.c" > > Thanks & have a good weekend, Thanks for the build noise fixes, patch applied. Fyi git patches preferred,

Re: [Intel-gfx] SNB/IVB sprite demo

2012-02-18 Thread Paul Menzel
Am Freitag, den 17.02.2012, 19:22 + schrieb Reese, Armin C: > Yeah, I got lazy and just did a diff. Sorry about that ... > > Here is a real git patch made by "git diff sprite_on.c" I think a real git patch is made by doing `git format-patch -1 -s`. Thanks, Paul signature.asc Description

Re: [Intel-gfx] SNB/IVB sprite demo

2012-02-17 Thread Reese, Armin C
ary 11, 2012 2:53 AM To: Reese, Armin C Cc: intel-gfx@lists.freedesktop.org Subject: Re: [Intel-gfx] SNB/IVB sprite demo Hi Armin, On Sat, Feb 11, 2012 at 01:11:16AM +, Reese, Armin C wrote: > Thanks for letting me know about the GCC warning messages. I did my > final tweeks on the pr

Re: [Intel-gfx] SNB/IVB sprite demo

2012-02-11 Thread Daniel Vetter
Hi Armin, On Sat, Feb 11, 2012 at 01:11:16AM +, Reese, Armin C wrote: > Thanks for letting me know about the GCC warning messages. I did my > final tweeks on the program in Android and compiled in that environment. > The compiler there is a bit blind and the build jobs generate so much > outp

Re: [Intel-gfx] SNB/IVB sprite demo

2012-02-10 Thread Daniel Vetter
Hi Armin, On Wed, Feb 08, 2012 at 02:16:09AM +, Reese, Armin C wrote: > I worked with Jesse Barnes to develop a sprite demo/test program for > SNB/IVB. It uses the new IOCTLs: GETPLANERESOURCES, GETPLANE, and > SETPLANE. I also intend on using the program as an example of how to > set up a m

Re: [Intel-gfx] SNB/IVB sprite demo

2012-02-08 Thread Jesse Barnes
On Wed, 8 Feb 2012 16:50:13 +0100 Daniel Vetter wrote: > On Wed, Feb 08, 2012 at 02:16:09AM +, Reese, Armin C wrote: > > I worked with Jesse Barnes to develop a sprite demo/test program for > > SNB/IVB. It uses the new IOCTLs: GETPLANERESOURCES, GETPLANE, and > > SETPLANE. I also intend on

Re: [Intel-gfx] SNB/IVB sprite demo

2012-02-08 Thread Daniel Vetter
On Wed, Feb 08, 2012 at 02:16:09AM +, Reese, Armin C wrote: > I worked with Jesse Barnes to develop a sprite demo/test program for > SNB/IVB. It uses the new IOCTLs: GETPLANERESOURCES, GETPLANE, and > SETPLANE. I also intend on using the program as an example of how to > set up a mode, displa

[Intel-gfx] SNB/IVB sprite demo

2012-02-07 Thread Reese, Armin C
I worked with Jesse Barnes to develop a sprite demo/test program for SNB/IVB. It uses the new IOCTLs: GETPLANERESOURCES, GETPLANE, and SETPLANE. I also intend on using the program as an example of how to set up a mode, display a framebuffer, and display sprite on Intel graphics. The source is