Re: [Mesa-dev] [PATCH 2/3] util/u_blit: Support blits from cubemaps.

2013-09-18 Thread Jose Fonseca
- Original Message - > Am 17.09.2013 20:32, schrieb jfons...@vmware.com: > > From: José Fonseca > > > > By calling util_map_texcoords2d_onto_cubemap. > > > > A new parameter for util_blit_pixels_tex is necessary, as > > pipe_sampler_view::first_layer is always supposed to point to the fi

Re: [Mesa-dev] [PATCH 2/3] util/u_blit: Support blits from cubemaps.

2013-09-17 Thread Roland Scheidegger
Am 17.09.2013 20:32, schrieb jfons...@vmware.com: > From: José Fonseca > > By calling util_map_texcoords2d_onto_cubemap. > > A new parameter for util_blit_pixels_tex is necessary, as > pipe_sampler_view::first_layer is always supposed to point to the first > face when sampling from cubemaps. > -

[Mesa-dev] [PATCH 2/3] util/u_blit: Support blits from cubemaps.

2013-09-17 Thread jfonseca
From: José Fonseca By calling util_map_texcoords2d_onto_cubemap. A new parameter for util_blit_pixels_tex is necessary, as pipe_sampler_view::first_layer is always supposed to point to the first face when sampling from cubemaps. --- src/gallium/auxiliary/util/u_blit.c | 34 +