configure.ac: split the wayland client/server confusion
[mesa.git] / src / compiler /
2017-09-19 Ian Romanickglsl: Unify ir_constant::const_elements and ::components
2017-09-19 Ian Romanickglsl: Rename ir_constant::array_elements to ::const_ele...
2017-09-19 Ian Romanickglsl: Silence unused parameter warnings
2017-09-19 Juan A. Suarez Romeroglsl: buffer variables can be readonly and writeonly
2017-09-19 Eric Engestromglsl: replace conditional compilation with MAYBE_UNUSED
2017-09-14 Iago Toral Quirogaglsl: avoid accessing invalid memory after get_variable...
2017-09-14 Iago Toral Quirogaglsl: make the redeclared variable NULL if it is deleted
2017-09-14 Iago Toral Quirogaglsl: use 'declared_var' instead of 'var' after checkin...
2017-09-13 Eric Engestromglsl: compile unused function out
2017-09-12 Eric Engestromutil/disk_cache: turn MESA_GLSL_CACHE_DISABLE into...
2017-09-12 Iago Toral Quirogaglsl: Disallow unsized array of atomic_uint
2017-09-12 Juan A. Suarez Romeronir/spirv: handle if's with same label in both branches
2017-09-11 Samuel Iglesias... nir/spirv: fix chain access with different index bit...
2017-09-07 Dave Airlienir: put compact into bitfields in nir_variable_data
2017-09-05 Jason Ekstrandspirv: Add support for the HelperInvocation builtin
2017-08-29 Matt Turnerglsl: define YY_NO_INPUT to prevent unused symbol warnings
2017-08-29 Matt Turnernir: Remove series of unnecessary conversions
2017-08-29 Matt Turnernir/spirv: Use unreachable("...") rather than assert...
2017-08-29 Matt Turnercompiler: Add $(WNO_OVERRIDE_INIT) to AM_CFLAGS
2017-08-29 Emil Velikovutil: move string_to_uint_map to glsl
2017-08-28 Jason Ekstrandnir: Fix system_value_from_intrinsic for subgroups
2017-08-28 Jason Ekstrandnir: Fix some whatespace
2017-08-28 Ilia Mirkinglsl: fix counting of vertex shader output slots used...
2017-08-25 Nicolai Hähnleglsl: fix glsl_struct_field size calculations for shade...
2017-08-25 Timothy Arceriglsl: pass shader source keys to the disk cache
2017-08-25 Timothy Arceriutil/disk_cache: rename mesa cache dir and introduce...
2017-08-24 Timothy Arceriglsl: stop adding pointers from bindless structs to...
2017-08-24 Timothy Arceriglsl: stop adding pointers from shader_info to the...
2017-08-24 Timothy Arcericompiler: move pointers to the start of shader_info
2017-08-24 Timothy Arceriglsl: always write a name/label string to the cache
2017-08-24 Timothy Arceriglsl: don't write uniform storage offset if there isn...
2017-08-24 Timothy Arceriglsl: add has_uniform_storage() helper to shader cache
2017-08-24 Timothy Arceriglsl: stop adding pointers from glsl_struct_field to...
2017-08-24 Timothy Arceriglsl: stop adding pointers from gl_shader_variable...
2017-08-24 Timothy Arceriglsl: allow NULL to be passed to encode_type_to_blob()
2017-08-22 Ian Romanickglsl/linker: Make several functions not static
2017-08-22 Timothy Arceriglsl: pass UseSTD430AsDefaultPacking to where it will...
2017-08-22 Timothy Arceriglsl: add get_internal_ifc_packing() type helper
2017-08-21 Matt Turnerglsl: Add prototype for udivmod64()
2017-08-21 Matt Turnerglsl: Mark functions static
2017-08-21 Matt Turnerglsl: Remove unused private fields
2017-08-18 Ilia Mirkinglsl: add a few missing int64 constant propagation...
2017-08-18 Timothy Arceriglsl: set old ldexp operand to NULL when lowering
2017-08-16 Ilia Mirkinglsl/ast: update rhs in addition to the var's constant_...
2017-08-11 Timothy Arceriglsl: stop cloning builtin fuctions _mesa_glsl_find_bui...
2017-08-11 Timothy Arceriglsl: pass mem_ctx to constant_expression_value(.....
2017-08-11 Timothy Arceriglsl: use ralloc_str_append() rather than ralloc_asprin...
2017-08-11 Timothy Arceriglsl: remove unused field from ir_call
2017-08-11 Timothy Arceriglsl: stop copying struct and interface member names
2017-08-11 Timothy Arceriglsl: tidy up get_num_operands()
2017-08-11 Timothy Arceriglsl: calculate number of operands in an expression...
2017-08-07 Samuel Pitoisetglsl: update the extensions/functions that are enabled...
2017-08-02 Jason Ekstrandspirv: Fix SpvImageFormatR16ui
2017-08-02 Samuel Pitoisetglsl: recognize GLSL 4.60
2017-08-02 Juan A. Suarez Romeroglsl: look up for transform feedback varyings after...
2017-08-01 Connor Abbottnir: fix algebraic optimizations
2017-08-01 Juan A. Suarez Romeroglsl: xfb_stride applies to buffers, not block members
2017-07-31 Nicolai Hähnlest/mesa: get rid of st_glsl_types
2017-07-31 Nicolai Hähnlenir: add nir_lower_uniforms_to_ubo pass
2017-07-31 Nicolai Hähnlenir: add nir_lower_samplers_as_deref pass
2017-07-31 Nicolai Hähnlenir: add load_frag_coord system value intrinsic
2017-07-31 Nicolai Hähnlenir: fix nir_lower_wpos_ytransform when gl_FragCoord...
2017-07-31 Nicolai Hähnlenir: add nir_instr_rewrite_deref
2017-07-27 Timothy Arceriglsl: small builtin inline tidy up
2017-07-26 Timothy Arcericompiler: move glsl_interface_packing enum to shader_en...
2017-07-23 Timothy Arceriglsl: rework misleading block layout code
2017-07-23 Timothy Arceriglsl: remove placeholder comment
2017-07-21 Chih-Wei HuangAndroid: fix spirv_info.c generation
2017-07-21 Tapani Pälliandroid: fix libmesa_nir build
2017-07-20 Matt Turnernir: Optimize find_lsb/imsb/umsb error checks
2017-07-20 Matt Turnernir: Reduce destination size of ballot intrinsic when...
2017-07-20 Matt Turnernir: Add pass to scalarize read_invocation/read_first_i...
2017-07-20 Matt Turnernir: Add system values from ARB_shader_ballot
2017-07-20 Matt Turnernir: Add intrinsics from ARB_shader_ballot
2017-07-20 Matt Turnernir: Support lowering vote intrinsics
2017-07-20 Matt Turnernir: Add pass to optimize intrinsics
2017-07-20 Matt Turnernir: Add intrinsics from ARB_shader_group_vote
2017-07-19 Kenneth Graunkenir: Use nir_src_copy instead of direct assignments.
2017-07-19 Timothy Arceriglsl: disable array splitting for AoA
2017-07-19 Timothy Arcerinir: fix nir_opt_copy_prop_vars() for arrays of arrays
2017-07-19 Jason Ekstrandnir/vars_to_ssa: Handle missing struct members in forea...
2017-07-18 Kenneth Graunkebuild: Add $(top_srcdir)/src/compiler/spirv to AM_CPPFLAGS
2017-07-18 Jason Ekstrandcompiler/spirv: Add a .gitignore and ignore spirv_info.c
2017-07-18 Jason Ekstrandnir/spirv: Add support for SPV_KHR_variable_pointers
2017-07-18 Jason Ekstrandnir/spirv: Add a helper for pushing SSA values
2017-07-18 Jason Ekstrandnir/spirv: Implement OpPtrAccessChain for buffers
2017-07-18 Jason Ekstrandspirv/nir: Add some useful asserts for type decorations
2017-07-18 Jason Ekstrandspirv: Add support for the StorageBuffer storage class
2017-07-18 Ian Romanickspirv: Generate spirv_info.c
2017-07-18 Ian Romanickspirv: Import the lastest 1.0.2 JSON from Khronos
2017-07-18 Jason Ekstrandspirv: Import the latest 1.2 header from Khronos
2017-07-13 Connor Abbottnir/lower_io_to_temporaries: don't set compact on shado...
2017-07-13 Connor Abbottnir: don't segfault when printing variables with no...
2017-07-10 James Leggspirv: Fix reaching unreachable for compare exchange...
2017-07-09 Ilia Mirkinnir: copy front interpolation when creating fake back...
2017-07-08 Andres Gomeznir/spirv: Remove unnecessary comment.
2017-07-06 Ilia Mirkinglsl: check if any of the named builtins are available...
2017-07-05 Jason Ekstrandnir/spirv: Rework function argument setup
2017-07-05 Jason Ekstrandnir/spirv: Stop trying to convert pointers to SSA in...
2017-07-05 Jason Ekstrandnir/spirv: Use real pointer types
next