nir: Support sysval tess levels in SPIR-V to NIR
[mesa.git] / src / compiler / spirv / vtn_glsl450.c
2020-06-08 Arcady Goldmints... nir/spirv/glsl450: increase asin(x) precision
2020-05-07 Rhys Perrycompiler/spirv: flag nclamp/nmin/nmax as exact
2020-05-04 Erik Faye-Lundcompiler/nir: move tan-calculation to helper
2020-04-17 Jason Ekstrandspirv: Call nir_builder directly for vector_extract
2020-03-26 Erik Faye-Lundcompiler/nir: move build_log helper into builtin-builder
2020-03-26 Erik Faye-Lundcompiler/nir: move build_exp helper into builtin-builder
2020-03-05 Kristian H. KristensenRevert "spirv: Use a simpler and more correct implement...
2020-02-28 Marek Olšáknir: fix 5 warnings
2019-10-12 Neil Robertsnir/builder: Move nir_atan and nir_atan2 from SPIR...
2019-09-17 Samuel Iglesias... nir: fix denorms in unpack_half_1x16()
2019-05-24 Jason Ekstrandnir/builder: Remove the use_fmov parameter from nir_swizzle
2019-04-01 Tapani Pällispirv: fix a compiler warning
2019-03-22 Samuel Pitoisetspirv,nir: lower frexp_exp/frexp_sig inside a new NIR...
2019-03-06 Timothy Arcerinir: rename glsl_type_is_struct() -> glsl_type_is_struc...
2019-03-05 Karol Herbstnir/spirv: initial handling of OpenCL.std extension...
2019-01-08 Jason Ekstrandspirv: Handle any bit size in vector_insert/extract
2019-01-02 Iago Toral Quirogacompiler/spirv: use 32-bit polynomial approximation...
2019-01-02 Iago Toral Quirogacompiler/spirv: implement 16-bit frexp
2019-01-02 Iago Toral Quirogacompiler/spirv: implement 16-bit hyperbolic trigonometr...
2019-01-02 Iago Toral Quirogacompiler/spirv: implement 16-bit exp and log
2019-01-02 Iago Toral Quirogacompiler/spirv: implement 16-bit atan2
2019-01-02 Iago Toral Quirogacompiler/spirv: implement 16-bit atan
2019-01-02 Iago Toral Quirogacompiler/spirv: implement 16-bit acos
2019-01-02 Iago Toral Quirogacompiler/spirv: implement 16-bit asin
2018-12-05 Jason Ekstrandnir: Make boolean conversions sized just like the others
2018-07-24 Karol Herbstnir: add builtin builder
2018-07-13 Karol Herbstnir: cleanup oversized arrays in nir_swizzle calls
2018-07-10 Neil Robertsspirv: Fix InterpolateAt* instructions for vecs with...
2018-06-23 Jason Ekstrandspirv: Use deref instructions for most variables
2018-04-17 Neil Robertsspirv: Accept doubles in FaceForward, Reflect and Refract
2018-04-17 Neil Robertsspirv: Use nir_imm_floatN_t for constants for GLSL450...
2018-03-30 Brian Paulnir/spirv: s/uint32_t/SpvOp/ in various functions
2018-03-29 Ian Romanickutil: Include bitscan.h directly
2018-03-21 Neil Robertsspirv: Add a 64-bit implementation of Frexp
2017-12-04 Jason Ekstrandspirv: Replace unreachable with vtn_fail
2017-12-04 Jason Ekstrandspirv: Replace assert with vtn_assert
2017-07-05 Jason Ekstrandnir/spirv: Stop trying to convert pointers to SSA in...
2017-06-27 Juan A. Suarez Romeronir: implement GLSL.std.450 NMax, NMIn and NClamp opera...
2017-06-27 Juan A. Suarez Romeronir: add support for 64-bit in SmoothStep function
2017-02-17 Jason Ekstrandnir: Combine the int and double [un]pack opcodes
2017-01-31 Francisco Jereznir/spirv/glsl450: Implement IEEE-compliant handling...
2017-01-31 Francisco Jereznir/spirv/glsl450: Rewrite atan2 implementation to...
2017-01-09 Samuel Iglesias... spirv/nir: add (un)packDouble2x32() translation
2016-12-30 Jason Ekstrandnir: Make nir_copy_deref follow the "clone" pattern
2016-12-10 Jason Ekstrandspirv: Use a simpler and more correct implementaiton...
2016-09-21 Jason Ekstrandnir/spirv/glsl450: Add support for the InterpolateAt...
2016-04-15 Jason EkstrandMerge branch 'vulkan'
2016-04-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-14 Jason Ekstrandspirv: Move to compiler/