i965: Define method to check whether a backend_reg is inside a given range.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs.cpp
2015-03-23 Francisco Jerezi965: Define method to check whether a backend_reg...
2015-03-19 Kenneth Graunkei965/fs: Make an emit_discard_jump() function to reduce...
2015-03-19 Matt Turneri965/fs: Print spills:fills and number of promoted...
2015-03-18 Jason Ekstrandi965/nir: Make our environment variable checking smarter
2015-03-17 Tapani Pällii965/fs: in MAD optimizations, switch last argument...
2015-03-12 Kenneth Graunkei965: Use NIR for scalar VS when INTEL_USE_NIR is set.
2015-03-11 Iago Toral Quirogai965: Fix out-of-bounds accesses into pull_constant_loc...
2015-03-09 Kenneth Graunkei965/fs: Make emit_shader_time_end() insert before...
2015-03-09 Kenneth Graunkei965/fs: Make get_timestamp() pass back the MOV rather...
2015-03-09 Kenneth Graunkei965/fs: Make emit_shader_time_write return rather...
2015-03-09 Kenneth Graunkei965/fs: Set smear on shader_time diff register.
2015-03-09 Kenneth Graunkei965/fs: Set force_writemask_all on shader_time instruc...
2015-03-09 Ian Romanicki965/fs: Silence unused parameter warning
2015-03-09 Kenneth Graunkei965/nir: Resolve source modifiers on Gen8+ logic opera...
2015-03-05 Mark JanesFix invalid extern "C" around header inclusion.
2015-03-03 Matt Turneri965/fs: Don't use backend_visitor::instructions after...
2015-03-02 Brian Pauli965: replace Elements() with ARRAY_SIZE()
2015-02-24 Kenneth Graunkei965: Remove redundant discard jumps.
2015-02-23 Francisco Jerezi965/fs: Fix lower_load_payload() not to use an incorre...
2015-02-23 Francisco Jerezi965/fs: Fix lower_load_payload() to take into account...
2015-02-23 Francisco Jerezi965/fs: Remove logic to keep track of MRF metadata...
2015-02-23 Francisco Jerezi965/fs: Less broken handling of force_writemask_all...
2015-02-22 Ben Widawskyi965/skl: Use 1 register for uniform pull constant...
2015-02-19 Dave Airliei965: just avoid warnings with fp64
2015-02-19 Kenneth Graunkei965/fs: Un-hardcode DEBUG_WM, "FS", and "fragment".
2015-02-18 Matt Turneri965/fs: Add algebraic optimizations for MAD.
2015-02-18 Matt Turneri965/fs: Add pass to combine immediates.
2015-02-15 Matt Turneri965/fs: Handle W/UW-type immediates in dump_instructio...
2015-02-15 Matt Turneri965: Let dump_instructions() work before calculate_cfg().
2015-02-15 Matt Turneri965/fs: Call calculate_cfg() before optimize().
2015-02-15 Matt Turneri965: Optimize multiplication by -1 into a negated...
2015-02-11 Matt Turneri965/fs: Remove conditional mod when optimizing a SEL...
2015-02-10 Francisco Jerezi965/fs: Fix fs_inst::regs_written calculation for...
2015-02-10 Francisco Jerezi965/fs: Fix stack allocation of fs_inst and stop steal...
2015-02-10 Francisco Jerezi965/fs: Remove dependency of fs_inst on the visitor...
2015-02-10 Francisco Jerezi965: Factor out virtual GRF allocation to a separate...
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
next