Re: [Mesa-dev] [PATCH v3 1/2] st/mesa: add st_convert_image()

2017-04-02 Thread Marek Olšák
For the series: Reviewed-by: Marek Olšák Marek On Fri, Mar 31, 2017 at 12:48 PM, Samuel Pitoiset wrote: > Should be used by the state tracker when glGetImageHandleARB() > is called in order to create a pipe_image_view template. > > v3: - move the comment to *.c > v2: - make 'st' const > -

Re: [Mesa-dev] [PATCH v3 1/2] st/mesa: add st_convert_image()

2017-04-01 Thread Nicolai Hähnle
On 31.03.2017 12:48, Samuel Pitoiset wrote: Should be used by the state tracker when glGetImageHandleARB() is called in order to create a pipe_image_view template. v3: - move the comment to *.c v2: - make 'st' const - describe the function Signed-off-by: Samuel Pitoiset Reviewed-by: Nico

[Mesa-dev] [PATCH v3 1/2] st/mesa: add st_convert_image()

2017-03-31 Thread Samuel Pitoiset
Should be used by the state tracker when glGetImageHandleARB() is called in order to create a pipe_image_view template. v3: - move the comment to *.c v2: - make 'st' const - describe the function Signed-off-by: Samuel Pitoiset --- src/mesa/state_tracker/st_atom_image.c | 106 +++