Re: [Mesa-dev] More UBOs: std140 layout test works.

2012-07-18 Thread Ian Romanick
On 07/02/2012 05:38 PM, Eric Anholt wrote: Here's a new pile of UBO stuff. It gets things through the linker and answers some more API queries. It doesn't include the driver backend yet. I have some WIP code that's getting a lot of rendering to work, so I'm pretty convinced that this chunk of

Re: [Mesa-dev] More UBOs: std140 layout test works.

2012-07-05 Thread Ian Romanick
On 07/02/2012 05:38 PM, Eric Anholt wrote: Here's a new pile of UBO stuff. It gets things through the linker and answers some more API queries. It doesn't include the driver backend yet. I have some WIP code that's getting a lot of rendering to work, so I'm pretty convinced that this chunk of

[Mesa-dev] More UBOs: std140 layout test works.

2012-07-02 Thread Eric Anholt
Here's a new pile of UBO stuff. It gets things through the linker and answers some more API queries. It doesn't include the driver backend yet. I have some WIP code that's getting a lot of rendering to work, so I'm pretty convinced that this chunk of code won't require a lot of work. However, I