glsl: copy the new data fields when converting to nir
[mesa.git] / src / compiler / glsl /
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
2019-10-10 Dylan Bakermeson: force inclusion of inttypes.h for glcpp with...
2019-10-10 Marek Olšáknir: move gl_nir_opt_access from glsl directory
2019-10-07 Eric Engestrommeson: drop duplicate inc_nir from libglsl
2019-09-30 Caio Marcelo de... glsl: Add helperInvocationEXT() builtin
2019-09-30 Caio Marcelo de... glsl: Parse `demote` statement
2019-09-30 Caio Marcelo de... glsl: Add ir_demote
2019-09-30 Caio Marcelo de... mesa: Extension boilerplate for EXT_demote_to_helper_in...
2019-09-25 Eric Engestromglsl: turn runtime asserts of compile-time value into...
2019-09-25 Erik Faye-Lundglsl: correct bitcast-helpers
2019-09-19 Jason EkstrandMove blob from compiler/ to util/
2019-09-10 Caio Marcelo de... glsl/nir: Add and use a gl_nir_link() function
2019-09-10 Caio Marcelo de... glsl/nir: Fill in the Parameters in NIR linker
2019-09-10 Caio Marcelo de... glsl/nir: Avoid overflow when setting max_uniform_location
2019-09-10 Dylan Bakerglsl/tests: Handle windows \r\n new lines
2019-09-06 Danylo Piliaievglsl: Fix unroll of do{} while(false) like loops
2019-09-06 Timur Kristófnir: Carve out nir_lower_samplers from GLSL code.
2019-09-05 Connor Abbottgallium: Plumb through a way to disable GLSL const...
2019-09-04 Neil Robertsglsl: Store the precision for a function return type
2019-08-29 Pierre-Eric Pellou... glsl: replace 'x + (-x)' with constant 0
2019-08-23 Caio Marcelo de... compiler/glsl: Fix warning about unused function
2019-08-21 Jason Ekstrandnir: Add explicit signs to image min/max intrinsics
2019-08-21 Lionel Landwerlinmesa/compiler: rework tear down of builtin/types
2019-08-21 Lionel Landwerlinglsl/tests: take refs on glsl types
2019-08-17 Vasily Khoruzhickglsl/standalone: init shader stage in init_gl_program()
2019-08-15 Erik Faye-Lundwin32: unify strcasecmp definitions
2019-08-15 Erik Faye-Lundglsl: fixup u64-warning
2019-08-12 Kenneth Graunkeglsl: Optimize the SoftFP64 shader when first creating it.
2019-08-06 Pierre-Eric Pellou... nir: add atomic_inc_wrap/atomic_dec_wrap image intrinsics
2019-08-06 Pierre-Eric Pellou... glsl: add EXT_shader_image_load_store new image functions
2019-08-06 Pierre-Eric Pellou... glsl: add EXT_shader_image_load_store keywords to lexer
2019-08-06 Pierre-Eric Pellou... glsl: add size qualifiers from EXT_shader_image_load_store
2019-08-06 Pierre-Eric Pellou... glsl: handle differences between ARB/EXT versions of...
2019-08-06 Jonathan Marekglcpp: use pre-expansion line number for __LINE__
2019-08-03 Eric Engestrommeson: drop unused dep_{thread,dl}
2019-08-03 Eric Engestrommeson: replace libmesa_util with idep_mesautil
2019-08-01 Jason Ekstrandnir: Stop whacking gl_FrontFacing to a system value
2019-07-31 Eric Engestromautotools: delete leftover script wrapper
2019-07-31 Eric Engestromtree-wide: replace MAYBE_UNUSED with ASSERTED
2019-07-31 Eric Engestromcompiler: replace MAYBE_UNUSED with UNUSED
2019-07-30 Paulo Zanoniglsl: Add builtin functions for EXT_texture_shadow_lod
2019-07-30 Paulo Zanoniglsl: Allow _textureCubeArrayShadow function to accept...
2019-07-30 Paulo Zanonimesa: extension boilerplate for EXT_texture_shadow_lod
2019-07-29 Jason Ekstrandglsl: Treat gl_FragCoord as a varying even when it...
2019-07-25 Erik Faye-Lundglsl: report no function instead of empty candidate...
2019-07-19 Eric Engestromutil: use standard name for snprintf()
2019-07-18 Andreas Baierlglsl: Optionally declare gl_PointCoord as a system...
2019-07-12 Alejandro Piñeiroglsl/shader_cache: handle SPIR-V shaders
2019-07-12 Arcady Goldmints... nir/linker: Initialize UniformDataDefaults when using...
2019-07-12 Arcady Goldmints... glsl/serialize: Update write_program_resource_data...
2019-07-12 Arcady Goldmints... glsl/serialize: Handle NULL uniform name in write_unifo...
2019-07-12 Antia Puentesnir/linker: Fill TOP_LEVEL_ARRAY_SIZE and STRIDE
2019-07-12 Antia Puentesnir/linker: Compute the offset for non-trivial uniform...
2019-07-12 Antia Puentesnir/linker: Add atomic counters to the program resource...
2019-07-12 Antia Puentesnir/linker: Add XFB resources to the program resource...
2019-07-12 Antia Puentesnir/linker: Add BUFFER_VARIABLEs to the prog resource...
next