[Mesa-dev] [PATCH] mesa/glthread: add custom marshalling for ClearBufferfv()

Timothy Arceri tarceri at itsqueeze.com
Thu Mar 30 03:57:31 UTC 2017


On 28/03/17 01:02, Gregory Hainaut wrote:
> Hello Timothy,
>
> 2 small questions:
>
> Will it work for DSA equivalent function, namely
> glClearNamedFramebufferfv ?

It looks like we don't currently even bother to implement 
glClearNamedFramebufferfv properly.

>
> Would it be interesting to also do the equivalent for
> glClearBufferiv/glClearBufferuiv ?
> Note the *uiv variant could be easier as the size is always 4 INT, so it
> can be done with a scale attribute on the XML.

Sure. For now I was seeing this one in use so I added it.

>
> Cheers,
> Gregory


More information about the mesa-dev mailing list