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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Make vertex color clamp handling code VS specific.
Kenneth Graunke
2014-12-02
1
-1
/
+0
*
i965/vec4: Rewrite dead code elimination to use live in/out.
Matt Turner
2014-12-01
1
-155
/
+0
*
i965/vec4: Add VEC4_OPCODE_PACK_4_BYTES.
Matt Turner
2014-11-25
1
-0
/
+12
*
i965/vec4: Add vector float immediate infrastructure.
Matt Turner
2014-11-25
1
-0
/
+19
*
i965/vec4/gen8: Handle the MUL dest hazard exception
Ben Widawsky
2014-11-21
1
-2
/
+18
*
i965/vec4: Extract depctrl hazards
Ben Widawsky
2014-11-21
1
-22
/
+27
*
i965: Silence unused parameter warning in brw_dump_ir
Ian Romanick
2014-10-24
1
-1
/
+1
*
i965/vec4: Optimize sqrt+inv into rsq.
Matt Turner
2014-09-30
1
-0
/
+11
*
i965/vec4: Call opt_algebraic after opt_cse.
Matt Turner
2014-09-30
1
-1
/
+1
*
i965/vec4: Don't iterate between blocks with inst->next/prev.
Matt Turner
2014-09-24
1
-21
/
+9
*
i965/vec4: Don't use instruction list after calculating the cfg.
Matt Turner
2014-09-24
1
-7
/
+7
*
i965: Remove now unneeded calls to calculate_cfg().
Matt Turner
2014-09-24
1
-8
/
+2
*
i965: Remove cfg-invalidating parameter from invalidate_live_intervals.
Matt Turner
2014-09-24
1
-5
/
+5
*
i965/vec4: Preserve CFG in spill_reg().
Matt Turner
2014-09-24
1
-2
/
+4
*
i965/vec4: Preserve the CFG in a few more places.
Matt Turner
2014-09-24
1
-7
/
+16
*
i965/gen6/gs: Fix binding table clash between TF surfaces and textures.
Iago Toral Quiroga
2014-09-19
1
-1
/
+7
*
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
/
+2
*
i965/vec4: slightly improve insn dumping with no srcs
Chris Forbes
2014-09-17
1
-1
/
+4
*
i965: Separate gl_InstanceID and gl_VertexID uploading.
Kenneth Graunke
2014-09-12
1
-1
/
+1
*
i965/fs: Brown bag fix.
Matt Turner
2014-09-05
1
-1
/
+1
*
i965/vec4: Add ability to reswizzle arbitrary swizzles.
Matt Turner
2014-09-05
1
-56
/
+18
*
i965/vec4: Reswizzle sources when necessary.
Matt Turner
2014-09-05
1
-9
/
+23
*
i965: Move curb_read_length/total_scratch to brw_stage_prog_data.
Kenneth Graunke
2014-09-03
1
-1
/
+2
*
i965/vec4: Don't segfault when debug-logging a null program
Jason Ekstrand
2014-09-01
1
-2
/
+2
*
i965: Use basic-block aware insertion/removal functions.
Matt Turner
2014-08-22
1
-5
/
+5
*
i965/vec4: Allow reswizzling writemasks when swizzle is single-valued.
Matt Turner
2014-08-20
1
-27
/
+33
*
i965/vec4: Add a pass to reduce swizzles.
Matt Turner
2014-08-19
1
-0
/
+98
*
i965: Pass a cfg pointer to generate_{code,assembly}.
Matt Turner
2014-08-18
1
-1
/
+3
*
i965: Add and use foreach_block macro.
Matt Turner
2014-08-18
1
-4
/
+2
*
i965: fix compiler error in union initiliazer
Pekka Paalanen
2014-08-14
1
-1
/
+1
*
i965: Store uniform constant values in a gl_constant_value instead of float
Neil Roberts
2014-08-14
1
-3
/
+3
*
i965: Never use the Gen8 code generators.
Kenneth Graunke
2014-08-12
1
-9
/
+3
*
i965: Switch to the EU emit layer for code generation on Broadwell.
Kenneth Graunke
2014-08-12
1
-1
/
+1
*
i965: Port INTEL_DEBUG=optimizer to the vec4 backend.
Kenneth Graunke
2014-07-23
1
-6
/
+36
*
i965/vec4: Use foreach_inst_in_block a couple more places.
Matt Turner
2014-07-21
1
-4
/
+1
*
i965: Replace cfg instances with calls to calculate_cfg().
Matt Turner
2014-07-21
1
-3
/
+3
*
i965: Avoid crashing while dumping vec4 insn operands
Chris Forbes
2014-07-12
1
-1
/
+4
*
i965/vec4: Add basic common subexpression elimination.
Kenneth Graunke
2014-07-06
1
-0
/
+1
*
i965: Move is_zero/one/null/accumulator into backend_reg.
Matt Turner
2014-07-05
1
-47
/
+0
*
i965: Use immediate storage in brw_reg for visitor regs.
Matt Turner
2014-07-05
1
-15
/
+10
*
i965: Update a ton of comments about constant buffers.
Eric Anholt
2014-07-02
1
-0
/
+3
*
i965: Move dispatch_grf_start_reg and first_curbe_grf into stage_prog_data.
Eric Anholt
2014-07-02
1
-2
/
+2
*
i965: Use unreachable() instead of unconditional assert().
Matt Turner
2014-07-01
1
-5
/
+2
*
i965: Use typed foreach_in_list_safe instead of foreach_list_safe.
Matt Turner
2014-07-01
1
-9
/
+3
*
i965: Use typed foreach_in_list instead of foreach_list.
Matt Turner
2014-07-01
1
-21
/
+7
*
i965: Make can_do_source_mods() a member of the instruction classes.
Matt Turner
2014-06-25
1
-4
/
+4
*
i965/vec4: Fix dead code elimination for VGRFs of size > 1.
Kenneth Graunke
2014-06-15
1
-1
/
+2
*
i965: Make src_reg::equals() take a constant reference, not a pointer.
Kenneth Graunke
2014-06-10
1
-11
/
+11
*
i965: Give dump_instruction() a FILE* argument.
Matt Turner
2014-06-01
1
-49
/
+55
[next]