i965: Remove the rest of brw_update_draw_buffer(). 37/7137/1
authorEric Anholt <eric@anholt.net>
Thu, 20 Jun 2013 16:53:27 +0000 (09:53 -0700)
committerEric Anholt <eric@anholt.net>
Wed, 26 Jun 2013 02:19:22 +0000 (19:19 -0700)
commit04e03d964578114add4baf30fc77eb8c867fccd9
tree81a12d2453f748f6746d65e2ebed23d9fd8d0315
parentc39111509d4ff3fd48ce607b24e3c97a0807f712
i965: Remove the rest of brw_update_draw_buffer().

The last piece of code with an effect was flagging _NEW_BUFFERS.  Only,
that is already flagged from everything that calls this function: Mesa GL
state updates flag it before even calling down into the driver, and the
calls from the DRI2 window system framebuffer update path end up flagging
it as part of the ResizeBuffers() hook.

Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_vtbl.c