index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
brw_eu_emit.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: remove unused vars in brw_set_ff_sync_message()
Brian Paul
2011-10-18
1
-3
/
+0
*
i965: Rename pixel_scoreboard_clear to last_render_target for clarity.
Kenneth Graunke
2011-10-18
1
-9
/
+9
*
i965: Factor out code for setting Message Descriptors.
Kenneth Graunke
2011-10-18
1
-129
/
+77
*
i965: Remove EOT parameter from brw_SAMPLE and brw_set_sampler_message.
Kenneth Graunke
2011-10-18
1
-9
/
+5
*
i965: Rename BRW_MESSAGE_TARGET_* to BRW_SFID_* and document them.
Kenneth Graunke
2011-10-18
1
-24
/
+24
*
i965: Clarify check for which cache to use on Gen6 data port reads.
Kenneth Graunke
2011-10-18
1
-3
/
+3
*
i965: Use Ivybridge's "Legacy Data Port" for reads/writes.
Kenneth Graunke
2011-10-18
1
-4
/
+8
*
intel: Convert from GLboolean to 'bool' from stdbool.h.
Kenneth Graunke
2011-10-18
1
-23
/
+23
*
i965: Fix inconsistent indentation in brw_eu_emit.c.
Kenneth Graunke
2011-10-07
1
-197
/
+197
*
i965: Set the signed/unsigned type bit in Gen4/5 math messages.
Kenneth Graunke
2011-10-02
1
-1
/
+1
*
i965: Fix message and response length calculations for INT DIV.
Kenneth Graunke
2011-10-02
1
-10
/
+28
*
i965: Fix assertions about register types for INT DIV in brw_math.
Kenneth Graunke
2011-10-02
1
-4
/
+11
*
i965/vs: Add support for pull constant loads for uniform arrays.
Eric Anholt
2011-08-30
1
-1
/
+1
*
i965: Fix Android build by removing relative includes
Chad Versace
2011-08-30
1
-1
/
+1
*
i965/gen7: Use align1 mode to set URB_WRITE_HWORD channel enables.
Kenneth Graunke
2011-08-20
1
-0
/
+3
*
i965/gen6: Force WHILE exec size to 8.
Eric Anholt
2011-08-16
1
-4
/
+2
*
i965: Fix assertion failure on a loop consisting of while (true) { break }.
Eric Anholt
2011-08-16
1
-1
/
+1
*
i965: Make some EU emit code for DP read/write messages non-static.
Eric Anholt
2011-08-16
1
-22
/
+22
*
i965: Warnings cleanup.
Eric Anholt
2011-05-25
1
-3
/
+0
*
i965/fs: Add support for "if" statements in 16-wide mode on gen6+.
Eric Anholt
2011-05-18
1
-1
/
+5
*
i965: Fix RNDZ and RNDE on Sandybridge and Ivybridge.
Kenneth Graunke
2011-05-17
1
-3
/
+8
*
i965: Fix data port reads on Ivybridge.
Kenneth Graunke
2011-05-17
1
-2
/
+12
*
i965: Make the CONT instruction point to the WHILE instruction.
Kenneth Graunke
2011-05-17
1
-5
/
+2
*
i965: Add support for loops on Ivybridge.
Kenneth Graunke
2011-05-17
1
-3
/
+18
*
i965: Add support for IF/ELSE/ENDIF control flow on Ivybridge.
Kenneth Graunke
2011-05-17
1
-6
/
+36
*
i965: Fix sampler message descriptor on Ivybridge.
Kenneth Graunke
2011-05-17
1
-1
/
+11
*
i965: Enable channel masks in Ivybridge's URB_WRITE_HWORD header.
Kenneth Graunke
2011-05-17
1
-0
/
+8
*
i965: Fix the URB write message descriptor on Ivybridge.
Kenneth Graunke
2011-05-17
1
-2
/
+15
*
i965: Fix render target writes on Ivybridge.
Kenneth Graunke
2011-05-17
1
-1
/
+13
*
i965: Mad hacks to avoid using MRFs on Ivybridge.
Kenneth Graunke
2011-05-17
1
-1
/
+19
*
i965: Rework IF/ELSE jump target back-patching.
Kenneth Graunke
2011-05-17
1
-114
/
+144
*
i965: Move IF stack handling into the EU abstraction layer/brw_compile.
Kenneth Graunke
2011-05-17
1
-9
/
+27
*
i965: Pass brw_compile pointer to brw_set_src[01].
Kenneth Graunke
2011-05-16
1
-95
/
+103
*
i965: Use BRW_DATAPORT_READ_TARGET_DATA_CACHE instead of 0.
Kenneth Graunke
2011-05-13
1
-3
/
+3
*
i965: Rename dp_render_target struct to gen6_dp.
Kenneth Graunke
2011-05-13
1
-18
/
+18
*
i965: Attempt to un-muddle Gen6 data port message target defines.
Kenneth Graunke
2011-05-13
1
-3
/
+3
*
i965: Move the destination reg setup for 8/16 wide to the emit code.
Eric Anholt
2011-04-26
1
-1
/
+6
*
i965: Quit spamming gen6 DP read/write send instructions with gen5 bits.
Eric Anholt
2011-04-17
1
-6
/
+0
*
i965/fs: Add gen6 register spilling support.
Eric Anholt
2011-04-17
1
-8
/
+37
*
Revert "i965: clear global offset to zero in m0.2 for VS DP read."
Zou Nan hai
2011-04-12
1
-9
/
+0
*
i965: clear global offset to zero in m0.2 for VS DP read.
Zou Nan hai
2011-04-07
1
-0
/
+9
*
i965: Fix null register use in Sandybridge implied move resolution.
Kenneth Graunke
2011-04-03
1
-9
/
+8
*
i965: Resolve implied moves in brw_dp_READ_4_vs_relative.
Kenneth Graunke
2011-03-29
1
-1
/
+3
*
i965: Refactor Sandybridge implied move handling.
Kenneth Graunke
2011-03-29
1
-36
/
+32
*
i965: Rename brw_(IF|CONT)_gen6 functions to gen6_(IF|CONT).
Kenneth Graunke
2011-03-16
1
-4
/
+4
*
i965: Rename BRW_DATAPORT_..._GEN6 messages to GEN6_... for consistency.
Kenneth Graunke
2011-03-16
1
-1
/
+1
*
i965: use align1 access mode for instructions with execSize=1 in VS
Xiang, Haihao
2010-12-24
1
-0
/
+2
*
i965: Correct the dp_read message descriptor setup on g4x.
Eric Anholt
2010-12-23
1
-0
/
+10
*
i965: explicit tell header present for fb write on sandybridge
Zhenyu Wang
2010-12-22
1
-5
/
+2
*
i965: Avoid using float type for raw moves, to work around SNB issue.
Eric Anholt
2010-12-21
1
-3
/
+6
[next]