aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_fs.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* i965/fs: Properly calculate the number of instructions in calculate_register_...Jason Ekstrand2014-09-301-1/+3
* i965/fs: Use the GRF for FB writes on gen >= 7Jason Ekstrand2014-09-301-0/+4
* i965/fs: Handle COMPR4 in LOAD_PAYLOADJason Ekstrand2014-09-301-0/+15
* i965/fs: Add split_virtual_grfs and compute_to_mrf after lower_load_payloadJason Ekstrand2014-09-301-0/+2
* i965/fs: Use the GRF for UNTYPED_SURFACE_READ instructionsJason Ekstrand2014-09-301-0/+3
* i965/fs: Use the GRF for UNTYPED_ATOMIC instructionsJason Ekstrand2014-09-301-0/+3
* i965/fs: Use exec_size instead of force_uncompressed in dump_instructionJason Ekstrand2014-09-301-6/+7
* i965/fs: Use instruction execution sizes instead of heuristicsJason Ekstrand2014-09-301-15/+4
* i965/fs: Remove unneeded uses of force_uncompressedJason Ekstrand2014-09-301-15/+7
* i965/fs: Make fs_reg::effective_width take fs_inst* instead of fs_visitor*Jason Ekstrand2014-09-301-24/+26
* i965/fs: Better guess the width of LOAD_PAYLOADJason Ekstrand2014-09-301-2/+9
* i965/fs: Add an exec_size field to fs_instJason Ekstrand2014-09-301-11/+87
* i965/fs: Determine partial writes based on the destination widthJason Ekstrand2014-09-301-2/+2
* i965/fs_reg: Allocate double the number of vgrfs in SIMD16 modeJason Ekstrand2014-09-301-26/+127
* i965/fs: Handle printing of registers better.Jason Ekstrand2014-09-301-2/+6
* i965: Explicitly set widths on gen5 math instruction destinations.Jason Ekstrand2014-09-301-1/+1
* i965/fs: Make half() divide the register width by 2 and use it moreJason Ekstrand2014-09-301-4/+10
* i965/fs: Add a concept of a width to fs_regJason Ekstrand2014-09-301-3/+58
* i965/fs: Refactor fs_inst::is_send_from_grf()Jason Ekstrand2014-09-301-9/+16
* i965/fs: Print BAD_FILE registers in dump_instructionJason Ekstrand2014-09-301-1/+1
* i965/fs: Make compact_virtual_grfs an optimization passJason Ekstrand2014-09-301-7/+12
* i964/fs: Make immediate fs_reg constructors explicitJason Ekstrand2014-09-301-1/+1
* i965/fs: Use offset a lot more placesJason Ekstrand2014-09-301-9/+9
* i965/fs: fix a comment in compact_virtual_grfsJason Ekstrand2014-09-301-1/+1
* i965/fs: Rewrite fs_visitor::split_virtual_grfsJason Ekstrand2014-09-301-47/+86
* i965/fs: Manually generate the meta fast-clear shaderJason Ekstrand2014-09-301-88/+34
* i965: Make instruction lists local to the bblocks.Matt Turner2014-09-241-3/+3
* i965: Replace initialization loops with memset().Matt Turner2014-09-241-7/+3
* i965/fs: Don't iterate between blocks with inst->next/prev.Matt Turner2014-09-241-14/+6
* i965/fs: Don't use instruction list after calculating the cfg.Matt Turner2014-09-241-11/+11
* i965: Remove now unneeded calls to calculate_cfg().Matt Turner2014-09-241-12/+2
* i965: Remove cfg-invalidating parameter from invalidate_live_intervals.Matt Turner2014-09-241-10/+10
* i965/fs: Preserve the CFG in a few more places.Matt Turner2014-09-241-13/+17
* mesa: Move register_allocate.c to util.Eric Anholt2014-09-231-1/+1
* i965/fs: Remove direct fs_visitor brw_wm_prog_key dependenceJordan Justen2014-09-221-2/+15
* i965/fs: Remove direct fs_visitor brw_wm_prog_data dependenceJordan Justen2014-09-221-14/+38
* i965: Mark delta_x/y as BAD_FILE if remapped away completely.Kenneth Graunke2014-09-161-5/+14
* i965: Add uses_kill to brw_wm_prog_dataJordan Justen2014-09-051-1/+1
* i965/fs: Don't look at virtual_grf_sizes for uniformsJason Ekstrand2014-09-051-2/+1
* i965/fs: Fix basic block tracking in try_rep_send().Matt Turner2014-09-051-4/+9
* i965/fs: Pass block to insert and remove functions missed earlier.Matt Turner2014-09-051-7/+7
* i965/fs: Use prog rather than fp->Base in fs_visitorJordan Justen2014-09-041-14/+14
* i965: Move curb_read_length/total_scratch to brw_stage_prog_data.Kenneth Graunke2014-09-031-3/+3
* i965/fs: Don't segfault when debug-logging a null programJason Ekstrand2014-09-011-2/+2
* i965/fs: don't pass ir_variable * to emit_samplepos_setup()Connor Abbott2014-09-011-3/+2
* i965/fs: don't pass ir_variable * to emit_frontfacing_interpolation()Connor Abbott2014-09-011-3/+3
* i965: Fix GPU hangs when INTEL_DEBUG=no16 is set.Kenneth Graunke2014-08-311-1/+2
* i965: Use basic-block aware insertion/removal functions.Matt Turner2014-08-221-18/+27
* i965: Pass a cfg pointer to generate_{code,assembly}.Matt Turner2014-08-181-7/+9
* i965/fs: Optimize gl_FrontFacing calculation on Gen4/5.Matt Turner2014-08-181-5/+16