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: Add support for nonconst sampler indexing in FS visitor
Chris Forbes
2014-08-15
1
-7
/
+53
*
i965/fs: Add visitor support for nonconstant UBO indices
Chris Forbes
2014-08-15
1
-3
/
+27
*
i965/fs: Support fine/coarse derivative opcodes
Chris Forbes
2014-08-15
1
-2
/
+14
*
i965: Store uniform constant values in a gl_constant_value instead of float
Neil Roberts
2014-08-14
1
-3
/
+3
*
i965/fs: Fix bad whitespace.
Matt Turner
2014-08-10
1
-2
/
+2
*
i965: Get rid of backend_instruction::sampler
Chris Forbes
2014-08-09
1
-3
/
+0
*
i965/fs: pass sampler as src1 of texture op
Chris Forbes
2014-08-09
1
-14
/
+15
*
i965/fs: Collect all emits of texture ops for Gen5/6 into one place
Chris Forbes
2014-08-09
1
-13
/
+18
*
i965/fs: Collect all emits of texture ops for Gen4 into one place
Chris Forbes
2014-08-09
1
-20
/
+11
*
glsl: Make it possible to ignore built-ins when matching signatures.
Kenneth Graunke
2014-08-04
1
-1
/
+1
*
i965: Silence unused parameter warning
Ian Romanick
2014-07-19
1
-1
/
+1
*
i965/fs: add support for ir_*_interpolate_at_* expressions
Chris Forbes
2014-07-13
1
-2
/
+148
*
i965: Make a brw_conditional_mod enum.
Matt Turner
2014-07-05
1
-2
/
+2
*
i965/fs: Update discard jump to preserve uniform loads via sampler.
Cody Northrop
2014-07-01
1
-6
/
+5
*
i965/fs: Mark case unreachable to silence warning.
Matt Turner
2014-07-01
1
-0
/
+2
*
i965: Use unreachable() instead of unconditional assert().
Matt Turner
2014-07-01
1
-43
/
+24
*
i965: Use typed foreach_in_list_safe instead of foreach_list_safe.
Matt Turner
2014-07-01
1
-2
/
+1
*
i965: Use typed foreach_in_list instead of foreach_list.
Matt Turner
2014-07-01
1
-22
/
+13
*
i965/fs: Check variable_storage return value in fs_visitor::visit
Juha-Pekka Heikkila
2014-06-26
1
-0
/
+6
*
i965/fs: Apply cube map array fixup and restore the payload.
Matt Turner
2014-06-17
1
-1
/
+14
*
i965/fs: Use LOAD_PAYLOAD in emit_texture_gen7().
Matt Turner
2014-06-17
1
-62
/
+73
*
i965/fs: initialize src as reg_undef for texture opcodes on Gen4.
Matt Turner
2014-06-09
1
-6
/
+6
*
i965/fs: initialize src as reg_undef for texture opcodes on Gen5/6.
Tapani Pälli
2014-06-09
1
-9
/
+9
*
i965/fs: Allow array dereference of HW_REG.
Chris Forbes
2014-06-05
1
-1
/
+1
*
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
[next]