[Mesa-dev] [PATCH 0/2] Klocwork patches
Juha-Pekka Heikkila
juhapekka.heikkila at gmail.com
Fri May 30 03:54:46 PDT 2014
These pass piglit quick set on my Ivybridge.
For patch number 2 it bring the error all the way to set_read_rb_tex_image()
which is "static void" function. Was pondering if it be changed to
"static bool" to be able to carry the error further? (it is anyhow marked
into the context at this point) This change would probably cause some
restucturing in brw_meta_stencil_blit()
/Juha-Pekka
Juha-Pekka Heikkila (2):
i965/fs: Add missing null checks in fs_generator::generate_assembly()
i965: in set_read_rb_tex_image() check
_mesa_meta_bind_rb_as_tex_image() did succeed
src/mesa/drivers/common/meta_blit.c | 10 +++++++++-
src/mesa/drivers/dri/i965/brw_fs_generator.cpp | 4 ++--
src/mesa/drivers/dri/i965/brw_meta_stencil_blit.c | 6 ++++--
3 files changed, 15 insertions(+), 5 deletions(-)
--
1.8.1.2
More information about the mesa-dev
mailing list