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/fs: Set correct number of regs_written for MCS fetches.
Matt Turner
2014-05-29
1
-3
/
+3
*
i965: Fix repeated usage of rectangle texture coordinate scaling.
Kenneth Graunke
2014-05-28
1
-7
/
+20
*
i965/fs: Don't use brw_imm_* unnecessarily.
Matt Turner
2014-05-25
1
-3
/
+3
*
Revert "i965/fs: Change fs_visitor::emit_lrp to use MAC for gen<6"
Matt Turner
2014-05-24
1
-4
/
+7
*
i965/fs: Rip struct brw_wm_compile out of the visitors and generators.
Kenneth Graunke
2014-05-18
1
-5
/
+4
*
i965/fs: Plumb a mem_ctx all the way through the FS compile.
Kenneth Graunke
2014-05-18
1
-1
/
+2
*
i965/fs: Use 'c' as the mem_ctx in fs_visitor.
Kenneth Graunke
2014-05-18
1
-2
/
+1
*
i965/fs: Replace c->key with a direct reference in fs_visitor.
Kenneth Graunke
2014-05-18
1
-29
/
+30
*
i965/fs: Replace c->prog_data with a direct reference in fs_visitor.
Kenneth Graunke
2014-05-18
1
-7
/
+8
*
i965/fs: Move some flags that affect code generation to fs_visitor.
Kenneth Graunke
2014-05-18
1
-1
/
+3
*
i965/fs: Move payload register info from brw_wm_compile to fs_visitor.
Kenneth Graunke
2014-05-18
1
-9
/
+11
*
i965/fs: Simplify gl_SampleMaskIn handling.
Kenneth Graunke
2014-05-18
1
-1
/
+3
*
i965/fs: Move c->last_scratch into fs_visitor.
Kenneth Graunke
2014-05-18
1
-0
/
+1
*
i965/fs: Set fs_inst::header_present for untyped atomics/surface reads.
Kenneth Graunke
2014-05-01
1
-0
/
+2
*
i965/fs: Remove 'mul_arg' from try_emit_mad().
Matt Turner
2014-04-30
1
-6
/
+11
*
i965/fs: Change fs_visitor::emit_lrp to use MAC for gen<6
Juha-Pekka Heikkila
2014-04-16
1
-7
/
+4
*
i965/fs: Track whether we're doing dual source in a more obvious way.
Eric Anholt
2014-04-08
1
-1
/
+2
*
i965/fs: Skip emitting MACH/MOV for small integers.
Kenneth Graunke
2014-04-08
1
-12
/
+21
*
i965: Actually initialize simd16_unsupported and no16_msg.
Kenneth Graunke
2014-03-18
1
-0
/
+2
*
i965: Accurately bail on SIMD16 compiles.
Kenneth Graunke
2014-03-18
1
-22
/
+22
*
i965/fs: Support pull parameters in SIMD16 mode.
Kenneth Graunke
2014-03-18
1
-1
/
+2
*
i965/fs: Don't renumber UNIFORM registers.
Kenneth Graunke
2014-03-18
1
-2
/
+1
*
i965/fs: Save push constant location information.
Kenneth Graunke
2014-03-18
1
-0
/
+1
*
i965: Merge resolving of shader program source
Topi Pohjolainen
2014-03-05
1
-6
/
+2
*
i965: Merge initialisation of backend_visitor
Topi Pohjolainen
2014-03-05
1
-7
/
+2
*
i965: Move compiler debugging output to stderr.
Eric Anholt
2014-02-22
1
-2
/
+2
*
i965/fs: Drop the emit(fs_inst) overload.
Kenneth Graunke
2014-02-21
1
-17
/
+10
*
i965/fs: Pass fs_regs by constant reference where possible.
Matt Turner
2014-02-21
1
-5
/
+7
*
i965/fs: Allocate the param_size array dynamically.
Francisco Jerez
2014-02-19
1
-1
/
+1
*
i965/fs: Use a separate variable to keep track of the last uniform index seen.
Francisco Jerez
2014-02-19
1
-5
/
+6
*
i965/fs: Remove fs_reg::retype.
Francisco Jerez
2014-02-19
1
-11
/
+11
*
i965: Move up duplicated fields from stage-specific prog_data to brw_stage_pr...
Francisco Jerez
2014-02-19
1
-5
/
+5
*
i965/fs: Use conditional sends to do FB writes on HSW+.
Eric Anholt
2014-02-18
1
-1
/
+13
*
i965/fs: Remove fs_reg::sechalf.
Francisco Jerez
2014-02-12
1
-3
/
+1
*
i965/fs: Remove fs_reg::smear.
Francisco Jerez
2014-02-12
1
-7
/
+7
*
glsl: Add image type to the GLSL IR.
Francisco Jerez
2014-02-12
1
-0
/
+1
*
i965/fs: Emit shader w/a for Gen6 gather
Chris Forbes
2014-02-08
1
-0
/
+34
*
i965: rename tex_ms to tex_cms
Topi Pohjolainen
2014-01-23
1
-2
/
+2
*
i965/fs: Support arbitrarily large sampler state indices on Haswell+.
Kenneth Graunke
2014-01-22
1
-1
/
+4
*
i965/fs: Plumb sampler index into emit_texture_gen7.
Kenneth Graunke
2014-01-22
1
-2
/
+2
*
i965: Compute the number of live registers at each IP.
Kenneth Graunke
2014-01-21
1
-0
/
+1
*
i965/fs: Add and use MAX_SAMPLER_MESSAGE_SIZE definition.
Matt Turner
2014-01-21
1
-4
/
+6
*
i965: Replace 8-wide and 16-wide with SIMD8 and SIMD16.
Eric Anholt
2014-01-17
1
-11
/
+11
*
i965: set size of txf_mcs payload vgrf properly
Chris Forbes
2014-01-04
1
-0
/
+1
*
i965/fs: add support for gl_SampleMaskIn[]
Chris Forbes
2013-12-14
1
-0
/
+2
*
glsl: move variables in to ir_variable::data, part II
Tapani Pälli
2013-12-12
1
-14
/
+14
*
glsl: move variables in to ir_variable::data, part I
Tapani Pälli
2013-12-12
1
-4
/
+4
*
glsl/loops: Get rid of lower_bounded_loops and ir_loop::normative_bound.
Paul Berry
2013-12-09
1
-5
/
+0
*
glsl/loops: replace loop controls with a normative bound.
Paul Berry
2013-12-09
1
-2
/
+4
*
glsl/loops: consolidate bounded loop handling into a lowering pass.
Paul Berry
2013-12-09
1
-31
/
+2
[next]