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
Commit message (
Expand
)
Author
Age
Files
Lines
*
util/disk_cache: add new driver_flags param to cache keys
Timothy Arceri
2017-05-23
1
-10
/
+10
*
mesa: GL_ARB_shader_subroutine is not optional in core profile
Ian Romanick
2017-05-22
1
-1
/
+0
*
glsl: set mask via initialisation list rather than in constructor body
Timothy Arceri
2017-05-22
1
-3
/
+1
*
glcpp: Skip unnecessary line continuations removal
Vladislav Egorov
2017-05-22
1
-2
/
+8
*
glcpp: Avoid unnecessary strcmp()
Vladislav Egorov
2017-05-22
1
-5
/
+9
*
glsl: Conditionally allow redeclaration of built-in variables
John Brooks
2017-05-20
3
-0
/
+19
*
st/mesa: don't mark the program as in cache_fallback when there is cache miss
Timothy Arceri
2017-05-20
1
-1
/
+1
*
glsl: simplify link_assign_uniform_storage() a bit
Samuel Pitoiset
2017-05-16
1
-8
/
+9
*
glsl: include image qualifiers when printing IR
Nicolai Hähnle
2017-05-12
1
-3
/
+17
*
glsl: order indices for images inside a struct array
Samuel Pitoiset
2017-05-12
1
-11
/
+17
*
glsl: add parcel_out_uniform_storage::set_opaque_indices() helper
Samuel Pitoiset
2017-05-12
1
-54
/
+65
*
glsl: simplify set_opaque_binding()
Samuel Pitoiset
2017-05-11
1
-21
/
+20
*
glsl: add missing check for samplers in set_opaque_binding()
Samuel Pitoiset
2017-05-11
1
-0
/
+2
*
nir: Embed the shader_info in the nir_shader again
Jason Ekstrand
2017-05-09
1
-6
/
+6
*
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: Ban #undefining __LINE__ and friends on GLES2.
Eric Anholt
2017-05-08
1
-5
/
+2
*
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: store the image format in glsl_struct_field
Samuel Pitoiset
2017-05-08
1
-0
/
+1
*
glsl: skip tree grafting for sampler and image types
Nicolai Hähnle
2017-05-06
1
-0
/
+11
*
glsl: teach lower_ubo_reference about samplers inside structures
Samuel Pitoiset
2017-05-06
1
-0
/
+15
*
glsl: link bindless layout qualifiers
Samuel Pitoiset
2017-05-06
1
-0
/
+44
*
glsl: do not count bindless samplers/images when linking uniforms
Samuel Pitoiset
2017-05-06
1
-2
/
+2
*
glsl: lower bindless sampler/image packed varyings
Samuel Pitoiset
2017-05-06
1
-0
/
+14
*
glsl: implement ARB_bindless_texture conversions
Samuel Pitoiset
2017-05-06
3
-10
/
+84
*
glsl: allow bindless samplers/images to be used with constructors
Samuel Pitoiset
2017-05-06
1
-2
/
+14
*
glsl: add is_valid_constructor() helper function
Samuel Pitoiset
2017-05-06
1
-2
/
+8
*
glsl: add ARB_bindless_texture operations
Samuel Pitoiset
2017-05-06
2
-0
/
+26
*
glsl: allow bindless samplers/images to be initialized
Samuel Pitoiset
2017-05-06
1
-3
/
+14
*
glsl: allow bindless samplers/images to be l-values
Samuel Pitoiset
2017-05-06
1
-0
/
+14
*
glsl: add _mesa_glsl_parse_state object to is_lvalue()
Samuel Pitoiset
2017-05-06
4
-7
/
+9
*
glsl: relax bindless sampler arrays indexing
Samuel Pitoiset
2017-05-06
1
-1
/
+7
*
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 input memory qualifiers for images
Samuel Pitoiset
2017-05-06
1
-0
/
+10
*
glsl: allow image qualifiers inside structures
Samuel Pitoiset
2017-05-06
1
-4
/
+23
*
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
9
-3
/
+188
*
glsl: do not make sampler/image types readonly variables
Samuel Pitoiset
2017-05-06
2
-4
/
+0
*
glsl: make component_slots() returns 2 for samplers/images
Samuel Pitoiset
2017-05-06
1
-2
/
+6
*
glsl: add ARB_bindless_texture enable
Samuel Pitoiset
2017-05-06
3
-0
/
+9
*
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
[next]