index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
compiler
/
glsl
/
ast_to_hir.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: handle ast_aggregate in has_sequence_subexpression. (v2)
Dave Airlie
2016-06-06
1
-1
/
+1
*
Revert "glsl: fix xfb_offset unsized array validation"
Timothy Arceri
2016-06-01
1
-15
/
+8
*
glsl: fix xfb_offset unsized array validation
Timothy Arceri
2016-05-30
1
-8
/
+15
*
glsl: dont crash when attempting to assign a value to a builtin define
Timothy Arceri
2016-05-30
1
-1
/
+1
*
glsl/ast: subroutineTypes can't be returned from functions.
Dave Airlie
2016-05-30
1
-0
/
+9
*
glsl: use has_double() helper
Timothy Arceri
2016-05-30
1
-2
/
+1
*
glsl: fix explicit uniform block alignment
Timothy Arceri
2016-05-30
1
-3
/
+1
*
glsl: add a empty set_is_lhs on ast_node
Alejandro Piñeiro
2016-05-26
1
-0
/
+5
*
glsl: handle implicit sized arrays in ssbo
Dave Airlie
2016-05-26
1
-45
/
+2
*
glsl/ast: assign explicit_xfb_buffer from correct place
Dave Airlie
2016-05-26
1
-1
/
+1
*
glsl: make max array trackers ints and use -1 as base. (v2)
Dave Airlie
2016-05-24
1
-4
/
+4
*
glsl: fix subroutine uniform .length().
Dave Airlie
2016-05-23
1
-0
/
+8
*
glsl: validate subroutine types match function signature.
Dave Airlie
2016-05-23
1
-0
/
+18
*
glsl: Guard against NULL dereference
Mark Janes
2016-05-20
1
-1
/
+1
*
glsl: handle same struct redeclaration (v2)
Dave Airlie
2016-05-20
1
-1
/
+6
*
glsl: Check that layout is non-null before dereferencing.
Matt Turner
2016-05-18
1
-1
/
+1
*
glsl: Add arb_cull_distance support (v3)
Tobias Klausmann
2016-05-14
1
-14
/
+32
*
glsl: Apply memory qualifiers to vars inside named block interfaces
Eduardo Lima Mitev
2016-05-10
1
-7
/
+15
*
glsl: validate and store component layout qualifier in GLSL IR
Timothy Arceri
2016-05-01
1
-0
/
+38
*
glsl: Checks for interpolation into its own function.
Andres Gomez
2016-04-29
1
-145
/
+171
*
glsl: Reject illegal qualifiers on atomic counter uniforms.
Kenneth Graunke
2016-04-12
1
-0
/
+11
*
glsl: allow conservative depth qualifiers in GLSL 420
Ilia Mirkin
2016-04-03
1
-1
/
+3
*
glsl: do not raise unitialized variable warnings on builtins/reserved GL vari...
Alejandro Piñeiro
2016-04-01
1
-1
/
+2
*
glsl: apply xfb_stride to implicit offsets for ifc block members
Timothy Arceri
2016-03-31
1
-2
/
+4
*
glsl: add xfb_stride compile time rules
Timothy Arceri
2016-03-31
1
-0
/
+27
*
glsl: add xfb_offset compile time rules
Timothy Arceri
2016-03-31
1
-2
/
+123
*
glsl: add xfb_buffer compile time rules
Timothy Arceri
2016-03-31
1
-0
/
+66
*
glsl: add field to track if xfb_buffer is an explicit or implicit value
Timothy Arceri
2016-03-31
1
-0
/
+2
*
glsl: move process_qualifier_constant() to ast_type.cpp
Timothy Arceri
2016-03-31
1
-41
/
+0
*
glsl: Fix segfault when lhs is error_type in TCS
Timothy Arceri
2016-03-31
1
-1
/
+1
*
glsl: add missing types for buffer images
Samuel Pitoiset
2016-03-30
1
-12
/
+12
*
glsl: raise warning when using uninitialized variables
Alejandro Piñeiro
2016-03-29
1
-0
/
+7
*
glsl: add is_lhs bool on ast_expression
Alejandro Piñeiro
2016-03-29
1
-0
/
+33
*
compiler/glsl: allow sequence op as a const expr in gles 1.0
Lars Hamre
2016-03-23
1
-1
/
+3
*
glsl: dont allow undefined array sizes in ES
Timothy Arceri
2016-03-09
1
-0
/
+12
*
glsl: apply align layout qualifier rules to block offsets
Timothy Arceri
2016-03-05
1
-3
/
+48
*
glsl: add offset to glsl interface type
Timothy Arceri
2016-03-05
1
-0
/
+4
*
glsl: apply compile-time rules for the offset layout qualifier
Timothy Arceri
2016-03-05
1
-0
/
+49
*
glsl: don't apply uniform/buffer layouts to interface blocks
Timothy Arceri
2016-03-05
1
-6
/
+7
*
glsl/ast: Implicit conversion from double to float is not allowed
Andres Gomez
2016-02-25
1
-4
/
+3
*
glsl: fix new gcc6 warnings
Rob Clark
2016-02-18
1
-1
/
+1
*
glsl: remove duplicate interpolation_string() function
Timothy Arceri
2016-02-17
1
-5
/
+2
*
glsl: set user defined varyings to smooth by default in ES
Timothy Arceri
2016-02-17
1
-0
/
+11
*
glsl/types: Add support for function types
Jason Ekstrand
2016-02-13
1
-0
/
+1
*
glsl/types: Rename sampler_type to sampled_type
Jason Ekstrand
2016-02-13
1
-2
/
+2
*
glsl: don't validate interface blocks twice
Timothy Arceri
2016-02-12
1
-23
/
+21
*
glsl: remove duplicate embedded struct validation
Timothy Arceri
2016-02-12
1
-42
/
+17
*
glsl: validate arrays of arrays on empty type delclarations
Timothy Arceri
2016-02-09
1
-25
/
+38
*
glsl: disallow implicit conversions in ESSL shaders
Ilia Mirkin
2016-01-28
1
-0
/
+4
*
glsl: move to compiler/
Emil Velikov
2016-01-26
1
-0
/
+7583