Re: [Mesa-dev] Moving i965 driver to genxml commands and structures

2017-03-10 Thread Louis-Francis Ratté-Boulianne
Hi! So I've decided to use the version I had typed out after revising your current patches. My version has more functions included and I saw some minor mistakes in the committed files. Of course, there is no guarantee that it is totally error-free, but I did do a couple passes with the documentat

Re: [Mesa-dev] Moving i965 driver to genxml commands and structures

2017-03-03 Thread Kenneth Graunke
On Friday, March 3, 2017 10:27:51 AM PST Kenneth Graunke wrote: > On Friday, March 3, 2017 10:16:57 AM PST Jason Ekstrand wrote: > > Also, you can find most of the gen4-5 XML here: > > > > https://cgit.freedesktop.org/~jekstrand/mesa/log/?h=wip/blorp-gen4 > > > > That should save you some typing.

Re: [Mesa-dev] Moving i965 driver to genxml commands and structures

2017-03-03 Thread Kenneth Graunke
On Friday, March 3, 2017 10:16:57 AM PST Jason Ekstrand wrote: > Also, you can find most of the gen4-5 XML here: > > https://cgit.freedesktop.org/~jekstrand/mesa/log/?h=wip/blorp-gen4 > > That should save you some typing. :-) I typed up Gen4-4.5 XML a few months ago, and Jason fixed a bunch of t

Re: [Mesa-dev] Moving i965 driver to genxml commands and structures

2017-03-03 Thread Jason Ekstrand
Also, you can find most of the gen4-5 XML here: https://cgit.freedesktop.org/~jekstrand/mesa/log/?h=wip/blorp-gen4 That should save you some typing. :-) On Fri, Mar 3, 2017 at 8:57 AM, Jason Ekstrand wrote: > Lois-Francis, > > Thanks for taking a crack at this! There are a couple other people

Re: [Mesa-dev] Moving i965 driver to genxml commands and structures

2017-03-03 Thread Jason Ekstrand
Lois-Francis, Thanks for taking a crack at this! There are a couple other people (I put them in the Cc) who have talked about doing this so thank you for sending the announcement! My primary request as you dive into this would be that you do things in such a way that we can have a fairly ti

[Mesa-dev] Moving i965 driver to genxml commands and structures

2017-03-03 Thread Louis-Francis Ratté-Boulianne
Hi, As to avoid any duplicate work, I want to inform everyone that I'm in the process of modifying the i965 driver so that it uses the same genxml infrastructure that the one used by the Intel Vulkan driver. The task has been proposed by Jason Ekstrand.  I will probably post my first patchset tod