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
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: fix a crash in ir_print_visitor() for bindless samplers/images
Samuel Pitoiset
2017-06-01
1
-1
/
+5
*
glsl: teach opt_array_splitting about bindless images
Samuel Pitoiset
2017-06-01
1
-2
/
+13
*
glsl: teach opt_structure_splitting about images in structures
Samuel Pitoiset
2017-06-01
1
-2
/
+21
*
glsl: fix broken indentation in do_structure_splitting()
Samuel Pitoiset
2017-06-01
1
-16
/
+13
*
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/lower_int64: only set progress when something is lowered.
Dave Airlie
2017-06-01
1
-4
/
+1
*
glsl: Fix g++ initializer order warning
Brian Paul
2017-05-25
1
-1
/
+1
*
nir/lower-atomics-to-ssbo: remove atomic_uint arrays too
Rob Clark
2017-05-23
1
-1
/
+9
*
nir/lower-atomics-to-ssbo: fix num_components
Rob Clark
2017-05-23
1
-0
/
+5
*
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
*
Android: amd/common: fix dependency on libmesa_nir
Rob Herring
2017-05-11
1
-0
/
+1
*
nir: Embed the shader_info in the nir_shader again
Jason Ekstrand
2017-05-09
14
-96
/
+89
*
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
3
-0
/
+31
*
nir: fix (hopefully) windows build
Rob Clark
2017-05-08
2
-4
/
+4
*
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
3
-1
/
+11
*
glsl: destroy function and subroutine hash tables
Grazvydas Ignotas
2017-05-08
1
-0
/
+10
*
nir: Fix missing snprintf symbol on Windows.
Jose Fonseca
2017-05-07
1
-0
/
+4
*
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
[next]