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: Don't treat IF or WHILE with cmod as writing the flag.
Matt Turner
2014-12-01
1
-1
/
+3
*
i965: Set prog_data->uses_kill if simulating alpha test via discards.
Kenneth Graunke
2014-11-27
1
-1
/
+1
*
i965/fs: Add vector float immediate infrastructure.
Matt Turner
2014-11-25
1
-0
/
+19
*
i965: Make precompile functions accessible from C.
Kenneth Graunke
2014-11-24
1
-1
/
+1
*
i965: Pass gl_program pointers into precompile functions.
Kenneth Graunke
2014-11-24
1
-7
/
+5
*
i965/fs: Remove is_valid_3src().
Matt Turner
2014-11-21
1
-6
/
+0
*
i965/fs: Remove unused apply_stride().
Matt Turner
2014-11-21
1
-10
/
+0
*
i965: Move fs_visitor ra pass to new fs_visitor::allocate_registers()
10.4-branchpoint
Kristian Høgsberg
2014-11-14
1
-59
/
+68
*
i965: Move fs_visitor optimization pass into new method fs_visitor::optimize()
Kristian Høgsberg
2014-11-14
1
-65
/
+71
*
i965: Move more code into codegen-branch of the fs_visitor::run() if statement
Kristian Høgsberg
2014-11-14
1
-12
/
+11
*
i965: Refactor fs_generator API
Kristian Høgsberg
2014-11-14
1
-4
/
+5
*
i965/fs: Remove force uncompressed stack.
Matt Turner
2014-11-06
1
-17
/
+0
*
i965/fs: Use execution size of 1 for some shader_time operations.
Matt Turner
2014-11-06
1
-1
/
+1
*
i965/fs: Use mov(4) instructions to read timestamp.
Matt Turner
2014-11-06
1
-5
/
+4
*
i965/fs: Don't compute_to_mrf() on Gen >= 7.
Matt Turner
2014-11-03
1
-0
/
+4
*
i965: Silence unused parameter warning in brw_dump_ir
Ian Romanick
2014-10-24
1
-1
/
+1
*
i965/fs: Silence uninitialized variable warning.
Matt Turner
2014-10-23
1
-0
/
+1
*
i965/fs: Don't pass ir_variable * to emit_sampleid_setup().
Kenneth Graunke
2014-10-17
1
-2
/
+2
*
i965/fs: Add a MAX_GRF_SIZE define and use it various places
Jason Ekstrand
2014-10-02
1
-0
/
+2
*
i965/fs: Fix the build
Jason Ekstrand
2014-09-30
1
-1
/
+1
*
i965/fs: Fix an uninitialized value warnings
Jason Ekstrand
2014-09-30
1
-3
/
+4
*
i965/fs: Optimize sqrt+inv into rsq.
Matt Turner
2014-09-30
1
-0
/
+11
*
glsl: Make ir_variable::num_state_slots and ir_variable::state_slots private
Ian Romanick
2014-09-30
1
-3
/
+3
*
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
[next]