i965: Fix INTEL_DEBUG=shader_time for SIMD8 VS (and GS).
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs.cpp
2015-02-06 Kenneth Graunkei965: Fix INTEL_DEBUG=shader_time for SIMD8 VS (and...
2015-02-04 Matt Turneri965: Set CMP's destination type to src0's type.
2015-01-24 Matt Turneri965: Convert CMP.GE -(abs)reg 0 -> CMP.Z reg 0.
2015-01-24 Matt Turneri965/fs: Add pass to propagate conditional modifiers.
2015-01-24 Matt Turneri965/fs: Add a pass to fixup 3-src instructions that...
2015-01-19 Kenneth Graunkei965/nir: Enable SIMD16 support in the NIR FS backend.
2015-01-19 Kenneth Graunkei965/nir: Replace fs_reg(GRF, virtual_grf_alloc(.....
2015-01-19 Kenneth Graunkei965: Replace fs_reg(fs_visitor, type) with fs_visitor...
2015-01-16 Kenneth Graunkei965/fs: Make lower_load_payload etc. appear in INTEL_D...
2015-01-15 Jason Ekstrandi965/fs: Don't take an ir_variable for emit_general_int...
2015-01-15 Jason Ekstrandi965/fs: Only use nir for 8-wide non-fast-clear shaders.
2015-01-15 Connor Abbotti965/fs: add a NIR frontend
2015-01-15 Connor Abbotti965/fs: make emit_fragcoord_interpolation() not take...
2015-01-15 Kenneth Graunkei965: Pass a shader stage abbreviation to fs_generator().
2015-01-08 Kristian Høgsbergi965/skl: Always use a header for SIMD4x2 sampler messages
2015-01-05 Kenneth Graunkei965: Make the precompile ignore DEPTH_TEXTURE_MODE...
2015-01-03 Kenneth Graunkei965: Fix INTEL_DEBUG=optimizer with VF types.
2014-12-29 Matt Turneri965: Add support for saturating immediates.
2014-12-29 Matt Turneri965: Add fs_reg/src_reg constructors that take vf[4].
2014-12-19 Matt Turneri965/fs: Add missing const qualifier.
2014-12-16 Mark Janesi965: remove includes of sampler.h from extern "C"...
2014-12-10 Kristian Høgsbergi965: Clean up fs_visitor::run and rename to run_fs
2014-12-10 Kristian Høgsbergi965: Add fs_visitor::run_vs() to generate scalar verte...
2014-12-10 Kristian Høgsbergi965: Prepare for using the ATTR register file in the...
2014-12-10 Kristian Høgsbergi965: Add SIMD8 URB write low-level IR instruction
2014-12-10 Kristian Høgsbergi965: Remove shader program argument and member from...
2014-12-10 Kristian Høgsbergi965: Set shader name for generator from call site
2014-12-10 Kristian Høgsbergi965: Generalize fs_generator further
2014-12-06 Chris Forbesi965: Fix regs read for FS_OPCODE_INTERP_PER_SLOT_OFFSET
2014-12-05 Matt Turneri965: Use ~0 to represent true on all generations.
2014-12-03 Kenneth Graunkei965: Remove "disable_derivative_optimization" driconf...
2014-12-02 Matt Turneri965/fs: Remove opt_drop_redundant_mov_to_flags().
2014-12-02 Matt Turneri965: Don't treat IF or WHILE with cmod as writing...
2014-11-28 Kenneth Graunkei965: Set prog_data->uses_kill if simulating alpha...
2014-11-26 Matt Turneri965/fs: Add vector float immediate infrastructure.
2014-11-24 Kenneth Graunkei965: Make precompile functions accessible from C.
2014-11-24 Kenneth Graunkei965: Pass gl_program pointers into precompile functions.
2014-11-21 Matt Turneri965/fs: Remove is_valid_3src().
2014-11-21 Matt Turneri965/fs: Remove unused apply_stride().
2014-11-15 Kristian Høgsbergi965: Move fs_visitor ra pass to new fs_visitor::alloca...
2014-11-15 Kristian Høgsbergi965: Move fs_visitor optimization pass into new method...
2014-11-15 Kristian Høgsbergi965: Move more code into codegen-branch of the fs_visi...
2014-11-15 Kristian Høgsbergi965: Refactor fs_generator API
2014-11-06 Matt Turneri965/fs: Remove force uncompressed stack.
2014-11-06 Matt Turneri965/fs: Use execution size of 1 for some shader_time...
2014-11-06 Matt Turneri965/fs: Use mov(4) instructions to read timestamp.
2014-11-03 Matt Turneri965/fs: Don't compute_to_mrf() on Gen >= 7.
2014-10-25 Ian Romanicki965: Silence unused parameter warning in brw_dump_ir
2014-10-23 Matt Turneri965/fs: Silence uninitialized variable warning.
2014-10-17 Kenneth Graunkei965/fs: Don't pass ir_variable * to emit_sampleid_setup().
2014-10-02 Jason Ekstrandi965/fs: Add a MAX_GRF_SIZE define and use it various...
2014-10-01 Jason Ekstrandi965/fs: Fix the build
2014-10-01 Jason Ekstrandi965/fs: Fix an uninitialized value warnings
2014-10-01 Matt Turneri965/fs: Optimize sqrt+inv into rsq.
2014-09-30 Ian Romanickglsl: Make ir_variable::num_state_slots and ir_variable...
2014-09-30 Jason Ekstrandi965/fs: Properly calculate the number of instructions...
2014-09-30 Jason Ekstrandi965/fs: Use the GRF for FB writes on gen >= 7
2014-09-30 Jason Ekstrandi965/fs: Handle COMPR4 in LOAD_PAYLOAD
2014-09-30 Jason Ekstrandi965/fs: Add split_virtual_grfs and compute_to_mrf...
2014-09-30 Jason Ekstrandi965/fs: Use the GRF for UNTYPED_SURFACE_READ instructions
2014-09-30 Jason Ekstrandi965/fs: Use the GRF for UNTYPED_ATOMIC instructions
2014-09-30 Jason Ekstrandi965/fs: Use exec_size instead of force_uncompressed...
2014-09-30 Jason Ekstrandi965/fs: Use instruction execution sizes instead of...
2014-09-30 Jason Ekstrandi965/fs: Remove unneeded uses of force_uncompressed
2014-09-30 Jason Ekstrandi965/fs: Make fs_reg::effective_width take fs_inst...
2014-09-30 Jason Ekstrandi965/fs: Better guess the width of LOAD_PAYLOAD
2014-09-30 Jason Ekstrandi965/fs: Add an exec_size field to fs_inst
2014-09-30 Jason Ekstrandi965/fs: Determine partial writes based on the destinat...
2014-09-30 Jason Ekstrandi965/fs_reg: Allocate double the number of vgrfs in...
2014-09-30 Jason Ekstrandi965/fs: Handle printing of registers better.
2014-09-30 Jason Ekstrandi965: Explicitly set widths on gen5 math instruction...
2014-09-30 Jason Ekstrandi965/fs: Make half() divide the register width by 2...
2014-09-30 Jason Ekstrandi965/fs: Add a concept of a width to fs_reg
2014-09-30 Jason Ekstrandi965/fs: Refactor fs_inst::is_send_from_grf()
2014-09-30 Jason Ekstrandi965/fs: Print BAD_FILE registers in dump_instruction
2014-09-30 Jason Ekstrandi965/fs: Make compact_virtual_grfs an optimization...
2014-09-30 Jason Ekstrandi964/fs: Make immediate fs_reg constructors explicit
2014-09-30 Jason Ekstrandi965/fs: Use offset a lot more places
2014-09-30 Jason Ekstrandi965/fs: fix a comment in compact_virtual_grfs
2014-09-30 Jason Ekstrandi965/fs: Rewrite fs_visitor::split_virtual_grfs
2014-09-30 Jason Ekstrandi965/fs: Manually generate the meta fast-clear shader
2014-09-24 Matt Turneri965: Make instruction lists local to the bblocks.
2014-09-24 Matt Turneri965: Replace initialization loops with memset().
2014-09-24 Matt Turneri965/fs: Don't iterate between blocks with inst->next...
2014-09-24 Matt Turneri965/fs: Don't use instruction list after calculating...
2014-09-24 Matt Turneri965: Remove now unneeded calls to calculate_cfg().
2014-09-24 Matt Turneri965: Remove cfg-invalidating parameter from invalidate...
2014-09-24 Matt Turneri965/fs: Preserve the CFG in a few more places.
2014-09-23 Eric Anholtmesa: Move register_allocate.c to util.
2014-09-22 Jordan Justeni965/fs: Remove direct fs_visitor brw_wm_prog_key depen...
2014-09-22 Jordan Justeni965/fs: Remove direct fs_visitor brw_wm_prog_data...
2014-09-16 Kenneth Graunkei965: Mark delta_x/y as BAD_FILE if remapped away compl...
2014-09-06 Jordan Justeni965: Add uses_kill to brw_wm_prog_data
2014-09-06 Jason Ekstrandi965/fs: Don't look at virtual_grf_sizes for uniforms
2014-09-05 Matt Turneri965/fs: Fix basic block tracking in try_rep_send().
2014-09-05 Matt Turneri965/fs: Pass block to insert and remove functions...
2014-09-04 Jordan Justeni965/fs: Use prog rather than fp->Base in fs_visitor
2014-09-04 Kenneth Graunkei965: Move curb_read_length/total_scratch to brw_stage_...
2014-09-01 Jason Ekstrandi965/fs: Don't segfault when debug-logging a null program
2014-09-01 Connor Abbotti965/fs: don't pass ir_variable * to emit_samplepos_setup()
next