mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-17 07:00:20 +01:00
[965] Remove dead code in upload_wm_surfaces.
This commit is contained in:
parent
e34a183d87
commit
3ecdae82d7
1 changed files with 0 additions and 3 deletions
|
|
@ -196,11 +196,8 @@ static void upload_wm_surfaces(struct brw_context *brw )
|
|||
{
|
||||
GLcontext *ctx = &brw->intel.ctx;
|
||||
struct intel_context *intel = &brw->intel;
|
||||
struct brw_surface_binding_table bind;
|
||||
GLuint i;
|
||||
|
||||
memcpy(&bind, &brw->wm.bind, sizeof(bind));
|
||||
|
||||
{
|
||||
struct brw_surface_state surf;
|
||||
struct intel_region *region = brw->state.draw_region;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue