i965/fs: Move brw_wm_compile::fp to fs_visitor.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs.h
2012-11-27 Kenneth Graunkei965/fs: Move brw_wm_compile::fp to fs_visitor.
2012-11-27 Kenneth Graunkei965/fs: Remove struct brw_shader * parameter to fs_vis...
2012-11-27 Kenneth Graunkei965/fs: Move brw_wm_compile::dispatch_width into fs_vi...
2012-11-27 Kenneth Graunkei965/fs: Move brw_wm_lookup_iz() to fs_visitor::setup_p...
2012-11-27 Kenneth Graunkei965/fs: Move brw_wm_payload_setup() to fs_visitor...
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-15 Kenneth Graunkei965/fs: Remove bblock field of fs_visitor.
2012-11-08 Eric Anholti965/fs: Add support for global copy propagation.
2012-11-04 Kenneth Graunkei965/fs: Compact the virtual GRF arrays.
2012-10-17 Eric Anholti965/fs: Allocate registers in the unused parts of...
2012-10-17 Eric Anholti965/fs: Reduce the interference between payload regs...
2012-10-17 Eric Anholti965/fs: Make the register allocation class_sizes[...
2012-10-17 Eric Anholti965: Share the predicate field between FS and VS.
2012-10-17 Eric Anholti965: Rename fs_cfg types to not mention fs.
2012-10-17 Eric Anholti965: Make the FS and VS share a few visitor/instructio...
2012-10-08 Eric Anholti965/fs: Improve performance of copy/constant propagation.
2012-10-08 Eric Anholti965/fs: Move constant propagation to the same codebase...
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-27 Kenneth Graunkei965: Index sampler program key data by linker-assigned...
2012-08-25 Kenneth Graunkei965/fs: Remove unused 'sampler' parameter in emit_text...
2012-08-07 Eric Anholti965/fs: Communicate the pull constant block read param...
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-20 Paul Berryi965: Replace fs_visitor::kill_emitted with gl_fragment...
2012-07-18 Eric Anholti965/fs.h: Refactor tests for instructions modifying...
2012-07-18 Eric Anholti965/fs: Rename virtual_grf_next to virtual_grf_count.
2012-07-06 Eric Anholti965/fs: Move class functions from the header to .cpp...
2012-07-03 Eric Anholti965/fs: Move copy propagation test out to a separate...
2012-07-02 Paul Berryi965/fs: Add FS_OPCODE_MOV_DISPATCH_TO_FLAGS to fragmen...
2012-06-25 Paul Berryi965/msaa: Add backend support for centroid interpolation.
2012-06-25 Paul Berryi965/fs: Refactor interpolation code to prepare for...
2012-06-22 Paul Berryi965: Compute dFdy() correctly for FBOs.
2012-06-05 Kenneth Graunkei965/fs: Fix user-defined FS outputs with less than...
2012-05-23 Eric Anholti965/gen6+: Add support for GL_ARB_blend_func_extended.
2012-05-17 Eric Anholti965/fs: Do more register coalescing by using the inter...
2012-05-15 Eric AnholtRevert "i965/fs: Jump from discard statements to the...
2012-05-14 Eric Anholti965/fs: Add support for copy propagation.
2012-05-14 Kenneth Graunkei965/fs: Add a local common subexpression elimination...
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-20 Eric Anholti965: Add basic block generator.
2012-04-12 Eric Anholti965/fs: Try to avoid generating extra MOVs to do satur...
2012-03-16 Eric Anholti965/fs: Jump from discard statements to the end of...
2012-02-15 Kenneth Graunkei965/fs: Add a new fs_inst::regs_written function.
2012-02-11 Eric Anholti965/fs: Add support for generating MADs.
2012-01-30 Eric Anholti965/fs: Fix rendering corruption in unigine tropics.
2011-12-18 Kenneth Graunkei965: Rename texturing ops from FS_OPCODE to SHADER_OPC...
2011-11-30 Eric Anholti965/fs: Make register file enum 0 be the undefined...
2011-11-09 Eric Anholti965/fs: Add support for user-defined out variables.
2011-11-07 Kenneth Graunkei965: Enable faster workaround-free math on Ivybridge.
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-07 Ian Romanickmesa: Use gl_shader_program::_LinkedShaders instead...
2011-10-03 Kenneth Graunkei965/fs: Implement integer quotient and remainder math...
2011-09-26 Kenneth Graunkei965/fs: Split generate_math into gen4/gen6 and 1/2...
2011-09-19 Kenneth Graunkei965/fs: Implement texelFetch() on Ironlake and Sandybr...
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 Kenneth Graunkei965/fs: Implement textureSize (TXS) on Gen5+.
2011-08-16 Eric Anholti965: Rename math FS_OPCODE_* to SHADER_OPCODE_*.
2011-08-16 Eric Anholti965: Create a shared enum for hardware and compiler...
2011-08-10 Eric Anholti965: Drop the reg/hw_reg distinction.
2011-08-10 Eric Anholti965/fs: Eliminate the magic nature of virtual GRF 0.
2011-08-05 Eric Anholti965/fs: Don't upload unused uniform components.
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-29 Eric Anholti965/fs: Optimize a * 1.0 -> a.
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-06-19 Kenneth Graunkei965/fs: Refactor texture result swizzling into a helpe...
2011-06-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-03 Christian KönigMerge remote-tracking branch 'mareko/r300g-draw-instanc...
2011-05-27 Eric Anholti965/fs: Do a FS compile up front at link time to produ...
2011-05-27 Eric Anholti965/fs: Split the GLSL IR -> FS LIR visitor to brw_fs_...
2011-05-27 Eric Anholti965: Avoid generating MOVs for assignments of expressions.
2011-05-21 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-05-18 Eric Anholti965: Add support for correct GL_CLAMP behavior by...
2011-05-18 Eric Anholti965/fs: Cut an instruction and a temporary from gen6...
2011-05-18 Kenneth Graunkei965: Add support for Ivybridge texturing messages.
2011-05-07 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-04-26 Eric Anholti965/fs: Add support for 16-wide dispatch with uniforms...
2011-04-26 Eric Anholti965/fs: Add support for 16-wide dispatch on gen5.
2011-04-26 Eric Anholti965/fs: Add initial support for 16-wide dispatch on...
2011-04-26 Eric Anholti965/fs: Add support for computing pixel_[xy] in 16...
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-14 Eric Anholti965/fs: Constant-fold immediates in src0 of SEL instru...
2011-03-24 Eric Anholti965/fs: Make compile failure more verbose with INTEL_D...
2011-03-24 Eric Anholti965/fs: Clean up the emit calls by introducing emit...
2011-02-28 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-25 Kenneth Graunkei965/fs: Initial plumbing to support TXD.
next