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_vec4_visitor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/vec4: Silence warnings about unhandled interpolation ops
Chris Forbes
2014-07-13
1
-0
/
+3
*
i965: Make a brw_predicate enum.
Matt Turner
2014-07-05
1
-5
/
+7
*
i965: Make a brw_conditional_mod enum.
Matt Turner
2014-07-05
1
-3
/
+5
*
i965: Use unreachable() instead of unconditional assert().
Matt Turner
2014-07-01
1
-55
/
+35
*
i965: Use typed foreach_in_list_safe instead of foreach_list_safe.
Matt Turner
2014-07-01
1
-6
/
+2
*
i965: Use typed foreach_in_list instead of foreach_list.
Matt Turner
2014-07-01
1
-9
/
+3
*
i965/vec4: Pass const references to instruction functions.
Matt Turner
2014-06-30
1
-6
/
+10
*
i965/vec4: Pass const references to vec4_instruction().
Matt Turner
2014-06-30
1
-2
/
+3
*
i965/vec4: Don't fix_math_operand() on Gen >= 8.
Matt Turner
2014-06-24
1
-2
/
+6
*
i965/vec4: Don't return void from a void function.
Matt Turner
2014-06-24
1
-4
/
+4
*
i965/vec4: Emit smarter code for b2f of a comparison
Ian Romanick
2014-06-11
1
-0
/
+47
*
i965/vec4: Silence a couple unused parameter warnings
Ian Romanick
2014-06-11
1
-2
/
+2
*
i965/vec4: Allow writemasking on math instructions on Gen7+.
Matt Turner
2014-05-30
1
-2
/
+2
*
Revert "i965/vec4: Change vec4_visitor::emit_lrp to use MAC for gen<6"
Matt Turner
2014-05-24
1
-6
/
+10
*
i965/vec4: Remove 'mul_arg' from try_emit_mad().
Matt Turner
2014-04-30
1
-6
/
+11
*
i965/vec4: Change vec4_visitor::emit_lrp to use MAC for gen<6
Juha-Pekka Heikkila
2014-04-16
1
-16
/
+6
*
i965/vec4: Add support for the MAC instruction.
Juha-Pekka Heikkila
2014-04-16
1
-0
/
+1
*
i965: Add writes_accumulator flag
Juha-Pekka Heikkila
2014-04-16
1
-3
/
+14
*
glsl: Make is_16bit_constant from i965 an ir_constant method.
Kenneth Graunke
2014-04-08
1
-16
/
+2
*
i965/vec4: Don't fix-up scalar uniforms for 3 src instructions.
Matt Turner
2014-03-10
1
-0
/
+3
*
i965: Merge resolving of shader program source
Topi Pohjolainen
2014-03-05
1
-4
/
+2
*
i965: Merge initialisation of backend_visitor
Topi Pohjolainen
2014-03-05
1
-7
/
+2
*
i965/vec4: Mark invariant members as constants in vec4_visitor
Topi Pohjolainen
2014-03-05
1
-4
/
+4
*
i965: Assert array index on access to vec4_visitor's arrays.
Petri Latvala
2014-02-28
1
-0
/
+6
*
i965: Allocate vec4_visitor's uniform_size and uniform_vector_size arrays dyn...
Petri Latvala
2014-02-28
1
-0
/
+11
*
i965/vec4: Handle ir_triop_lrp on Gen4-5 as well.
Kenneth Graunke
2014-02-26
1
-7
/
+35
*
i965/vec4: Add a brw->gen >= 6 assertion in three-source emitters.
Kenneth Graunke
2014-02-26
1
-0
/
+1
*
i965: Move compiler debugging output to stderr.
Eric Anholt
2014-02-22
1
-2
/
+2
*
i965/vs: Use samplers for UBOs in the VS like we do for non-UBO pulls.
Eric Anholt
2014-02-20
1
-5
/
+18
*
i965/vec4: Trivial improvements to the with_writemask() function.
Francisco Jerez
2014-02-19
1
-10
/
+1
*
i965: Move up duplicated fields from stage-specific prog_data to brw_stage_pr...
Francisco Jerez
2014-02-19
1
-7
/
+7
*
i965/vec4: Fix confusion between SWIZZLE and BRW_SWIZZLE macros.
Francisco Jerez
2014-02-12
1
-2
/
+2
*
glsl: Add image type to the GLSL IR.
Francisco Jerez
2014-02-12
1
-0
/
+1
*
i965/vec4: Emit shader w/a for Gen6 gather
Chris Forbes
2014-02-08
1
-0
/
+31
*
i965: rename tex_ms to tex_cms
Topi Pohjolainen
2014-01-23
1
-1
/
+1
*
i965/vec4: Support arbitrarily large sampler state indices on Haswell+.
Kenneth Graunke
2014-01-22
1
-2
/
+8
*
i965/vec4: Don't set header_present if texel offsets are all 0.
Kenneth Graunke
2014-01-22
1
-9
/
+8
*
i965: Modify some error messages to refer to "vec4" instead of "vs".
Paul Berry
2014-01-21
1
-1
/
+1
*
i965: Add GS support to INTEL_DEBUG=shader_time.
Paul Berry
2014-01-21
1
-2
/
+8
*
i965: Emit writes to viewport index
Ian Romanick
2014-01-20
1
-0
/
+4
*
glsl: move variables in to ir_variable::data, part II
Tapani Pälli
2013-12-12
1
-8
/
+8
*
glsl: move variables in to ir_variable::data, part I
Tapani Pälli
2013-12-12
1
-2
/
+2
*
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
-32
/
+2
*
i965/vs: Sample from MCS surface when required
Chris Forbes
2013-12-07
1
-7
/
+39
*
i965: Emit better code for ir_unop_sign.
Matt Turner
2013-12-04
1
-7
/
+25
*
i965: Don't use MACH for integer multiplies on Gen8+.
Kenneth Graunke
2013-12-02
1
-1
/
+1
*
i965/vs: Always store pull constant offsets in GRFs on Gen8.
Kenneth Graunke
2013-12-02
1
-1
/
+15
*
i965/vec4: Fix broken IR annotation in debug output.
Paul Berry
2013-11-19
1
-1
/
+0
[next]