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

« back to all changes in this revision

Viewing changes to src/mesa/drivers/dri/i965/brw_wm_sampler_state.c

  • 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:
244
244
         entry->minfilter = texObj->MinFilter;
245
245
         entry->magfilter = texObj->MagFilter;
246
246
         entry->comparemode = texObj->CompareMode;
247
 
    entry->comparefunc = texObj->CompareFunc;
 
247
         entry->comparefunc = texObj->CompareFunc;
248
248
 
249
249
         dri_bo_unreference(brw->wm.sdc_bo[unit]);
250
250
         if (firstImage->_BaseFormat == GL_DEPTH_COMPONENT) {