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/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
*
i965: Add support for gen6 reladdr VS constant loading.
Eric Anholt
2010-12-09
1
-1
/
+1
*
i965: Add support for gen6 constant-index constant loading.
Eric Anholt
2010-12-09
1
-1
/
+9
*
i965: Clean up VS constant buffer location setup.
Eric Anholt
2010-12-09
1
-15
/
+3
*
i965: Work around gen6 ignoring source modifiers on math instructions.
Eric Anholt
2010-12-07
1
-0
/
+14
*
i965: Handle saturates on gen6 math instructions.
Eric Anholt
2010-12-07
1
-0
/
+2
*
i965: Add support for the instruction compression bits on gen6.
Eric Anholt
2010-12-06
1
-46
/
+47
*
i965: Make the sampler's implied move on gen6 be a raw move.
Eric Anholt
2010-12-06
1
-1
/
+1
*
i965: Fix up gen6 samplers for their usage by brw_wm_emit.c
Eric Anholt
2010-12-06
1
-7
/
+9
*
i965: Don't smash a group of coordinates doing gen6 16-wide sampler headers.
Eric Anholt
2010-12-06
1
-0
/
+1
*
i965: Add support for gen6 CONTINUE instruction emit.
Eric Anholt
2010-12-01
1
-1
/
+23
*
i965: Add support for gen6 BREAK ISA emit.
Eric Anholt
2010-12-01
1
-6
/
+86
*
i965: Add support for gen6 DO/WHILE ISA emit.
Eric Anholt
2010-12-01
1
-21
/
+45
*
i965: fix dest type of 'endif' on sandybridge
Zhenyu Wang
2010-11-10
1
-1
/
+1
*
i965: Drop the eot argument to read messages, which can never be set.
Eric Anholt
2010-10-26
1
-24
/
+19
*
i965: Add support for constant buffer loads on gen6.
Eric Anholt
2010-10-26
1
-2
/
+26
[next]