HomeSort by relevance Sort by last modified time
    Searched full:i965 (Results 51 - 75 of 140) sorted by null

1 23 4 5 6

  /external/mesa3d/docs/
relnotes-9.0.2.html 142 <li>i965: Validate requested GLES context version in brwCreateContext</li>
174 <li>i965/gen4: Fix memory leak each time compile_gs_prog() is called.</li>
203 <li>i965/vs: Fix unit mismatch in scratch base_offset parameter.</li>
204 <li>i965/vs: Implement register spilling.</li>
207 <li>i965/vs: Don't lose the MRF writemask when doing compute-to-MRF.</li>
208 <li>i965/vs: Preserve the type when copy propagating into an instruction.</li>
210 <li>i965: Fix AA Line Distance Mode in 3DSTATE_SF on Ivybridge.</li>
relnotes-7.10.2.html 110 <li>i965: Fix tex_swizzle when depth mode is GL_RED</li>
120 <li>i965: Apply a workaround for the Ironlake "vertex flashing".</li>
121 <li>i965: Fix alpha testing when there is no color buffer in the FBO.</li>
166 <li>i965/fs: Fix linear gl_Color interpolation on pre-gen6 hardware.</li>
relnotes-7.10.3.html 146 <li>i965: Fix the VS thread limits for GT1, and clarify the WM limits on both.</li>
186 <li>i965: Remove hint_gs_always and resulting dead code</li>
233 <li>i965/fs: Switch W and 1/W in Sandybridge interpolation setup.</li>
234 <li>i965: Refactor Sandybridge implied move handling.</li>
235 <li>i965: Resolve implied moves in brw_dp_READ_4_vs_relative.</li>
237 <li>i965: Allocate the whole URB to the VS and fix calculations for Gen6.</li>
241 <li>i965: Rename various gen6 #defines to match the documentation.</li>
242 <li>i965: Never enable the GS on Gen6.</li>
291 <li>i965: Align interleaved URB write length to 2</li>
relnotes-7.4.2.html 47 <li>Fixed some i965 GLSL bugs.
relnotes-7.4.4.html 42 <li>Fixed i965/i915 segfault in screen destruction (bug 22408)
relnotes-7.4.html 54 <li>Assorted i965 driver bug fixes
relnotes-7.5.2.html 53 <li>Assorted bug fixes for i965/i945 drivers
relnotes-7.9.2.html 47 <li>Fix an i965 GPU hang in GLSL shaders that contain an unconditional <tt>discard</tt> statement.</li>
49 <li>Fix an i965 shader bug where the negative absolute value was generated instead of the absolute value of a negation.</li>
67 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=30156">Bug 30156</a> - [i965] After updating to Mesa 7.9, Civilization IV starts to show garbage</li>
211 <li>i965: Avoid double-negation of immediate values in the VS.</li>
212 <li>docs: Add a relnote for the Civ IV on i965.</li>
213 <li>i965/vs: When MOVing to produce ABS, strip negate of the operand.</li>
237 <li>i965: Make OPCODE_KIL_NV do its work in a temp, not the null reg!</li>
251 <li>i965: Set correct values for range/precision of fragment shader types</li>
291 <li>glsl, i965: Remove unnecessary talloc includes.</li>
systems.html 29 <li>Intel i965, i945, i915.
relnotes-7.9.1.html 69 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=31495">Bug 31495</a> - [i965 gles2c bisected] OpenGL ES 2.0 conformance GL2Tests_GetBIFD_input.run regressed</li>
91 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=31909">Bug 31909</a> - [i965] brw_fs.cpp:1461: void fs_visitor::emit_bool_to_cond_code(ir_rvalue*): Assertion `expr-&gt;operands[i]-&gt;type-&gt;is_scalar()' failed.</li>
143 <li>egl/i965: include inline_wrapper_sw_helper.h</li>
212 <li>i965: Allow OPCODE_SWZ to put immediates in the first arg.</li>
213 <li>i965: Add support for rendering to SARGB8 FBOs.</li>
221 <li>i965: Correct the dp_read message descriptor setup on g4x.</li>
305 <li>i965: Internally enable GL_NV_blend_square on ES2.</li>
310 <li>i965: Don't write mrf assignment for pointsize output</li>
  /external/chromium_org/third_party/mesa/src/docs/
