summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_schedule_instructions.cpp
Commit message (Expand)AuthorAgeFilesLines
* i965: Don't add barrier deps for FB write messages.Kenneth Graunke2016-02-081-3/+4
* i965: Clean up #includes in the compiler.Matt Turner2015-11-241-2/+0
* i965: Replace HW_REG with ARF/FIXED_GRF.Matt Turner2015-11-131-38/+15
* i965: Rename GRF to VGRF.Matt Turner2015-11-131-13/+13
* i965: Use brw_reg's nr field to store register number.Matt Turner2015-11-131-31/+31
* i965: Remove fixed_hw_reg field from backend_reg.Matt Turner2015-11-131-25/+25
* i965/fs: Use regs_read/written for post-RA scheduling in calculate_depsJason Ekstrand2015-11-071-11/+4
* i965/sched: don't calculate live intervals for post-RA schedulingConnor Abbott2015-10-311-1/+2
* i965/sched: use liveness analysis for computing register pressureConnor Abbott2015-10-301-56/+229
* i965: dump scheduling cycle estimatesConnor Abbott2015-10-301-0/+20
* i965/sched: write-after-read dependencies are freeConnor Abbott2015-10-301-5/+5
* i965: fix cycle estimates when there's a pipeline stallConnor Abbott2015-10-301-7/+8
* i965: Test fixed_hw_reg.file against BRW_IMMEDIATE_VALUE, not IMM.Matt Turner2015-10-291-4/+4
* nir: remove dependency on glslRob Clark2015-10-161-1/+1
* i965: Turn BRW_MAX_MRF into a macro that accepts a hardware generationIago Toral Quiroga2015-09-211-2/+2
* i965/fs: Use exec_size instead of dst.width for computing component sizeJason Ekstrand2015-06-301-2/+2
* i965: Rename backend_visitor to backend_shaderJason Ekstrand2015-05-281-9/+9
* i965: Add typed surface access opcodes.Francisco Jerez2015-05-041-0/+3
* i965: Add untyped surface write opcode.Francisco Jerez2015-05-041-0/+1
* i965: Use device_info instead of the context in instruction schedulingJason Ekstrand2015-04-221-11/+10
* i965: Make scheduler cycle estimates use the proper stage name.Kenneth Graunke2015-02-191-5/+6
* i965/vec4: Don't infer MRF dependencies for send from GRF instructions.Francisco Jerez2015-02-101-14/+18
* i965/vec4: Fix the scheduler to take into account reads and writes of multipl...Francisco Jerez2015-02-101-5/+10
* i965/fs: Remove dependency of fs_inst on the visitor class.Francisco Jerez2015-02-101-4/+4
* i965: Factor out virtual GRF allocation to a separate object.Francisco Jerez2015-02-101-5/+5
* i965: Don't make instructions with a null dest a barrier to scheduling.Matt Turner2015-01-231-4/+8
* i965: Remove tabs from instruction scheduler.Matt Turner2014-12-021-98/+98
* i965/fs: Use instruction execution sizes instead of heuristicsJason Ekstrand2014-09-301-3/+1
* i965/fs_reg: Allocate double the number of vgrfs in SIMD16 modeJason Ekstrand2014-09-301-5/+6
* i965: Make instruction lists local to the bblocks.Matt Turner2014-09-241-5/+5
* i965: Remove now unneeded calls to calculate_cfg().Matt Turner2014-09-241-1/+0
* i965: Remove cfg-invalidating parameter from invalidate_live_intervals.Matt Turner2014-09-241-2/+2
* i965: Preserve the CFG in instruction scheduling.Matt Turner2014-09-241-32/+42
* i965: Remove artificial dependency between math instructions.Matt Turner2014-07-081-1/+2
* i965/fs: Track dependencies in instruction scheduling per reg offset.Matt Turner2014-07-081-8/+15
* i965: Use typed foreach_in_list_safe instead of foreach_list_safe.Matt Turner2014-07-011-2/+1
* i965: Use typed foreach_in_list instead of foreach_list.Matt Turner2014-07-011-18/+8
* i965: Use brw->gen in some generation checks.Matt Turner2014-06-111-5/+6
* i965/fs: Loop from 0 to inst->sources, not 0 to 3.Matt Turner2014-06-011-5/+5
* Revert "i965: Don't make instructions with a null dest a barrier to scheduling."Matt Turner2014-05-261-8/+4
* i965: Don't treat HW_REGs as barriers if they're immediates.Matt Turner2014-05-251-4/+12
* i965: Relax accumulator dependency scheduling on Gen < 6Iago Toral Quiroga2014-05-131-59/+25
* i965: Don't make instructions with a null dest a barrier to scheduling.Matt Turner2014-04-161-4/+8
* i965: Add writes_accumulator flagJuha-Pekka Heikkila2014-04-161-0/+94
* i965/vec4: Rename depends_on_flags() to reads_flag().Matt Turner2014-03-241-2/+2
* i965/vec4: Add and use vec4_instruction::writes_flag().Matt Turner2014-03-241-2/+2
* i965: Disassemble 3-src operands widths' correctly.Matt Turner2014-03-101-8/+8
* i965: Move compiler debugging output to stderr.Eric Anholt2014-02-221-7/+9
* i965: Replace 8-wide and 16-wide with SIMD8 and SIMD16.Eric Anholt2014-01-171-3/+3
* i965/fs: Make the first pre-allocation heuristic be the post heuristic.Eric Anholt2013-11-221-2/+2