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
*
spirv: Claim support for the simple memory model
Jason Ekstrand
2017-10-26
1
-1
/
+2
*
glsl/linker: Fix type checks for location aliasing
Iago Toral Quiroga
2017-10-26
1
-3
/
+19
*
glsl/linker: refactor check_location_aliasing
Iago Toral Quiroga
2017-10-26
1
-64
/
+46
*
glsl/linker: validate explicit locations for SSO programs
Iago Toral Quiroga
2017-10-26
3
-0
/
+71
*
glsl/linker: generalize validate_explicit_variable_location for SSO
Iago Toral Quiroga
2017-10-26
1
-2
/
+16
*
glsl/linker: create a helper function to validate explicit locations
Iago Toral Quiroga
2017-10-26
1
-39
/
+55
*
glsl/linker: outputs in the same location must share auxiliary storage
Iago Toral Quiroga
2017-10-26
1
-6
/
+30
*
glsl/linker: outputs in the same location must share interpolation
Iago Toral Quiroga
2017-10-26
1
-4
/
+41
*
glsl/linker: fix location aliasing checks for interface variables
Iago Toral Quiroga
2017-10-26
1
-12
/
+33
*
glsl/linker: refactor link-time validation of output locations
Iago Toral Quiroga
2017-10-26
1
-55
/
+73
*
glsl/linker: report linker errors for invalid explicit locations on inputs
Iago Toral Quiroga
2017-10-26
1
-0
/
+7
*
nir/opt_intrinsics: Rework progress
Jason Ekstrand
2017-10-25
1
-5
/
+9
*
nir/lower_wpos_ytransform: Support system value intrinsics
Jason Ekstrand
2017-10-25
1
-0
/
+4
*
glsl_to_nir: Zero nir_constant in constant_copy for valgrind & nir_serialize
Jordan Justen
2017-10-25
1
-1
/
+1
*
glsl_to_nir: Zero nir_variable struct for valgrind & nir_serialize
Jordan Justen
2017-10-25
1
-1
/
+1
*
nir: Zero nir_load_const_instr::value for valgrind & nir_serialize
Jordan Justen
2017-10-25
1
-1
/
+1
*
nir: Zero local_size const struct for valgrind & nir_serialize
Jordan Justen
2017-10-25
1
-0
/
+1
*
glsl: Add field initializers for glsl_struct_field default constructor
Jordan Justen
2017-10-25
1
-0
/
+7
*
compiler/types: Support [de]serializing void types
Jason Ekstrand
2017-10-25
1
-0
/
+3
*
nir/intrinsics: Set the correct num_indices for load_output
Jason Ekstrand
2017-10-25
1
-1
/
+1
*
glsl: move shader_cache type handling to glsl_types
Connor Abbott
2017-10-25
3
-171
/
+178
*
meson: extract out variable for nir_algebraic.py
Rob Clark
2017-10-24
1
-0
/
+2
*
glsl: fix derived cs variables
Ilia Mirkin
2017-10-23
9
-118
/
+244
*
nir: Print the components referenced for split or packed shader in/outs.
Eric Anholt
2017-10-20
1
-1
/
+25
*
nir: Add a safety check that we don't remove dead I/O vars after lowering.
Eric Anholt
2017-10-20
1
-4
/
+14
*
nir: Get rid of nir_shader::stage
Jason Ekstrand
2017-10-20
25
-87
/
+90
*
nir: set default lod to texture opcodes that needed it but don't provide it
Samuel Iglesias Gonsálvez
2017-10-20
1
-0
/
+13
*
glsl/linker: produce error when invalid explicit locations are used
Iago Toral Quiroga
2017-10-19
3
-5
/
+43
*
nir: Add a helper for adding texture instruction sources
Jason Ekstrand
2017-10-17
3
-25
/
+28
*
nir: add component level support to remove_unused_io_vars()
Timothy Arceri
2017-10-16
1
-16
/
+21
*
glsl: mark xfb inputs as always_active_io
Timothy Arceri
2017-10-16
1
-3
/
+19
*
nir: add variant of lower_io_to_scalar to be called earlier
Timothy Arceri
2017-10-16
2
-0
/
+255
*
nir: add glsl_channel_type() helper
Timothy Arceri
2017-10-16
2
-0
/
+29
*
nir: add glsl_type_is_64bit() to nir_types
Timothy Arceri
2017-10-16
2
-0
/
+7
*
blob: Use intptr_t instead of ssize_t
Jason Ekstrand
2017-10-13
2
-7
/
+7
*
meson: fix blob test includes
Dylan Baker
2017-10-13
1
-1
/
+1
*
nir: Get rid of the variable on vote intrinsics
Jason Ekstrand
2017-10-12
2
-5
/
+3
*
nir/opcodes: Fix constant-folding of ufind_msb
Jason Ekstrand
2017-10-12
1
-1
/
+1
*
compiler/blob: Make some parameters void instead of uint8_t
Jason Ekstrand
2017-10-12
2
-5
/
+5
*
compiler/blob: Constify the reader
Jason Ekstrand
2017-10-12
3
-11
/
+11
*
compiler/blob: Add (reserve|overwrite)_(uint32|intptr) helpers
Jason Ekstrand
2017-10-12
2
-2
/
+61
*
compiler/blob: make blob_reserve_bytes() more useful
Connor Abbott
2017-10-12
3
-20
/
+12
*
compiler/blob: Allow for fixed-size blobs with a NULL data pointer
Jason Ekstrand
2017-10-12
2
-3
/
+10
*
compiler/blob: Add a concept of a fixed-allocation blob
Jason Ekstrand
2017-10-12
2
-1
/
+37
*
compiler/blob: Switch to init/finish instead of create/destroy
Jason Ekstrand
2017-10-12
4
-76
/
+68
*
compiler: Move blob up a level
Jason Ekstrand
2017-10-12
5
-5
/
+5
*
meson: Add inc_compiler to the libglsl includes
Jason Ekstrand
2017-10-12
1
-1
/
+1
*
glsl/blob: Return false from grow_to_fit if we've ever failed
Jason Ekstrand
2017-10-12
2
-1
/
+13
*
glsl/blob: Return false from ensure_can_read on overrun
Jason Ekstrand
2017-10-12
1
-0
/
+3
*
nir: Make nir_shader_gather_info() track texelFetch texture accesses.
Kenneth Graunke
2017-10-12
1
-1
/
+13
[next]