i965: Move assembly annotation functions to intel_asm_annotation.c.
[mesa.git] / src / mesa / drivers / dri /
2014-07-06 Matt Turneri965: Move assembly annotation functions to intel_asm_a...
2014-07-06 Matt Turneri965: Rename intel_asm_printer -> intel_asm_annotation.
2014-07-06 Matt Turneri965: Make backend_instruction usable from C.
2014-07-06 Matt Turneri965/cfg: Make cfg_t usable from C.
2014-07-06 Matt Turneri965: Repack backend_instruction struct.
2014-07-06 Matt Turneri965: Make a brw_predicate enum.
2014-07-06 Matt Turneri965: Make a brw_conditional_mod enum.
2014-07-06 Matt Turneri965: Move common fields into backend_instruction.
2014-07-06 Matt Turneri965: Use enum brw_reg_type for register types.
2014-07-06 Matt Turneri965: Move is_zero/one/null/accumulator into backend_reg.
2014-07-06 Matt Turneri965: Make a common backend_reg class.
2014-07-06 Matt Turneri965: Drop imm union from visitor register classes.
2014-07-06 Matt Turneri965: Use immediate storage in brw_reg for visitor...
2014-07-03 Ilia Mirkini965: expose AMD_vertex_shader_viewport_index on gen7+
2014-07-02 Eric Anholti965/gen6: Add a spec citation about push constant...
2014-07-02 Eric Anholti965: Add a comment about null renderbuffer surfaces...
2014-07-02 Eric Anholti965: Update a ton of comments about constant buffers.
2014-07-02 Eric Anholti965: Merge VS/GS and WM pull constant buffer upload...
2014-07-02 Eric Anholti965/gen6+: Merge VS/GS and WM push constant buffer...
2014-07-02 Eric Anholti965: Move dispatch_grf_start_reg and first_curbe_grf...
2014-07-02 Eric Anholti965: Fix state flags for gen4/5 CURBE.
2014-07-02 Eric Anholti965: Remove a dead define.
2014-07-02 Eric Anholti965: Reuse libdrm's header for AUB definitions.
2014-07-02 Eric Anholti965: Fix stale comments about the state cache.
2014-07-02 Eric Anholti965: Fix stale binding table comment.
2014-07-02 Eric Anholti965: Drop the memcmp for finding duplicated CURBE...
2014-07-02 Eric Anholti965: Reuse intel_upload.c for gen4/5 constant buffers.
2014-07-01 Dave Airliexmlconfig/dri: bool -> unsigned char
2014-07-01 Cody Northropi965/fs: Update discard jump to preserve uniform loads...
2014-07-01 Matt Turneri965/fs: Mark case unreachable to silence warning.
2014-07-01 Matt Turneri965: Use unreachable() instead of unconditional assert().
2014-07-01 Matt Turnermesa: Make unreachable macro take a string argument.
2014-07-01 Matt Turneri965/vec4: Remove useless conditionals.
2014-07-01 Matt Turneri965/fs: Pass cfg to calculate_live_intervals().
2014-07-01 Matt Turneri965: Mark fields in the live interval classes protected.
2014-07-01 Matt Turneri965: Use typed foreach_in_list_safe instead of foreach...
2014-07-01 Matt Turneri965: Use typed foreach_in_list instead of foreach_list.
2014-07-01 Matt Turneri965: Add and use foreach_inst_in_block macros.
2014-07-01 Matt Turneri965/fs: Use is_head_sentinel() instead of ->prev ...
2014-07-01 Matt Turnermesa: Add and use foreach_list_typed_safe.
2014-07-01 Matt Turnermesa: Add and use foreach_in_list_use_after.
2014-07-01 Matt Turneri965/fs: Mark predicated PLN instructions with dependen...
2014-07-01 Matt Turneri965/fs: Predicate PLN instructions used in unlit centr...
2014-07-01 Matt Turneri965/fs: Add no_dd_{clear,check} fields to fs_inst.
2014-07-01 Matt Turneri965/fs: Let sat-prop ignore live ranges if producer...
2014-07-01 Matt Turneri965/fs: Pass const references to emit functions.
2014-07-01 Matt Turneri965/vec4: Pass const references to instruction functions.
2014-07-01 Matt Turneri965/vec4: Pass const references to vec4_instruction().
2014-07-01 Matt Turneri965/fs: Pass const references to instruction functions.
2014-07-01 Axel Davyloader: Use drirc device_id parameter in complement...
2014-07-01 Axel Davydrirc: Add string support
2014-07-01 Dave Airliedri: remove GL types from config queries
2014-07-01 Dave Airliedri/xmlconfig: remove GL types.
2014-06-30 Kenneth Graunkei965/disasm: Fix INTEL_DEBUG=fs on Broadwell for ARB_fp...
2014-06-30 Kenneth Graunkei965/disasm: Delete gen8_disasm.c.
2014-06-30 Kenneth Graunkei965/disasm: Stop using gen8_disassemble in favor of...
2014-06-30 Kenneth Graunkei965/disasm: Improve render target write message disass...
2014-06-30 Kenneth Graunkei965/disasm: Rename msg_target to SFID.
2014-06-30 Kenneth Graunkei965/disasm: Fix typo in RT UNORM write message.
2014-06-30 Kenneth Graunkei965/disasm: Use Gen6+ SFID case labels.
2014-06-30 Kenneth Graunkei965/disasm: "Handle" Gen8+ HF/DF immediate cases.
2014-06-30 Kenneth Graunkei965/disasm: Cut piles of duplicate swizzle printing.
2014-06-30 Kenneth Graunkei965/disasm: Properly decode negate source modifiers...
2014-06-30 Kenneth Graunkei965/disasm: Improve disassembly of atomic messages...
2014-06-30 Kenneth Graunkei965/disasm: Actually disassemble Gen7+ URB opcodes.
2014-06-30 Kenneth Graunkei965/disasm: Decode Broadwell's invm/rsqrtm math functions.
2014-06-30 Kenneth Graunkei965/disasm: Properly disassemble the "atomic" ThreadCt...
2014-06-30 Kenneth Graunkei965/disasm: Properly disassemble all32h/any32h align1...
2014-06-30 Kenneth Graunkei965: Add #defines for any32h/all32h predication.
2014-06-30 Kenneth Graunkei965/disasm: Mark ELSE as having UIP on Gen8+.
2014-06-30 Kenneth Graunkei965/disasm: Properly disassemble jump targets on Gen4-5.
2014-06-30 Kenneth Graunkei965/disasm: Improve disassembly of jump targets on...
2014-06-30 Kenneth Graunkei965/disasm: Add support for new Gen8+ register types.
2014-06-30 Kenneth Graunkei965: Restyle brw_disasm.c.
2014-06-30 Kenneth Graunkei965/disasm: Create an "opcode" temporary.
2014-06-30 Kenneth Graunkei965/disasm: Eliminate opcode pointer.
2014-06-30 Jason EkstrandRemove the ATI_envmap_bumpmap extension
2014-06-30 Iago Toral Quirogai965: Enable vertex streams up to MAX_VERTEX_STREAMS.
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-06-30 Iago Toral Quirogai965/gs: Set control data bits for vertices emitted...
2014-06-30 Iago Toral Quirogai965/gs: Set number of control data bits for stream...
2014-06-30 Iago Toral Quirogai965: Enable transform feedback for streams > 0
2014-06-26 Kenneth Graunkei965: Enable compressed multisample support (CMS) on...
2014-06-26 Kenneth Graunkei965: Add 2x MSAA support to the MCS allocation function.
2014-06-26 Kenneth Graunkei965: Hook up the MCS buffers in SURFACE_STATE on Broad...
2014-06-26 Kenneth Graunkei965: Drop SINT workaround for CMS layout on Broadwell.
2014-06-26 Kenneth Graunkei965: Add plumbing for Broadwell's auxiliary surface...
2014-06-26 Jordan Justeni965: Add auxiliary surface field #defines for Broadwell.
2014-06-26 Kenneth Graunkei965: Disassemble all of DP write message control bits...
2014-06-26 Matt Turneri965: Pass brw to brw_try_compact_instruction().
2014-06-26 Matt Turneri965: Add is_cherryview flag to brw_context.
2014-06-26 Matt Turneri965: Add CSEL opcode definition for Gen8.
2014-06-26 Matt Turneri965: Document which instructions are generation specific.
2014-06-26 Matt Turneri965: Don't set UIP for ENDIF/WHILE.
2014-06-26 Matt Turneri965: Replace struct brw_compact_instruction with brw_c...
2014-06-26 Matt Turneri965: Convert brw_eu_compact.c to the new brw_compact_i...
2014-06-26 Matt Turneri965: Introduce a new brw_compact_inst API.
2014-06-26 Matt Turneri965: Replace 'struct brw_instruction' with 'brw_inst'.
2014-06-26 Matt Turneri965: Throw out guts of struct brw_instruction.
next