Re: [Mesa-dev] [PATCH] st/mesa: no-op glCopyPixels if source region is out of bounds

2012-04-21 Thread Jose Fonseca
- Original Message - > If the source region for a glCopyPixels is completely outside the > source buffer bounds, no-op the copy. Fixes a failed assertion. > > NOTE: This is a candidate for the 8.0 branch. > --- > src/mesa/state_tracker/st_cb_drawpixels.c | 10 +- > 1 files chan

[Mesa-dev] [PATCH] st/mesa: no-op glCopyPixels if source region is out of bounds

2012-04-20 Thread Brian Paul
If the source region for a glCopyPixels is completely outside the source buffer bounds, no-op the copy. Fixes a failed assertion. NOTE: This is a candidate for the 8.0 branch. --- src/mesa/state_tracker/st_cb_drawpixels.c | 10 +- 1 files changed, 9 insertions(+), 1 deletions(-) diff