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
/
compiler
/
nir
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
nir: Make nir_deref_path_init skip trivial casts
Caio Marcelo de Oliveira Filho
2020-01-29
1
-14
/
+19
*
nir/algebraic: add some half packing optimizations
Rhys Perry
2020-01-29
1
-0
/
+9
*
nir/algebraic: add patterns for a >> #b << #b
Rhys Perry
2020-01-29
2
-0
/
+42
*
nir: lower interp_deref_at_vertex to load_input_vertex
Samuel Pitoiset
2020-01-29
3
-17
/
+42
*
nir: add nir_intrinsic_interp_deref_at_vertex
Samuel Pitoiset
2020-01-29
12
-13
/
+34
*
nir: lower SYSTEM_VALUE_BARYCENTRIC_* to nir_load_barycentric()
Samuel Pitoiset
2020-01-29
1
-0
/
+28
*
nir: add nir_intrinsic_load_barycentric_model
Samuel Pitoiset
2020-01-29
2
-11
/
+14
*
compiler: add a new explicit interpolation mode
Samuel Pitoiset
2020-01-29
1
-1
/
+1
*
nir: don't emit ishl in _nir_mul_imm() if backend doesn't support bitops
Vasily Khoruzhick
2020-01-23
1
-1
/
+2
*
util/hash_table: added hash functions for integer types
Anthony Pesch
2020-01-23
1
-1
/
+1
*
nir/lower_input_attachments: lower nir_texop_fragment_{mask}_fetch
Samuel Pitoiset
2020-01-23
1
-10
/
+52
*
nir: add two new texture ops for multisample fragment color/mask fetches
Samuel Pitoiset
2020-01-23
2
-0
/
+9
*
util: Remove tmp argument from BITSET_FOREACH_SET macro
Matt Turner
2020-01-23
1
-2
/
+1
*
nir/algebraic: Optimize some 64-bit integer comparisons involving zero
Ian Romanick
2020-01-23
1
-0
/
+18
*
nir/algebraic: Add lowering for 64-bit iadd_sat and isub_sat
Ian Romanick
2020-01-23
1
-0
/
+50
*
nir/algebraic: Add lowering for 64-bit uadd_sat
Ian Romanick
2020-01-23
1
-0
/
+1
*
nir/algebraic: Add lowering for 64-bit usub_sat
Ian Romanick
2020-01-23
2
-0
/
+18
*
nir/algebraic: Add lowering for 64-bit hadd and rhadd
Ian Romanick
2020-01-23
2
-0
/
+26
*
nir/algebraic: Add lowering for uabs_usub and uabs_isub
Ian Romanick
2020-01-23
1
-0
/
+3
*
nir: Add new instructions for INTEL_shader_integer_functions2
Ian Romanick
2020-01-23
1
-0
/
+17
*
nir: Drop the ssbo_offset to atomic lowering.
Eric Anholt
2020-01-21
2
-3
/
+5
*
mesa: Make atomic lowering put atomics above SSBOs.
Eric Anholt
2020-01-21
1
-52
/
+17
*
nir: Fix printing of ~0 .locations.
Eric Anholt
2020-01-16
1
-2
/
+6
*
anv,nir: Lower quad_broadcast with dynamic index in NIR
Jason Ekstrand
2020-01-15
2
-1
/
+5
*
nir/algebraic: sqrt(x)*sqrt(x) -> fabs(x)
Elie Tournier
2020-01-15
1
-0
/
+1
*
nir/algebraic: i2f(f2i()) -> trunc()
Elie Tournier
2020-01-15
1
-0
/
+5
*
nir: Add missing nir_var_mem_global to various passes
Caio Marcelo de Oliveira Filho
2020-01-14
4
-16
/
+28
*
nir/algebraic: a & ~(a >> 31) -> imax(a, 0)
Rhys Perry
2020-01-14
1
-0
/
+1
*
nir/sink,nir/move: move/sink nir_op_mov
Rhys Perry
2020-01-14
2
-0
/
+6
*
nir/sink,nir/move: move/sink load_per_vertex_input
Rhys Perry
2020-01-14
1
-1
/
+2
*
nir/lower_gs_intrinsics: add option for per-stream counts
Rhys Perry
2020-01-14
2
-15
/
+29
*
nir/divergence: handle load_primitive_id in GS
Rhys Perry
2020-01-14
1
-0
/
+2
*
Revert "nir: assert that nir_lower_tex runs after lowering derefs"
Kenneth Graunke
2020-01-13
1
-6
/
+0
*
nir: assert that nir_lower_tex runs after lowering derefs
Rob Clark
2020-01-13
1
-0
/
+6
*
nir/lower_atomics_to_ssbo: Also lower barriers
Jason Ekstrand
2020-01-13
4
-3
/
+7
*
nir: Rename nir_intrinsic_barrier to control_barrier
Jason Ekstrand
2020-01-13
6
-9
/
+15
*
nir: Add a new memory_barrier_tcs_patch intrinsic
Jason Ekstrand
2020-01-13
4
-0
/
+17
*
nir: Handle barriers with more granularity in combine_stores
Jason Ekstrand
2020-01-13
1
-5
/
+9
*
nir: Handle more barriers in dead_write and copy_prop
Jason Ekstrand
2020-01-13
2
-0
/
+22
*
nir: fix printing of var_decl with more than 4 components.
Daniel Schürmann
2020-01-09
1
-1
/
+1
*
spirv,nir: add new lod parameter to image_{load,store} intrinsics
Samuel Pitoiset
2020-01-09
1
-2
/
+2
*
nir: make nir_get_texture_size/lod available outside nir_lower_tex
Gert Wollny
2020-01-04
3
-110
/
+117
*
nir/zink: move clip_halfz-lowering to common code
Erik Faye-Lund
2020-01-03
3
-0
/
+80
*
st/nir: Optionally unify inputs_read/outputs_written when linking.
Kenneth Graunke
2020-01-03
1
-0
/
+6
*
nir: print non-uniform tex fields.
Bas Nieuwenhuizen
2020-01-02
1
-0
/
+8
*
nir: Add clone/hash/serialize support for non-uniform tex instructions.
Bas Nieuwenhuizen
2020-01-02
3
-1
/
+12
*
nir: sanitize work group intrinsics to always be 32-bit.
Dave Airlie
2019-12-27
1
-0
/
+4
*
nir+vtn: vec8+vec16 support
Rob Clark
2019-12-21
12
-21
/
+104
*
nir/serialize: cast swizzle before shifting
Karol Herbst
2019-12-21
1
-1
/
+1
*
nir: fix assign_io_var_locations for vertex inputs
Jonathan Marek
2019-12-19
1
-3
/
+9
[prev]
[next]