Remove wrongly repeated words in comments
[mesa.git] / src / compiler / glsl / ast_to_hir.cpp
2016-06-23 Giuseppe BilottaRemove wrongly repeated words in comments
2016-06-16 Ian Romanickglsl: Always strip arrayness in precision_qualifier_allowed
2016-06-14 Timothy Arceriglsl: make sure UBO arrays are sized in ES
2016-06-08 Dave Airlieglsl: use new interfaces for 64-bit checks.
2016-06-06 Dave Airlieglsl: handle ast_aggregate in has_sequence_subexpressio...
2016-06-01 Timothy ArceriRevert "glsl: fix xfb_offset unsized array validation"
2016-05-30 Timothy Arceriglsl: fix xfb_offset unsized array validation
2016-05-30 Timothy Arceriglsl: dont crash when attempting to assign a value...
2016-05-30 Dave Airlieglsl/ast: subroutineTypes can't be returned from functions.
2016-05-30 Timothy Arceriglsl: use has_double() helper
2016-05-30 Timothy Arceriglsl: fix explicit uniform block alignment
2016-05-26 Alejandro Piñeiroglsl: add a empty set_is_lhs on ast_node
2016-05-26 Dave Airlieglsl: handle implicit sized arrays in ssbo
2016-05-26 Dave Airlieglsl/ast: assign explicit_xfb_buffer from correct place
2016-05-24 Dave Airlieglsl: make max array trackers ints and use -1 as base...
2016-05-23 Dave Airlieglsl: fix subroutine uniform .length().
2016-05-23 Dave Airlieglsl: validate subroutine types match function signature.
2016-05-20 Mark Janesglsl: Guard against NULL dereference
2016-05-20 Dave Airlieglsl: handle same struct redeclaration (v2)
2016-05-18 Matt Turnerglsl: Check that layout is non-null before dereferencing.
2016-05-13 Tobias Klausmannglsl: Add arb_cull_distance support (v3)
2016-05-10 Eduardo Lima Mitevglsl: Apply memory qualifiers to vars inside named...
2016-05-01 Timothy Arceriglsl: validate and store component layout qualifier...
2016-04-29 Andres Gomezglsl: Checks for interpolation into its own function.
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-12 Kenneth Graunkeglsl: Reject illegal qualifiers on atomic counter uniforms.
2016-04-04 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-03 Ilia Mirkinglsl: allow conservative depth qualifiers in GLSL 420
2016-04-01 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-01 Alejandro Piñeiroglsl: do not raise unitialized variable warnings on...
2016-03-31 Timothy Arceriglsl: apply xfb_stride to implicit offsets for ifc...
2016-03-31 Timothy Arceriglsl: add xfb_stride compile time rules
2016-03-31 Timothy Arceriglsl: add xfb_offset compile time rules
2016-03-31 Timothy Arceriglsl: add xfb_buffer compile time rules
2016-03-31 Timothy Arceriglsl: add field to track if xfb_buffer is an explicit...
2016-03-31 Timothy Arceriglsl: move process_qualifier_constant() to ast_type.cpp
2016-03-31 Timothy Arceriglsl: Fix segfault when lhs is error_type in TCS
2016-03-30 Samuel Pitoisetglsl: add missing types for buffer images
2016-03-29 Alejandro Piñeiroglsl: raise warning when using uninitialized variables
2016-03-29 Alejandro Piñeiroglsl: add is_lhs bool on ast_expression
2016-03-25 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-23 Lars Hamrecompiler/glsl: allow sequence op as a const expr in...
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-09 Timothy Arceriglsl: dont allow undefined array sizes in ES
2016-03-05 Timothy Arceriglsl: apply align layout qualifier rules to block offsets
2016-03-05 Timothy Arceriglsl: add offset to glsl interface type
2016-03-05 Timothy Arceriglsl: apply compile-time rules for the offset layout...
2016-03-05 Timothy Arceriglsl: don't apply uniform/buffer layouts to interface...
2016-03-02 Kenneth GraunkeMerge remote-tracking branch 'origin/master' into vulkan
2016-02-25 Andres Gomezglsl/ast: Implicit conversion from double to float...
2016-02-24 Kristian Høgsberg... Merge remote-tracking branch 'origin/master' into vulkan
2016-02-18 Rob Clarkglsl: fix new gcc6 warnings
2016-02-16 Timothy Arceriglsl: remove duplicate interpolation_string() function
2016-02-16 Timothy Arceriglsl: set user defined varyings to smooth by default...
2016-02-14 Jason Ekstrandglsl/types: Add support for function types
2016-02-14 Jason Ekstrandglsl/types: Rename sampler_type to sampled_type
2016-02-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-02-11 Timothy Arceriglsl: don't validate interface blocks twice
2016-02-11 Timothy Arceriglsl: remove duplicate embedded struct validation
2016-02-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-02-11 Jason EkstrandMerge commit '85f5c18fef1ff2f19d698f150e23a02acd6f59b9...
2016-02-10 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-02-09 Jason EkstrandMerge commit '8b0fb1c152fe191768953aa8c77b89034a377f83...
2016-02-09 Timothy Arceriglsl: validate arrays of arrays on empty type delclarations
2016-02-05 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-02-05 Jason EkstrandMerge commit mesa-public/master into vulkan
2016-01-28 Ilia Mirkinglsl: disallow implicit conversions in ESSL shaders
2016-01-26 Emil Velikovglsl: move to compiler/