i965: Remove unused structures for command packets.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_eu_emit.c
2011-05-25 Eric Anholti965: Warnings cleanup.
2011-05-18 Eric Anholti965/fs: Add support for "if" statements in 16-wide...
2011-05-18 Kenneth Graunkei965: Fix RNDZ and RNDE on Sandybridge and Ivybridge.
2011-05-18 Kenneth Graunkei965: Fix data port reads on Ivybridge.
2011-05-18 Kenneth Graunkei965: Make the CONT instruction point to the WHILE...
2011-05-18 Kenneth Graunkei965: Add support for loops on Ivybridge.
2011-05-18 Kenneth Graunkei965: Add support for IF/ELSE/ENDIF control flow on...
2011-05-18 Kenneth Graunkei965: Fix sampler message descriptor on Ivybridge.
2011-05-18 Kenneth Graunkei965: Enable channel masks in Ivybridge's URB_WRITE_HWO...
2011-05-18 Kenneth Graunkei965: Fix the URB write message descriptor on Ivybridge.
2011-05-18 Kenneth Graunkei965: Fix render target writes on Ivybridge.
2011-05-18 Kenneth Graunkei965: Mad hacks to avoid using MRFs on Ivybridge.
2011-05-18 Kenneth Graunkei965: Rework IF/ELSE jump target back-patching.
2011-05-18 Kenneth Graunkei965: Move IF stack handling into the EU abstraction...
2011-05-16 Kenneth Graunkei965: Pass brw_compile pointer to brw_set_src[01].
2011-05-13 Kenneth Graunkei965: Use BRW_DATAPORT_READ_TARGET_DATA_CACHE instead...
2011-05-13 Kenneth Graunkei965: Rename dp_render_target struct to gen6_dp.
2011-05-13 Kenneth Graunkei965: Attempt to un-muddle Gen6 data port message targe...
2011-04-26 Eric Anholti965: Move the destination reg setup for 8/16 wide...
2011-04-17 Eric Anholti965: Quit spamming gen6 DP read/write send instruction...
2011-04-17 Eric Anholti965/fs: Add gen6 register spilling support.
2011-04-12 Brian PaulMerge branch 'arb_sampler_objects'
2011-04-12 Zou Nan haiRevert "i965: clear global offset to zero in m0.2...
2011-04-07 Zou Nan haii965: clear global offset to zero in m0.2 for VS...
2011-04-03 Kenneth Graunkei965: Fix null register use in Sandybridge implied...
2011-03-29 Kenneth Graunkei965: Resolve implied moves in brw_dp_READ_4_vs_relative.
2011-03-29 Kenneth Graunkei965: Refactor Sandybridge implied move handling.
2011-03-16 Kenneth Graunkei965: Rename brw_(IF|CONT)_gen6 functions to gen6_...
2011-03-16 Kenneth Graunkei965: Rename BRW_DATAPORT_..._GEN6 messages to GEN6_...
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-24 Xiang, Haihaoi965: use align1 access mode for instructions with...
2010-12-23 Eric Anholti965: Correct the dp_read message descriptor setup...
2010-12-22 Zhenyu Wangi965: explicit tell header present for fb write on...
2010-12-21 Eric Anholti965: Avoid using float type for raw moves, to work...
2010-12-10 Eric Anholti965: Add support for gen6 reladdr VS constant loading.
2010-12-10 Eric Anholti965: Add support for gen6 constant-index constant...
2010-12-09 Eric Anholti965: Clean up VS constant buffer location setup.
2010-12-07 Eric Anholti965: Work around gen6 ignoring source modifiers on...
2010-12-07 Eric Anholti965: Handle saturates on gen6 math instructions.
2010-12-06 Eric Anholti965: Add support for the instruction compression bits...
2010-12-06 Eric Anholti965: Make the sampler's implied move on gen6 be a...
2010-12-06 Eric Anholti965: Fix up gen6 samplers for their usage by brw_wm_emit.c
2010-12-06 Eric Anholti965: Don't smash a group of coordinates doing gen6...
2010-12-02 Eric Anholti965: Add support for gen6 CONTINUE instruction emit.
2010-12-02 Eric Anholti965: Add support for gen6 BREAK ISA emit.
2010-12-02 Eric Anholti965: Add support for gen6 DO/WHILE ISA emit.
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-10 Zhenyu Wangi965: fix dest type of 'endif' on sandybridge
2010-10-26 Eric Anholti965: Drop the eot argument to read messages, which...
2010-10-26 Eric Anholti965: Add support for constant buffer loads on gen6.
2010-10-26 Eric Anholti965: Use SENDC on the first render target write on...
2010-10-26 Eric Anholti965: Clarify an XXX comment in FB writes with real...
2010-10-26 Eric Anholti965: Add EU code for dword scattered reads (constant...
2010-10-22 Eric Anholti965: Add support for pull constants to the new FS...
2010-10-22 Brian PaulMerge branch 'primitive-restart-cleanup'
2010-10-21 Eric Anholti965: Don't emit register spill offsets directly into g0.
2010-10-21 Eric Anholti965: Add support for register spilling.
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-20 Eric Anholti965: Set the source operand types for gen6 if/else...
2010-10-20 Eric Anholti965: Add EU emit support for gen6's new IF instruction...
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-14 Kenneth Graunkei965: Add support for ir_unop_round_even via the RNDE...
2010-10-14 Kenneth Graunkei965: Correctly emit the RNDZ instruction.
2010-10-14 Zhenyu Wangi965: Fix GS hang on Sandybridge
2010-10-11 Eric Anholti965: Add a couple of checks for gen6 math instruction...
2010-10-08 Vinson Leei965: Silence unused variable warning on non-debug...
2010-10-06 Eric Anholti965: Fix up IF/ELSE/ENDIF for gen6.
2010-10-06 Eric Anholti965: Gen6 no longer has the IFF instruction; always...
2010-10-04 Eric Anholti965: Add support for gen6 FB writes to the new FS.
2010-09-28 Zhenyu Wangi965: Fix sampler on sandybridge
2010-09-28 Zhenyu Wangi965: fix jump count on sandybridge
2010-09-28 Zhenyu Wangi965: ff sync message change for sandybridge
2010-09-28 Eric Anholti965: Add support for POW in gen6 FS.
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-07 Eric Anholti965: Add some validation on BRW_OPCODE_MUL and ADD...
2010-09-07 Eric Anholti965: Add assertion for another requirement about types.
2010-09-07 Eric Anholti965: Add a bit of validation for some ISA restrictions...
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-30 Eric Anholti965: Make brw_CONT and brw_BREAK take the pop count.
2010-08-20 Eric Anholti965: Also use the SIMD8 FB writes for SIMD8 mode on...
2010-08-20 Zhenyu Wangi965: Add support for FB writes on Sandybridge.
2010-08-20 Zhenyu Wangi965: Set the destination horiz stride even for da16...
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-22 Eric Anholti965: Clean up brw_dp_READ_4_vs() now that it has fewer...
2010-07-22 Eric Anholti965: Support relative addressed VS constant reads...
2010-07-22 Eric Anholti956: Set the execution size correctly for scratch...
2010-07-22 Eric Anholti965: Use the pretty define for 4-oword DP reads.
2010-07-22 Eric Anholti965: Set the send commit bit on register spills as...
2010-07-08 Zhenyu Wangi965: Add 'wait' instruction support
2010-06-28 Jakob BornecrantzMerge branch 'gallium-drm-driver-drescriptor'
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-24 Brian PaulMerge branch 'shader-file-reorg'
2010-06-13 Zhenyu Wangi965: Use the new message header format for FF_SYNC...
2010-06-13 Zhenyu Wangi965: Add support for math instructions in the gen6 WM.
2010-05-21 Roland ScheideggerMerge branch 'gallium-msaa'
2010-05-21 Keith WhitwellMerge branch 'gallium-front-ccw'
2010-05-19 Keith WhitwellMerge commit 'origin/graw-tests'
2010-05-18 Eric Anholti965: Remove constant or ignored-by-hw args from FF...
next