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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
i965/fs: Properly calculate the number of instructions in calculate_register_...
Jason Ekstrand
2014-09-30
1
-1
/
+3
*
i965/fs: Use the GRF for FB writes on gen >= 7
Jason Ekstrand
2014-09-30
1
-0
/
+4
*
i965/fs: Handle COMPR4 in LOAD_PAYLOAD
Jason Ekstrand
2014-09-30
1
-0
/
+15
*
i965/fs: Add split_virtual_grfs and compute_to_mrf after lower_load_payload
Jason Ekstrand
2014-09-30
1
-0
/
+2
*
i965/fs: Use the GRF for UNTYPED_SURFACE_READ instructions
Jason Ekstrand
2014-09-30
1
-0
/
+3
*
i965/fs: Use the GRF for UNTYPED_ATOMIC instructions
Jason Ekstrand
2014-09-30
1
-0
/
+3
*
i965/fs: Use exec_size instead of force_uncompressed in dump_instruction
Jason Ekstrand
2014-09-30
1
-6
/
+7
*
i965/fs: Use instruction execution sizes instead of heuristics
Jason Ekstrand
2014-09-30
1
-15
/
+4
*
i965/fs: Remove unneeded uses of force_uncompressed
Jason Ekstrand
2014-09-30
1
-15
/
+7
*
i965/fs: Make fs_reg::effective_width take fs_inst* instead of fs_visitor*
Jason Ekstrand
2014-09-30
1
-24
/
+26
*
i965/fs: Better guess the width of LOAD_PAYLOAD
Jason Ekstrand
2014-09-30
1
-2
/
+9
*
i965/fs: Add an exec_size field to fs_inst
Jason Ekstrand
2014-09-30
1
-11
/
+87
*
i965/fs: Determine partial writes based on the destination width
Jason Ekstrand
2014-09-30
1
-2
/
+2
*
i965/fs_reg: Allocate double the number of vgrfs in SIMD16 mode
Jason Ekstrand
2014-09-30
1
-26
/
+127
*
i965/fs: Handle printing of registers better.
Jason Ekstrand
2014-09-30
1
-2
/
+6
*
i965: Explicitly set widths on gen5 math instruction destinations.
Jason Ekstrand
2014-09-30
1
-1
/
+1
*
i965/fs: Make half() divide the register width by 2 and use it more
Jason Ekstrand
2014-09-30
1
-4
/
+10
*
i965/fs: Add a concept of a width to fs_reg
Jason Ekstrand
2014-09-30
1
-3
/
+58
*
i965/fs: Refactor fs_inst::is_send_from_grf()
Jason Ekstrand
2014-09-30
1
-9
/
+16
*
i965/fs: Print BAD_FILE registers in dump_instruction
Jason Ekstrand
2014-09-30
1
-1
/
+1
*
i965/fs: Make compact_virtual_grfs an optimization pass
Jason Ekstrand
2014-09-30
1
-7
/
+12
*
i964/fs: Make immediate fs_reg constructors explicit
Jason Ekstrand
2014-09-30
1
-1
/
+1
*
i965/fs: Use offset a lot more places
Jason Ekstrand
2014-09-30
1
-9
/
+9
*
i965/fs: fix a comment in compact_virtual_grfs
Jason Ekstrand
2014-09-30
1
-1
/
+1
*
i965/fs: Rewrite fs_visitor::split_virtual_grfs
Jason Ekstrand
2014-09-30
1
-47
/
+86
*
i965/fs: Manually generate the meta fast-clear shader
Jason Ekstrand
2014-09-30
1
-88
/
+34
*
i965: Make instruction lists local to the bblocks.
Matt Turner
2014-09-24
1
-3
/
+3
*
i965: Replace initialization loops with memset().
Matt Turner
2014-09-24
1
-7
/
+3
*
i965/fs: Don't iterate between blocks with inst->next/prev.
Matt Turner
2014-09-24
1
-14
/
+6
*
i965/fs: Don't use instruction list after calculating the cfg.
Matt Turner
2014-09-24
1
-11
/
+11
*
i965: Remove now unneeded calls to calculate_cfg().
Matt Turner
2014-09-24
1
-12
/
+2
*
i965: Remove cfg-invalidating parameter from invalidate_live_intervals.
Matt Turner
2014-09-24
1
-10
/
+10
*
i965/fs: Preserve the CFG in a few more places.
Matt Turner
2014-09-24
1
-13
/
+17
*
mesa: Move register_allocate.c to util.
Eric Anholt
2014-09-23
1
-1
/
+1
*
i965/fs: Remove direct fs_visitor brw_wm_prog_key dependence
Jordan Justen
2014-09-22
1
-2
/
+15
*
i965/fs: Remove direct fs_visitor brw_wm_prog_data dependence
Jordan Justen
2014-09-22
1
-14
/
+38
*
i965: Mark delta_x/y as BAD_FILE if remapped away completely.
Kenneth Graunke
2014-09-16
1
-5
/
+14
*
i965: Add uses_kill to brw_wm_prog_data
Jordan Justen
2014-09-05
1
-1
/
+1
*
i965/fs: Don't look at virtual_grf_sizes for uniforms
Jason Ekstrand
2014-09-05
1
-2
/
+1
*
i965/fs: Fix basic block tracking in try_rep_send().
Matt Turner
2014-09-05
1
-4
/
+9
*
i965/fs: Pass block to insert and remove functions missed earlier.
Matt Turner
2014-09-05
1
-7
/
+7
*
i965/fs: Use prog rather than fp->Base in fs_visitor
Jordan Justen
2014-09-04
1
-14
/
+14
*
i965: Move curb_read_length/total_scratch to brw_stage_prog_data.
Kenneth Graunke
2014-09-03
1
-3
/
+3
*
i965/fs: Don't segfault when debug-logging a null program
Jason Ekstrand
2014-09-01
1
-2
/
+2
*
i965/fs: don't pass ir_variable * to emit_samplepos_setup()
Connor Abbott
2014-09-01
1
-3
/
+2
*
i965/fs: don't pass ir_variable * to emit_frontfacing_interpolation()
Connor Abbott
2014-09-01
1
-3
/
+3
*
i965: Fix GPU hangs when INTEL_DEBUG=no16 is set.
Kenneth Graunke
2014-08-31
1
-1
/
+2
*
i965: Use basic-block aware insertion/removal functions.
Matt Turner
2014-08-22
1
-18
/
+27
*
i965: Pass a cfg pointer to generate_{code,assembly}.
Matt Turner
2014-08-18
1
-7
/
+9
*
i965/fs: Optimize gl_FrontFacing calculation on Gen4/5.
Matt Turner
2014-08-18
1
-5
/
+16
[prev]
[next]