diff options
author | Eric Anholt <[email protected]> | 2010-03-16 16:20:03 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2010-03-17 11:23:43 -0700 |
commit | da011faf48155a5c02ebc1fe1fa20a4f54b8c657 (patch) | |
tree | 27d6e32dc4b217cd8450921d8e539eb7b62b0cd3 /src/mesa/drivers/dri/intel/intel_regions.h | |
parent | 1a77f8af9bc9982d76a7f602712eb1a5c23ec14e (diff) |
intel: Rely on allocated region pitch for the miptree pitch.
Bug #26966: 945 miptree pitch disagreement with libdrm.
Diffstat (limited to 'src/mesa/drivers/dri/intel/intel_regions.h')
-rw-r--r-- | src/mesa/drivers/dri/intel/intel_regions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/intel/intel_regions.h b/src/mesa/drivers/dri/intel/intel_regions.h index c81ccde4dad..2459c9a924d 100644 --- a/src/mesa/drivers/dri/intel/intel_regions.h +++ b/src/mesa/drivers/dri/intel/intel_regions.h @@ -78,7 +78,7 @@ struct intel_region struct intel_region *intel_region_alloc(struct intel_context *intel, uint32_t tiling, GLuint cpp, GLuint width, - GLuint height, GLuint pitch, + GLuint height, GLboolean expect_accelerated_upload); struct intel_region * |