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
*
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
*
i965 gen6: Implement pass-through GS for transform feedback.
Paul Berry
2011-12-07
1
-0
/
+5
*
i965/gen4: Fix sampling from integer textures.
Eric Anholt
2011-11-17
1
-1
/
+2
*
i965: Rename pixel_scoreboard_clear to last_render_target for clarity.
Kenneth Graunke
2011-10-18
1
-1
/
+1
*
i965: Remove EOT parameter from brw_SAMPLE and brw_set_sampler_message.
Kenneth Graunke
2011-10-18
1
-1
/
+0
*
intel: Convert from GLboolean to 'bool' from stdbool.h.
Kenneth Graunke
2011-10-18
1
-12
/
+12
*
i965: Fix computation of abs(-x) in FS
Paul Berry
2011-10-11
1
-0
/
+1
*
i965: Replace incorrect use of GLboolean with enum brw_compression.
Kenneth Graunke
2011-10-11
1
-1
/
+1
*
i965/vs: Add support for pull constant loads for uniform arrays.
Eric Anholt
2011-08-30
1
-0
/
+3
*
i965: Make some EU emit code for DP read/write messages non-static.
Eric Anholt
2011-08-16
1
-0
/
+27
*
i965: Start adding the VS visitor and codegen.
Eric Anholt
2011-08-16
1
-0
/
+3
*
i965: Move IF stack handling into the EU abstraction layer/brw_compile.
Kenneth Graunke
2011-05-17
1
-6
/
+10
*
i965: Get a ralloc context into brw_compile.
Kenneth Graunke
2011-05-17
1
-1
/
+4
*
i965: Pass brw_compile pointer to brw_set_src[01].
Kenneth Graunke
2011-05-16
1
-2
/
+3
*
i965/fs: Add support for math instructions in 16-wide mode.
Eric Anholt
2011-04-26
1
-0
/
+8
*
i965: Move the destination reg setup for 8/16 wide to the emit code.
Eric Anholt
2011-04-26
1
-1
/
+0
*
i965/fs: Constant-fold immediates in src0 of SEL instructions.
Eric Anholt
2011-04-13
1
-0
/
+1
*
i965/fs: Constant-fold immediates in src0 of CMP instructions.
Eric Anholt
2011-04-13
1
-0
/
+2
*
i965: Rename brw_(IF|CONT)_gen6 functions to gen6_(IF|CONT).
Kenneth Graunke
2011-03-16
1
-4
/
+4
*
i965: explicit tell header present for fb write on sandybridge
Zhenyu Wang
2010-12-22
1
-1
/
+2
*
i965: Add support for the instruction compression bits on gen6.
Eric Anholt
2010-12-06
1
-0
/
+3
*
i965: Add support for gen6 CONTINUE instruction emit.
Eric Anholt
2010-12-01
1
-0
/
+2
*
i965: Add support for gen6 BREAK ISA emit.
Eric Anholt
2010-12-01
1
-0
/
+1
*
i965: Add EU code for dword scattered reads (constant buffer array indexing).
Eric Anholt
2010-10-26
1
-0
/
+5
*
i965: Add support for pull constants to the new FS backend.
Eric Anholt
2010-10-22
1
-12
/
+12
*
i965: Add support for register spilling.
Eric Anholt
2010-10-21
1
-6
/
+9
*
i965: Add EU emit support for gen6's new IF instruction with comparison.
Eric Anholt
2010-10-19
1
-0
/
+2
*
i965: Add support for ir_unop_round_even via the RNDE instruction.
Kenneth Graunke
2010-10-14
1
-0
/
+1
*
i965: Correctly emit the RNDZ instruction.
Kenneth Graunke
2010-10-14
1
-2
/
+7
*
i965: Add support for POW in gen6 FS.
Eric Anholt
2010-09-28
1
-0
/
+6
[next]