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 broken source type assertions from brw_alu3().
Kenneth Graunke
2013-06-26
1
-14
/
+5
*
i965: Add back strict type assertions for MAD and LRP.
Kenneth Graunke
2013-06-26
1
-2
/
+16
*
i965: Add support for emitting and disassembling bit instructions.
Matt Turner
2013-05-06
1
-0
/
+7
*
i965/gen7: Set src/dst types for 3-src instructions.
Matt Turner
2013-05-06
1
-4
/
+36
*
i965: Apply CMP NULL {Switch} work-around to other Gen7s.
Matt Turner
2013-04-22
1
-1
/
+4
*
Revert "i965: Check reg.nr for BRW_ARF_NULL instead of reg.file."
Matt Turner
2013-04-18
1
-1
/
+1
*
i965: Check reg.nr for BRW_ARF_NULL instead of reg.file.
Matt Turner
2013-04-17
1
-1
/
+1
*
i965: Implement work-around for CMP with null dest on Haswell.
Matt Turner
2013-04-17
1
-0
/
+12
*
i965/fs: Switch shader_time writes to using GRFs.
Eric Anholt
2013-03-28
1
-3
/
+3
*
i965/gen7: Use WE_all mode when enabling channel masks for URB write.
Paul Berry
2013-03-24
1
-0
/
+1
*
i965: Fix INTEL_DEBUG=shader_time for Haswell.
Kenneth Graunke
2013-03-14
1
-4
/
+11
*
i965: Add support for emitting the LRP instruction.
Kenneth Graunke
2013-02-28
1
-0
/
+1
*
i965/gen7: Relax restrictions on fake MRFs
Matt Turner
2013-02-28
1
-2
/
+4
*
i965: Remove writemask support from brw_SAMPLE().
Eric Anholt
2013-02-13
1
-105
/
+18
*
i965: Quote the PRM on a HorzStride subtlety
Chad Versace
2013-01-24
1
-1
/
+4
*
i965: Add opcodes for F32TO16 and F16TO32
Chad Versace
2013-01-24
1
-0
/
+2
*
i965: Add break statement at end of BRW_OPCODE_CONTINUE case.
Vinson Lee
2013-01-02
1
-0
/
+1
*
i965: Also consider HALTs a potential block end.
Eric Anholt
2012-12-14
1
-0
/
+1
*
i965: Jump to the end of the next outer conditional block on ENDIFs.
Kenneth Graunke
2012-12-14
1
-0
/
+7
*
i965/fs: Improve performance of shaders that start out with a discard.
Eric Anholt
2012-12-11
1
-7
/
+46
*
i965: Add a debug flag for counting cycles spent in each compiled shader.
Eric Anholt
2012-12-05
1
-2
/
+54
*
i965: Add a header_present flag for setting up dp read messages.
Eric Anholt
2012-12-04
1
-1
/
+4
*
i965/gen7: Add some safety checks for send messages from GRFs.
Eric Anholt
2012-12-04
1
-0
/
+15
*
i965: Fix assertion in brw_alu3.
Vinson Lee
2012-11-07
1
-1
/
+1
*
i965: Remove VS constant buffer read support from brw_eu_emit.c.
Kenneth Graunke
2012-11-01
1
-110
/
+0
*
i965: Delete some dead code from brw_eu_emit.c.
Kenneth Graunke
2012-10-09
1
-108
/
+0
*
i965: Prepare the break/cont uip/jip setting for compacted instructions.
Eric Anholt
2012-09-17
1
-14
/
+43
*
i965: Move program dump to a helper function in brw_eu.c.
Eric Anholt
2012-09-17
1
-0
/
+1
*
i965: Drop the confusing saturate argument to math instruction setup.
Eric Anholt
2012-08-08
1
-10
/
+4
*
i965: Use sendc for all render target writes on Gen6+.
Paul Berry
2012-07-26
1
-1
/
+1
*
i965: Add support for AVG instruction.
Paul Berry
2012-07-20
1
-0
/
+22
*
i965/gen6+: Add support for GL_ARB_blend_func_extended.
Eric Anholt
2012-05-23
1
-6
/
+2
*
Revert "i965/fs: Jump from discard statements to the end of the program when ...
Eric Anholt
2012-05-14
1
-48
/
+5
*
i965/fs: Jump from discard statements to the end of the program when done.
Eric Anholt
2012-03-16
1
-5
/
+48
*
i965: Only set Last Render Target Select on the last FB write.
Kenneth Graunke
2012-02-21
1
-1
/
+1
*
i965: Add support for the MAD opcode on gen6+.
Eric Anholt
2012-02-10
1
-1
/
+83
*
i965/fs: Fix rendering corruption in unigine tropics.
Eric Anholt
2012-01-30
1
-1
/
+1
*
i965: Expose brw_set_sampler_message for use outside brw_eu_emit.c.
Kenneth Graunke
2012-01-26
1
-10
/
+11
*
i965: Bump Ivybridge's fake MRF range to g112-127 instead of g111-126.
Kenneth Graunke
2012-01-18
1
-1
/
+9
*
i965: Silence gcc warning from resizing EU store changes.
Eric Anholt
2012-01-02
1
-1
/
+1
*
i965: increase the brw eu instruction store size dynamically
Yuanhan Liu
2011-12-26
1
-1
/
+9
*
i965: call next_insn() before referencing a instruction by index
Yuanhan Liu
2011-12-26
1
-14
/
+26
*
i965: get the jmp distance by instruction index
Yuanhan Liu
2011-12-26
1
-4
/
+3
*
i965: let the if_stack just store the instruction index
Yuanhan Liu
2011-12-26
1
-7
/
+15
*
i965: Don't make consumers of brw_CONT/brw_WHILE track if depth in loop.
Eric Anholt
2011-12-21
1
-4
/
+9
*
i965: Don't make consumers of brw_WHILE do pre-gen6 BREAK/CONT patching.
Eric Anholt
2011-12-21
1
-2
/
+33
*
i965: Don't make consumers of brw_DO()/brw_WHILE() track loop start.
Eric Anholt
2011-12-21
1
-3
/
+27
*
i965: Drop unused do_insn argument from gen6_CONT().
Eric Anholt
2011-12-21
1
-2
/
+1
*
i965 gen6: Initial implementation of transform feedback.
Paul Berry
2011-12-20
1
-0
/
+39
*
i965 gen6+: Use 1-wide null operands for IF instructions
Paul Berry
2011-12-20
1
-4
/
+4
[next]