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: add support for ARB_shader_subroutine
Dave Airlie
2015-07-24
1
-0
/
+7
*
i965: Fix stride field for the result of emit_uniformize().
Francisco Jerez
2015-07-21
1
-8
/
+10
*
i965: Implement nir_op_uadd_carry and _usub_borrow without accumulator.
Francisco Jerez
2015-07-16
1
-12
/
+5
*
i965: Implement b2f and b2i using negation.
Francisco Jerez
2015-07-16
1
-6
/
+1
*
mesa: rename is_in_uniform_block to is_in_buffer_block
Iago Toral Quiroga
2015-07-14
1
-1
/
+1
*
i965/vec4: Move c->last_scratch into vec4_visitor.
Kenneth Graunke
2015-07-09
1
-9
/
+8
*
i965/vec4: Plumb log_data through so the backend_shader field gets set.
Kenneth Graunke
2015-07-09
1
-1
/
+2
*
i965: Remove the brw_context from the visitors
Jason Ekstrand
2015-06-23
1
-2
/
+3
*
i965/vs: Pass the current set of clip planes through run() and run_vs()
Jason Ekstrand
2015-06-23
1
-3
/
+1
*
i965: Pull calls to get_shader_time_index out of the visitor
Jason Ekstrand
2015-06-23
1
-2
/
+2
*
i965: Use a single index per shader for shader_time.
Jason Ekstrand
2015-06-23
1
-6
/
+2
*
i965: Initialize backend_shader::mem_ctx in its constructor.
Matt Turner
2015-06-23
1
-2
/
+1
*
glsl: Add ir node for barrier
Chris Forbes
2015-06-12
1
-0
/
+6
*
mesa: reference built-in uniforms into gl_uniform_storage
Martin Peres
2015-06-04
1
-1
/
+4
*
i965: Rename backend_visitor to backend_shader
Jason Ekstrand
2015-05-28
1
-1
/
+1
*
i965/skl: Add a message header for the TXF_MCS instruction in vec4vs
Neil Roberts
2015-05-26
1
-2
/
+18
*
i965: Change header_present to header_size in backend_instruction
Jason Ekstrand
2015-05-06
1
-8
/
+8
*
i965/vec4: Use same type for immediate, for compaction.
Matt Turner
2015-05-05
1
-1
/
+1
*
i965: Fix variable indexing of sampler arrays under non-uniform control flow.
Francisco Jerez
2015-05-04
1
-2
/
+3
*
i965: Fix variable indexing of UBO arrays under non-uniform control flow.
Francisco Jerez
2015-05-04
1
-2
/
+3
*
i965: Define helper function to copy an arbitrary live component from some re...
Francisco Jerez
2015-05-04
1
-0
/
+11
*
i965: Reorder sources of the untyped atomic opcode.
Francisco Jerez
2015-05-04
1
-1
/
+1
*
i965: Pass the number of components as a source of the untyped surface read o...
Francisco Jerez
2015-05-04
1
-1
/
+2
*
i965/vec4: Add support for untyped surface message sends from GRF.
Francisco Jerez
2015-05-04
1
-4
/
+3
*
i965: Add a devinfo field to backend_visitor and use it for gen checks
Jason Ekstrand
2015-04-22
1
-60
/
+60
*
i965: Remove remaining uses of ctx->Const.UniformBooleanTrue in visitors
Jason Ekstrand
2015-04-22
1
-9
/
+5
*
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
[next]