Revert "i965/vec4: Change vec4_visitor::emit_lrp to use MAC for gen<6"
[mesa.git] / src / mesa / drivers / dri /
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 Jon TURNEYFix build for darwin
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...
2014-05-15 Matt Turneri965: Pull brw_compact_instructions() out of brw_get_pr...
2014-05-15 Matt Turneri965/disasm: Align send instruction meta-information...
2014-05-15 Matt Turneri965/disasm: Disassemble the compaction control bit.
2014-05-15 Matt Turneri965/cfg: Embed exec_node in bblock_link.
2014-05-15 Matt Turneri965/cfg: Make brw_cfg.h closer to C-includable.
2014-05-15 Matt Turneri965/cfg: Protect brw_cfg.h from multiple inclusion.
2014-05-15 Topi Pohjolaineni965/fb: Use meta path for stencil up/downsampling
2014-05-15 Topi Pohjolaineni965/meta: Stencil blit for miptree updownsampling
2014-05-15 Topi Pohjolaineni965/fb: Use meta path for stencil blits
2014-05-15 Topi Pohjolaineni965/meta: Stencil blits
2014-05-15 Topi Pohjolaineni965: Extend brw_get_rb_for_first_slice() for specified...
2014-05-15 Topi Pohjolaineni965/gen8: Surface state overriding for stencil
2014-05-15 Topi Pohjolaineni965/wm: Surface state overrides for configuring w...
2014-05-15 Jordan Justeni965 meta up/downsample: Fix renderbuffer _BaseFormat
2014-05-15 Matt Turneri965: Delete current_insn() function.
2014-05-15 Matt Turneri965: Remove blorp unit tests.
2014-05-14 Matt Turneri965: Reformat brw_set_src1 so it can be easily found...
2014-05-14 Samuel Iglesias... i965: fix size assert for gen7 in brw_init_compaction_t...
2014-05-14 Iago Toral Quirogai965: Relax accumulator dependency scheduling on Gen < 6
2014-05-13 Jordan Justeni965/gen8: Set depth extent field
2014-05-13 Jordan Justeni965/gen8 depth: Set depth size based on LOD0 for 3D...
2014-05-13 Jordan Justeni965/gen7 depth: Set depth size based on LOD0 for 3D...
2014-05-13 Jordan Justeni965/gen8 renderbuffer: Set depth size based on LOD0...
2014-05-13 Jordan Justeni965/gen7 renderbuffer: Set depth size based on LOD0...
2014-05-13 Iago Toral Quirogai965: Avoid redundant call to brw_merge_inputs() in...
2014-05-12 Eric Anholti965: Stop doing remapping of "special" regs.
2014-05-12 Eric Anholti965: Generalize the pixel_x/y workaround for all UW...
2014-05-12 Eric Anholti965: Move has_hiz from the slice to the level.
2014-05-12 Topi Pohjolaineni965/blorp: Expose coordinate scissoring and mirroring
2014-05-12 Topi Pohjolaineni965/gen8: Use helper variables for surface parameters
2014-05-10 Kenneth GraunkeRevert "i965: Fix depth (array slices) computation...
2014-05-09 Kenneth Graunkei965: Fix GPU hangs on Broadwell in shaders with some...
2014-05-08 Chris Forbesi965/Gen8: Set up layer constraints properly for depth...
2014-05-08 Chris Forbesi965/Gen7: Set up layer constraints properly for depth...
2014-05-08 Chris Forbesi965/Gen8: Set up layer constraints properly for render...
2014-05-08 Chris Forbesi965/Gen7: Set up layer constraints properly for render...
2014-05-08 Chris Forbesi965: Fix typo in assert message
2014-05-08 Kenneth Graunkei965: Fix depth (array slices) computation for 1D_ARRAY...
2014-05-08 Kenneth Graunkei965: Enable GL_ARB_texture_view on Broadwell.
2014-05-06 Kenneth Graunkei965: Always intel_prepare_render() after invalidating...
2014-05-03 Kenneth Graunkei965: Set miptree target field when creating from a BO.
2014-05-03 Eric Anholti965: Move push constant state packets to push constant...
2014-05-03 Eric Anholti965: Merge gen8_upload_constant_state into gen7_upload...
2014-05-03 Eric Anholti965: Refactor gen7_upload_constant_state to look more...
2014-05-03 Eric Anholti965: Drop unnecessary state flag for units on NEW_BIND...
2014-05-03 Eric Anholti965/gen7+: Move sampler state packets to the stage...
next