OSDN Git Service

i965: Quote the PRM on a HorzStride subtlety
[android-x86/external-mesa.git] / src / mesa / drivers / dri / i965 / brw_eu_emit.c
2013-01-25 Chad Versacei965: Quote the PRM on a HorzStride subtlety
2013-01-25 Chad Versacei965: Add opcodes for F32TO16 and F16TO32
2013-01-03 Vinson Leei965: Add break statement at end of BRW_OPCODE_CONTINUE...
2012-12-14 Eric Anholti965: Also consider HALTs a potential block end.
2012-12-14 Kenneth Graunkei965: Jump to the end of the next outer conditional...
2012-12-11 Eric Anholti965/fs: Improve performance of shaders that start...
2012-12-05 Eric Anholti965: Add a debug flag for counting cycles spent in...
2012-12-05 Eric Anholti965: Add a header_present flag for setting up dp read...
2012-12-05 Eric Anholti965/gen7: Add some safety checks for send messages...
2012-11-08 Vinson Leei965: Fix assertion in brw_alu3.
2012-11-01 Kenneth Graunkei965: Remove VS constant buffer read support from brw_e...
2012-10-09 Kenneth Graunkei965: Delete some dead code from brw_eu_emit.c.
2012-09-17 Eric Anholti965: Prepare the break/cont uip/jip setting for compac...
2012-09-17 Eric Anholti965: Move program dump to a helper function in brw_eu.c.
2012-08-08 Eric Anholti965: Drop the confusing saturate argument to math...
2012-07-26 Paul Berryi965: Use sendc for all render target writes on Gen6+.
2012-07-20 Paul Berryi965: Add support for AVG instruction.
2012-05-23 Eric Anholti965/gen6+: Add support for GL_ARB_blend_func_extended.
2012-05-15 Eric AnholtRevert "i965/fs: Jump from discard statements to the...
2012-03-16 Eric Anholti965/fs: Jump from discard statements to the end of...
2012-02-21 Kenneth Graunkei965: Only set Last Render Target Select on the last...
2012-02-11 Eric Anholti965: Add support for the MAD opcode on gen6+.
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
next