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: Remove the context parameter from brw_texture_offset
Jason Ekstrand
2015-04-22
1
-1
/
+1
*
i965/skl: Add the header for constant loads outside of the generator
Neil Roberts
2015-04-16
1
-9
/
+29
*
i965/vec4: Add a helper function to emit VS_OPCODE_PULL_CONSTANT_LOAD
Neil Roberts
2015-04-16
1
-55
/
+65
*
glsl: Remove never used sin_reduced/cos_reduced.
Matt Turner
2015-04-06
1
-2
/
+0
*
i965: Handle scratch accesses where reladdr also points to scratch space
Iago Toral Quiroga
2015-04-01
1
-26
/
+74
*
i965/vec4: Some more trivial swizzle clean-up.
Francisco Jerez
2015-03-23
1
-12
/
+3
*
i965/vec4: Remove swizzle_for_size() in favour of brw_swizzle_for_size().
Francisco Jerez
2015-03-23
1
-7
/
+7
*
i965/vec4: Remove broken vector size deduction in setup_builtin_uniform_value...
Francisco Jerez
2015-03-23
1
-14
/
+9
*
i965/vec4: Simplify visitor handling of swizzles using the swizzle utils.
Francisco Jerez
2015-03-23
1
-49
/
+10
*
i965: Set nr_params to the number of uniform components in the VS/GS path.
Francisco Jerez
2015-03-20
1
-1
/
+2
*
i965/skl: Send a message header when doing constant loads SIMD4x2
Neil Roberts
2015-03-17
1
-0
/
+18
*
i965/vs: Add missing resolve_bool_comparison calls on GEN4 and GEN5
Ian Romanick
2015-03-13
1
-0
/
+13
*
i965: replace Elements() with ARRAY_SIZE()
Brian Paul
2015-03-02
1
-1
/
+1
*
i965: Avoid applying negate to wrong MAD source.
Matt Turner
2015-02-27
1
-15
/
+13
*
i965/vec4: Fix implementation of i2b.
Matt Turner
2015-02-27
1
-1
/
+1
*
i965/vec4: Add and use byte-MOV instruction for unpack 4x8.
Matt Turner
2015-02-19
1
-2
/
+2
*
i965: Use greater-equal cmod to implement maximum.
Matt Turner
2015-02-19
1
-3
/
+3
*
i965: just avoid warnings with fp64
Dave Airlie
2015-02-20
1
-0
/
+13
*
i965/vec4: Print "VS" or "GS" when compiles fail, not "vec4".
Kenneth Graunke
2015-02-19
1
-1
/
+1
*
i965/vec4: Replace debug_flag with debug_enabled.
Kenneth Graunke
2015-02-19
1
-3
/
+1
*
i965/vec4: Override destination register writemask in sampler message send.
Francisco Jerez
2015-02-16
1
-0
/
+1
*
i965/vec4: Emit MADs from (x + abs(y * z)).
Matt Turner
2015-02-10
1
-3
/
+15
*
i965/vec4: Emit MADs from (x + -(y * z)).
Matt Turner
2015-02-10
1
-0
/
+12
*
i965/vec4: Init mlen for several send from GRF instructions.
Francisco Jerez
2015-02-10
1
-4
/
+7
*
i965/vec4: Pass dst register to the vec4_instruction constructor.
Francisco Jerez
2015-02-10
1
-7
/
+5
*
i965/vec4: Initialize vec4_instruction::predicate and ::predicate_inverse.
Francisco Jerez
2015-02-10
1
-0
/
+2
*
i965: Move up fs_inst::flag_subreg to backend_instruction.
Francisco Jerez
2015-02-10
1
-0
/
+1
*
i965: Move up fs_inst::regs_written to backend_instruction.
Francisco Jerez
2015-02-10
1
-0
/
+1
*
i965/vec4: Remove dependency of vec4_instruction on the visitor class.
Francisco Jerez
2015-02-10
1
-32
/
+29
*
i965: Factor out virtual GRF allocation to a separate object.
Francisco Jerez
2015-02-10
1
-30
/
+6
*
i965: Set CMP's destination type to src0's type.
Matt Turner
2015-02-04
1
-8
/
+12
*
glsl: Improve precision of mod(x,y)
Iago Toral Quiroga
2015-02-03
1
-1
/
+1
*
i965: Fix bitcast operations with negate (ceil)
Iago Toral Quiroga
2015-01-13
1
-4
/
+7
*
i965/skl: Always use a header for SIMD4x2 sampler messages
Kristian Høgsberg
2015-01-08
1
-1
/
+3
*
i965: remove includes of sampler.h from extern "C" blocks
Mark Janes
2014-12-16
1
-2
/
+0
*
i965: Rename brw_vec4_prog_data/key to brw_bue_prog_data/key
Kristian Høgsberg
2014-12-10
1
-2
/
+2
*
i965: Use ~0 to represent true on all generations.
Matt Turner
2014-12-05
1
-47
/
+77
*
i965: Change the type of booleans to D.
Matt Turner
2014-12-05
1
-14
/
+14
*
i965/vec4: Allow CSE on uniform-vec4 expansion MOVs.
Matt Turner
2014-12-05
1
-1
/
+1
*
i965: Add var->location != -1 assertions.
Kenneth Graunke
2014-12-03
1
-0
/
+2
*
i965: Make vertex color clamp handling code VS specific.
Kenneth Graunke
2014-12-02
1
-1
/
+6
*
i965/vs: Handle vertex color clamping in emit_urb_slot().
Kenneth Graunke
2014-12-02
1
-10
/
+12
*
i965/vec4: Make live_intervals part of the vec4_visitor class.
Matt Turner
2014-12-01
1
-1
/
+1
*
i965/vec4: Optimize packSnorm4x8().
Matt Turner
2014-11-25
1
-1
/
+25
*
i965/vec4: Optimize packUnorm4x8().
Matt Turner
2014-11-25
1
-1
/
+23
*
i965/vec4: Optimize unpackSnorm4x8().
Matt Turner
2014-11-25
1
-1
/
+30
*
i965/vec4: Optimize unpackUnorm4x8().
Matt Turner
2014-11-25
1
-1
/
+25
*
i965: Handle nested uniform array indexing
Chris Forbes
2014-11-24
1
-29
/
+37
*
i965: Combine offset/texture_offset fields.
Matt Turner
2014-11-21
1
-4
/
+3
*
i965/vec4: Combine all the math emitters.
Kenneth Graunke
2014-11-13
1
-98
/
+15
[next]