~ubuntu-branches/ubuntu/precise/mesa-lts-quantal/precise-updates

« back to all changes in this revision

Viewing changes to src/mesa/drivers/dri/i965/brw_shader.cpp

  • Committer: Package Import Robot
  • Author(s): Maarten Lankhorst
  • Date: 2013-03-21 09:25:55 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20130321092555-mupc3s4vbgvaeqem
Tags: 9.0.3-0ubuntu0.1~precise1
Copy mesa update from quantal. (LP: #1134466)

Show diffs side-by-side

added added

removed removed

Lines of Context:
132
132
         lower_if_to_cond_assign(shader->ir, 16);
133
133
 
134
134
      do_lower_texture_projection(shader->ir);
135
 
      brw_lower_texture_gradients(shader->ir);
 
135
      if (intel->gen < 8 && !intel->is_haswell)
 
136
         brw_lower_texture_gradients(shader->ir);
136
137
      do_vec_index_to_cond_assign(shader->ir);
137
138
      brw_do_cubemap_normalize(shader->ir);
138
139
      lower_noise(shader->ir);