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_visitor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Add a devinfo field to backend_visitor and use it for gen checks
Jason Ekstrand
2015-04-22
1
-54
/
+54
*
i965: Remove remaining uses of ctx->Const.UniformBooleanTrue in visitors
Jason Ekstrand
2015-04-22
1
-3
/
+1
*
i965: Remove the context parameter from brw_texture_offset
Jason Ekstrand
2015-04-22
1
-1
/
+1
*
i965/fs: Combine pixel center calculation into one inst.
Matt Turner
2015-04-21
1
-20
/
+51
*
i965/fs: Calculate delta_x and delta_y together.
Matt Turner
2015-04-21
1
-27
/
+24
*
i965/fs: Emit ADDs for gl_FragCoord, not virtual opcodes.
Matt Turner
2015-04-21
1
-3
/
+8
*
i965: Rewrite ir_tex to ir_txl with lod 0 for vertex shaders
Kristian Høgsberg
2015-04-16
1
-0
/
+9
*
i965/fs: Always invert predicate of SEL with swapped arguments
Ian Romanick
2015-04-14
1
-5
/
+5
*
i965/skl: Fix the order of the arguments for the LD sampler message
Neil Roberts
2015-04-08
1
-2
/
+13
*
i965: Implement SIMD16 texturing on Gen4.
Kenneth Graunke
2015-04-06
1
-2
/
+66
*
i965: Use SIMD16 instead of SIMD8 on Gen4 when possible.
Kenneth Graunke
2015-04-06
1
-0
/
+2
*
glsl: Remove never used sin_reduced/cos_reduced.
Matt Turner
2015-04-06
1
-2
/
+0
*
i965/fs: Make emit_lrp return an fs_inst
Jason Ekstrand
2015-03-23
1
-3
/
+3
*
i965/fs: Make an emit_discard_jump() function to reduce duplication.
Kenneth Graunke
2015-03-19
1
-10
/
+1
*
i965/fs: Print spills:fills and number of promoted constants.
Matt Turner
2015-03-19
1
-2
/
+2
*
i965/fs: Emit better b2f of an expression on GEN4 and GEN5
Ian Romanick
2015-03-19
1
-4
/
+97
*
i965/fs: Apply gl_FrontFacing ? -1 : 1 optimization only for floats
Ian Romanick
2015-03-17
1
-0
/
+3
*
i965/fs: Change try_opt_frontfacing_ternary to eliminate asserts
Ian Romanick
2015-03-17
1
-5
/
+2
*
i965/fs: Store a pointer to brw_sampler_prog_key_data in the visitor.
Kenneth Graunke
2015-03-12
1
-32
/
+27
*
i965/fs: Use unsigned for CS/VS atomics pixel mask immediate data
Jordan Justen
2015-03-10
1
-2
/
+2
*
i965/fs: Don't issue FB writes for bound but unwritten color targets.
Kenneth Graunke
2015-03-09
1
-3
/
+9
*
i965/fs: Make emit_shader_time_end() insert before EOT.
Kenneth Graunke
2015-03-09
1
-13
/
+0
*
i965/fs: Silence unused parameter warning
Ian Romanick
2015-03-09
1
-4
/
+2
*
i965/fs: Implement SIMD16 dual source blending.
Iago Toral Quiroga
2015-03-09
1
-13
/
+64
*
Fix invalid extern "C" around header inclusion.
Mark Janes
2015-03-05
1
-3
/
+0
*
i965: add GLSL_TYPE_DOUBLE switch case to silence warning
Brian Paul
2015-02-28
1
-0
/
+1
*
i965: Avoid applying negate to wrong MAD source.
Matt Turner
2015-02-27
1
-15
/
+13
*
i965/fs: Patch the instruction generating discards; don't use CMP.Z.
Kenneth Graunke
2015-02-27
1
-2
/
+3
*
i965/fs: Handle conditional discards.
Kenneth Graunke
2015-02-24
1
-9
/
+12
*
i965/fs: Optimize (gl_FrontFacing ? x : y) where x and y are ±1.0.
Matt Turner
2015-02-24
1
-0
/
+94
*
i965/fs: Use fs_reg for CS/VS atomics pixel mask immediate data
Jordan Justen
2015-02-21
1
-2
/
+2
*
i965/fs: Set pixel/sample mask for compute shaders atomic ops
Jordan Justen
2015-02-21
1
-4
/
+4
*
i965: Use greater-equal cmod to implement maximum.
Matt Turner
2015-02-19
1
-1
/
+4
*
i965: just avoid warnings with fp64
Dave Airlie
2015-02-20
1
-0
/
+14
*
i965/fs: Use VARYING_SLOT checks rather than strcmp().
Kenneth Graunke
2015-02-19
1
-2
/
+2
*
i965/fs: Remove type parameter from emit_vs_system_value().
Kenneth Graunke
2015-02-19
1
-4
/
+3
*
i965/simd8vs: Fix SIMD8 atomics (read-only)
Jordan Justen
2015-02-18
1
-8
/
+16
*
i965/fs: Emit MAD instructions when possible.
Matt Turner
2015-02-17
1
-5
/
+0
*
i965/simd8vs: Fix SIMD8 atomics
Ben Widawsky
2015-02-16
1
-8
/
+16
*
i965: Factor out virtual GRF allocation to a separate object.
Francisco Jerez
2015-02-10
1
-25
/
+22
*
glsl: Improve precision of mod(x,y)
Iago Toral Quiroga
2015-02-03
1
-1
/
+1
*
i965/fs: Allow SIMD16 on pre-SNB when try_replace_with_sel is successful
Ian Romanick
2015-01-23
1
-7
/
+9
*
i965: Replace fs_reg(fs_visitor, type) with fs_visitor::vgrf(type).
Kenneth Graunke
2015-01-19
1
-66
/
+66
*
i965/fs: Fix the dummy fragment shader.
Kenneth Graunke
2015-01-17
1
-7
/
+32
*
i965: Fix some oddities in FB_WRITE register width and execution size.
Kenneth Graunke
2015-01-16
1
-0
/
+2
*
i965/fs: Emit MADs from (x + abs(y * z)).
Matt Turner
2015-01-15
1
-3
/
+15
*
i965/fs: Emit MADs from (x + -(y * z)).
Matt Turner
2015-01-15
1
-0
/
+12
*
i965/fs_nir: Use an array rather than a hash table for register lookup
Jason Ekstrand
2015-01-15
1
-3
/
+3
*
i965/fs: Don't take an ir_variable for emit_general_interpolation
Jason Ekstrand
2015-01-15
1
-1
/
+5
*
i965/fs: add a NIR frontend
Connor Abbott
2015-01-15
1
-0
/
+3
[next]