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: Combine all the math emitters.
Kenneth Graunke
2014-11-13
1
-98
/
+15
*
i965/vec4: Use const references in emit() functions.
Kenneth Graunke
2014-11-13
1
-5
/
+6
*
i965/vec4: Generate better code for ir_triop_csel.
Kenneth Graunke
2014-10-21
1
-3
/
+15
*
i965/vec4: Simplify visit(ir_expression *)'s result_src/dst setup.
Kenneth Graunke
2014-10-21
1
-13
/
+6
*
i965/vec4: Delete some dead code in visit(ir_expression *).
Kenneth Graunke
2014-10-21
1
-8
/
+0
*
i965/fs: Change the type of booleans to UD and emit correct immediates
Jason Ekstrand
2014-10-17
1
-8
/
+8
*
i965: Make brw_texture_offset() not use ir_texture.
Connor Abbott
2014-10-15
1
-2
/
+5
*
i965: Drop ir->op != ir_txf condition in offset checking.
Kenneth Graunke
2014-10-15
1
-1
/
+1
*
glsl: Make ir_variable::num_state_slots and ir_variable::state_slots private
Ian Romanick
2014-09-30
1
-3
/
+3
*
i965/brw_reg: Make the accumulator register take an explicit width.
Jason Ekstrand
2014-09-30
1
-4
/
+4
*
i965: Replace initialization loops with memset().
Matt Turner
2014-09-24
1
-8
/
+2
*
i965: Remove now unneeded calls to calculate_cfg().
Matt Turner
2014-09-24
1
-4
/
+0
*
i965/vec4: Preserve CFG in spill_reg().
Matt Turner
2014-09-24
1
-26
/
+38
*
i965: Generalize emit_urb_slot() to emit to any dst_reg.
Iago Toral Quiroga
2014-09-19
1
-12
/
+18
*
i965: Provide means to create registers of a given size.
Iago Toral Quiroga
2014-09-19
1
-0
/
+14
*
i965/vec4: Make type_size() return 0 for samplers.
Kenneth Graunke
2014-09-12
1
-3
/
+3
*
i965: Skip allocating UNIFORM file storage for uniforms of size 0.
Kenneth Graunke
2014-09-12
1
-3
/
+3
*
i965: Handle ir_binop_ubo_load in boolean expression code.
Kenneth Graunke
2014-09-08
1
-2
/
+2
*
i965: Handle ir_triop_csel in emit_if_gen6().
Kenneth Graunke
2014-09-08
1
-2
/
+16
*
i965: Handle ir_triop_csel in emit_bool_to_cond_code().
Kenneth Graunke
2014-09-03
1
-2
/
+18
*
i965: add missing parens in vec4 visitor
Dave Airlie
2014-09-02
1
-1
/
+2
*
i965/vec4: Remove try_emit_saturate
Abdiel Janulgue
2014-08-31
1
-21
/
+0
*
yi965/vec4: Add support for ir_unop_saturate
Abdiel Janulgue
2014-08-31
1
-0
/
+4
*
glsl: Eliminate ir_variable::data.atomic.buffer_index
Ian Romanick
2014-08-29
1
-1
/
+1
*
i965: Disable try_emit_b2f_of_compare on Gen4-6.
Kenneth Graunke
2014-08-22
1
-0
/
+7
*
i965: Use ~0 to represent true on Gen >= 6.
Matt Turner
2014-08-18
1
-17
/
+44
*
i965: Use UniformBooleanTrue value for boolean literal true.
Matt Turner
2014-08-18
1
-1
/
+3
*
i965/vec4: Add support for nonconst sampler indexing in VS visitor
Chris Forbes
2014-08-15
1
-5
/
+49
*
i965/vec4: Add visitor support for nonconst ubo block indexing
Chris Forbes
2014-08-15
1
-3
/
+26
*
i965/vec4: Assert that fine/coarse derivative ops don't appear
Chris Forbes
2014-08-15
1
-0
/
+4
*
i965: fix compiler error in union initiliazer
Pekka Paalanen
2014-08-14
1
-1
/
+1
*
i965: Store uniform constant values in a gl_constant_value instead of float
Neil Roberts
2014-08-14
1
-5
/
+8
*
i965: Get rid of backend_instruction::sampler
Chris Forbes
2014-08-09
1
-3
/
+0
*
i965/vec4: Pass sampler index in src1 for texture ops
Chris Forbes
2014-08-09
1
-4
/
+8
*
i965/vec4: Collect all emits of texture ops into one place
Chris Forbes
2014-08-09
1
-26
/
+12
*
i965/vec4: Remove unused emit_bool_comparison method.
Matt Turner
2014-08-07
1
-14
/
+0
*
glsl: Make it possible to ignore built-ins when matching signatures.
Kenneth Graunke
2014-08-04
1
-1
/
+1
*
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
[next]