i965: Introduce the FIND_LIVE_CHANNEL pseudo-opcode.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_shader.cpp
2015-05-04 Francisco Jerezi965: Introduce the FIND_LIVE_CHANNEL pseudo-opcode.
2015-05-04 Francisco Jerezi965: Introduce the BROADCAST pseudo-opcode.
2015-05-04 Francisco Jerezi965: Add memory fence opcode.
2015-05-04 Francisco Jerezi965: Add typed surface access opcodes.
2015-05-04 Francisco Jerezi965: Add untyped surface write opcode.
2015-05-02 Jordan Justeni965/cs: Support CS program precompile
2015-05-02 Jordan Justeni965/cs: Add CS_OPCODE_CS_TERMINATE
2015-04-24 Matt Turneri965/fs: Add missing pixel_x/y to brw_instruction_name().
2015-04-22 Jason Ekstrandi965: Add a brw_compiler structure and store the regist...
2015-04-22 Jason Ekstrandi965: Use device_info instead of the context in instruc...
2015-04-22 Jason Ekstrandi965: Add a devinfo field to backend_visitor and use...
2015-04-22 Jason Ekstrandi965: Remove the context parameter from brw_texture_offset
2015-04-21 Matt Turneri965/fs: Emit ADDs for gl_FragCoord, not virtual opcodes.
2015-04-16 Neil Robertsi965/skl: Add the header for constant loads outside...
2015-04-11 Kenneth Graunkei965: Create NIR during LinkShader() and ProgramStringN...
2015-04-11 Kenneth Graunkei965: Move lower_output_reads to brw_link_shader().
2015-04-10 Kenneth Graunkei965: Move brw_link_shader's GLSL IR transformations...
2015-04-10 Kenneth Graunkei965: Change brw_shader to gl_shader in brw_link_shader().
2015-04-06 Kenneth Graunkei965: Free dead GLSL IR one last time.
2015-04-03 Jason Ekstrandi965: Use brw_nir_cubemap_normalize for NIR shaders
2015-03-23 Francisco Jerezi965: Define method to check whether a backend_reg...
2015-03-15 Kenneth Graunkei965: De-duplicate is_expression_commutative() functions.
2015-03-10 Vinson Leei965: Silence GCC maybe-uninitialized warning.
2015-03-05 Mark JanesFix invalid extern "C" around header inclusion.
2015-03-02 Matt Turneri965: Consider scratch writes to have side effects.
2015-02-20 Matt Turneri965/vec4: Add and use byte-MOV instruction for unpack...
2015-02-19 Dave Airliei965: just avoid warnings with fp64
2015-02-19 Kenneth Graunkei965: Create backend_visitor fields for debugging messages.
2015-02-18 Matt Turneri965: Allow exec_list sentinels as arguments to insert...
2015-02-15 Matt Turneri965: Let dump_instructions() work before calculate_cfg().
2015-02-15 Matt Turneri965: Add an is_negative_one() method.
2015-02-13 Eric Anholti965: Move some asserts to unreachable.
2015-02-11 Matt Turneri965: Add LINTERP/CINTERP to can_do_cmod().
2015-02-10 Francisco Jerezi965: Allocate binding table space for shader images.
2015-02-10 Francisco Jerezi965: Handle negated unsigned immediate values in const...
2015-02-03 Matt Turneri965: Add function to take the abs of immediates.
2015-02-03 Matt Turneri965: Add function to negate immediates.
2015-02-03 Matt Turneri965: Mark UB/B immediates as unreachable.
2015-02-03 Iago Toral Quirogaglsl: Improve precision of mod(x,y)
2015-01-24 Matt Turneri965: Add is_3src() to backend_instruction.
2015-01-24 Matt Turneri965: Add backend_instruction::can_do_cmod().
2015-01-05 Kenneth Graunkei965: Copy shader->shadow_samplers to prog->ShadowSamplers.
2014-12-29 Matt Turneri965: Add support for saturating immediates.
2014-12-10 Kristian Høgsbergi965: Generate vs code using scalar backend for BDW+
2014-12-10 Kristian Høgsbergi965: Add SIMD8 URB write low-level IR instruction
2014-12-08 Matt Turneri965: Remove default from brw_instruction_name switch...
2014-12-08 Matt Turneri965: Add missing opcode names.
2014-12-08 Matt Turneri965: Add opcode names for set_omask and set_sample_id.
2014-12-06 Chris Forbesi965: Add opcode names for FS interpolation opcodes
2014-12-05 Matt Turneri965: Change the type of booleans to D.
2014-12-05 Matt Turneri965/vec4: Allow CSE on uniform-vec4 expansion MOVs.
2014-11-28 Kenneth Graunkei965/fs: Handle derivative quality decisions in the...
2014-11-26 Matt Turneri965/vec4: Optimize packSnorm4x8().
2014-11-26 Matt Turneri965/vec4: Optimize packUnorm4x8().
2014-11-26 Matt Turneri965/vec4: Add VEC4_OPCODE_PACK_4_BYTES.
2014-11-26 Matt Turneri965/vec4: Optimize unpackSnorm4x8().
2014-11-26 Matt Turneri965/vec4: Optimize unpackUnorm4x8().
2014-11-24 Kenneth Graunkei965: Pass gl_program pointers into precompile functions.
2014-11-24 Kenneth Graunkei965: Move brw->precompile checks out a level.
2014-10-29 Kenneth Graunkei965: Rename brw_vec4_gs.[ch] to brw_gs.[ch].
2014-10-25 Ian Romanicki965: Remove brw_new_shader_program
2014-10-17 Jason Ekstrandi965/fs: Change the type of booleans to UD and emit...
2014-10-16 Connor Abbotti965: Make brw_texture_offset() not use ir_texture.
2014-09-30 Ian Romanickglsl: Make ir_variable::num_state_slots and ir_variable...
2014-09-30 Jason Ekstrandi965/fs: Use the GRF for FB writes on gen >= 7
2014-09-24 Matt Turneri965: Add and use functions to get next/prev blocks.
2014-09-24 Matt Turneri965: Make instruction lists local to the bblocks.
2014-09-24 Matt Turneri965/vec4: Don't use instruction list after calculating...
2014-09-19 Samuel Iglesias... i965/gen6/gs: implement GS_OPCODE_FF_SYNC_SET_PRIMITIVE...
2014-09-19 Samuel Iglesias... i965/gen6/gs: implement GS_OPCODE_SVB_SET_DST_INDEX...
2014-09-19 Samuel Iglesias... i965/gen6/gs: implement GS_OPCODE_SVB_WRITE opcode
2014-09-19 Iago Toral Quirogai965/gen6/gs: Implement GS_OPCODE_SET_PRIMITIVE_ID.
2014-09-19 Iago Toral Quirogai965/gen6/gs: Implement GS_OPCODE_SET_DWORD_2.
2014-09-19 Iago Toral Quirogai965/gen6/gs: Implement GS_OPCODE_URB_WRITE_ALLOCATE.
2014-09-19 Iago Toral Quirogai965/gen6/gs: Implement GS_OPCODE_FF_SYNC.
2014-08-22 Matt Turneri965: Add basic-block aware backend_instruction::insert...
2014-08-22 Matt Turneri965: Add a basic-block aware backend_instruction:...
2014-08-19 Matt Turneri965: Remove dead call to _mesa_associate_uniform_stora...
2014-08-11 Marek Olšákmesa: move ShaderCompilerOptions into gl_constants
2014-07-23 Kenneth Graunkei965: Save the gl_shader_stage enum in backend_visitor.
2014-07-21 Matt Turneri965: Add cfg to backend_visitor.
2014-07-06 Matt Turneri965: Move assembly annotation functions to intel_asm_a...
2014-07-06 Matt Turneri965: Make a brw_conditional_mod enum.
2014-07-06 Matt Turneri965: Use enum brw_reg_type for register types.
2014-07-06 Matt Turneri965: Move is_zero/one/null/accumulator into backend_reg.
2014-07-01 Matt Turneri965: Use unreachable() instead of unconditional assert().
2014-07-01 Matt Turneri965: Use typed foreach_in_list instead of foreach_list.
2014-06-23 Kenneth Graunkei965: Don't emit SURFACE_STATEs for gather workarounds...
2014-06-17 Matt Turneri965/fs: Add SHADER_OPCODE_LOAD_PAYLOAD.
2014-06-15 Kenneth Graunkei965: Add SHADER_OPCODE_SHADER_TIME_ADD to dump_instruc...
2014-06-12 Matt Turneri965: Use brw->gen in some generation checks.
2014-06-01 Matt Turneri965: Skip IR annotations with INTEL_DEBUG=noann.
2014-06-01 Matt Turneri965: Give dump_instructions() a filename argument.
2014-05-25 Matt Turneri965: Print disassembly after compaction.
2014-05-14 Iago Toral Quirogai965: Relax accumulator dependency scheduling on Gen < 6
2014-04-17 Matt Turneri965: Add reads_accumulator_implicitly() function.
2014-04-12 Kenneth Graunkeglsl: Drop do_common_optimization's max_unroll_iteratio...
2014-04-12 Kenneth Graunkei965: Use EmitNoIndirect flags in lower_variable_index_...
2014-04-08 Eric Anholti965: Remove stale comment.
2014-04-08 Kenneth Graunkeglsl: Pass ctx->Const.NativeIntegers to do_common_optim...
next