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_fp.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
-2
/
+2
*
i965/fp: Set coord_components correctly for cube textures.
Kenneth Graunke
2015-04-06
1
-1
/
+1
*
i965/fp: Emit discard jumps.
Kenneth Graunke
2015-03-19
1
-0
/
+3
*
i965/fs: Silence unused parameter warning
Ian Romanick
2015-03-09
1
-1
/
+1
*
i965: Don't emit saturates for instructions without destinations.
Matt Turner
2015-02-19
1
-1
/
+1
*
i965/fs: Emit MAD instructions when possible.
Matt Turner
2015-02-17
1
-3
/
+8
*
i965: Replace fs_reg(fs_visitor, type) with fs_visitor::vgrf(type).
Kenneth Graunke
2015-01-19
1
-23
/
+23
*
i965/fs: Don't take an ir_variable for emit_general_interpolation
Jason Ekstrand
2015-01-15
1
-11
/
+5
*
i965/fs: Don't pass through the coordinate type
Connor Abbott
2015-01-15
1
-6
/
+6
*
i965/fs: make emit_fragcoord_interpolation() not take an ir_variable
Connor Abbott
2015-01-15
1
-1
/
+3
*
i965: remove commented out code
Timothy Arceri
2014-12-16
1
-2
/
+0
*
i965/fs: don't make a fake ir_texture in the Mesa IR frontend
Connor Abbott
2014-10-15
1
-14
/
+5
*
i965/fs: Refactor the texture emission logic into a single function.
Kenneth Graunke
2014-10-15
1
-19
/
+9
*
i965/fs: Make swizzle_result() not use ir_texture.
Connor Abbott
2014-10-15
1
-1
/
+1
*
i965/fs: don't pass in ir_texture to emit_texture_*
Connor Abbott
2014-10-15
1
-3
/
+3
*
i965/fs: Don't use ir->lod_info.grad.dPd<x,y> in emit_texture_*.
Connor Abbott
2014-10-15
1
-3
/
+3
*
i965/fs: Don't use ir->coordinate in emit_texture_*.
Connor Abbott
2014-10-15
1
-5
/
+4
*
i965/fs: make rescale_texcoord() not use ir_texture.
Connor Abbott
2014-10-15
1
-1
/
+1
*
i965/fs: don't use ir->offset in emit_texture_gen5.
Connor Abbott
2014-10-15
1
-1
/
+1
*
i965/fs: Move texel offset handling to visit(ir_texture *).
Kenneth Graunke
2014-10-15
1
-1
/
+2
*
i965/fs_fp: Use null_reg from fs_visitor instead of rolling our own
Jason Ekstrand
2014-10-02
1
-6
/
+4
*
i964/fs: Make immediate fs_reg constructors explicit
Jason Ekstrand
2014-09-30
1
-1
/
+1
*
i965/fs: Remove direct fs_visitor brw_wm_prog_key dependence
Jordan Justen
2014-09-22
1
-0
/
+3
*
i965/fs: Remove direct fs_visitor gl_fragment_program dependence
Jordan Justen
2014-09-06
1
-2
/
+6
*
i965/fs: don't use ir->shadow_comparitor in emit_texture_*
Connor Abbott
2014-09-01
1
-3
/
+1
*
i965/fs: don't pass ir_variable * to emit_frontfacing_interpolation()
Connor Abbott
2014-09-01
1
-1
/
+1
*
i965: Store uniform constant values in a gl_constant_value instead of float
Neil Roberts
2014-08-14
1
-1
/
+1
*
i965: Get rid of backend_instruction::sampler
Chris Forbes
2014-08-09
1
-1
/
+0
*
i965/fs: pass sampler as src1 of texture op
Chris Forbes
2014-08-09
1
-2
/
+2
*
i965: Make a brw_conditional_mod enum.
Matt Turner
2014-07-05
1
-2
/
+2
*
i965: Use unreachable() instead of unconditional assert().
Matt Turner
2014-07-01
1
-6
/
+3
*
i965/fs: Replace c->key with a direct reference in fs_visitor.
Kenneth Graunke
2014-05-18
1
-1
/
+1
*
i965/fs: Use a separate variable to keep track of the last uniform index seen.
Francisco Jerez
2014-02-19
1
-1
/
+1
*
i965/fs: Use offset() in the ARB_fragment_program code.
Francisco Jerez
2014-02-19
1
-69
/
+62
*
i965: Move up duplicated fields from stage-specific prog_data to brw_stage_pr...
Francisco Jerez
2014-02-19
1
-1
/
+1
*
i965/fs: Plumb sampler index into emit_texture_gen7.
Kenneth Graunke
2014-01-22
1
-1
/
+1
*
glsl: move variables in to ir_variable::data, part II
Tapani Pälli
2013-12-12
1
-1
/
+1
*
glsl: move variables in to ir_variable::data, part I
Tapani Pälli
2013-12-12
1
-2
/
+2
*
i965/fs: Sample from MCS surface when required
Chris Forbes
2013-12-07
1
-1
/
+1
*
i965: Always have the struct gl_program * in the backend visitor.
Eric Anholt
2013-10-15
1
-7
/
+7
*
i965/gen4: Fix fragment program rectangle texture shadow compares.
Eric Anholt
2013-09-21
1
-4
/
+4
*
i965: Move intel_context::gen and gt fields to brw_context.
Kenneth Graunke
2013-07-09
1
-2
/
+2
*
Replace gl_frag_attrib enum with gl_varying_slot.
Paul Berry
2013-03-15
1
-5
/
+5
*
i965/fs: add support for ir_txf_ms on Gen6+
Chris Forbes
2013-03-02
1
-2
/
+3
*
i965/fp: Use the LRP instruction for OPCODE_LRP.
Matt Turner
2013-02-28
1
-8
/
+4
*
glsl: Eliminate ambiguity between function ins/outs and shader ins/outs
Paul Berry
2013-01-24
1
-1
/
+1
*
i965/fs: Remove the param_index/param_offset indirection.
Eric Anholt
2012-12-28
1
-3
/
+2
*
i965/fs: Rewrite discards to use a flag subreg to track discarded pixels.
Eric Anholt
2012-12-11
1
-8
/
+9
*
i965/fp: Fix segfault on gen4 TXB instructions.
Eric Anholt
2012-11-29
1
-0
/
+2
*
i965/fs: Move brw_wm_compile::fp to fs_visitor.
Kenneth Graunke
2012-11-26
1
-2
/
+2
[next]