mesa/src
Brian Paul b95ead850b svga: fix crash regression since e027935a79
During the first update of the hw_clear_state atoms, we may not yet
have a current rasterizer state object.  So, svga->curr.rast may be
NULL and we crash.

Add a few null pointer checks to work around this.  Note that these
are only needed in the state update functions which are called for
'clear' validation.

Reviewed-by: Charmaine Lee <charmainel@vmware.com>
2017-03-02 10:11:19 -07:00
..
amd amd/common: Fix build with new ac_add_function_attr() 2017-03-01 23:53:38 +01:00
compiler i965: Do int64 lowering in NIR 2017-03-01 17:00:20 -08:00
egl egl/wayland: Don't use DRM format codes for SHM 2017-03-01 18:36:55 +00:00
gallium svga: fix crash regression since e027935a79 2017-03-02 10:11:19 -07:00
gbm gbm/dri: fix memory leaks in error path 2017-01-27 17:56:58 +00:00
getopt Introduce .editorconfig 2016-08-31 17:06:54 -07:00
glx glx/tests: automake: add dispatch-index-check to the tarball 2017-02-28 16:18:27 +00:00
gtest gtest: Update to 1.8.0. 2017-01-20 11:40:52 -08:00
hgl glapi/hgl: remove the final user of _glapi_check_table() 2016-10-06 15:03:46 +01:00
intel anv: add VK_KHR_descriptor_update_template support 2017-03-02 10:34:06 +00:00
loader egl/dri3: implement query surface hook 2017-02-28 10:11:42 +00:00
mapi mapi: remove unused mapi.[ch] 2017-02-24 17:37:02 +00:00
mesa mesa: Avoid read of uninitialized variable 2017-03-02 15:45:19 +00:00
util util/build-id: Return a pointer rather than copying the data 2017-03-01 15:31:44 -08:00
vulkan vulkan/wsi: Improve the DRI3 error message 2017-03-01 19:11:47 -08:00
Makefile.am vulkan: Combine wsi and util makefiles 2017-02-22 13:12:02 -08:00
SConscript