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: Allow nir_format conversions to work on 32-bit values
Icecream95
2020-02-28
1
-2
/
+2
*
nir: fix 5 warnings
Marek Olšák
2020-02-27
1
-1
/
+1
*
nir: replace GCC unroll with an option that works on GCC < 8.0
Marek Olšák
2020-02-27
1
-8
/
+14
*
cube_face_index: Use fabsf instead of fabs since we know it's floats
Albert Astals Cid
2020-02-26
1
-3
/
+3
*
cube_face_coord: Use fabsf instead of fabs since we know it's floats
Albert Astals Cid
2020-02-26
1
-3
/
+3
*
nir: Drop nir_tex_instr::texture_array_size
Jason Ekstrand
2020-02-26
6
-14
/
+1
*
nir/lower_double_ops: add note for lowering mod
Juan A. Suarez Romero
2020-02-26
1
-0
/
+4
*
nir, intel: Move use_scoped_memory_barrier to nir_options
Caio Marcelo de Oliveira Filho
2020-02-24
1
-0
/
+5
*
nir/tests: Use nir_scoped_memory_barrier() helper
Caio Marcelo de Oliveira Filho
2020-02-24
2
-35
/
+48
*
nir: Add the alias NIR_MEMORY_ACQ_REL
Caio Marcelo de Oliveira Filho
2020-02-24
1
-0
/
+1
*
nir/builder: Add nir_scoped_memory_barrier()
Caio Marcelo de Oliveira Filho
2020-02-24
1
-0
/
+14
*
nir: Move intel's intrinsic_image_coordinate_components() to core nir.
Eric Anholt
2020-02-24
2
-0
/
+14
*
nir: Add optimization for doing removing f16/f32 conversions
Hyunjun Ko
2020-02-24
1
-0
/
+7
*
nir/opcodes: Add nir_op_f2fmp
Neil Roberts
2020-02-24
2
-0
/
+11
*
nir/builder: Return an integer from nir_get_texture_size
Jason Ekstrand
2020-02-21
2
-6
/
+7
*
nir: Fix the nir_builder include path for nir_builtin_builder
Jason Ekstrand
2020-02-21
1
-1
/
+1
*
nir/lower_ssbo: handle atomics
Karol Herbst
2020-02-21
2
-0
/
+65
*
nir: Add SSBO->global lowering pass
Alyssa Rosenzweig
2020-02-21
4
-0
/
+166
*
nir/search: Use larger type to hold linearized index
Ian Romanick
2020-02-19
1
-1
/
+1
*
Mark a few static inline helpers with ASSERTED
Kristian H. Kristensen
2020-02-19
1
-1
/
+1
*
nir: fix nir_const_value_as_uint bit size in load/store vectorizer tests
Rhys Perry
2020-02-13
2
-4
/
+6
*
Revert "nir: Add a couple trivial abs optimizations"
Erik Faye-Lund
2020-02-13
1
-2
/
+0
*
Rename nir_lower_constant_initializers to nir_lower_variable_initalizers
Arcady Goldmints-Orlov
2020-02-12
4
-5
/
+5
*
compiler/nir: Add support for variable initialization from a pointer
Arcady Goldmints-Orlov
2020-02-12
8
-11
/
+41
*
nir: do not use De Morgan's Law rules for flt and fge
Samuel Pitoiset
2020-02-11
1
-1
/
+1
*
nir: Mark fmin and fmax as commutative and associative
Ian Romanick
2020-02-10
1
-2
/
+2
*
r600/sfn: Add lowering UBO access to r600 specific codes
Gert Wollny
2020-02-10
2
-0
/
+10
*
glsl,nir: Switch the enum representing shader image formats to PIPE_FORMAT.
Eric Anholt
2020-02-05
2
-49
/
+5
*
pan/midgard: Turn Z/S stores into zs_output_pan intrinsics
Boris Brezillon
2020-02-05
1
-0
/
+1
*
gitlab-ci: Add ppc64el and s390x cross-build jobs
Michel Dänzer
2020-02-05
1
-0
/
+1
*
nir: Remove always-true assert
Kristian H. Kristensen
2020-02-04
1
-1
/
+0
*
nir: Make unroll pragma work on clang
Kristian H. Kristensen
2020-02-04
1
-9
/
+18
*
nir: Delete unused is_var_constant() helper
Kristian H. Kristensen
2020-02-04
1
-6
/
+0
*
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
[next]