i965/vec4: Don't lose the force_writemask_all flag during CSE.
[mesa.git] / src / mesa / drivers / dri / i965 /
2015-03-23 Francisco Jerezi965/vec4: Don't lose the force_writemask_all flag...
2015-03-23 Francisco Jerezi965/vec4: Fix handling of multiple register reads...
2015-03-23 Francisco Jerezi965/vec4: Fix handling of multiple register reads...
2015-03-23 Francisco Jerezi965/vec4: Fix handling of multiple register reads...
2015-03-23 Francisco Jerezi965/vec4: Fix handling of multiple register reads...
2015-03-23 Francisco Jerezi965: Define method to check whether a backend_reg...
2015-03-23 Francisco Jerezi965/vec4: Remove dependency of vec4_live_variables...
2015-03-23 Francisco Jerezi965/vec4: Trivial copy propagate clean-up.
2015-03-23 Francisco Jerezi965/vec4: Add argument index and type checks to SEL...
2015-03-23 Francisco Jerezi965/vec4: Fix broken saturate mask check in copy propa...
2015-03-23 Francisco Jerezi965/vec4: Don't lose copy propagation saturate bits...
2015-03-23 Francisco JerezRevert "i965/vec4: Don't lose the saturate modifier...
2015-03-23 Francisco Jerezi965/vec4: Remove unused method definition.
2015-03-23 Francisco Jerezi965/vec4: Some more trivial swizzle clean-up.
2015-03-23 Francisco Jerezi965/vec4: Improve src_reg/dst_reg conversion constructors.
2015-03-23 Francisco Jerezi965/vec4: Pass argument by reference to src_reg/dst_re...
2015-03-23 Francisco Jerezi965/vec4: Remove swizzle_for_size() in favour of brw_s...
2015-03-23 Francisco Jerezi965/vec4: Remove broken vector size deduction in setup...
2015-03-23 Francisco Jerezi965/vec4: Simplify visitor handling of swizzles using...
2015-03-23 Francisco Jerezi965/vec4: Simplify opt_register_coalesce() using the...
2015-03-23 Francisco Jerezi965/vec4: Simplify reswizzle() using the swizzle utils.
2015-03-23 Francisco Jerezi965/vec4: Simplify opt_reduce_swizzle() using the...
2015-03-23 Francisco Jerezi965: Fix signedness of backend_reg::reg_offset.
2015-03-23 Francisco Jerezi965/vec4: Fix signedness of dst_reg::writemask.
2015-03-23 Francisco Jerezi965/vec4: Don't use GL types in the IR data structures.
2015-03-23 Francisco Jerezi965/vec4: Fix signedness of brw_is_single_value_swizzl...
2015-03-23 Francisco Jerezi965: Define some useful swizzle helper functions.
2015-03-23 Jason Ekstrandi965/nir: Use signed integer type for booleans
2015-03-23 Jason Ekstrandi965/nir: Do boolean resolves on GEN <= 5
2015-03-23 Jason Ekstrandi965: Add a NIR analysis pass for determining when...
2015-03-23 Jason Ekstrandi965/nir: Properly set the predicate on the SEL used...
2015-03-23 Jason Ekstrandi965/nir: Use NIR lowering for ffma for gen < 6
2015-03-23 Jason Ekstrandi965/nir: Use emit_lrp for emitting flrp
2015-03-23 Jason Ekstrandi965/fs: Make emit_lrp return an fs_inst
2015-03-22 Dave Airliei965: define I915_PARAM_REVISION
2015-03-20 Ian Romanicki965/fs: Use correct null destination register in cmod...
2015-03-20 Connor Abbotti965/fs: bail on move-to-flag in sel peephole
2015-03-20 Francisco Jerezi965: Mask out unused Align16 components in brw_untyped...
2015-03-20 Francisco Jerezi965: Pass number of components explicitly to brw_untyp...
2015-03-20 Francisco Jerezi965: Don't disable exec masking for sampler message...
2015-03-20 Francisco Jerezi965: Factor out logic to build a send message instruct...
2015-03-20 Francisco Jerezi965: Set nr_params to the number of uniform components...
2015-03-20 Kenneth Graunkei965/skl: Break down SIMD16 3-source instructions when...
2015-03-20 Neil Robertsi965: Refactor SIMD16-to-2xSIMD8 checks.
2015-03-20 Neil Robertsi965: Store the GPU revision number in brw_context
2015-03-19 Kenneth Graunkei965/fp: Emit discard jumps.
2015-03-19 Kenneth Graunkei965/fs: Make an emit_discard_jump() function to reduce...
2015-03-19 Jason Ekstrandi965/nir: Sort uniforms direct-first and use two differ...
2015-03-19 Jason Ekstrandnir/lower_io: Make variable location assignment a manua...
2015-03-19 Jason Ekstrandnir: Use a list instead of a hash_table for inputs...
2015-03-19 Matt Turneri965/fs: Print spills:fills and number of promoted...
2015-03-19 Ian Romanicki965/fs: Emit better b2f of an expression on GEN4 and...
2015-03-19 Matt Turneri965/fs: Ignore type in cmod prop if scan_inst is CMP.
2015-03-18 Jason Ekstrandi965/nir: Make our environment variable checking smarter
2015-03-18 Chris Wilsoni965: Defer the throttle until we submit new commands
2015-03-18 Chris Wilsoni965: Throttle to the previous frame
2015-03-18 Chris Wilsoni965: Throttle rendering to an fbo
2015-03-17 Ian Romanicki965/fs: Apply gl_FrontFacing ? -1 : 1 optimization...
2015-03-17 Ian Romanicki965/fs: Change try_opt_frontfacing_ternary to eliminat...
2015-03-17 Ian Romanicki965/fs: Handle CMP.nz ... 0 and AND.nz ... 1 similarly...
2015-03-17 Matt Turneri965: Mark paths in linear <-> tiled functions as unrea...
2015-03-17 Neil Robertsi965/skl: Send a message header when doing constant...
2015-03-17 Tapani Pällii965/fs: in MAD optimizations, switch last argument...
2015-03-16 Antia Puentesi965: Emit IF/ELSE/ENDIF/WHILE JIP with type W on Gen7
2015-03-15 Kenneth Graunkei965: De-duplicate is_expression_commutative() functions.
2015-03-14 Chris Forbesi965/gen4-5: Cope with immutable-format texture revalid...
2015-03-13 Ian Romanicki965/vs: Add missing resolve_bool_comparison calls...
2015-03-13 Chris Forbesi965/disasm: Fix format strings
2015-03-13 Chris Forbesi965/disasm: Mark format() as being printf-style.
2015-03-12 Kenneth Graunkei965: Use NIR for scalar VS when INTEL_USE_NIR is set.
2015-03-12 Kenneth Graunkei965/fs: Add VS output support to nir_setup_outputs().
2015-03-12 Kenneth Graunkei965/fs: Handle VS inputs in the NIR backend.
2015-03-12 Kenneth Graunkei965/fs: Refactor fs_visitor::nir_setup_inputs().
2015-03-12 Kenneth Graunkei965: Implement NIR intrinsics for loading VS system...
2015-03-12 Kenneth Graunkei965/nir: Lower to registers a bit later.
2015-03-12 Kenneth Graunkei965/nir: Optimize after nir_lower_var_copies().
2015-03-12 Kenneth Graunkei965/fs: Store a pointer to brw_sampler_prog_key_data...
2015-03-11 Iago Toral Quirogai965: Fix out-of-bounds accesses into pull_constant_loc...
2015-03-10 Jordan Justeni965/gen6 gs: Convert brw_imm_ud/brw_imm_d to src_reg
2015-03-10 Jordan Justeni965/fs: Use unsigned for CS/VS atomics pixel mask...
2015-03-10 Jordan Justeni965/gen8: Don't allocate hiz miptree structure
2015-03-10 Jordan Justeni965/gen7: Don't allocate hiz miptree structure
2015-03-10 Jordan Justeni965/gen8: Don't rely directly on the hiz miptree structure
2015-03-10 Jordan Justeni965/gen7: Don't rely directly on the hiz miptree structure
2015-03-10 Jordan Justeni965/hiz: Start to separate miptree out from hiz buffers
2015-03-10 Vinson Leei965: Silence GCC maybe-uninitialized warning.
2015-03-09 Kenneth Graunkei965/fs: Don't issue FB writes for bound but unwritten...
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: Don't write past the end of the application suppl...
2015-03-09 Ian Romanicki965: Silence unused parameter warning
2015-03-09 Ian Romanicki965: Silence many 'static' is not at beginning of...
2015-03-09 Ian Romanicki965/fs: Silence unused parameter warning
2015-03-09 Ian Romanicki965/fs: Silence unused parameter warning
2015-03-09 Ian Romanicki965/fs: Silence unused parameter warning
2015-03-09 Iago Toral Quirogai965/fs: Implement SIMD16 dual source blending.
2015-03-09 Kenneth Graunkenir: Plumb the shader stage into glsl_to_nir().
next