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
/
glsl
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: Allow binding of image variables with 420pack.
Matt Turner
2015-12-18
1
-1
/
+3
*
glsl: Fix off-by-one error in array size check assertion
Ian Romanick
2015-12-03
1
-2
/
+1
*
nir: fix typo in idiv lowering, causing large-udiv-udiv failures
Ilia Mirkin
2015-12-03
1
-1
/
+1
*
glsl: Allow implicit int -> uint conversions for the % operator.
Kenneth Graunke
2015-11-18
1
-9
/
+28
*
nir/vars_to_ssa: Rework copy set handling in lower_copies_to_load_store
Jason Ekstrand
2015-11-18
1
-1
/
+4
*
nir: Properly invalidate metadata in nir_opt_remove_phis().
Kenneth Graunke
2015-11-07
1
-0
/
+5
*
nir: Properly invalidate metadata in nir_lower_vec_to_movs().
Kenneth Graunke
2015-11-07
1
-0
/
+5
*
nir: Report progress from lower_vec_to_movs().
Jason Ekstrand
2015-11-07
2
-7
/
+23
*
nir/lower_vec_to_movs: Pass the shader around directly
Jason Ekstrand
2015-11-07
1
-6
/
+8
*
nir: Properly invalidate metadata in nir_opt_copy_prop().
Kenneth Graunke
2015-11-07
1
-0
/
+6
*
nir: Properly invalidate metadata in nir_split_var_copies().
Kenneth Graunke
2015-11-07
1
-0
/
+5
*
nir: Report progress from nir_split_var_copies().
Kenneth Graunke
2015-11-07
2
-4
/
+13
*
glsl: In later GLSL versions, sequence operator is cannot be a constant expre...
Ian Romanick
2015-10-21
1
-1
/
+42
*
glsl: Add method to determine whether an expression contains the sequence ope...
Ian Romanick
2015-10-21
3
-0
/
+97
*
glsl: Restrict initializers for global variables to constant expression in ES
Ian Romanick
2015-10-21
1
-3
/
+17
*
glsl: Only set ir_variable::constant_value for const-decorated variables
Ian Romanick
2015-10-21
1
-3
/
+6
*
glsl: Use constant_initializer instead of constant_value to determine whether...
Ian Romanick
2015-10-21
1
-1
/
+1
*
glsl/linker: Use constant_initializer instead of constant_value to initialize...
Ian Romanick
2015-10-21
1
-2
/
+2
*
glsl: Allow built-in functions as constant expressions in OpenGL ES 1.00
Ian Romanick
2015-10-21
1
-5
/
+46
*
glsl: Expose gl_MaxTess{Control,Evaluation}AtomicCounters.
Matt Turner
2015-09-28
1
-8
/
+4
*
nir: Fix a bunch of ralloc parenting errors
Jason Ekstrand
2015-09-23
10
-31
/
+32
*
glsl: Use hash tables for opt_constant_propagation() kill sets.
Kenneth Graunke
2015-09-11
1
-18
/
+28
*
glsl: Use hash tables in opt_constant_variable().
Kenneth Graunke
2015-09-11
1
-18
/
+21
*
glsl: build: remove bogus dependency
Emil Velikov
2015-09-11
2
-3
/
+2
*
glsl: build: use makefile.sources variables when possible
Emil Velikov
2015-09-11
3
-18
/
+11
*
glsl: automake: reuse $(NIR_GENERATED_FILES) where possible
Emil Velikov
2015-09-11
1
-5
/
+1
*
glsl: automake: rework the sources generation rules
Emil Velikov
2015-09-11
1
-16
/
+22
*
glsl: Handle attribute aliasing in attribute storage limit check.
Kenneth Graunke
2015-09-06
1
-28
/
+36
*
glsl: fix error message when validating tcs output decls
Ilia Mirkin
2015-08-21
1
-1
/
+1
*
i965: allow image_size on float images
Martin Peres
2015-08-21
1
-1
/
+2
*
glsl: fix binding validation for interface blocks
Timothy Arceri
2015-08-21
1
-12
/
+18
*
glsl: interleave constant propagation and folding
Timothy Arceri
2015-08-21
1
-2
/
+43
*
glsl: expose textureQueryLod in GLSL 4.00+ fragment shaders
Ilia Mirkin
2015-08-20
1
-37
/
+82
*
glsl: check if return_deref in lower_subroutine_visitor::visit_leave isn't NULL
Kai Wasserbäch
2015-08-21
1
-1
/
+1
*
nir: convert the glsl intrinsic image_size to nir_intrinsic_image_size
Martin Peres
2015-08-20
2
-6
/
+17
*
glsl: add support for the imageSize builtin
Martin Peres
2015-08-20
1
-16
/
+92
*
main: add extension GL_ARB_shader_image_size
Martin Peres
2015-08-20
3
-0
/
+6
*
glsl: Parse the allowed image format qualifiers in GLSL ES 3.1.
Francisco Jerez
2015-08-20
1
-41
/
+50
*
glsl: Recognise image memory qualifiers in GLSL ES 3.1.
Francisco Jerez
2015-08-20
1
-5
/
+5
*
glsl: Define image-related built-in constants required by GLSL ES 3.1.
Francisco Jerez
2015-08-20
1
-7
/
+15
*
glsl: Remove duplicate definition of gl_MaxTess*ImageUniforms built-in consta...
Francisco Jerez
2015-08-20
1
-2
/
+0
*
glsl: Accept atomic_uint type in GLSL ES 3.1.
Francisco Jerez
2015-08-20
1
-1
/
+1
*
glsl: Accept supported image types in GLSL ES 3.1.
Francisco Jerez
2015-08-20
2
-24
/
+24
*
glsl: Expose image load and store built-ins in GLSL ES 3.1.
Francisco Jerez
2015-08-20
1
-1
/
+1
*
glsl: Use a separate availability class for image atomic built-ins.
Francisco Jerez
2015-08-20
1
-11
/
+23
*
glsl: Allow precision qualifiers on general opaque types.
Francisco Jerez
2015-08-20
1
-4
/
+6
*
glsl: Implement GLSL ES restriction on images being either readonly or writeo...
Francisco Jerez
2015-08-20
1
-0
/
+18
*
glsl: Require that all image uniforms have a format qualifier in GLSL ES.
Francisco Jerez
2015-08-20
1
-4
/
+10
*
glsl: Add support for image binding qualifiers.
Francisco Jerez
2015-08-20
2
-8
/
+33
*
glsl: Forbid non-constant image array indexing in GLSL ES 3.1.
Francisco Jerez
2015-08-20
1
-0
/
+15
[next]