Merge branch 'mesa_7_7_branch'
authorJakob Bornecrantz <jakob@vmware.com>
Thu, 14 Jan 2010 22:31:04 +0000 (22:31 +0000)
committerJakob Bornecrantz <jakob@vmware.com>
Thu, 14 Jan 2010 22:31:04 +0000 (22:31 +0000)
Conflicts:
src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c
src/gallium/auxiliary/util/Makefile
src/gallium/drivers/r300/r300_state_derived.c

20 files changed:
1  2 
progs/demos/engine.c
progs/demos/fire.c
progs/demos/isosurf.c
progs/demos/morph3d.c
src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c
src/gallium/auxiliary/tgsi/tgsi_exec.c
src/gallium/drivers/r300/r300_flush.c
src/gallium/drivers/svga/svga_state_fs.c
src/gallium/drivers/svga/svga_state_vs.c
src/gallium/state_trackers/dri/dri_drawable.c
src/gallium/state_trackers/xorg/xorg_xv.c
src/mesa/state_tracker/st_program.c
src/mesa/state_tracker/st_texture.c
src/mesa/swrast/s_accum.c
src/mesa/swrast/s_bitmap.c
src/mesa/swrast/s_copypix.c
src/mesa/swrast/s_drawpix.c
src/mesa/tnl/t_draw.c
src/mesa/tnl/t_pipeline.c
src/mesa/tnl/t_vb_program.c

Simple merge
Simple merge
Simple merge
Simple merge
@@@ -37,9 -37,9 +37,10 @@@ static void r300_flush(struct pipe_cont
  {
      struct r300_context *r300 = r300_context(pipe);
      struct r300_query *query;
 +    struct r300_atom *atom;
  
      CS_LOCALS(r300);
+     (void) cs_count;
      /* We probably need to flush Draw, but we may have been called from
       * within Draw. This feels kludgy, but it might be the best thing.
       *
Simple merge
Simple merge
Simple merge
  
  #include "main/glheader.h"
  #include "main/bufferobj.h"
 +#include "main/condrender.h"
  #include "main/image.h"
  #include "main/macros.h"
- #include "main/pixel.h"
  
  #include "s_context.h"
  #include "s_span.h"
@@@ -26,9 -26,7 +26,8 @@@
  #include "main/glheader.h"
  #include "main/context.h"
  #include "main/colormac.h"
 +#include "main/condrender.h"
  #include "main/convolve.h"
- #include "main/histogram.h"
  #include "main/image.h"
  #include "main/macros.h"
  #include "main/imports.h"
Simple merge
   */
  
  #include "main/glheader.h"
 +#include "main/condrender.h"
  #include "main/context.h"
  #include "main/imports.h"
- #include "main/state.h"
  #include "main/mtypes.h"
  #include "main/macros.h"
  #include "main/enums.h"
Simple merge
Simple merge