~ubuntu-branches/ubuntu/lucid/mesa/lucid

« back to all changes in this revision

Viewing changes to src/gallium/drivers/llvmpipe/lp_state_surface.c

  • Committer: Bazaar Package Importer
  • Author(s): Timo Aaltonen, Timo Aaltonen, Robert Hooker
  • Date: 2010-02-19 15:52:12 UTC
  • mfrom: (3.1.10 experimental)
  • Revision ID: james.westby@ubuntu.com-20100219155212-blqov938av7m6exj
Tags: 7.7-3ubuntu1
[ Timo Aaltonen ]
* Merge from Debian experimental.

[ Robert Hooker ]
* Add 100_no_abi_tag.patch: Removes the ABI tag in /usr/lib/libGL.so.1
  which prevented ldconfig from using a libGL from another directory
  at a higher priority than the one in /usr/lib.
* Install libGL alternatives with libgl1-mesa-swx11 as well. (LP: #522048)

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
#include "lp_context.h"
32
32
#include "lp_state.h"
33
 
#include "lp_surface.h"
34
33
#include "lp_tile_cache.h"
35
34
 
36
35
#include "draw/draw_context.h"
49
48
   struct llvmpipe_context *lp = llvmpipe_context(pipe);
50
49
   uint i;
51
50
 
 
51
   draw_flush(lp->draw);
 
52
 
52
53
   for (i = 0; i < PIPE_MAX_COLOR_BUFS; i++) {
53
54
      /* check if changing cbuf */
54
55
      if (lp->framebuffer.cbufs[i] != fb->cbufs[i]) {