[Mesa-stable] [PULL] Fixes related to bug #92363 for 11.0
Ian Romanick
idr at freedesktop.org
Wed Dec 2 10:22:50 PST 2015
The following changes since commit 2555e000fc1771dd231207247b5d9dfec4600fe8:
docs: add sha256 checksums for 11.0.6 (2015-11-21 12:40:06 +0000)
are available in the git repository at:
git://people.freedesktop.org/~idr/mesa 11.0-meta-cannot-use-glGenBuffers
for you to fetch changes up to 7bb68405ecdec65dbb910e975eb26b216a05afc9:
meta/TexSubImage: Don't pollute the buffer object namespace (2015-11-24 11:50:30 -0800)
----------------------------------------------------------------
Chris Wilson (1):
meta: Compute correct buffer size with SkipRows/SkipPixels
Ian Romanick (20):
mesa: Make bind_vertex_buffer avilable outside varray.c
mesa: Refactor update_array_format to make _mesa_update_array_format_public
mesa: Refactor enable_vertex_array_attrib to make _mesa_enable_vertex_array_attrib
i965: Pass brw_context instead of gl_context to brw_draw_rectlist
i965: Use DSA functions for VBOs in brw_meta_fast_clear
i965: Use internal functions for buffer object access
i965: Don't pollute the buffer object namespace in brw_meta_fast_clear
meta: Use DSA functions for PBO in create_texture_for_pbo
meta: Use _mesa_NamedBufferData and _mesa_NamedBufferSubData for users of _mesa_meta_setup_vertex_objects
i965: Use _mesa_NamedBufferSubData for users of _mesa_meta_setup_vertex_objects
meta: Don't leave the VBO bound after _mesa_meta_setup_vertex_objects
meta: Track VBO using gl_buffer_object instead of GL API object handle
meta: Use DSA functions for VBOs in _mesa_meta_setup_vertex_objects
meta: Use internal functions for buffer object and VAO access
meta: Don't pollute the buffer object namespace in _mesa_meta_setup_vertex_objects
meta: Partially convert _mesa_meta_DrawTex to DSA
meta: Track VBO using gl_buffer_object instead of GL API object handle in _mesa_meta_DrawTex
meta: Use internal functions for buffer object and VAO access in _mesa_meta_DrawTex
meta: Don't pollute the buffer object namespace in _mesa_meta_DrawTex
meta/TexSubImage: Don't pollute the buffer object namespace
src/mesa/drivers/common/meta.c | 201 ++++++++++++++--------
src/mesa/drivers/common/meta.h | 28 +--
src/mesa/drivers/common/meta_blit.c | 15 +-
src/mesa/drivers/common/meta_generate_mipmap.c | 14 +-
src/mesa/drivers/common/meta_tex_subimage.c | 85 +++++----
src/mesa/drivers/dri/i965/brw_meta_fast_clear.c | 40 +++--
src/mesa/drivers/dri/i965/brw_meta_stencil_blit.c | 9 +-
src/mesa/main/varray.c | 123 ++++++++-----
src/mesa/main/varray.h | 20 +++
9 files changed, 338 insertions(+), 197 deletions(-)
More information about the mesa-stable
mailing list