Re: [Mesa-dev] [PATCH 1/4 v3] gallium: implement util_clear_texture

2017-02-22 Thread Edward O'Callaghan
On 02/23/2017 12:52 PM, Roland Scheidegger wrote: > For the series: > Reviewed-by: Roland Scheidegger Reviewed-by: Edward O'Callaghan > > (I'll commit this tomorrow). > > Roland > > Am 22.02.2017 um 16:56 schrieb Lars Hamre: >> v3: have util_clear_texture mirror the pipe function (Roland S

Re: [Mesa-dev] [PATCH 1/4 v3] gallium: implement util_clear_texture

2017-02-22 Thread Roland Scheidegger
For the series: Reviewed-by: Roland Scheidegger (I'll commit this tomorrow). Roland Am 22.02.2017 um 16:56 schrieb Lars Hamre: > v3: have util_clear_texture mirror the pipe function (Roland Scheidegger) > v2: rework util clear functions such that they operate on a resource > instead of a su

[Mesa-dev] [PATCH 1/4 v3] gallium: implement util_clear_texture

2017-02-22 Thread Lars Hamre
v3: have util_clear_texture mirror the pipe function (Roland Scheidegger) v2: rework util clear functions such that they operate on a resource instead of a surface (Roland Scheidegger) Creates a util_clear_texture function for implementing the GL_ARB_clear_texture in softpipe and llvmpipe. Si