nir/lower_input_attachments: remove bogus assert in try_lower_input_texop()
[mesa.git] / src / compiler / glsl /
2020-03-05 Kristian H. KristensenRevert "glsl: Use a simpler formula for tanh"
2020-03-03 Louis-Francis Ratt... glsl/linker: add xfb workaround for modified built...
2020-03-03 Louis-Francis Ratt... glsl/linker: handle array/struct members for DisableXfb...
2020-03-03 Louis-Francis Ratt... glsl/linker: add DisableTransformFeedbackPacking workaround
2020-02-28 Timothy Arceriglsl: add some error checks to the nir uniform linker
2020-02-28 Timothy Arceriglsl: fix sampler index calculation in nir linker
2020-02-28 Timothy Arceriglsl: reset next_image_index count for each shader...
2020-02-28 Timothy Arceriglsl: fix resizing of the uniform remap table
2020-02-28 Timothy Arceriglsl: set the correct number of images in a shader
2020-02-28 Timothy Arceriglsl: set the correct number of samplers in a shader
2020-02-28 Timothy Arceriglsl: fix possible memory leak in nir uniform linker
2020-02-25 Marek Olšáknir: fix gl_nir_lower_images for bindless images
2020-02-24 Eric Anholtnir: Make image lowering optionally handle the !bindles...
2020-02-24 Eric Anholtnir: Rename gl_nir_lower_bindless_images.c in preparati...
2020-02-14 Timothy Arceriglsl: fix gl_nir_set_uniform_initializers() for image...
2020-02-13 Tapani Pälliglsl: fix a memory leak with resource_set
2020-02-12 Arcady Goldmints... Rename nir_lower_constant_initializers to nir_lower_var...
2020-02-05 Eric Anholtglsl,nir: Switch the enum representing shader image...
2020-02-05 Michel Dänzergitlab-ci: Add ppc64el and s390x cross-build jobs
2020-02-04 Kristian H. Kristensenglsl: Use 'using' to be explicit about visitor overloads
2020-01-29 Samuel Pitoisetcompiler: add a new explicit interpolation mode
2020-01-23 Anthony Peschutil/hash_table: added hash functions for integer types
2020-01-23 Timothy Arceriglsl_to_nir: update interface type properly
2020-01-23 Timothy Arceriglsl: count uniform components and storage better in...
2020-01-23 Timothy Arceriglsl: fix check for matrices in blocks when using nir...
2020-01-23 Timothy Arceriglsl: remove bogus assert in nir uniform linking
2020-01-23 Ian Romanickcompiler: Translate GLSL IR to NIR for new INTEL_shader...
2020-01-23 Ian Romanickglsl: Add built-in functions for INTEL_shader_integer_f...
2020-01-23 Ian Romanickglsl: Add new expressions for INTEL_shader_integer_func...
2020-01-23 Ian Romanickmesa: Extension boilerplate for INTEL_shader_integer_fu...
2020-01-13 Jason Ekstrandnir: Rename nir_intrinsic_barrier to control_barrier
2020-01-13 Jason Ekstrandnir/glsl: Emit memory barriers as part of barrier()
2020-01-12 Timothy Arceriglsl: fix potential bug in nir uniform linker
2020-01-10 Francisco Jerezglsl: Fix software 64-bit integer to 32-bit float conve...
2020-01-10 Timothy Arceriglsl: call calculate_subroutine_compat() from the nir...
2020-01-10 Timothy Arceriglsl: move calculate_subroutine_compat() to shared...
2020-01-10 Timothy Arceriglsl: call uniform resource checks from the nir linker
2020-01-10 Timothy Arceriglsl: move uniform resource checks into the common...
2020-01-10 Timothy Arceriglsl: call check_subroutine_resources() from the nir...
2020-01-10 Timothy Arceriglsl: move check_subroutine_resources() into the shared...
2020-01-09 Samuel Pitoisetspirv,nir: add new lod parameter to image_{load,store...
2020-01-06 Timothy Arceriglsl: use nir version of check_image_resources() for...
2020-01-06 Timothy Arceriglsl: add check_image_resources() for the nir linker
2020-01-06 Timothy Arceriglsl: use nir linker to link atomics
2020-01-06 Timothy Arceriglsl: reorder link_and_validate_uniforms() calls
2020-01-06 Timothy Arceriglsl: add new gl_nir_link_glsl() helper
2020-01-06 Timothy Arceriglsl: add gl_nir_link_check_atomic_counter_resources()
2020-01-06 Timothy Arceriglsl: rename gl_nir_link() to gl_nir_link_spirv()
2020-01-06 Andrii Simiklitglsl/nir: do not change an element index to have correc...
2020-01-06 Andrii Simiklitglsl: fix a binding points assignment for ssbo/ubo...
2020-01-06 Andrii Simiklitglsl: fix an incorrect max_array_access after optimizat...
2019-12-30 Alyssa Rosenzweigglsl: Set .flat for gl_FrontFacing
2019-12-13 Timothy Arcerist/glsl_to_nir: use nir based program resource list...
2019-12-13 Timothy Arceriglsl: add subroutine support to nir_build_program_resou...
2019-12-13 Timothy Arceriglsl: add support for named varyings in nir_build_progr...
2019-12-13 Timothy Arceriglsl: copy the new data fields when converting to nir
2019-12-13 Timothy Arceriglsl: copy the how_declared field when converting to nir
2019-12-13 Timothy Arceriglsl: move nir_remap_dual_slot_attributes() call out...
2019-12-05 Timothy Arceriglsl/nir: iterate the system values list when adding...
2019-12-05 Michel Dänzerglsl/tests: Use splitlines() instead of strip()
2019-12-05 Timothy Arceriglsl: make use of active_shader_mask when building...
2019-12-05 Timothy Arceriglsl: don't set uniform block as used when its not
2019-12-05 Timothy Arceriglsl: move calculate_array_size_and_stride() to link_un...
2019-12-04 Tapani Pälliglsl: additional interface redeclaration check for...
2019-12-01 Dave Airlienir/samplers: don't zero samplers_used/txf.
2019-11-28 Tapani Pälliglsl: handle max uniform limits with lower_const_arrays...
2019-11-27 Kenneth Graunkedriconf, glsl: Add a vs_position_always_invariant option
2019-11-22 Danylo Piliaievglsl: Add varyings to "zero-init of uninitialized vars...
2019-11-21 Iago Toral Quirogaglsl: add missing initialization of the location path...
2019-11-20 Timothy Arcerimesa: add support cursor support for relative path...
2019-11-20 Timothy Arceriglsl: delay compilation skip if shader contains an...
2019-11-20 Timothy Arceriglsl: add can_skip_compile() helper
2019-11-20 Timothy Arceriglsl: error if #include used while extension is disabled
2019-11-20 Timothy Arceriglsl: add preprocessor #include support
2019-11-20 Timothy Arceriglsl: pass gl_context to glcpp_parser_create()
2019-11-20 Timothy Arceriglsl: add ARB_shading_language_include support to ...
2019-11-20 Timothy Arceriglsl: add infrastructure for ARB_shading_language_include
2019-11-19 Marek Olšákglsl_to_nir: rename image_access to mem_access
2019-11-19 Marek Olšáknir: move data.image.access to data.access
2019-11-11 Caio Marcelo de... glsl: Check earlier for MaxTextureImageUnits and MaxIma...
2019-11-11 Caio Marcelo de... glsl: Check earlier for MaxShaderStorageBlocks and...
2019-11-08 Marek Olšákglsl/linker: pass shader_info to analyze_clip_cull_usag...
2019-11-07 Kai Wasserbächnir: fix unused variable warning in find_and_update_pre...
2019-11-05 Kenneth Graunkenir: Handle image arrays when setting variable data
2019-11-04 Marek Olšáknir: pack nir_variable::data::xfb_*
2019-11-04 Marek Olšáknir: pack nir_variable::data::stream
2019-11-04 Marek Olšákcompiler: make variable::data::binding unsigned
2019-11-01 Timothy Arceriglsl: disable lower_fragdata_array() for NIR drivers
2019-10-31 Yevhenii Kolesnikovglsl: Enable textureSize for samplerExternalOES
2019-10-28 Danylo Piliaievglsl: Initialize all fields of ir_variable in constructor
2019-10-25 Marek Olšákglsl/serialize: optimize for equal offsets in uniform...
2019-10-25 Marek Olšákglsl/serialize: restructure remap table code
2019-10-24 Timothy Arceriglsl: remove propagate_invariance() call from the linker
2019-10-18 Rob Clarknir: add amul instruction
2019-10-12 Timothy Arceriglsl: fix crash compiling bindless samplers inside...
2019-10-12 Neil Robertsglsl/builtin: Add alternate versions of atan using...
2019-10-12 Neil Robertsglsl: Add opcodes for atan and atan2
2019-10-10 Dylan Bakerglsl/tests: Handle no-exec errors
2019-10-10 Dylan Bakermeson: glcpp tests are expected to fail on windows
2019-10-10 Dylan Bakermeson: Add idep_getopt for tests
next