[Intel-gfx] [PATCH] Remove accidental 'return; ' left at the top of I830DRIInitBuffers
Eric Anholt
eric at anholt.net
Sun Oct 19 22:47:03 CEST 2008
On Sun, 2008-10-19 at 13:41 -0700, Keith Packard wrote:
> I was testing the behaviour of the XAA-based DRI buffer drawing code for
> tiled buffers and accidentally left I830DRIInitBuffers disabled.
ack
> Signed-off-by: Keith Packard <keithp at keithp.com>
> ---
> src/i830_dri.c | 1 -
> 1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/src/i830_dri.c b/src/i830_dri.c
> index c964486..7be4176 100644
> --- a/src/i830_dri.c
> +++ b/src/i830_dri.c
> @@ -1195,7 +1195,6 @@ I830DRIInitBuffers(WindowPtr pWin, RegionPtr prgn, CARD32 index)
> int nbox;
> int buffer, first_buffer, last_buffer;
>
> - return;
> if (I810_DEBUG & DEBUG_VERBOSE_DRI)
> ErrorF("I830DRIInitBuffers\n");
>
--
Eric Anholt
eric at anholt.net eric.anholt at intel.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/intel-gfx/attachments/20081019/c7b66d62/attachment.sig>
More information about the Intel-gfx
mailing list