i965: Put '_default_' in the name of functions that set default state.
[mesa.git] / src / mesa / drivers / dri / i965 /
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...
2014-05-25 Matt Turneri965: Use next_offset() in instruction compaction code.
2014-05-25 Matt Turneri965: Move next_offset() to brw_eu.h for use elsewhere.
2014-05-25 Matt Turneri965: Rename next_ip() -> next_offset().
2014-05-25 Matt Turneri965: Print disassembly after compaction.
2014-05-25 Matt Turneri965/fs: Make patch_discard_jumps_to_fb_writes return...
2014-05-25 Matt Turneri965: Add annotation data structure and support code.
2014-05-25 Matt Turneri965/fs+blorp: Remove left over dump_file arguments.
2014-05-25 Matt Turneri965/fs: Don't hardcode DEBUG_WM in generic fs code.
2014-05-25 Matt Turneri965: Pass in start_offset to brw_compact_instructions().
2014-05-25 Matt Turneri965: Delete unused brw_blorp_blit_test_compile().
2014-05-25 Matt Turneri965/cfg: Make DO instruction begin a basic block.
2014-05-23 Pavel Popovi965: Properly return *RESET* status in glGetGraphicsRe...
2014-05-23 Kenneth Graunkei965: Listen to BRW_NEW_FRAGMENT_PROGRAM for 3DSTATE_PS...
2014-05-23 Kenneth Graunkei965: Use WE_all for FB write header setup on Broadwell.
2014-05-22 Matt Atwoodi965: Use SSE4.1 runtime detection for intel_miptree_map.
2014-05-21 Eric Anholti965: Ask the VBO module to actually use VBOs.
2014-05-21 Kenneth Graunkei965/fs: Assume fragment color clamping is off when...
2014-05-20 Kenneth Graunkemeta: Split _swrast_BlitFramebuffer out of the meta...
2014-05-19 Topi Pohjolaineni965/fbo: Only try stencil meta blits on gen >= 8
2014-05-19 Kenneth Graunkemesa: Disable GL_EXT_framebuffer_multisample_blit_scale...
2014-05-19 Vinson Leei965: Rename brw_disasm to brw_disassemble_inst.
2014-05-19 Kenneth Graunkei965: Fix a "discards 'const' qualifier" warning.
2014-05-19 Kenneth Graunkei965/fs: Finally kill struct brw_wm_compile (better...
2014-05-19 Kenneth Graunkei965/fs: Stop copying the program key.
2014-05-19 Kenneth Graunkei965/fs: Rip struct brw_wm_compile out of the visitors...
2014-05-19 Kenneth Graunkei965/fs: Plumb a mem_ctx all the way through the FS...
2014-05-19 Kenneth Graunkei965/fs: Use 'c' as the mem_ctx in fs_visitor.
2014-05-19 Kenneth Graunkei965/fs: Actually free program data on the error path.
2014-05-19 Kenneth Graunkei965/fs: Replace c->key with a direct reference in...
2014-05-19 Kenneth Graunkei965/fs: Replace c->key with a direct reference in...
2014-05-19 Kenneth Graunkei965/fs: Replace c->prog_data with a direct reference...
2014-05-19 Kenneth Graunkei965/fs: Replace c->prog_data with a direct reference...
2014-05-19 Kenneth Graunkei965/fs: Move some flags that affect code generation...
2014-05-19 Kenneth Graunkei965/fs: Move payload register info from brw_wm_compile...
2014-05-19 Kenneth Graunkei965/fs: Simplify gl_SampleMaskIn handling.
2014-05-19 Kenneth Graunkei965/fs: Rename c->sample_mask_reg to sample_mask_in_reg.
2014-05-19 Kenneth Graunkei965/fs: Move c->last_scratch into fs_visitor.
2014-05-19 Kenneth Graunkei965/fs: Move total_scratch calculation into fs_visitor...
2014-05-19 Kenneth Graunkei965/fs: Move perf_debug about register spilling to...
2014-05-19 Kenneth Graunkei965: Rename brw/gen8_dump_compile to brw/gen8_disassemble.
2014-05-19 Kenneth Graunkei965: Rename brw_disasm/gen8_disassemble to brw/gen8_di...
2014-05-19 Kenneth Graunkei965: Fix dump_prog_cache to handle compacted instructions.
2014-05-19 Kenneth Graunkei965: Use brw_dump_compile for clip, SF, and old GS...
2014-05-16 Matt Turneri965: Use binary literals counter select.
2014-05-15 Matt Turneri965/gen8: Make disassembly function match brw's signature.
2014-05-15 Matt Turneri965: Pass brw_context and assembly separately to brw_d...
next