i965/gen8: add debug code to show FS disasm with jump locations
[mesa.git] / src / mesa / drivers / dri / i965 / gen8_fs_generator.cpp
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.