i965: Replace sizeof(struct gen7_sampler_state) with the size itself.
[mesa.git] / src / mesa / drivers / dri / i965 / gen8_fs_generator.cpp
2014-08-02 Kenneth Graunkei965: Replace sizeof(struct gen7_sampler_state) with...
2014-07-23 Kenneth Graunkei965/fs: Set LastRT on the final FB write on Broadwell.
2014-07-21 Kenneth Graunkei965/fs: Fix gl_SampleMask handling for SIMD16 on Gen8+.
2014-07-16 Kenneth Graunkei965: Set execution size to 8 for instructions with...
2014-07-01 Matt Turneri965: Use unreachable() instead of unconditional assert().
2014-07-01 Matt Turneri965: Use typed foreach_in_list instead of foreach_list.
2014-06-30 Kenneth Graunkei965/disasm: Fix INTEL_DEBUG=fs on Broadwell for ARB_fp...
2014-06-30 Kenneth Graunkei965/disasm: Stop using gen8_disassemble in favor of...
2014-06-02 Matt Turneri965/gen8: Print number of instructions directly.
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-05-25 Matt Turneri965/fs: Don't modify ann_count if not debugging.
2014-05-25 Matt Turneri965/fs: Use next_insn_offset rather than nr_insn.
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-23 Kenneth Graunkei965: Use WE_all for FB write header setup on Broadwell.
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: 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: Rename brw/gen8_dump_compile to brw/gen8_disassemble.
2014-05-15 Matt Turneri965/gen8: Make disassembly function match brw's signature.
2014-05-01 Kenneth Graunkei965/fs: Port untyped atomic message support to Broadwell.
2014-05-01 Kenneth Graunkei965/fs: Port untyped surface read support to Broadwell.
2014-05-01 Kenneth Graunkei965: Drop mark_surface_used from gen8 generators.
2014-05-01 Kenneth Graunkei965/fs: Add support for fs_inst::force_writemask_all...
2014-04-18 Kenneth Graunkei965/fs: Implement fs_inst::force_sechalf support on...
2014-04-14 Jordan Justeni965/gen8: add debug code to show FS disasm with jump...
2014-02-23 Eric Anholti965: Move compiler debugging output to stderr.
2014-02-23 Eric Anholti965: Use the object label when available for INTEL_DEB...
2014-02-20 Kenneth Graunkei965/fs: Implement FS_OPCODE_[UN]PACK_HALF_2x16_SPLIT...
2014-02-20 Kenneth Graunkei965: Drop bogus F32TO16/F16TO32 instructions on Broadw...
2014-02-20 Kenneth Graunkei965/fs: Implement scratch read/write support for Broad...
2014-02-19 Kenneth Graunkei965/fs: Implement FS_OPCODE_SET_OMASK on Broadwell.
2014-02-19 Kenneth Graunkei965/fs: Implement FS_OPCODE_SET_SAMPLE_ID on Broadwell.
2014-02-18 Eric Anholti965/fs: Use conditional sends to do FB writes on HSW+.
2014-02-11 Kenneth Graunkei965/fs: Support arbitrarily large sampler indices...
2014-02-11 Kenneth Graunkei965/fs: Fix Broadwell texture header setup to be uncom...
2014-01-23 Paul Berryi965: Remove *_generator::shader field; use prog field...
2014-01-23 Topi Pohjolaineni965/fs: introduce non-compressed equivalent of tex_cms
2014-01-23 Topi Pohjolaineni965: rename tex_ms to tex_cms
2014-01-19 Kenneth Graunkei965: Create a new fragment shader backend for Broadwell.