~ubuntu-branches/ubuntu/raring/mesa/raring-proposed

« back to all changes in this revision

Viewing changes to src/gallium/drivers/r600/evergreen_state.c

  • Committer: Package Import Robot
  • Author(s): Maarten Lankhorst
  • Date: 2013-03-14 12:18:29 UTC
  • mfrom: (1.7.14)
  • Revision ID: package-import@ubuntu.com-20130314121829-bv7c0z6t1pob5ket
Tags: 9.0.3-0ubuntu1
New upstream release. (LP: #1134466)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1721
1721
                res = (struct r600_resource*)surf->base.texture;
1722
1722
                rtex = (struct r600_texture*)res;
1723
1723
 
 
1724
                r600_context_add_resource_size(ctx, state->cbufs[i]->texture);
 
1725
 
1724
1726
                if (!surf->color_initialized) {
1725
1727
                        evergreen_init_color_surface(rctx, surf);
1726
1728
                }
1787
1789
                surf = (struct r600_surface*)state->zsbuf;
1788
1790
                res = (struct r600_resource*)surf->base.texture;
1789
1791
 
 
1792
                r600_context_add_resource_size(ctx, state->zsbuf->texture);
 
1793
 
1790
1794
                if (!surf->depth_initialized) {
1791
1795
                        evergreen_init_depth_surface(rctx, surf);
1792
1796
                }