summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_disasm.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-13i965: Rename dp_render_target struct to gen6_dp.Kenneth Graunke1-12/+12
2010-12-23i965: Correct the dp_read message descriptor setup on g4x.Eric Anholt1-1/+1
2010-12-01i965: Dump the WHILE jump distance on gen6.Eric Anholt1-1/+2
2010-10-26i965: Add disasm for the flag register.Eric Anholt1-0/+3
2010-10-26i965: Use SENDC on the first render target write on gen6.Eric Anholt1-3/+7
2010-10-06i965: Add some clarification of the WECtrl field.Eric Anholt1-2/+2
2010-10-06i965: Fix up IF/ELSE/ENDIF for gen6.Eric Anholt1-0/+5
2010-10-04i965: In disasm, gen6 fb writes don't put msg reg # in destreg_conditionalmod.Eric Anholt1-1/+1
2010-09-28i965: disasm quarter and write enable instruction control on sandybridgeZhenyu Wang1-9/+61
2010-08-28i965: Add disasm for gen5 sampler messages.Eric Anholt1-6/+19
2010-08-20i965: Add AccWrCtl support on Sandybridge.Zhenyu Wang1-0/+7
2010-08-20i965: Mention the mlen and rlen for URB reads.Zhenyu Wang1-0/+5
2010-08-20i965: Adjust disasm of subreg numbers to be in units of the register type.Zhenyu Wang1-6/+20
2010-08-16i965: Add disasm for Compr4 instruction compression.Eric Anholt1-1/+16
2010-07-22i965: Fix the disasm output for da16 src widths.Eric Anholt1-1/+1
2010-07-21i965: Add disasm for dataport reads (register unspilling).Eric Anholt1-1/+22
2010-07-08i965: Add disasm for SEND mlen/rlen on Sandybridge.Eric Anholt1-1/+1
2010-07-08i965: Fix disasm of a SEND's mlen and rlen on Ironlake.Eric Anholt1-4/+11
2010-07-08i965: Add decode for Sandybridge DP write messages.Zhenyu Wang1-9/+21
2010-05-14i965: Parse the ff_sync URB send opcode on Ironlake disasm.Eric Anholt1-1/+15
2010-05-14i965: Dump out the correct shared function for SEND on Ironlake.Eric Anholt1-3/+11
2010-03-22i965: Add disasm for SNB MATH opcode.Eric Anholt1-1/+6
2010-03-10i965: Use the PLN instruction when possible in interpolation.Eric Anholt1-0/+1
2010-03-10i965: Print the offset for IFF in disasmEric Anholt1-1/+1
2010-03-09i965: Print the offsets for WHILE and BREAK in disasm.Eric Anholt1-2/+2
2009-12-31Merge branch 'mesa_7_7_branch'Brian Paul1-0/+1
2009-12-26i965: Fix setup of immediate types for gen4 disasm.Eric Anholt1-1/+1
2009-12-24i965: Add missing va_end.Vinson Lee1-0/+1
2009-08-04i965: Print out ELSE and ENDIF src1 arguments like IF does.Eric Anholt1-2/+2
2009-08-04i965: Hook up the disassembler for INTEL_DEBUG={wm,vs}.Eric Anholt1-5/+7
2009-08-04i965: Initial import of disasm code from intel-gen4asm.Eric Anholt1-0/+901