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: do not add unnamed struct types to the symbol table
Nicolai Hähnle
2017-06-13
1
-1
/
+1
*
glsl: do not lookup struct types by typename
Nicolai Hähnle
2017-06-13
1
-6
/
+8
*
glsl: Fix gl_shader_stage enum unsigned comparison
Rob Herring
2017-06-08
1
-1
/
+6
*
glsl: handle format layout qualifiers for struct with array of images
Samuel Pitoiset
2017-06-01
1
-1
/
+2
*
glsl: handle memory qualifiers for struct with array of images
Samuel Pitoiset
2017-06-01
1
-3
/
+4
*
glsl: Conditionally allow redeclaration of built-in variables
John Brooks
2017-05-20
1
-0
/
+16
*
glsl: Don't allow redefining builtin functions on GLSL 1.00.
Eric Anholt
2017-05-08
1
-2
/
+13
*
glsl: Restrict func redeclarations (not just redefinitions) on GLSL 1.00.
Eric Anholt
2017-05-08
1
-0
/
+10
*
glsl: Restrict functions to not return arrays or SOAs in GLSL 1.00.
Eric Anholt
2017-05-08
1
-0
/
+12
*
glsl: apply the image format for members of structures
Samuel Pitoiset
2017-05-08
1
-8
/
+29
*
glsl: allow bindless samplers/images to be initialized
Samuel Pitoiset
2017-05-06
1
-3
/
+14
*
glsl: add _mesa_glsl_parse_state object to is_lvalue()
Samuel Pitoiset
2017-05-06
1
-1
/
+1
*
glsl: reject bindless samplers/images frag inputs without 'flat'
Samuel Pitoiset
2017-05-06
1
-0
/
+20
*
glsl: allow bindless samplers/images as vertex shader inputs
Samuel Pitoiset
2017-05-06
1
-0
/
+14
*
glsl: allow bindless samplers/images as varying variables
Samuel Pitoiset
2017-05-06
1
-0
/
+20
*
glsl: allow bindless images to be declared inside structures
Samuel Pitoiset
2017-05-06
1
-1
/
+1
*
glsl: allow bindless samplers/images inside interface blocks
Samuel Pitoiset
2017-05-06
1
-2
/
+12
*
glsl: allow bindless samplers/images as function return
Samuel Pitoiset
2017-05-06
1
-3
/
+8
*
glsl: allow bindless samplers/images as out and inout parameters
Samuel Pitoiset
2017-05-06
1
-2
/
+14
*
glsl: allow to declare bindless samplers/images as non-uniform
Samuel Pitoiset
2017-05-06
1
-17
/
+66
*
glsl: process bindless/bound layout qualifiers
Samuel Pitoiset
2017-05-06
1
-0
/
+66
*
glsl: do not make sampler/image types readonly variables
Samuel Pitoiset
2017-05-06
1
-1
/
+0
*
glsl: reject memory qualifiers with uniform blocks
Samuel Pitoiset
2017-05-04
1
-2
/
+10
*
glsl: reject format qualifiers with non-image types everywhere
Samuel Pitoiset
2017-05-04
1
-0
/
+2
*
glsl: rework validate_image_qualifier_for_type()
Samuel Pitoiset
2017-05-04
1
-9
/
+27
*
glsl: rename image_* qualifiers to memory_*
Samuel Pitoiset
2017-05-04
1
-27
/
+27
*
glsl: Corrected some typos and error messages
Andres Gomez
2017-05-03
1
-4
/
+5
*
Revert "glsl: reject image qualifiers with non-image types inside uniform blo...
Matt Turner
2017-04-28
1
-2
/
+0
*
glsl: reject image qualifiers with non-image types inside uniform blocks
Samuel Pitoiset
2017-04-28
1
-0
/
+2
*
glsl: introduce validate_image_qualifier_for_type() helper
Samuel Pitoiset
2017-04-28
1
-9
/
+20
*
glsl: fix error when using format qualifiers with non-image types
Samuel Pitoiset
2017-04-28
1
-2
/
+6
*
glsl: remove duplicate validation
Timothy Arceri
2017-04-27
1
-15
/
+0
*
glsl: use without_array() rather than get_scalar_type()
Timothy Arceri
2017-04-27
1
-1
/
+1
*
glsl: make use of glsl_type::is_float()
Samuel Pitoiset
2017-04-21
1
-4
/
+2
*
glsl: make use of glsl_type::is_double()
Samuel Pitoiset
2017-04-21
1
-3
/
+3
*
glsl: make use of glsl_type::is_boolean()
Samuel Pitoiset
2017-04-21
1
-2
/
+1
*
glsl: make use of glsl_type::is_array()
Samuel Pitoiset
2017-04-21
1
-1
/
+1
*
glsl: make use glsl_type::is_atomic_uint()
Samuel Pitoiset
2017-04-21
1
-3
/
+2
*
glsl: simplify apply_image_qualifier_to_variable()
Samuel Pitoiset
2017-04-13
1
-59
/
+58
*
glsl: add validate_fragment_flat_interpolation_input()
Samuel Pitoiset
2017-04-13
1
-63
/
+72
*
glsl: builtin: always return clones of the builtins
Lionel Landwerlin
2017-03-09
1
-1
/
+1
*
glsl: fix subroutine mismatch between declarations/definitions
Samuel Pitoiset
2017-03-03
1
-6
/
+6
*
glsl: remove unecessary flags.q.subroutine_def
Samuel Pitoiset
2017-03-01
1
-3
/
+3
*
glsl: reject samplers not declared as uniform/function params earlier
Samuel Pitoiset
2017-02-27
1
-0
/
+9
*
glsl: use is_sampler() anywhere it's possible
Samuel Pitoiset
2017-02-27
1
-11
/
+11
*
glsl: use an enum for AMD_conservative_depth layout qualifiers
Samuel Pitoiset
2017-02-27
1
-18
/
+17
*
glsl: Fix missing-braces warning.
Vinson Lee
2017-02-24
1
-1
/
+1
*
glsl: refactor get_variable_being_redeclared() to return always an ir_variabl...
Samuel Iglesias Gonsálvez
2017-02-23
1
-27
/
+34
*
glsl: fix heap-use-after-free in ast_declarator_list::hir()
Samuel Iglesias Gonsálvez
2017-02-23
1
-2
/
+4
*
glsl: Drop resize-to-MaxPatchVertices hack.
Kenneth Graunke
2017-02-12
1
-3
/
+0
[next]