i965: Rewrite the HiZ op
[mesa.git] / src / mesa / drivers / dri / i965 / brw_eu_emit.c
2012-01-30 Eric Anholti965/fs: Fix rendering corruption in unigine tropics.
2012-01-27 Kenneth Graunkei965: Expose brw_set_sampler_message for use outside...
2012-01-18 Kenneth Graunkei965: Bump Ivybridge's fake MRF range to g112-127 inste...
2012-01-02 Eric Anholti965: Silence gcc warning from resizing EU store changes.
2011-12-26 Yuanhan Liui965: increase the brw eu instruction store size dynami...
2011-12-26 Yuanhan Liui965: call next_insn() before referencing a instruction...
2011-12-26 Yuanhan Liui965: get the jmp distance by instruction index
2011-12-26 Yuanhan Liui965: let the if_stack just store the instruction index
2011-12-21 Eric Anholti965: Don't make consumers of brw_CONT/brw_WHILE track...
2011-12-21 Eric Anholti965: Don't make consumers of brw_WHILE do pre-gen6...
2011-12-21 Eric Anholti965: Don't make consumers of brw_DO()/brw_WHILE()...
2011-12-21 Eric Anholti965: Drop unused do_insn argument from gen6_CONT().
2011-12-20 Paul Berryi965 gen6: Initial implementation of transform feedback.
2011-12-20 Paul Berryi965 gen6+: Use 1-wide null operands for IF instructions
2011-12-08 Paul Berryi965: Only convert if/else to conditional adds prior...
2011-12-02 Kenneth Graunkei965: Make gen6_resolve_implied_move a no-op for MRF...
2011-11-22 Chad VersaceMerge branch 'hiz' of ssh://people.freedesktop.org...
2011-11-17 Eric Anholti965/gen4: Fix sampling from integer textures.
2011-11-07 Kenneth Graunkei965: Enable faster workaround-free math on Ivybridge.
2011-10-19 Brian Pauli965: remove unused vars in brw_set_ff_sync_message()
2011-10-18 Kenneth Graunkei965: Rename pixel_scoreboard_clear to last_render_targ...
2011-10-18 Kenneth Graunkei965: Factor out code for setting Message Descriptors.
2011-10-18 Kenneth Graunkei965: Remove EOT parameter from brw_SAMPLE and brw_set_...
2011-10-18 Kenneth Graunkei965: Rename BRW_MESSAGE_TARGET_* to BRW_SFID_* and...
2011-10-18 Kenneth Graunkei965: Clarify check for which cache to use on Gen6...
2011-10-18 Kenneth Graunkei965: Use Ivybridge's "Legacy Data Port" for reads...
2011-10-18 Kenneth Graunkeintel: Convert from GLboolean to 'bool' from stdbool.h.
2011-10-08 Kenneth Graunkei965: Fix inconsistent indentation in brw_eu_emit.c.
2011-10-03 Kenneth Graunkei965: Set the signed/unsigned type bit in Gen4/5 math...
2011-10-03 Kenneth Graunkei965: Fix message and response length calculations...
2011-10-03 Kenneth Graunkei965: Fix assertions about register types for INT DIV...
2011-08-30 Eric Anholti965/vs: Add support for pull constant loads for unifor...
2011-08-30 Chad Versacei965: Fix Android build by removing relative includes
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-25 Brian PaulMerge branch 'kasanen-post-process-v2'
2011-08-20 Kenneth Graunkei965/gen7: Use align1 mode to set URB_WRITE_HWORD chann...
2011-08-16 Eric Anholti965/gen6: Force WHILE exec size to 8.
2011-08-16 Eric Anholti965: Fix assertion failure on a loop consisting of...
2011-08-16 Eric Anholti965: Make some EU emit code for DP read/write messages...
2011-06-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-03 Christian KönigMerge remote-tracking branch 'mareko/r300g-draw-instanc...
2011-05-25 Eric Anholti965: Warnings cleanup.
2011-05-21 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
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-15 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
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-05-07 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-04-26 Eric Anholti965: Move the destination reg setup for 8/16 wide...
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
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-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
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-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2011-01-08 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2010-12-22 Christian KönigMerge remote branch 'origin/master' into pipe-video
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-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-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
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-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
next