mesa: Changes to 'master'

Eric Anholt anholt at kemper.freedesktop.org
Wed Sep 19 17:55:59 UTC 2007


 configs/freebsd-dri                              |    2 
 progs/demos/.gitignore                           |   13 
 src/mesa/drivers/dri/i915/intel_ioctl.c          |    9 
 src/mesa/drivers/dri/i915tex/Makefile            |    1 
 src/mesa/drivers/dri/i915tex/intel_batchbuffer.c |   18 
 src/mesa/drivers/dri/i915tex/intel_context.h     |    2 
 src/mesa/drivers/dri/i915tex/intel_decode.c      |  832 +++++++++++++++++++++++
 src/mesa/drivers/dri/i915tex/intel_decode.h      |   29 
 8 files changed, 889 insertions(+), 17 deletions(-)

commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary

New commits:
commit 45899a494c578d406b29e5ee17c0f1b6bf12c2de
Author: Eric Anholt <eric at anholt.net>
Date:   Wed Sep 19 10:10:18 2007 -0700

    Update .gitignore for demos.

commit eecec2547851c331d0923d0162bd2008801551f3
Author: Eric Anholt <eric at anholt.net>
Date:   Thu Jul 5 16:57:53 2007 -0700

    Add missing -g in FreeBSD OPT_CFLAGS

commit b91791a85c1098e7a0210d7b9f186db20106ba3b
Author: Eric Anholt <eric at anholt.net>
Date:   Wed Sep 19 09:56:43 2007 -0700

    Replace i915tex batchbuffer printout with a pretty-printed version.

commit f843dcb844c4b1000f3b98a85f622b6929c19eea
Author: Eric Anholt <eric at anholt.net>
Date:   Wed Sep 19 09:02:24 2007 -0700

    Enable building the debug (env INTEL_DEBUG=list) code by default.

commit 9070e6b9970a6aeabfff07b259e0e1660980cc59
Author: Eric Anholt <eric at anholt.net>
Date:   Tue Jun 19 15:15:40 2007 -0700

    i915: Quiet valgrind by initializing the seq value the kernel writes into.
    
    Also, add a couple of comments to the wait/emit IRQ functions.




More information about the mesa-commit mailing list