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_schedule_instructions.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/fs: Use a helper function for checking for flow control instructions.
Eric Anholt
2013-02-13
1
-8
/
+1
*
i965/fs: Add empirically-determined instruction latencies for gen7.
Eric Anholt
2012-12-14
1
-3
/
+179
*
i965/fs: Fix the clock increment in scheduling.
Eric Anholt
2012-12-14
1
-3
/
+15
*
i965/fs: Move the old gen4 bspec-based scheduling info to a helper func.
Eric Anholt
2012-12-14
1
-33
/
+41
*
i965/fs: Before reg alloc, schedule instructions to reduce live ranges.
Eric Anholt
2012-12-14
1
-6
/
+41
*
i965/fs: Add some optional debug printfs to scheduling.
Eric Anholt
2012-12-14
1
-0
/
+21
*
i965/fs: Schedule instructions both before and after register allocation.
Eric Anholt
2012-12-14
1
-16
/
+74
*
i965/fs: Rewrite discards to use a flag subreg to track discarded pixels.
Eric Anholt
2012-12-11
1
-1
/
+0
*
i965/fs: Add an instruction flag for choosing the flag subregister.
Eric Anholt
2012-12-11
1
-8
/
+8
*
i965/fs: Move brw_wm_compile::dispatch_width into fs_visitor.
Kenneth Graunke
2012-11-26
1
-1
/
+1
*
i965: Share the predicate field between FS and VS.
Eric Anholt
2012-10-17
1
-2
/
+2
*
i965/fs: Rename virtual_grf_next to virtual_grf_count.
Eric Anholt
2012-07-18
1
-1
/
+1
*
i965/fs: Add FS_OPCODE_MOV_DISPATCH_TO_FLAGS to fragment shader backend.
Paul Berry
2012-07-02
1
-2
/
+11
*
i965/fs: Implement integer quotient and remainder math operations.
Kenneth Graunke
2011-10-02
1
-0
/
+2
*
i965: Fix Android build by removing relative includes
Chad Versace
2011-08-30
1
-3
/
+3
*
i965: Rename math FS_OPCODE_* to SHADER_OPCODE_*.
Eric Anholt
2011-08-16
1
-8
/
+8
*
i965: Create a shared enum for hardware and compiler-internal opcodes.
Eric Anholt
2011-08-16
1
-15
/
+0
*
i965: Drop the reg/hw_reg distinction.
Eric Anholt
2011-08-10
1
-4
/
+4
*
i965/fs: Stop using the exec_list iterator.
Eric Anholt
2011-07-29
1
-8
/
+8
*
i965/fs: Track fixed GRF regs separate from allocated GRF file in scheduling.
Eric Anholt
2011-05-27
1
-0
/
+21
*
i965/fs: Add a helper function for add_dep(before, after, before->latency).
Eric Anholt
2011-05-27
1
-31
/
+19
*
i965/fs: Fix and enable the instruction scheduler for 16-wide.
Eric Anholt
2011-04-26
1
-8
/
+42
*
i965/fs: Disable some optimization passes under 16-wide for now.
Eric Anholt
2011-04-26
1
-0
/
+3
*
Convert everything from the talloc API to the ralloc API.
Kenneth Graunke
2011-01-31
1
-7
/
+7
*
glsl, i965: Remove unnecessary talloc includes.
Kenneth Graunke
2011-01-21
1
-1
/
+0
*
i965/fs: Take the shared mathbox into account in instruction scheduling.
Eric Anholt
2011-01-19
1
-0
/
+15
*
i965/fs: Add an instruction scheduler.
Eric Anholt
2011-01-19
1
-0
/
+474