aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_vec4.cpp
Commit message (Expand)AuthorAgeFilesLines
* i965: Move curb_read_length/total_scratch to brw_stage_prog_data.Kenneth Graunke2014-09-031-1/+2
* i965/vec4: Don't segfault when debug-logging a null programJason Ekstrand2014-09-011-2/+2
* i965: Use basic-block aware insertion/removal functions.Matt Turner2014-08-221-5/+5
* i965/vec4: Allow reswizzling writemasks when swizzle is single-valued.Matt Turner2014-08-201-27/+33
* i965/vec4: Add a pass to reduce swizzles.Matt Turner2014-08-191-0/+98
* i965: Pass a cfg pointer to generate_{code,assembly}.Matt Turner2014-08-181-1/+3
* i965: Add and use foreach_block macro.Matt Turner2014-08-181-4/+2
* i965: fix compiler error in union initiliazerPekka Paalanen2014-08-141-1/+1
* i965: Store uniform constant values in a gl_constant_value instead of floatNeil Roberts2014-08-141-3/+3
* i965: Never use the Gen8 code generators.Kenneth Graunke2014-08-121-9/+3
* i965: Switch to the EU emit layer for code generation on Broadwell.Kenneth Graunke2014-08-121-1/+1
* i965: Port INTEL_DEBUG=optimizer to the vec4 backend.Kenneth Graunke2014-07-231-6/+36
* i965/vec4: Use foreach_inst_in_block a couple more places.Matt Turner2014-07-211-4/+1
* i965: Replace cfg instances with calls to calculate_cfg().Matt Turner2014-07-211-3/+3
* i965: Avoid crashing while dumping vec4 insn operandsChris Forbes2014-07-121-1/+4
* i965/vec4: Add basic common subexpression elimination.Kenneth Graunke2014-07-061-0/+1
* i965: Move is_zero/one/null/accumulator into backend_reg.Matt Turner2014-07-051-47/+0
* i965: Use immediate storage in brw_reg for visitor regs.Matt Turner2014-07-051-15/+10
* i965: Update a ton of comments about constant buffers.Eric Anholt2014-07-021-0/+3
* i965: Move dispatch_grf_start_reg and first_curbe_grf into stage_prog_data.Eric Anholt2014-07-021-2/+2
* i965: Use unreachable() instead of unconditional assert().Matt Turner2014-07-011-5/+2
* i965: Use typed foreach_in_list_safe instead of foreach_list_safe.Matt Turner2014-07-011-9/+3
* i965: Use typed foreach_in_list instead of foreach_list.Matt Turner2014-07-011-21/+7
* i965: Make can_do_source_mods() a member of the instruction classes.Matt Turner2014-06-251-4/+4
* i965/vec4: Fix dead code elimination for VGRFs of size > 1.Kenneth Graunke2014-06-151-1/+2
* i965: Make src_reg::equals() take a constant reference, not a pointer.Kenneth Graunke2014-06-101-11/+11
* i965: Give dump_instruction() a FILE* argument.Matt Turner2014-06-011-49/+55
* i965: Add writes_accumulator flagJuha-Pekka Heikkila2014-04-161-11/+4
* i965: Add is_accumulator() function.Juha-Pekka Heikkila2014-04-161-0/+17
* i965: Avoid dependency hints on math opcodesMike Stroyan2014-04-151-0/+8
* i965/vec4: Let DCE eliminate dead writes in other basic blocks.Matt Turner2014-04-151-4/+4
* i965/vec4: Consider sources of non-GRF-dst instructions for dead channels.Matt Turner2014-04-051-12/+8
* i965/vec4: do not trim dead channels on gen6 for mathTapani Pälli2014-04-021-4/+9
* i965/vec4: Don't trim writemasks of texture instructions.Matt Turner2014-03-311-2/+4
* i965/vec4: Eliminate dead writes to the flag register.Matt Turner2014-03-241-18/+48
* i965/vec4: Eliminate writes that are never read.Matt Turner2014-03-241-0/+46
* i965/vec4: Factor code out of DCE into a separate function.Matt Turner2014-03-241-34/+39
* i965/vec4: Let dead code eliminate trim dead channels.Matt Turner2014-03-241-3/+26
* i965/vec4: Track live ranges per-channel, not per vgrf.Matt Turner2014-03-241-1/+4
* i965/vec4: Don't dead code eliminate instructions writing the flag.Matt Turner2014-03-241-1/+5
* i965/vec4: Preparatory clean up of dead_code_eliminate().Matt Turner2014-03-241-22/+23
* i965/vec4: Add is_null() method to dst_reg.Matt Turner2014-03-241-0/+8
* i965/vec4: Print the predicate in dump_instructions().Matt Turner2014-03-241-0/+5
* i965: Fix register types in dump_instructions(), again.Kenneth Graunke2014-03-141-1/+1
* i965: Merge resolving of shader program sourceTopi Pohjolainen2014-03-051-1/+1
* i965: Assert array index on access to vec4_visitor's arrays.Petri Latvala2014-02-281-0/+2
* i965: Move compiler debugging output to stderr.Eric Anholt2014-02-221-48/+48
* i965: Refactor debug dumping of GLSL IR.Eric Anholt2014-02-221-11/+2
* i965: Stop throwing away our double precision for time calculations.Eric Anholt2014-02-211-1/+1
* i965: Make sure that backend_reg::type and brw_reg::type are consistent for f...Francisco Jerez2014-02-191-0/+2