~ubuntu-branches/ubuntu/jaunty/mesa/jaunty

« back to all changes in this revision

Viewing changes to src/mesa/drivers/dri/intel/intel_context.h

  • Committer: Bazaar Package Importer
  • Author(s): Timo Aaltonen
  • Date: 2009-01-23 10:20:24 UTC
  • mfrom: (1.2.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20090123102024-1f3kmb3aea7wzk67
Tags: 7.3~rc3-1ubuntu1
* Merge with Debian experimental.
* Drop 102_dont_vblank.patch, since the new drm code in the kernel
  fixes the bugs that it worked around.
* Bump the build-dependency of libdrm to 2.4.4. It's the first version
  with necessary changes to build this.

Show diffs side-by-side

added added

removed removed

Lines of Context:
157
157
      void (*debug_batch)(struct intel_context *intel);
158
158
   } vtbl;
159
159
 
 
160
   struct {
 
161
      struct gl_fragment_program *bitmap_fp;
 
162
      struct gl_vertex_program *passthrough_vp;
 
163
 
 
164
      struct gl_fragment_program *saved_fp;
 
165
      GLboolean saved_fp_enable;
 
166
      struct gl_vertex_program *saved_vp;
 
167
      GLboolean saved_vp_enable;
 
168
 
 
169
      GLint saved_vp_x, saved_vp_y;
 
170
      GLsizei saved_vp_width, saved_vp_height;
 
171
   } meta;
 
172
 
160
173
   GLint refcount;
161
174
   GLuint Fallback;
162
175
   GLuint NewGLState;
166
179
 
167
180
   struct intel_region *front_region;
168
181
   struct intel_region *back_region;
169
 
   struct intel_region *third_region;
170
182
   struct intel_region *depth_region;
171
183
 
172
184
   /**