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_fs_reg_allocate.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/fs: Dump IR when fatally not compiling due to bad register spilling.
Eric Anholt
2013-06-26
1
-1
/
+2
*
glsl: Remove ir_print_visitor.h includes and usage
Eric Anholt
2013-06-21
1
-1
/
+0
*
i965/fs: Make virtual grf live intervals actually cover their used range.
Eric Anholt
2013-05-09
1
-2
/
+1
*
i965: Share the register file enum between the two backends.
Eric Anholt
2013-05-02
1
-2
/
+2
*
i965: Ask the register allocator to round-robin through registers.
Eric Anholt
2013-04-04
1
-0
/
+2
*
i965/fs: Bake regs_written into the IR instead of recomputing it later.
Eric Anholt
2013-04-01
1
-4
/
+4
*
i965/fs: Add a comment about about an implementation detail.
Eric Anholt
2013-03-11
1
-0
/
+4
*
i965/fs: Rewrite discards to use a flag subreg to track discarded pixels.
Eric Anholt
2012-12-11
1
-3
/
+0
*
i965/fs: Move brw_wm_compile::dispatch_width into fs_visitor.
Kenneth Graunke
2012-11-26
1
-5
/
+5
*
i965/gen4: Fix LOD bias texturing since my fixed reg classes change.
Eric Anholt
2012-11-25
1
-10
/
+18
*
i965/fs: Fix typo in refactor of brw_fs_reg_allocate.cpp.
Eric Anholt
2012-10-19
1
-1
/
+1
*
i965/fs: Statically allocate the reg_sets at context initialization.
Eric Anholt
2012-10-17
1
-27
/
+35
*
i965/fs: Allocate registers in the unused parts of the gen7 MRF hack range.
Eric Anholt
2012-10-17
1
-1
/
+61
*
i965/fs: Reduce the interference between payload regs and virtual GRFs.
Eric Anholt
2012-10-17
1
-19
/
+150
*
i965/fs: Expose the payload registers to the register allocator.
Eric Anholt
2012-10-17
1
-7
/
+39
*
i965/fs: Remove extra allocation for classes[].
Eric Anholt
2012-10-17
1
-1
/
+1
*
i965/fs: Make the register allocation class_sizes[] choice static.
Eric Anholt
2012-10-17
1
-60
/
+41
*
i965: Share the predicate field between FS and VS.
Eric Anholt
2012-10-17
1
-1
/
+1
*
i965: Don't spill "smeared" registers.
Paul Berry
2012-09-25
1
-0
/
+15
*
ra: Add q_values parameter to ra_set_finalize()
Tom Stellard
2012-09-19
1
-1
/
+1
*
i965: Add INTEL_DEBUG=perf for failure to compile 16-wide shaders.
Eric Anholt
2012-08-12
1
-1
/
+2
*
i965/fs: Make register spill/unspill only do the regs for that instruction.
Eric Anholt
2012-07-18
1
-33
/
+33
*
i965/fs: Rename virtual_grf_next to virtual_grf_count.
Eric Anholt
2012-07-18
1
-12
/
+12
*
i965/fs: Enable register spilling on gen7 too.
Eric Anholt
2012-02-14
1
-2
/
+0
*
i965/fs: Add missing register allocation for 3rd sources.
Eric Anholt
2012-02-10
1
-0
/
+2
*
i965/fs: Fix rendering corruption in unigine tropics.
Eric Anholt
2012-01-30
1
-3
/
+3
*
mesa: Make the register allocator allocation take a ralloc context.
Eric Anholt
2012-01-18
1
-1
/
+1
*
i965/gen6+: Parameterize barycentric interpolation modes.
Paul Berry
2011-10-27
1
-1
/
+10
*
i965: Fix Android build by removing relative includes
Chad Versace
2011-08-30
1
-3
/
+3
*
i965: Create a shared enum for hardware and compiler-internal opcodes.
Eric Anholt
2011-08-16
1
-17
/
+3
*
i965: Drop the reg/hw_reg distinction.
Eric Anholt
2011-08-10
1
-2
/
+2
*
i965/fs: Factor out the register allocator setup to a separate function.
Eric Anholt
2011-08-10
1
-66
/
+82
*
i965/fs: Simplify the register allocator using a map from RA reg to GRF.
Eric Anholt
2011-08-10
1
-41
/
+38
*
i965/fs: Eliminate the magic nature of virtual GRF 0.
Eric Anholt
2011-08-10
1
-21
/
+12
*
i965/fs: Use the new convenience interface for setting up reg conflicts.
Eric Anholt
2011-08-10
1
-22
/
+7
*
i965/fs: Stop using the exec_list iterator.
Eric Anholt
2011-07-29
1
-8
/
+8
*
i965/gen5: Fix grf_used calculation for 16-wide.
Eric Anholt
2011-06-24
1
-5
/
+4
*
i965: Disable register spilling on Ivybridge for now.
Kenneth Graunke
2011-05-17
1
-0
/
+2
*
i965/fs: Add support for 16-wide dispatch to the register allocator.
Eric Anholt
2011-04-26
1
-19
/
+37
*
i965/fs: Add gen6 register spilling support.
Eric Anholt
2011-04-17
1
-2
/
+0
*
i965/fs: Make compile failure more verbose with INTEL_DEBUG=wm.
Eric Anholt
2011-03-24
1
-4
/
+6
*
Convert everything from the talloc API to the ralloc API.
Kenneth Graunke
2011-01-31
1
-4
/
+4
*
glsl, i965: Remove unnecessary talloc includes.
Kenneth Graunke
2011-01-21
1
-1
/
+0
*
i965: Clarify when we need to (re-)calculate live intervals.
Eric Anholt
2011-01-12
1
-0
/
+4
*
i965: Disable register spilling on gen6 until it's fixed.
Eric Anholt
2010-10-26
1
-1
/
+1
*
i965: Add support for pull constants to the new FS backend.
Eric Anholt
2010-10-22
1
-0
/
+1
*
i965: Add support for register spilling.
Eric Anholt
2010-10-21
1
-5
/
+158
*
i965: Split register allocation out of the ever-growing brw_fs.cpp.
Eric Anholt
2010-10-21
1
-0
/
+265