i965: Make a brw_stage_prog_data for storing the SURF_INDEX information.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs_visitor.cpp
2013-10-15 Eric Anholti965: Make a brw_stage_prog_data for storing the SURF_I...
2013-10-15 Eric Anholti965: Always have the struct gl_program * in the backen...
2013-10-10 Eric Anholti965/fs: Convert gen7 to using GRFs for texture messages.
2013-10-10 Eric Anholti965/fs: Keep a copy of the live variables class around.
2013-10-07 Matt Turneri965: Generate code for ir_binop_imul_high.
2013-10-07 Matt Turneri965: Use the multiplication result's type for the...
2013-10-07 Matt Turneri965: Generate code for ir_binop_carry and ir_binop_borrow.
2013-10-05 Chris Forbesi965/fs: Add support for textureGather(.., comp)
2013-10-05 Chris Forbesi965/fs: implement ir_query_levels
2013-10-02 Chris Forbesi965: w/a for gather4 green RG32F
2013-10-02 Chris Forbesi965/fs: Add support for ir_tg4
2013-10-02 Francisco Jerezmesa: Fix misplaced includes of "main/uniforms.h".
2013-09-26 Kenneth Graunkei965/fs: Don't double-accept operands of logical and...
2013-09-17 Matt Turnerglsl: Add support for ldexp.
2013-09-16 Paul Berryi965/fs: Expose "urb_setup" as part of brw_wm_prog_data.
2013-09-09 Matt Turneri965: Add support for ir_triop_csel.
2013-09-09 Kenneth Graunkeglsl: Pass _mesa_glsl_parse_state into matching_signatu...
2013-09-01 Chris Forbesi965/fs: Gen4: Zero out extra coordinates when using...
2013-08-27 Matt Turneri965/fs: Add support for translating ir_triop_fma into...
2013-08-27 Matt Turneri965/fs: Assert that ir_expressions are usable by 3...
2013-08-16 Matt Turneri965: Emit MOVs for neg/abs.
2013-08-15 Kenneth Graunkei965/fs: Fix Sandybridge regressions from SEL optimization.
2013-08-12 Kenneth Graunkei965/fs: Optimize IF/MOV/ELSE/MOV/ENDIF to SEL when...
2013-08-02 Bryan Cainglsl: add ir_emit_vertex and ir_end_primitive instructi...
2013-07-16 Chris Forbesi965/Gen4: Zero extra coordinates for ir_tex
2013-07-09 Kenneth Graunkei965: Delete intel_context entirely.
2013-07-09 Kenneth Graunkei965: Move intel_context::gen and gt fields to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::is_<platform> flags to brw_co...
2013-07-06 Chris Forbesi965: fix alpha test for MRT
2013-06-21 Eric Anholtglsl: Remove ir_print_visitor.h includes and usage
2013-06-04 Dave Airliei965: fix problem with constant out of bounds access...
2013-05-30 Frank Henigmanintel: initialize fs_visitor::params_remap in constructor
2013-05-22 Eric Anholti965: Shut up more compiler warnings from vector insert...
2013-05-09 Eric Anholti965/fs: Make virtual grf live intervals actually cover...
2013-05-06 Matt Turneri965/fs: Add support for bit instructions.
2013-04-29 Eric Anholti965/fs: Allow LRPs with uniform registers.
2013-04-22 Matt Turneri965/fs: Don't save value returned by emit() if it...
2013-04-11 Paul Berryi965: Rename backend_visitor::prog to shader_prog.
2013-04-01 Eric Anholti965/fs: Bake regs_written into the IR instead of recom...
2013-04-01 Eric Anholti965/fs: Clean up the setup of gen4 simd16 message...
2013-04-01 Eric Anholti965/fs: Move varying uniform offset compuation into...
2013-04-01 Matt Turneri965/fs: Fix bad interaction between tex swizzles and...
2013-03-29 Matt Turneri965/fs: Generate LOD sampler message from ir_lod.
2013-03-28 Eric Anholti965/fs: Include everything but the final FB write...
2013-03-15 Paul BerryReplace gl_frag_attrib enum with gl_varying_slot.
2013-03-01 Chris Forbesi965/fs: add support for ir_txf_ms on Gen6+
2013-03-01 Matt Turneri965/fs: Put immediate operand as src2
2013-02-28 Kenneth Graunkei965/fs: Use the LRP instruction for ir_triop_lrp when...
2013-02-19 Eric Anholti965/fs: Delay setup of uniform loads until after pre...
2013-01-25 Matt Turneri965: Assert that the 4x8 pack/unpack operations have...
2013-01-25 Ian Romanickglsl: Add ir_variable::is_in_uniform_block predicate
2013-01-25 Ian Romanickglsl: Add GLSL_TYPE_INTERFACE
2013-01-25 Ian Romanickglsl: Replace most default cases in switches on GLSL...
2013-01-25 Chad Versacei965/fs/gen7: Emit code for GLSL 3.00 pack/unpack opera...
2013-01-25 Paul Berryglsl: Eliminate ambiguity between function ins/outs...
2013-01-12 Kenneth Graunkei965/fs: Don't mix integer/float immediates in i2b...
2012-12-28 Eric Anholti965/fs: Reference the core GL uniform storage for...
2012-12-28 Eric Anholti965/fs: Remove the param_index/param_offset indirection.
2012-12-28 Eric Anholti965: Add a note about a bug from the no-recompile...
2012-12-14 Eric Anholti965/fs: Fix setup for textureGrad(samplerCubeArray...
2012-12-14 Eric Anholti965/fs: Move the failure for gen7 16-wide intdiv to...
2012-12-14 Chris Forbesi965: fs: Add fixup for textureSize on Gen6/7
2012-12-14 Eric Anholti965/fs: Set up gen7 UBO loads as sends from GRFs.
2012-12-12 Kenneth Graunkei965: Make try_rewrite_rhs_to_dst compare VGRF size...
2012-12-11 Eric Anholti965/fs: Improve performance of shaders that start...
2012-12-11 Eric Anholti965/fs: Rewrite discards to use a flag subreg to track...
2012-12-05 Eric Anholti965/fs: Add support for uniform array access with...
2012-12-05 Eric Anholti965/fs: Conditionalize constant-index UBO load code...
2012-12-05 Eric Anholti965/fs: Rename the existing pull constant load opcode.
2012-11-28 Eric Anholti965/fs: Don't generate saturates over existing variabl...
2012-11-27 Kenneth Graunkei965/fs: Move struct brw_compile (p) entirely inside...
2012-11-27 Kenneth Graunkei965/fs: Pass the brw_context pointer into fs_visitor...
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: 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...
next