aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_eu_emit.c
Commit message (Expand)AuthorAgeFilesLines
* i965: remove unused vars in brw_set_ff_sync_message()Brian Paul2011-10-181-3/+0
* i965: Rename pixel_scoreboard_clear to last_render_target for clarity.Kenneth Graunke2011-10-181-9/+9
* i965: Factor out code for setting Message Descriptors.Kenneth Graunke2011-10-181-129/+77
* i965: Remove EOT parameter from brw_SAMPLE and brw_set_sampler_message.Kenneth Graunke2011-10-181-9/+5
* i965: Rename BRW_MESSAGE_TARGET_* to BRW_SFID_* and document them.Kenneth Graunke2011-10-181-24/+24
* i965: Clarify check for which cache to use on Gen6 data port reads.Kenneth Graunke2011-10-181-3/+3
* i965: Use Ivybridge's "Legacy Data Port" for reads/writes.Kenneth Graunke2011-10-181-4/+8
* intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke2011-10-181-23/+23
* i965: Fix inconsistent indentation in brw_eu_emit.c.Kenneth Graunke2011-10-071-197/+197
* i965: Set the signed/unsigned type bit in Gen4/5 math messages.Kenneth Graunke2011-10-021-1/+1
* i965: Fix message and response length calculations for INT DIV.Kenneth Graunke2011-10-021-10/+28
* i965: Fix assertions about register types for INT DIV in brw_math.Kenneth Graunke2011-10-021-4/+11
* i965/vs: Add support for pull constant loads for uniform arrays.Eric Anholt2011-08-301-1/+1
* i965: Fix Android build by removing relative includesChad Versace2011-08-301-1/+1
* i965/gen7: Use align1 mode to set URB_WRITE_HWORD channel enables.Kenneth Graunke2011-08-201-0/+3
* i965/gen6: Force WHILE exec size to 8.Eric Anholt2011-08-161-4/+2
* i965: Fix assertion failure on a loop consisting of while (true) { break }.Eric Anholt2011-08-161-1/+1
* i965: Make some EU emit code for DP read/write messages non-static.Eric Anholt2011-08-161-22/+22
* i965: Warnings cleanup.Eric Anholt2011-05-251-3/+0
* i965/fs: Add support for "if" statements in 16-wide mode on gen6+.Eric Anholt2011-05-181-1/+5
* i965: Fix RNDZ and RNDE on Sandybridge and Ivybridge.Kenneth Graunke2011-05-171-3/+8
* i965: Fix data port reads on Ivybridge.Kenneth Graunke2011-05-171-2/+12
* i965: Make the CONT instruction point to the WHILE instruction.Kenneth Graunke2011-05-171-5/+2
* i965: Add support for loops on Ivybridge.Kenneth Graunke2011-05-171-3/+18
* i965: Add support for IF/ELSE/ENDIF control flow on Ivybridge.Kenneth Graunke2011-05-171-6/+36
* i965: Fix sampler message descriptor on Ivybridge.Kenneth Graunke2011-05-171-1/+11
* i965: Enable channel masks in Ivybridge's URB_WRITE_HWORD header.Kenneth Graunke2011-05-171-0/+8
* i965: Fix the URB write message descriptor on Ivybridge.Kenneth Graunke2011-05-171-2/+15
* i965: Fix render target writes on Ivybridge.Kenneth Graunke2011-05-171-1/+13
* i965: Mad hacks to avoid using MRFs on Ivybridge.Kenneth Graunke2011-05-171-1/+19
* i965: Rework IF/ELSE jump target back-patching.Kenneth Graunke2011-05-171-114/+144
* i965: Move IF stack handling into the EU abstraction layer/brw_compile.Kenneth Graunke2011-05-171-9/+27
* i965: Pass brw_compile pointer to brw_set_src[01].Kenneth Graunke2011-05-161-95/+103
* i965: Use BRW_DATAPORT_READ_TARGET_DATA_CACHE instead of 0.Kenneth Graunke2011-05-131-3/+3
* i965: Rename dp_render_target struct to gen6_dp.Kenneth Graunke2011-05-131-18/+18
* i965: Attempt to un-muddle Gen6 data port message target defines.Kenneth Graunke2011-05-131-3/+3
* i965: Move the destination reg setup for 8/16 wide to the emit code.Eric Anholt2011-04-261-1/+6
* i965: Quit spamming gen6 DP read/write send instructions with gen5 bits.Eric Anholt2011-04-171-6/+0
* i965/fs: Add gen6 register spilling support.Eric Anholt2011-04-171-8/+37
* Revert "i965: clear global offset to zero in m0.2 for VS DP read."Zou Nan hai2011-04-121-9/+0
* i965: clear global offset to zero in m0.2 for VS DP read.Zou Nan hai2011-04-071-0/+9
* i965: Fix null register use in Sandybridge implied move resolution.Kenneth Graunke2011-04-031-9/+8
* i965: Resolve implied moves in brw_dp_READ_4_vs_relative.Kenneth Graunke2011-03-291-1/+3
* i965: Refactor Sandybridge implied move handling.Kenneth Graunke2011-03-291-36/+32
* i965: Rename brw_(IF|CONT)_gen6 functions to gen6_(IF|CONT).Kenneth Graunke2011-03-161-4/+4
* i965: Rename BRW_DATAPORT_..._GEN6 messages to GEN6_... for consistency.Kenneth Graunke2011-03-161-1/+1
* i965: use align1 access mode for instructions with execSize=1 in VSXiang, Haihao2010-12-241-0/+2
* i965: Correct the dp_read message descriptor setup on g4x.Eric Anholt2010-12-231-0/+10
* i965: explicit tell header present for fb write on sandybridgeZhenyu Wang2010-12-221-5/+2
* i965: Avoid using float type for raw moves, to work around SNB issue.Eric Anholt2010-12-211-3/+6