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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
i965: Replace non-standard INLINE macro with "inline".
Kenneth Graunke
2013-12-05
1
-1
/
+1
*
i965: Don't use GL types in files shared with intel-gpu-tools.
Kenneth Graunke
2013-12-05
1
-78
/
+78
*
i965: Drop trailing whitespace from files shared with intel-gpu-tools.
Kenneth Graunke
2013-12-05
1
-8
/
+8
*
i965: Move enum brw_urb_write_flags from brw_eu.h to brw_defines.h.
Kenneth Graunke
2013-11-16
1
-71
/
+0
*
i965/fs: Use the gen7 scratch read opcode when possible.
Eric Anholt
2013-10-30
1
-0
/
+5
*
i965/gen7: Implement code generation for untyped surface read instructions.
Francisco Jerez
2013-10-29
1
-0
/
+8
*
i965/gen7: Implement code generation for untyped atomic instructions.
Francisco Jerez
2013-10-29
1
-0
/
+9
*
i965: Generate code for ir_binop_carry and ir_binop_borrow.
Matt Turner
2013-10-07
1
-0
/
+2
*
i965/gen7: Add the ability to send URB_WRITE_OWORD messages.
Paul Berry
2013-09-11
1
-0
/
+8
*
i965/gen7: Allow URB_WRITE channel masks to be used.
Paul Berry
2013-09-11
1
-0
/
+6
*
i965: Remove never used RSR and RSL opcodes.
Matt Turner
2013-09-05
1
-2
/
+0
*
i965: Allow C++ type safety in the use of enum brw_urb_write_flags.
Paul Berry
2013-08-26
1
-1
/
+15
*
i965/gs: Add a flag allowing URB write messages to use a per-slot offset.
Paul Berry
2013-08-23
1
-0
/
+6
*
i965: Combine 4 boolean args of brw_urb_WRITE into a flags bitfield.
Paul Berry
2013-08-23
1
-4
/
+38
*
i965: Pass brw_context to functions rather than intel_context.
Kenneth Graunke
2013-07-09
1
-3
/
+3
*
i965: Add support for emitting and disassembling bit instructions.
Matt Turner
2013-05-06
1
-0
/
+7
*
i965: Remove the old brw_optimize() code.
Eric Anholt
2013-04-01
1
-5
/
+0
*
i965/fs: Switch shader_time writes to using GRFs.
Eric Anholt
2013-03-28
1
-1
/
+1
*
i965: Add support for emitting the LRP instruction.
Kenneth Graunke
2013-02-28
1
-0
/
+1
*
i965: Remove writemask support from brw_SAMPLE().
Eric Anholt
2013-02-13
1
-1
/
+0
*
i965: Add opcodes for F32TO16 and F16TO32
Chad Versace
2013-01-24
1
-0
/
+2
*
i965: Split struct brw_reg out from brw_eu.h into its own header.
Kenneth Graunke
2012-12-15
1
-709
/
+1
*
i965/fs: Improve performance of shaders that start out with a discard.
Eric Anholt
2012-12-11
1
-0
/
+1
*
i965/fs: Add an instruction flag for choosing the flag subregister.
Eric Anholt
2012-12-11
1
-0
/
+1
*
i965: Let brw_flag_reg() choose the flag reg and subreg.
Eric Anholt
2012-12-11
1
-3
/
+3
*
i965: Add a debug flag for counting cycles spent in each compiled shader.
Eric Anholt
2012-12-05
1
-1
/
+5
*
i965: Add a header_present flag for setting up dp read messages.
Eric Anholt
2012-12-04
1
-0
/
+1
*
i965: Remove VS constant buffer read support from brw_eu_emit.c.
Kenneth Graunke
2012-11-01
1
-11
/
+0
*
i965: Delete some dead code from brw_eu_emit.c.
Kenneth Graunke
2012-10-09
1
-12
/
+0
*
i965: Add support for instruction compaction on Gen7.
Kenneth Graunke
2012-09-17
1
-0
/
+1
*
i965: Add support for instruction compaction.
Eric Anholt
2012-09-17
1
-0
/
+13
*
i965: Move program dump to a helper function in brw_eu.c.
Eric Anholt
2012-09-17
1
-0
/
+2
*
i965: Drop the confusing saturate argument to math instruction setup.
Eric Anholt
2012-08-08
1
-2
/
+0
*
i965: Make brw_set_saturate() use stdbool.
Eric Anholt
2012-08-08
1
-1
/
+1
*
i965: Add support for AVG instruction.
Paul Berry
2012-07-20
1
-0
/
+1
*
i965/gen6+: Add support for GL_ARB_blend_func_extended.
Eric Anholt
2012-05-23
1
-0
/
+1
*
Revert "i965/fs: Jump from discard statements to the end of the program when ...
Eric Anholt
2012-05-14
1
-1
/
+0
*
intel: Add extern "C" declarations to headers
Paul Berry
2012-05-10
1
-0
/
+8
*
i965: Remove vestiges of function call support from the old VS backend.
Kenneth Graunke
2012-04-09
1
-20
/
+0
*
i965/fs: Jump from discard statements to the end of the program when done.
Eric Anholt
2012-03-16
1
-0
/
+1
*
i965: Add support for the MAD opcode on gen6+.
Eric Anholt
2012-02-10
1
-1
/
+16
*
i965: Expose brw_set_sampler_message for use outside brw_eu_emit.c.
Kenneth Graunke
2012-01-26
1
-0
/
+11
*
i965: increase the brw eu instruction store size dynamically
Yuanhan Liu
2011-12-26
1
-2
/
+2
*
i965: get the jmp distance by instruction index
Yuanhan Liu
2011-12-26
1
-2
/
+1
*
i965: let the if_stack just store the instruction index
Yuanhan Liu
2011-12-26
1
-1
/
+3
*
i965: Don't make consumers of brw_CONT/brw_WHILE track if depth in loop.
Eric Anholt
2011-12-21
1
-2
/
+8
*
i965: Don't make consumers of brw_DO()/brw_WHILE() track loop start.
Eric Anholt
2011-12-21
1
-2
/
+10
*
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
/
+7
[next]