index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
compiler
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: Unify ir_constant::const_elements and ::components
Ian Romanick
2017-09-19
6
-113
/
+24
*
glsl: Rename ir_constant::array_elements to ::const_elements
Ian Romanick
2017-09-19
6
-22
/
+22
*
glsl: Silence unused parameter warnings
Ian Romanick
2017-09-19
6
-19
/
+12
*
glsl: buffer variables can be readonly and writeonly
Juan A. Suarez Romero
2017-09-19
1
-11
/
+3
*
glsl: replace conditional compilation with MAYBE_UNUSED
Eric Engestrom
2017-09-19
1
-3
/
+2
*
glsl: avoid accessing invalid memory after get_variable_being_redeclared()
Iago Toral Quiroga
2017-09-14
1
-20
/
+19
*
glsl: make the redeclared variable NULL if it is deleted
Iago Toral Quiroga
2017-09-14
1
-3
/
+6
*
glsl: use 'declared_var' instead of 'var' after checking redeclarations
Iago Toral Quiroga
2017-09-14
1
-2
/
+2
*
glsl: compile unused function out
Eric Engestrom
2017-09-13
1
-0
/
+2
*
util/disk_cache: turn MESA_GLSL_CACHE_DISABLE into a boolean
Eric Engestrom
2017-09-12
1
-2
/
+2
*
glsl: Disallow unsized array of atomic_uint
Iago Toral Quiroga
2017-09-12
1
-0
/
+11
*
nir/spirv: handle if's with same label in both branches
Juan A. Suarez Romero
2017-09-12
1
-2
/
+10
*
nir/spirv: fix chain access with different index bit sizes
Samuel Iglesias Gonsálvez
2017-09-11
1
-3
/
+8
*
nir: put compact into bitfields in nir_variable_data
Dave Airlie
2017-09-07
1
-1
/
+1
*
spirv: Add support for the HelperInvocation builtin
Jason Ekstrand
2017-09-05
1
-1
/
+4
*
glsl: define YY_NO_INPUT to prevent unused symbol warnings
Matt Turner
2017-08-29
1
-0
/
+1
*
nir: Remove series of unnecessary conversions
Matt Turner
2017-08-29
1
-1
/
+1
*
nir/spirv: Use unreachable("...") rather than assert(!"...")
Matt Turner
2017-08-29
2
-13
/
+13
*
compiler: Add $(WNO_OVERRIDE_INIT) to AM_CFLAGS
Matt Turner
2017-08-29
1
-0
/
+1
*
util: move string_to_uint_map to glsl
Emil Velikov
2017-08-29
9
-7
/
+228
*
nir: Fix system_value_from_intrinsic for subgroups
Jason Ekstrand
2017-08-28
1
-4
/
+4
*
nir: Fix some whatespace
Jason Ekstrand
2017-08-28
1
-5
/
+5
*
glsl: fix counting of vertex shader output slots used by explicit vars
Ilia Mirkin
2017-08-28
1
-1
/
+2
*
glsl: fix glsl_struct_field size calculations for shader cache
Nicolai Hähnle
2017-08-25
1
-7
/
+4
*
glsl: pass shader source keys to the disk cache
Timothy Arceri
2017-08-25
2
-9
/
+23
*
util/disk_cache: rename mesa cache dir and introduce cache versioning
Timothy Arceri
2017-08-25
1
-2
/
+4
*
glsl: stop adding pointers from bindless structs to the cache
Timothy Arceri
2017-08-24
1
-4
/
+8
*
glsl: stop adding pointers from shader_info to the cache
Timothy Arceri
2017-08-24
1
-6
/
+25
*
compiler: move pointers to the start of shader_info
Timothy Arceri
2017-08-24
1
-3
/
+3
*
glsl: always write a name/label string to the cache
Timothy Arceri
2017-08-24
1
-4
/
+7
*
glsl: don't write uniform storage offset if there isn't one
Timothy Arceri
2017-08-24
1
-3
/
+10
*
glsl: add has_uniform_storage() helper to shader cache
Timothy Arceri
2017-08-24
1
-6
/
+13
*
glsl: stop adding pointers from glsl_struct_field to the cache
Timothy Arceri
2017-08-24
1
-7
/
+38
*
glsl: stop adding pointers from gl_shader_variable to the cache
Timothy Arceri
2017-08-24
1
-12
/
+28
*
glsl: allow NULL to be passed to encode_type_to_blob()
Timothy Arceri
2017-08-24
1
-0
/
+10
*
glsl/linker: Make several functions not static
Ian Romanick
2017-08-22
2
-4
/
+4
*
glsl: pass UseSTD430AsDefaultPacking to where it will be used
Timothy Arceri
2017-08-22
8
-42
/
+90
*
glsl: add get_internal_ifc_packing() type helper
Timothy Arceri
2017-08-22
1
-0
/
+21
*
glsl: Add prototype for udivmod64()
Matt Turner
2017-08-21
1
-0
/
+3
*
glsl: Mark functions static
Matt Turner
2017-08-21
11
-36
/
+36
*
glsl: Remove unused private fields
Matt Turner
2017-08-21
1
-3
/
+1
*
glsl: add a few missing int64 constant propagation cases
Ilia Mirkin
2017-08-18
2
-0
/
+8
*
glsl: set old ldexp operand to NULL when lowering
Timothy Arceri
2017-08-18
1
-0
/
+1
*
glsl/ast: update rhs in addition to the var's constant_value
Ilia Mirkin
2017-08-15
1
-1
/
+1
*
glsl: stop cloning builtin fuctions _mesa_glsl_find_builtin_function()
Timothy Arceri
2017-08-11
1
-10
/
+1
*
glsl: pass mem_ctx to constant_expression_value(...) and friends
Timothy Arceri
2017-08-11
20
-86
/
+159
*
glsl: use ralloc_str_append() rather than ralloc_asprintf_rewrite_tail()
Timothy Arceri
2017-08-11
1
-31
/
+113
*
glsl: remove unused field from ir_call
Timothy Arceri
2017-08-11
1
-5
/
+0
*
glsl: stop copying struct and interface member names
Timothy Arceri
2017-08-11
11
-38
/
+31
*
glsl: tidy up get_num_operands()
Timothy Arceri
2017-08-11
2
-14
/
+9
[next]