i965: Use unreachable() instead of unconditional assert().
[mesa.git] / src / mesa / drivers / dri / i965 / gen8_vec4_generator.cpp
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: Stop using gen8_disassemble in favor of...
2014-06-15 Kenneth Graunkei965/vec4: Use the sampler for pull constant loads...
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: Print disassembly after compaction.
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/vec4: Port untyped atomic message support to Broad...
2014-05-01 Kenneth Graunkei965/vec4: Port untyped surface reads support to Broadwell.
2014-05-01 Kenneth Graunkei965: Drop mark_surface_used from gen8 generators.
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: Drop bogus F32TO16/F16TO32 instructions on Broadw...
2014-02-20 Kenneth Graunkei965: Use MOV, not OR for setting URB write channel...
2014-02-11 Kenneth Graunkei965/vec4: Support arbitrarily large sampler indices...
2014-02-07 Kenneth Graunkei965: Fix INTEL_DEBUG=vs for fixed-function/ARB programs.
2014-01-23 Paul Berryi965: Remove *_generator::shader field; use prog field...
2014-01-23 Topi Pohjolaineni965: rename tex_ms to tex_cms
2014-01-19 Kenneth Graunkei965: Create a new vec4 backend for Broadwell.