mesa/drivers: Fix clang constant-logical-operand warnings.
[mesa.git] / src / mesa / drivers / dri / i965 /
2014-06-12 Neil Robertsi965: Set the fast clear color value for texture surfaces
2014-06-12 Kenneth Graunkei965: Fix disassembly of BLORP clear programs.
2014-06-12 Kenneth Graunkei965/fs: Move FB write default state mashing in a level.
2014-06-12 Kenneth Graunkei965: Fix Haswell discard regressions since Gen4-5...
2014-06-12 Matt Turneri965: Use brw->gen in some generation checks.
2014-06-12 Matt Turneri965/fs: Clean up tabs in brw_fs_cse.cpp.
2014-06-11 Ian Romanicki965/vec4: Emit smarter code for b2f of a comparison
2014-06-11 Ian Romanicki965/vec4: Silence a couple unused parameter warnings
2014-06-11 Jon Ashburni965: Add GPU BLIT of texture image to PBO in Intel...
2014-06-10 Kenneth Graunkei965: Invalidate live intervals when inserting Gen4...
2014-06-10 Kenneth Graunkei965: Don't use the head sentinel as an fs_inst in...
2014-06-10 Kenneth Graunkei965/fs: Combine generate_math[12]_gen6 methods.
2014-06-10 Kenneth Graunkei965/fs: Drop the generate_math[12]_gen7 methods.
2014-06-10 Kenneth Graunkei965/vec4: Combine generate_math[12]_gen6 methods.
2014-06-10 Kenneth Graunkei965/vec4: Drop the generate_math2_gen7() method.
2014-06-10 Kenneth Graunkei965: Rename brw_math to gen4_math.
2014-06-10 Kenneth Graunkei965: Split Gen4-5 and Gen6+ MATH instruction emitters.
2014-06-10 Kenneth Graunkei965: Make src_reg::equals() take a constant reference...
2014-06-10 Kenneth Graunkei965: Don't set the "switch" flag on control flow instr...
2014-06-10 Kenneth Graunkei965/fs: Allow CSE on math opcodes on Gen6+.
2014-06-10 Matt Turneri965: Replace open-coded linked list with exec_list.
2014-06-10 Kristian Høgsbergi965: Make gen7_pi field of brw_instruction use unsigne...
2014-06-10 Kristian Høgsbergi965: Don't include mtypes.h in brw_disasm.c
2014-06-10 Matt Turneri965/fs: initialize src as reg_undef for texture opcode...
2014-06-10 Tapani Pällii965/fs: initialize src as reg_undef for texture opcode...
2014-06-09 Abdiel Janulguei965/disasm: Properly debug negate source modifier...
2014-06-09 Abdiel Janulguei965/vec4: skip copy-propate for logical instructions...
2014-06-09 Abdiel Janulguei965/fs: skip copy-propate for logical instructions...
2014-06-09 Abdiel Janulguei965/fs: Refactor check for potential copy propagated...
2014-06-09 Iago Toral Quirogai965: Ensure that we end instruction streams properly.
2014-06-09 Iago Toral Quirogai965/fs: Add Gen < 6 runtime checks for line antialiasing.
2014-06-09 Iago Toral Quirogai965/fs: Let the gen < 8 generator know about runtime_c...
2014-06-08 Iago Toral QuirogaRevert "i965: Move brw_land_fwd_jump() to compilation...
2014-06-08 Kenneth Graunkei965: Fix else and brace placement in brw_eu_emit.c.
2014-06-08 Kenneth Graunkei965: Drop the remaining default predication whacking.
2014-06-08 Kenneth Graunkei965/sf: Use brw_set_default_predicate_control().
2014-06-05 Kenneth Graunkei965: Support GL_CLAMP natively on Broadwell.
2014-06-05 Kenneth Graunkei965: Pass brw to translate_wrap_mode().
2014-06-05 Tapani Pällii965: use _mesa_align_malloc in intel_miptree_map_movntdqa
2014-06-04 Chris Forbesi965/fs: Allow array dereference of HW_REG.
2014-06-04 Kenneth Graunkei965: Fix copy and pasted values in Broadwell code.
2014-06-03 Vinson Leei965: Add _default_ name changes to test_eu_compact.c.
2014-06-02 Matt Turneri965/gen8: Print number of instructions directly.
2014-06-02 Matt Turneri965: Emit compaction stats without walking the assembly.
2014-06-02 Matt Turneri965: Move program header printing to end of generate_c...
2014-06-02 Matt Turneri965: Move annotation info into generate code.
2014-06-02 Kenneth Graunkei965: Put '_default_' in the name of functions that...
2014-06-02 Kenneth Graunkei965: Delete brw_set_conditionalmod.
2014-06-02 Kenneth Graunkei965: Eliminate brw_set_conditionalmod from the Gen4...
2014-06-02 Kenneth Graunkei965: Don't use brw_set_conditionalmod in the FS and...
2014-06-02 Kenneth Graunkei965: Stop setting predication from brw_set_conditionalmod.
2014-06-02 Kenneth Graunkei965: Drop unnecessary brw_set_conditionalmod() before...
2014-06-02 Kenneth Graunkei965/clip: Use the new brw_last_inst macro instead...
2014-06-02 Kenneth Graunkei965: Create a "brw_last_inst" convenience macro.
2014-06-02 Kenneth Graunkei965: Make brw_JMPI set predicate_control based on...
2014-06-02 Kenneth Graunkei965: Remove the dst and src0 parameters from brw_JMPI.
2014-06-01 Matt Turneri965/fs: Add fs_inst constructor that takes a list...
2014-06-01 Matt Turneri965/fs: Add a function to resize fs_inst's sources...
2014-06-01 Matt Turneri965/fs: Clean up fs_inst constructors.
2014-06-01 Matt Turneri965/fs: Loop from 0 to inst->sources, not 0 to 3.
2014-06-01 Matt Turneri965/fs: Store the number of sources an fs_inst has.
2014-06-01 Matt Turneri965/fs: ralloc fs_inst's fs_reg sources.
2014-06-01 Matt Turneri965/fs: Disable fs_inst assignment operator.
2014-06-01 Matt Turneri965/fs: Add and use an fs_inst copy constructor.
2014-06-01 Matt Turneri965: Skip IR annotations with INTEL_DEBUG=noann.
2014-06-01 Matt Turneri965/fs: Debug the optimization passes by dumping instr...
2014-06-01 Matt Turneri965: Give dump_instructions() a filename argument.
2014-06-01 Matt Turneri965: Give dump_instruction() a FILE* argument.
2014-06-01 Matt Turneri965: Add envvar to debug the optimization passes.
2014-05-30 Matt Turneri965/vec4: Allow writemasking on math instructions...
2014-05-30 Pavel Popovi965: Fix Line Stipple enable bit in 3DSTATE_SF for...
2014-05-29 Matt Turneri965/fs: Set correct number of regs_written for MCS...
2014-05-28 Kenneth Graunkei965: Fix repeated usage of rectangle texture coordinat...
2014-05-27 Kenneth Graunkei965/sf: Replace push/pop in brw_emit_anyprim_setup.
2014-05-27 Kenneth Graunkei965/sf: Drop unnecessary push/pop in copy_z_inv_w.
2014-05-27 Kenneth Graunkei965/sf: Drop unnecessary push/pop in flatshading code.
2014-05-27 Kenneth Graunkei965/sf: Move brw_compile::flag_value to brw_sf_compile.
2014-05-27 Kenneth Graunkei965/sf: Move brw_set_predicate_control_flag_value...
2014-05-27 Kenneth Graunkei965/sf: Drop useless push/pop state from flag register...
2014-05-27 Kenneth Graunkei965/sf: Drop unnecessary push/pop in do_twoside_color.
2014-05-27 Kenneth Graunkei965: Don't implicitly set predicate default state...
2014-05-27 Kenneth Graunkei965: Drop unnecessary predication default state resets...
2014-05-27 Kenneth Graunkei965/sf: Reset flag_value to 0xff before emitting SF...
2014-05-27 Topi Pohjolaineni965/meta: Store stencil texturing mode
2014-05-26 Matt Turneri965: Switch types D->UD when possible to allow compaction.
2014-05-26 Matt TurnerRevert "i965: Don't make instructions with a null dest...
2014-05-26 Matt TurnerRevert "i965/fs: Simplify interference scan in register...
2014-05-26 Matt TurnerRevert "i965/fs: Give up in interference check if we...
2014-05-26 Matt TurnerRevert "i965/fs: Reduce restrictions on interference...
2014-05-26 Matt Turneri965: Don't treat HW_REGs as barriers if they're immedi...
2014-05-26 Matt Turneri965/fs: Don't use brw_imm_* unnecessarily.
2014-05-25 Matt Turneri965/fs: Don't modify ann_count if not debugging.
2014-05-25 Matt TurnerRevert "i965/fs: Change fs_visitor::emit_lrp to use...
2014-05-25 Matt TurnerRevert "i965/vec4: Change vec4_visitor::emit_lrp to...
2014-05-25 Matt Turneri965: Remove useless typo'd debugging messages.
2014-05-25 Matt Turneri965: Move brw_land_fwd_jump() to compilation unit...
2014-05-25 Matt Turneri965/fs: Use next_insn_offset rather than nr_insn.
2014-05-25 Matt Turneri965: Emit 0.0:F sources with type VF instead.
2014-05-25 Matt Turneri965: Emit ARF:UD for non-present src1 on Gen6+.
2014-05-25 Matt Turneri965: Support compacted instructions with immediate...
next