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

« back to all changes in this revision

Viewing changes to src/gallium/drivers/svga/svga_screen.h

  • 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:
68
68
   pipe_mutex tex_mutex; 
69
69
   pipe_mutex swc_mutex; /* Protects the use of swc and dirty_buffers */
70
70
   
71
 
   /** 
72
 
    * List of buffers with cached GMR. Ordered from the most recently used to
73
 
    * the least recently used 
74
 
    */
75
 
   struct list_head cached_buffers;
76
 
   
77
71
   struct svga_host_surface_cache cache;
78
72
};
79
73