[Mesa-dev] [Mesa-stable] [V2 PATCH] meta: Fix the pbo usage in meta for GLES{1, 2} contexts

Emil Velikov emil.l.velikov at gmail.com
Thu May 26 14:18:13 UTC 2016


Hi all,

On 2 March 2016 at 03:22, Ian Romanick <idr at freedesktop.org> wrote:
> Sorry for the delay.
>
> Reviewed-by: Ian Romanick <ian.d.romanick at intel.com>
>
>
> On 02/09/2016 03:28 PM, Anuj Phogat wrote:
>> OpenGL ES 1.0 doesn't support using GL_STREAM_DRAW and both
>> ES 1.0 and 2.0 don't support GL_STREAM_READ in glBufferData().
>> So, handle it correctly by calling the _mesa_meta_begin()
>> before create_texture_for_pbo().
>>
>> V2: Remove the changes related to allocate_storage. (Ian)
>>
>> Cc: Ian Romanick <idr at freedesktop.org>
>> Cc: "11.1" <mesa-stable at lists.freedesktop.org>
>
>       "11.1 11.2"
>
>> Signed-off-by: Anuj Phogat <anuj.phogat at gmail.com>
>> ---
>>  src/mesa/drivers/common/meta_tex_subimage.c | 21 +++++++++++++--------
>>  1 file changed, 13 insertions(+), 8 deletions(-)
>>
It doesn't seem like this patch has landed yet, despite being
reviewed. Sadly it no longer applies cleanly to master, so I'm
wondering if it's still applicable or there's an alternative solution
(be that merged or not).

Thanks
Emil


More information about the mesa-dev mailing list