Files
mesa/src
Marek Olšák e027935a79 st/mesa: don't update unrelated states in non-draw calls such as Clear
If a VAO isn't bound and u_vbuf isn't enabled because of the Core profile,
we'll get user vertex buffers in drivers if we update vertex buffers
in glClear. So don't do that.

This fixes a regression since disabling u_vbuf for Core profiles.

Reviewed-by: Brian Paul <brianp@vmware.com>
2017-02-25 00:03:09 +01:00
..
2017-02-24 13:02:24 -08:00
2016-08-31 17:06:54 -07:00
2017-02-24 14:44:58 +00:00
2017-01-20 11:40:52 -08:00
2017-02-24 17:37:02 +00:00