i965: Use unreachable() instead of unconditional assert().
[mesa.git] / src / mesa / drivers / dri / i965 / gen6_queryobj.c
2014-07-01 Matt Turneri965: Use unreachable() instead of unconditional assert().
2014-06-30 Iago Toral Quirogai965: Implement GL_PRIMITIVES_GENERATED with non-zero...
2014-06-30 Iago Toral Quirogai965: Implement GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTE...
2014-01-20 Kenneth Graunkei965: Re-combine the Gen4-5 and Gen6+ write_depth_count...
2014-01-20 Kenneth Graunkei965: Create a helper function for emitting PIPE_CONTRO...
2014-01-20 Kenneth Graunkei965: Fix MI_STORE_REGISTER_MEM for Broadwell.
2014-01-10 Kenneth Graunkei965: Delete duplicate write_timestamp function.
2013-10-31 Kenneth Graunkei965: Fix brw_store_register_mem64 to stay within a...
2013-10-28 Daniel Vetteri965: CS writes/reads should use I915_GEM_INSTRUCTION
2013-10-23 Kenneth Graunkei965: Expose write_reg() as brw_store_register_mem64().
2013-10-23 Kenneth Graunkei965: Move flushing out of write_reg and into the callers.
2013-08-06 Kenneth Graunkei965: Tidy preprocessor macros for SO_NUM_PRIMS_WRITTEN...
2013-07-09 Kenneth Graunkei965: Move intel_context::gen and gt fields to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::perf_debug to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::batch to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::bufmgr to brw_context.
2013-07-09 Kenneth Graunkei965: Pass brw_context to functions rather than intel_c...
2013-05-20 Kenneth Graunkei965: Implement transform feedback query support in...
2013-05-20 Kenneth Graunkei965: Rely on hardware contexts for query objects on...