i965/fs: Remove brw_wm_compile::computes_depth field.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs_visitor.cpp
2012-11-27 Kenneth Graunkei965/fs: Remove brw_wm_compile::computes_depth field.
2012-11-20 Eric Anholti965/fs: Add helper functions for IF and CMP and use...
2012-11-20 Eric Anholti965/fs: Add helper functions for generating ALU ops...
2012-11-20 Eric Anholti965/gen4: Fix crash with fragment programs and texture...
2012-11-20 Eric AnholtRevert "i965/fs: Fix conversions float->bool, int-...
2012-11-20 Eric Anholti965/fs: Fix the gen6-specific if handling for 80ecb8f1...
2012-10-17 Eric Anholti965: Share the predicate field between FS and VS.
2012-10-17 Eric Anholti965: Make the FS and VS share a few visitor/instructio...
2012-10-08 Eric Anholti965: Replace brw_wm_* with dumping code into the fs_vi...
2012-10-08 Eric Anholti965/fs: Pull ir_binop_min/ir_binop_max handling to...
2012-10-08 Eric Anholti965/fs: Refactor rectangle/GL_CLAMP texture coordinate...
2012-10-08 Eric Anholti965/fs: Pass fragment depth to the fb write as a fs_re...
2012-08-29 Kenneth Graunkei965/fs: Initialize output_components[] by filling...
2012-08-27 Kenneth Graunkei965: Index sampler program key data by linker-assigned...
2012-08-25 Kenneth Graunkei965: Use linker-assigned sampler IDs in instruction...
2012-08-25 Kenneth Graunkei965/fs: Rename "sampler" to "texunit" in texturing...
2012-08-25 Kenneth Graunkei965/fs: Remove unused 'sampler' parameter in emit_text...
2012-08-23 Anuj Phogati965/msaa: Add sample-alpha-to-coverage support for...
2012-08-07 Eric Anholti965/fs: Add support for loading uniform buffer variabl...
2012-08-07 Eric Anholtglsl: Add a "ubo_load" expression type for fetches...
2012-08-06 Kenneth Graunkei965/fs: Don't clobber sampler message MRFs with subexp...
2012-08-06 Kenneth Graunkei965/fs: Factor out texcoord setup into a helper function.
2012-08-06 Kenneth Graunkei965/fs: Move message header and texture offset setup...
2012-07-25 Eric Anholti965: Remove unused param conversion code.
2012-07-20 Paul Berryi965: Replace fs_visitor::kill_emitted with gl_fragment...
2012-07-18 Eric Anholti965/fs: Rename virtual_grf_next to virtual_grf_count.
2012-07-12 Kenneth Graunkei965: Always emit alpha when nr_color_buffers == 0.
2012-07-12 Kenneth Graunkei965: Delete previous workaround for textureGrad with...
2012-07-06 Eric Anholti965/fs: Move class functions from the header to .cpp...
2012-06-25 Chad Versacei965/fs: Fix conversions float->bool, int->bool
2012-06-15 Paul Berryi965: Add support for ir_unop_f2u to i965 backend.
2012-06-07 Kenneth Graunkei965: Enable the GL_ARB_shader_bit_encode extension.
2012-06-05 Kenneth Graunkei965/fs: Fix user-defined FS outputs with less than...
2012-06-05 Kenneth Graunkei965/fs: Fix texelFetchOffset() on pre-Gen7.
2012-05-23 Eric Anholti965/gen6+: Add support for GL_ARB_blend_func_extended.
2012-05-14 Eric Anholtintel: Fix signed/unsigned comparison warnings.
2012-05-14 Kenneth Graunkei965/fs: Use a const reference in fs_reg::equals instea...
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-04 Eric Anholti965/fs: Fix regression in comparison handling from...
2012-04-27 Kenneth Graunkei965/fs: Fix FB writes that tried to use the non-existe...
2012-04-24 Eric Anholti965/fs: Fix texelFetchOffset()
2012-04-20 Eric Anholti965/fs: Suppress printing the whole loop in BRW_OPCODE...
2012-04-12 Eric Anholti965/fs: Avoid generating extra AND instructions on...
2012-04-12 Eric Anholti965/fs: Try to avoid generating extra MOVs to do satur...
2012-04-02 Kenneth Graunkeglsl: Demote 'type' from ir_instruction to ir_rvalue...
2012-03-30 Kenneth Graunkei965: Avoid explicit accumulator operands in SIMD16...
2012-03-14 Kenneth Graunkei965: Enable SIMD16 mode for shaders with loops on...
2012-02-19 Kenneth Graunkei965: Make the dummy fragment shader work in SIMD16...
2012-02-19 Kenneth Graunkei965: Fix GPU hangs in the dummy fragment shader.
2012-02-15 Kenneth Graunkei965/fs: Take # of components into account in try_rewri...
2012-02-11 Eric Anholti965/fs: Add support for generating MADs.
2012-02-08 Eric Anholti965/fs: Implement GL_CLAMP behavior on texture rectang...
2012-02-08 Eric Anholti965/fs: Move GL_CLAMP handling to coordinate setup.
2012-01-09 Eric Anholti965/fs: Fix GPU hangs with 16-wide integer div/mod...
2011-12-20 Kenneth Graunkei965/fs: Factor out texturing related data from brw_wm_...
2011-12-20 Kenneth Graunkei965/fs: Factor out texture offset bitfield computation.
2011-12-18 Kenneth Graunkei965: Rename texturing ops from FS_OPCODE to SHADER_OPC...
2011-12-18 Kenneth Graunkei965/fs: Don't swizzle the results of textureSize().
2011-11-30 Eric Anholti965/fs: Fix regression in fbo-alphatest-nocolor.
2011-11-09 Eric Anholti965/fs: Add support for user-defined out variables.
2011-11-09 Eric Anholti965/fs: Preserve the source register type when doing...
2011-10-28 Kenneth Graunkei965/fs: Use the actual hardware g0 register for texel...
2011-10-27 Paul Berryi965/gen6+: Parameterize barycentric interpolation...
2011-10-20 Eric Anholti965/fs: Fix comparisions with uint negation.
2011-10-18 Kenneth Graunkeintel: Convert from GLboolean to 'bool' from stdbool.h.
2011-10-03 Kenneth Graunkei965/fs: Implement integer quotient and remainder math...
2011-09-28 Eric Anholti965/fs: Add support for bit-shift operations.
2011-09-28 Kenneth Graunkei965: Allow SIMD16 color writes on Ivybridge.
2011-09-28 Kenneth Graunkei965/fs: Allow SIMD16 with control flow on Ivybridge.
2011-09-20 Eric Anholti965: Fix compiler warnings.
2011-09-19 Kenneth Graunkei965/fs: Implement texelFetch() on Gen4.
2011-09-19 Kenneth Graunkei965/fs: Implement texelFetch() on Ivybridge.
2011-09-19 Kenneth Graunkei965/fs: Implement texelFetch() on Ironlake and Sandybr...
2011-09-07 Kenneth Graunkei965/fs: Implement ir_u2f opcode.
2011-08-30 Chad Versacei965: Fix Android build by removing relative includes
2011-08-29 Kenneth Graunkei965: Avoid generating MOVs for most ir_assignment...
2011-08-29 Kenneth Graunkei965/fs: Revert "Avoid generating MOVs for assignments...
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-25 Brian PaulMerge branch 'kasanen-post-process-v2'
2011-08-23 Eric Anholti965/gen6+: Use non-normalized coordinates for GL_TEXTU...
2011-08-23 Kenneth Graunkei965: Implement textureSize (TXS) on Gen4.
2011-08-23 Kenneth Graunkei965/fs: Implement textureSize (TXS) on Gen5+.
2011-08-23 Kenneth Graunkei965/fs: Rudimentary support for non-floating point...
2011-08-23 Kenneth Graunkeglsl: Add a new ir_txs (textureSize) opcode to ir_texture.
2011-08-20 Kenneth Graunkei965/fs: Change incorrect use of 'struct fs_reg' to...
2011-08-17 Eric Anholti965/fs: Fix 32-bit integer multiplication.
2011-08-16 Eric Anholti965: Rename math FS_OPCODE_* to SHADER_OPCODE_*.
2011-08-10 Eric Anholti965/fs: Eliminate the magic nature of virtual GRF 0.
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-29 Eric Anholti965/fs: Stop using the exec_list iterator.
2011-07-29 Eric Anholti965/fs: Respect ARB_color_buffer_float clamping.
2011-07-28 Kenneth Graunkei965/gen4: Fix message parameter loading for 1D TXD...
2011-07-25 Kenneth Graunkei965/fs: Clear result before visiting shadow comparitor...
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-11 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-06 Kenneth Graunkei965/fs: Fix message register allocation in FB writes.
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-06-29 Kenneth Graunkei965/fs: Implement new ir_unop_u2i and ir_unop_i2u...
2011-06-27 Ben Widawskyi965: step message register allocation
next