relnotes-7.10.2.html 110 <li>i965: Fix tex_swizzle when depth mode is GL_RED</li>
120 <li>i965: Apply a workaround for the Ironlake "vertex flashing".</li>
121 <li>i965: Fix alpha testing when there is no color buffer in the FBO.</li>
166 <li>i965/fs: Fix linear gl_Color interpolation on pre-gen6 hardware.</li>
relnotes-7.10.3.html 146 <li>i965: Fix the VS thread limits for GT1, and clarify the WM limits on both.</li>
186 <li>i965: Remove hint_gs_always and resulting dead code</li>
233 <li>i965/fs: Switch W and 1/W in Sandybridge interpolation setup.</li>
234 <li>i965: Refactor Sandybridge implied move handling.</li>
235 <li>i965: Resolve implied moves in brw_dp_READ_4_vs_relative.</li>
237 <li>i965: Allocate the whole URB to the VS and fix calculations for Gen6.</li>
241 <li>i965: Rename various gen6 #defines to match the documentation.</li>
242 <li>i965: Never enable the GS on Gen6.</li>
291 <li>i965: Align interleaved URB write length to 2</li>
relnotes-7.4.2.html 47 <li>Fixed some i965 GLSL bugs.
relnotes-7.4.4.html 42 <li>Fixed i965/i915 segfault in screen destruction (bug 22408)
relnotes-7.4.html 54 <li>Assorted i965 driver bug fixes
relnotes-7.5.2.html 53 <li>Assorted bug fixes for i965/i945 drivers
relnotes-7.9.2.html 47 <li>Fix an i965 GPU hang in GLSL shaders that contain an unconditional <tt>discard</tt> statement.</li>
49 <li>Fix an i965 shader bug where the negative absolute value was generated instead of the absolute value of a negation.</li>
67 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=30156">Bug 30156</a> - [i965] After updating to Mesa 7.9, Civilization IV starts to show garbage</li>
211 <li>i965: Avoid double-negation of immediate values in the VS.</li>
212 <li>docs: Add a relnote for the Civ IV on i965.</li>
213 <li>i965/vs: When MOVing to produce ABS, strip negate of the operand.</li>
237 <li>i965: Make OPCODE_KIL_NV do its work in a temp, not the null reg!</li>
251 <li>i965: Set correct values for range/precision of fragment shader types</li>
291 <li>glsl, i965: Remove unnecessary talloc includes.</li>
systems.html 29 <li>Intel i965, i945, i915.
relnotes-7.9.1.html 69 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=31495">Bug 31495</a> - [i965 gles2c bisected] OpenGL ES 2.0 conformance GL2Tests_GetBIFD_input.run regressed</li>
91 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=31909">Bug 31909</a> - [i965] brw_fs.cpp:1461: void fs_visitor::emit_bool_to_cond_code(ir_rvalue*): Assertion `expr-&gt;operands[i]-&gt;type-&gt;is_scalar()' failed.</li>
143 <li>egl/i965: include inline_wrapper_sw_helper.h</li>
212 <li>i965: Allow OPCODE_SWZ to put immediates in the first arg.</li>
213 <li>i965: Add support for rendering to SARGB8 FBOs.</li>
221 <li>i965: Correct the dp_read message descriptor setup on g4x.</li>
305 <li>i965: Internally enable GL_NV_blend_square on ES2.</li>
310 <li>i965: Don't write mrf assignment for pointsize output</li>
relnotes-7.0.2.html 49 <li>Fixed an assortment of i965 driver bugs
relnotes-7.1.html 48 <li>Support for the GL shading language with i965 driver (implemented by Intel)
relnotes-7.3.html 52 <li>Assorted i965 driver fixes
relnotes-7.4.3.html 50 <li>Fixed framebuffer mem leak in i945/i965 DRI drivers
relnotes-7.6.1.html 63 <li>Fixed clipping / provoking vertex bugs in i965 driver.
relnotes-7.9.html 46 <li>GL_EXT_timer_query extension (i965 driver and softpipe only)
64 <li>Initial "signs of life" support for Sandybridge hardware in i965 DRI
103 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=27388">Bug 27388</a> - [i965] piglit glsl-vs-arrays failure</li>
108 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=28748">Bug 28748</a> - [i965] uninlined function calls support</li>

Completed in 167 milliseconds

1 23 4 5 6