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_vec4.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/gen6/gs: Fix binding table clash between TF surfaces and textures.
Iago Toral Quiroga
2014-09-19
1
-0
/
+1
*
i965/gen6/gs: Add an additional parameter to the FF_SYNC opcode.
Samuel Iglesias Gonsalvez
2014-09-19
1
-1
/
+2
*
i965/gen6/gs: implement GS_OPCODE_FF_SYNC_SET_PRIMITIVES opcode
Samuel Iglesias Gonsalvez
2014-09-19
1
-0
/
+4
*
i965/gen6/gs: implement GS_OPCODE_SVB_SET_DST_INDEX opcode
Samuel Iglesias Gonsalvez
2014-09-19
1
-0
/
+4
*
i965/gen6/gs: implement GS_OPCODE_SVB_WRITE opcode
Samuel Iglesias Gonsalvez
2014-09-19
1
-0
/
+7
*
i965/gen6/gs: Implement GS_OPCODE_SET_PRIMITIVE_ID.
Iago Toral Quiroga
2014-09-19
1
-0
/
+1
*
i965: Generalize emit_urb_slot() to emit to any dst_reg.
Iago Toral Quiroga
2014-09-19
1
-2
/
+2
*
i965: Provide means to create registers of a given size.
Iago Toral Quiroga
2014-09-19
1
-0
/
+1
*
i965/gen6/gs: Implement GS_OPCODE_SET_DWORD_2.
Iago Toral Quiroga
2014-09-19
1
-1
/
+1
*
i965/gen6/gs: Implement GS_OPCODE_URB_WRITE_ALLOCATE.
Iago Toral Quiroga
2014-09-19
1
-0
/
+1
*
i965/gen6/gs: Implement GS_OPCODE_FF_SYNC.
Iago Toral Quiroga
2014-09-19
1
-0
/
+3
*
i965/vec4: Reswizzle sources when necessary.
Matt Turner
2014-09-05
1
-2
/
+2
*
i965/vec4: Remove try_emit_saturate
Abdiel Janulgue
2014-08-31
1
-1
/
+0
*
i965/vec4: inline generate_vec4_instruction() within generate_code()
Abdiel Janulgue
2014-08-31
1
-3
/
+0
*
i965: Add invalidate_cfg parameter to invalidate_live_intervals().
Matt Turner
2014-08-22
1
-1
/
+1
*
i965/vec4: Add a pass to reduce swizzles.
Matt Turner
2014-08-19
1
-0
/
+1
*
i965: Pass a cfg pointer to generate_{code,assembly}.
Matt Turner
2014-08-18
1
-2
/
+2
*
i965/vec4: Add support for nonconst sampler indexing in VS visitor
Chris Forbes
2014-08-15
1
-1
/
+1
*
i965: Delete the Gen8 code generators.
Kenneth Graunke
2014-08-12
1
-67
/
+0
*
i965/vec4/Gen8: Use src1 for sampler_index instead of ->sampler field
Chris Forbes
2014-08-09
1
-1
/
+2
*
i965/vec4/Gen4-7: Use src1 for sampler_index instead of ->sampler field
Chris Forbes
2014-08-09
1
-2
/
+3
*
i965/vec4: Pass sampler index in src1 for texture ops
Chris Forbes
2014-08-09
1
-3
/
+3
*
i965/vec4: Remove unused emit_bool_comparison method.
Matt Turner
2014-08-07
1
-1
/
+0
*
i965/vec4: Move aeb list into opt_cse_local.
Matt Turner
2014-07-14
1
-1
/
+1
*
i965/vec4: Add basic common subexpression elimination.
Kenneth Graunke
2014-07-06
1
-0
/
+2
*
i965: Rename intel_asm_printer -> intel_asm_annotation.
Matt Turner
2014-07-05
1
-1
/
+1
*
i965: Make a brw_predicate enum.
Matt Turner
2014-07-05
1
-3
/
+3
*
i965: Make a brw_conditional_mod enum.
Matt Turner
2014-07-05
1
-4
/
+6
*
i965: Move common fields into backend_instruction.
Matt Turner
2014-07-05
1
-13
/
+0
*
i965: Use enum brw_reg_type for register types.
Matt Turner
2014-07-05
1
-2
/
+2
*
i965: Move is_zero/one/null/accumulator into backend_reg.
Matt Turner
2014-07-05
1
-6
/
+0
*
i965: Make a common backend_reg class.
Matt Turner
2014-07-05
1
-18
/
+2
*
i965: Drop imm union from visitor register classes.
Matt Turner
2014-07-05
1
-7
/
+0
*
i965/vec4: Pass const references to instruction functions.
Matt Turner
2014-06-30
1
-35
/
+57
*
i965/vec4: Pass const references to vec4_instruction().
Matt Turner
2014-06-30
1
-4
/
+4
*
i965/vec4: Make try_copy_propagate() static.
Matt Turner
2014-06-25
1
-3
/
+0
*
i965/vec4: Rename try_copy/constant_propagat{ion,e} to match the fs.
Matt Turner
2014-06-25
1
-2
/
+2
*
i965: Make can_do_source_mods() a member of the instruction classes.
Matt Turner
2014-06-25
1
-2
/
+1
*
i965/vec4: Emit smarter code for b2f of a comparison
Ian Romanick
2014-06-11
1
-0
/
+1
*
i965/vec4: Combine generate_math[12]_gen6 methods.
Kenneth Graunke
2014-06-10
1
-7
/
+4
*
i965/vec4: Drop the generate_math2_gen7() method.
Kenneth Graunke
2014-06-10
1
-4
/
+0
*
i965: Make src_reg::equals() take a constant reference, not a pointer.
Kenneth Graunke
2014-06-10
1
-1
/
+1
*
i965: Move annotation info into generate code.
Matt Turner
2014-06-02
1
-4
/
+2
*
i965: Give dump_instruction() a FILE* argument.
Matt Turner
2014-06-01
1
-0
/
+1
*
i965: Print disassembly after compaction.
Matt Turner
2014-05-24
1
-8
/
+5
*
i965/vec4: Port untyped atomic message support to Broadwell.
Kenneth Graunke
2014-05-01
1
-0
/
+4
*
i965/vec4: Port untyped surface reads support to Broadwell.
Kenneth Graunke
2014-05-01
1
-0
/
+3
*
i965: Drop mark_surface_used from gen8 generators.
Kenneth Graunke
2014-05-01
1
-2
/
+0
*
i965/vec4: Remove 'mul_arg' from try_emit_mad().
Matt Turner
2014-04-30
1
-1
/
+1
*
i965: Add is_accumulator() function.
Juha-Pekka Heikkila
2014-04-16
1
-0
/
+2
[next]