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_nir.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Enable ARB_shader_atomic_counter_ops
Ian Romanick
2016-10-04
1
-3
/
+13
*
i965: Refactor emission of atomic counter operations
Ian Romanick
2016-10-04
1
-15
/
+4
*
i965/vec4: Replace vec4_instruction::regs_written with ::size_written field i...
Francisco Jerez
2016-09-14
1
-1
/
+1
*
i965/vec4: Replace dst/src_reg::reg_offset with dst/src_reg::offset expressed...
Francisco Jerez
2016-09-14
1
-1
/
+1
*
i965/vec4: add support for packing vs/gs/tes outputs
Timothy Arceri
2016-07-21
1
-1
/
+8
*
i965/vec4: add support for packing inputs
Timothy Arceri
2016-07-21
1
-0
/
+2
*
i965: Stop muging cube array lengths by 6
Jason Ekstrand
2016-07-20
1
-7
/
+1
*
i965: Use LZD to implement nir_op_find_lsb on Gen < 7
Ian Romanick
2016-07-19
1
-2
/
+24
*
i965: Use LZD to implement nir_op_ifind_msb on Gen < 7
Ian Romanick
2016-07-19
1
-11
/
+46
*
i965: Use LZD to implement nir_op_ufind_msb
Ian Romanick
2016-07-19
1
-0
/
+23
*
i965: Pass nir_src/nir_dest by reference.
Matt Turner
2016-05-20
1
-6
/
+6
*
i965: Silence unused parameter warnings
Ian Romanick
2016-05-18
1
-10
/
+5
*
nir: Switch the arguments to nir_foreach_function
Jason Ekstrand
2016-04-28
1
-2
/
+2
*
nir: Switch the arguments to nir_foreach_instr
Jason Ekstrand
2016-04-28
1
-2
/
+2
*
i965/nir: fixup for new foreach_block()
Connor Abbott
2016-04-28
1
-4
/
+4
*
nir: rename nir_foreach_block*() to nir_foreach_block*_call()
Connor Abbott
2016-04-20
1
-1
/
+1
*
i965/vec4: Use the correct offset for the swizzle shift in push constants
Jason Ekstrand
2016-04-20
1
-1
/
+1
*
i965/vec4: Use nir_intrinsic_base in the load_uniform implementation
Jason Ekstrand
2016-04-20
1
-1
/
+1
*
i965/vec4: Support full std140 layout for push constants
Jason Ekstrand
2016-04-15
1
-5
/
+25
*
i965/vec4: Get rid of the uniform_size array
Jason Ekstrand
2016-04-14
1
-9
/
+0
*
i965/vec4: Use MOV_INDIRECT instead of reladdr for indirect push constants
Jason Ekstrand
2016-04-14
1
-4
/
+6
*
i965/vec4: Use UD rather than D for uniform indirects
Jason Ekstrand
2016-04-14
1
-1
/
+1
*
i965: Implement the new imod and irem opcodes
Jason Ekstrand
2016-04-13
1
-0
/
+36
*
i965: Port INTEL_PRECISE_TRIG=1 to NIR.
Kenneth Graunke
2016-04-11
1
-14
/
+2
*
i965/nir: Provide a default LOD for buffer textures
Jason Ekstrand
2016-04-04
1
-0
/
+4
*
i965: Add an INTEL_PRECISE_TRIG=1 option to fix SIN/COS output range.
Kenneth Graunke
2016-04-04
1
-2
/
+14
*
i965: Add an implemnetation of nir_op_fquantize2f16
Jason Ekstrand
2016-04-01
1
-0
/
+25
*
nir: rename nir_const_value fields to include bitsize information
Iago Toral Quiroga
2016-03-17
1
-22
/
+22
*
i965/vec4/nir: no need to use surface_access:: to call emit_untyped_atomic
Alejandro Piñeiro
2016-03-08
1
-6
/
+5
*
i965/vec4/nir: remove emit_untyped_surface_read and emit_untyped_atomic at br...
Alejandro Piñeiro
2016-03-08
1
-13
/
+23
*
i965: Push most TES inputs in vec4 mode.
Kenneth Graunke
2016-02-29
1
-3
/
+1
*
nir: Remove the const_offset from nir_tex_instr
Jason Ekstrand
2016-02-10
1
-10
/
+11
*
i965/vec4: Plumb separate surfaces and samplers through from NIR
Jason Ekstrand
2016-02-09
1
-3
/
+12
*
nir: Separate texture from sampler in nir_tex_instr
Jason Ekstrand
2016-02-09
1
-0
/
+3
*
nir/tex_instr: Rename sampler to texture
Jason Ekstrand
2016-02-09
1
-12
/
+12
*
i965/vec4: Implement nir_op_pack_uvec2_to_uint.
Matt Turner
2016-02-01
1
-0
/
+18
*
i965/vec4: Spaces around operators.
Matt Turner
2016-01-19
1
-1
/
+1
*
i965/vec4: Use UW type for multiply into accumulator on GEN8+
Jason Ekstrand
2016-01-15
1
-1
/
+5
*
nir: Lower bitfield_extract.
Matt Turner
2016-01-14
1
-0
/
+3
*
glsl: Delete the ir_binop_bfm and ir_triop_bfi opcodes.
Kenneth Graunke
2016-01-13
1
-2
/
+1
*
i965: Add support for gl_DrawIDARB and enable extension
Kristian Høgsberg Kristensen
2015-12-29
1
-0
/
+8
*
i965: Add support for gl_BaseVertexARB and gl_BaseInstanceARB
Kristian Høgsberg Kristensen
2015-12-29
1
-0
/
+8
*
nir: Get rid of function overloads
Jason Ekstrand
2015-12-28
1
-8
/
+8
*
i965: Add tessellation control shaders.
Kenneth Graunke
2015-12-22
1
-1
/
+22
*
i965/vec4: Optimize predicate handling for any/all.
Matt Turner
2015-12-18
1
-18
/
+75
*
nir: Delete bany, ball, fany, fall.
Matt Turner
2015-12-18
1
-14
/
+0
*
nir: Get rid of *_indirect variants of input/output load/store intrinsics
Jason Ekstrand
2015-12-10
1
-55
/
+40
*
i965: Make uniform offsets be in terms of bytes
Jason Ekstrand
2015-12-07
1
-4
/
+8
*
i965/vec4: Use a stride of 1 and byte offsets for UBOs
Jason Ekstrand
2015-12-07
1
-13
/
+3
*
i965/vec4: Use byte offsets for UBO pulls on Sandy Bridge
Jason Ekstrand
2015-12-07
1
-5
/
+13
[next]