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: Combine tex/fb_write operations (opt)
Ben Widawsky
2015-04-14
1
-0
/
+90
*
i965/fs: Only emit FS_OPCODE_PLACEHOLDER_HALT if there are discards
Ben Widawsky
2015-04-14
1
-1
/
+4
*
i965/fs: Create a has_side_effects for fs_inst
Ben Widawsky
2015-04-14
1
-0
/
+6
*
i965: Fix INTEL_DEBUG=shader_time for SIMD8 VS.
Kenneth Graunke
2015-04-14
1
-0
/
+3
*
i965: Use SIMD16 instead of SIMD8 on Gen4 when possible.
Kenneth Graunke
2015-04-06
1
-3
/
+2
*
i965: Check the INTEL_USE_NIR environment variable once at context creation
Jason Ekstrand
2015-04-03
1
-2
/
+2
*
i965: Rename do_<stage>_prog to brw_compile_<stage>_prog (and export)
Carl Worth
2015-04-02
1
-1
/
+1
*
i965: Move env_var_as_boolean to intel_debug.c.
Kenneth Graunke
2015-03-27
1
-22
/
+2
*
i965/fs: Add ARB_fragment_program support to the NIR backend.
Kenneth Graunke
2015-03-27
1
-9
/
+7
*
i965: Define method to check whether a backend_reg is inside a given range.
Francisco Jerez
2015-03-23
1
-4
/
+1
*
i965/fs: Make an emit_discard_jump() function to reduce duplication.
Kenneth Graunke
2015-03-19
1
-0
/
+15
*
i965/fs: Print spills:fills and number of promoted constants.
Matt Turner
2015-03-19
1
-1
/
+1
*
i965/nir: Make our environment variable checking smarter
Jason Ekstrand
2015-03-18
1
-2
/
+22
*
i965/fs: in MAD optimizations, switch last argument to be immediate
Tapani Pälli
2015-03-17
1
-1
/
+10
*
i965: Use NIR for scalar VS when INTEL_USE_NIR is set.
Kenneth Graunke
2015-03-12
1
-5
/
+10
*
i965: Fix out-of-bounds accesses into pull_constant_loc array
Iago Toral Quiroga
2015-03-11
1
-2
/
+7
*
i965/fs: Make emit_shader_time_end() insert before EOT.
Kenneth Graunke
2015-03-09
1
-10
/
+18
*
i965/fs: Make get_timestamp() pass back the MOV rather than emitting it.
Kenneth Graunke
2015-03-09
1
-4
/
+15
*
i965/fs: Make emit_shader_time_write return rather than emit.
Kenneth Graunke
2015-03-09
1
-8
/
+7
*
i965/fs: Set smear on shader_time diff register.
Kenneth Graunke
2015-03-09
1
-0
/
+1
*
i965/fs: Set force_writemask_all on shader_time instructions.
Kenneth Graunke
2015-03-09
1
-2
/
+7
*
i965/fs: Silence unused parameter warning
Ian Romanick
2015-03-09
1
-8
/
+4
*
i965/nir: Resolve source modifiers on Gen8+ logic operations.
Kenneth Graunke
2015-03-08
1
-0
/
+11
*
Fix invalid extern "C" around header inclusion.
Mark Janes
2015-03-05
1
-3
/
+0
*
i965/fs: Don't use backend_visitor::instructions after creating the CFG.
Matt Turner
2015-03-02
1
-10
/
+0
*
i965: replace Elements() with ARRAY_SIZE()
Brian Paul
2015-03-02
1
-1
/
+1
*
i965: Remove redundant discard jumps.
Kenneth Graunke
2015-02-24
1
-0
/
+42
*
i965/fs: Fix lower_load_payload() not to use an incorrect half for immediates...
Francisco Jerez
2015-02-23
1
-0
/
+8
*
i965/fs: Fix lower_load_payload() to take into account non-zero reg_offset.
Francisco Jerez
2015-02-23
1
-2
/
+2
*
i965/fs: Remove logic to keep track of MRF metadata in lower_load_payload().
Francisco Jerez
2015-02-23
1
-26
/
+13
*
i965/fs: Less broken handling of force_writemask_all in lower_load_payload().
Francisco Jerez
2015-02-23
1
-7
/
+13
*
i965/skl: Use 1 register for uniform pull constant payload
Ben Widawsky
2015-02-22
1
-1
/
+1
*
i965: just avoid warnings with fp64
Dave Airlie
2015-02-20
1
-0
/
+1
*
i965/fs: Un-hardcode DEBUG_WM, "FS", and "fragment".
Kenneth Graunke
2015-02-19
1
-2
/
+2
*
i965/fs: Add algebraic optimizations for MAD.
Matt Turner
2015-02-17
1
-0
/
+43
*
i965/fs: Add pass to combine immediates.
Matt Turner
2015-02-17
1
-0
/
+2
*
i965/fs: Handle W/UW-type immediates in dump_instructions().
Matt Turner
2015-02-15
1
-0
/
+2
*
i965: Let dump_instructions() work before calculate_cfg().
Matt Turner
2015-02-15
1
-8
/
+16
*
i965/fs: Call calculate_cfg() before optimize().
Matt Turner
2015-02-15
1
-2
/
+4
*
i965: Optimize multiplication by -1 into a negated MOV.
Matt Turner
2015-02-15
1
-0
/
+9
*
i965/fs: Remove conditional mod when optimizing a SEL into a MOV.
Matt Turner
2015-02-11
1
-0
/
+1
*
i965/fs: Fix fs_inst::regs_written calculation for instructions with scalar dst.
Francisco Jerez
2015-02-10
1
-1
/
+2
*
i965/fs: Fix stack allocation of fs_inst and stop stealing src array provided...
Francisco Jerez
2015-02-10
1
-34
/
+34
*
i965/fs: Remove dependency of fs_inst on the visitor class.
Francisco Jerez
2015-02-10
1
-2
/
+2
*
i965: Factor out virtual GRF allocation to a separate object.
Francisco Jerez
2015-02-10
1
-46
/
+31
*
i965: Fix INTEL_DEBUG=shader_time for SIMD8 VS (and GS).
Kenneth Graunke
2015-02-05
1
-9
/
+25
*
i965: Set CMP's destination type to src0's type.
Matt Turner
2015-02-04
1
-10
/
+6
*
i965: Convert CMP.GE -(abs)reg 0 -> CMP.Z reg 0.
Matt Turner
2015-01-23
1
-0
/
+12
*
i965/fs: Add pass to propagate conditional modifiers.
Matt Turner
2015-01-23
1
-0
/
+1
*
i965/fs: Add a pass to fixup 3-src instructions that have a null dest.
Matt Turner
2015-01-23
1
-0
/
+17
[next]