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
*
nir/lower_io: Add a 32 and 64-bit global address formats
Jason Ekstrand
2019-01-26
2
-30
/
+123
*
nir: Add load/store/atomic global intrinsics
Jason Ekstrand
2019-01-26
3
-1
/
+39
*
nir: Length of boolean vtn_value now is 1
Sergii Romantsov
2019-01-23
1
-3
/
+6
*
anv: Add pipeline cache support for xfb_info
Jason Ekstrand
2019-01-22
1
-1
/
+1
*
nir/xfb: distinguish array of structs vs array of blocks
Alejandro Piñeiro
2019-01-22
1
-7
/
+17
*
nir/xfb: Properly handle arrays of blocks
Jason Ekstrand
2019-01-22
1
-20
/
+41
*
nir/xfb: don't assert when xfb_buffer/stride is present but not xfb_offset
Alejandro Piñeiro
2019-01-22
1
-7
/
+6
*
nir/xfb: Fix offset accounting for dvec3/4
Jason Ekstrand
2019-01-22
1
-2
/
+2
*
nir: Preserve offsets in lower_io_to_scalar_early
Jason Ekstrand
2019-01-22
1
-0
/
+8
*
nir: fix lowering arrays to elements for XFB outputs
Samuel Pitoiset
2019-01-22
1
-2
/
+11
*
nir: do not remove varyings used for transform feedback
Samuel Pitoiset
2019-01-22
1
-0
/
+3
*
spirv: Only set interface_type on blocks
Jason Ekstrand
2019-01-22
1
-9
/
+25
*
spirv: Only split blocks
Jason Ekstrand
2019-01-22
1
-3
/
+8
*
spirv: Initialize struct member offsets to -1
Jason Ekstrand
2019-01-22
1
-0
/
+1
*
nir: cleanup glsl_get_struct_field_offset, glsl_get_explicit_stride
Tapani Pälli
2019-01-22
2
-5
/
+5
*
spirv: Update the JSON and headers from Khronos master
Jason Ekstrand
2019-01-21
2
-124
/
+336
*
nir: Mark deref UBO and SSBO access as non-scalar
Jason Ekstrand
2019-01-21
1
-1
/
+3
*
nir/spirv: handle ContractionOff execution mode
Karol Herbst
2019-01-21
6
-3
/
+17
*
nir/vtn: add caps for some cl related capabilities
Rob Clark
2019-01-21
3
-5
/
+20
*
vtn: handle SpvExecutionModelKernel
Karol Herbst
2019-01-21
1
-0
/
+2
*
mesa: add MESA_SHADER_KERNEL
Karol Herbst
2019-01-21
5
-8
/
+26
*
nir: add bit_size parameter to system values with multiple allowed bit sizes
Karol Herbst
2019-01-21
3
-6
/
+16
*
nir: add legal bit_sizes to intrinsics
Karol Herbst
2019-01-21
4
-13
/
+30
*
nir/validate: allow to check against a bitmask of bit_sizes
Karol Herbst
2019-01-21
1
-17
/
+17
*
glsl/lower_output_reads: set invariant and precise flags on temporaries
Karol Herbst
2019-01-21
1
-0
/
+4
*
nir/spirv: handle SpvStorageClassCrossWorkgroup
Karol Herbst
2019-01-19
5
-0
/
+12
*
nir: rename nir_var_shared to nir_var_mem_shared
Karol Herbst
2019-01-19
10
-19
/
+19
*
nir: rename nir_var_ssbo to nir_var_mem_ssbo
Karol Herbst
2019-01-19
12
-34
/
+34
*
nir: rename nir_var_ubo to nir_var_mem_ubo
Karol Herbst
2019-01-19
7
-11
/
+11
*
nir: rename nir_var_function to nir_var_function_temp
Karol Herbst
2019-01-19
19
-59
/
+59
*
nir: rename nir_var_private to nir_var_shader_temp
Karol Herbst
2019-01-19
15
-27
/
+27
*
glsl: be much more aggressive when skipping shader compilation
Timothy Arceri
2019-01-19
2
-6
/
+10
*
Revert "glsl: be much more aggressive when skipping shader compilation"
Timothy Arceri
2019-01-19
2
-10
/
+6
*
glsl: be much more aggressive when skipping shader compilation
Timothy Arceri
2019-01-19
2
-6
/
+10
*
glsl: don't skip GLSL IR opts on first-time compiles
Timothy Arceri
2019-01-19
2
-32
/
+1
*
nir: check NIR_SKIP to skip passes by name
Caio Marcelo de Oliveira Filho
2019-01-18
1
-0
/
+24
*
nir: Account for atomics in copy propagation.
Bas Nieuwenhuizen
2019-01-18
1
-1
/
+24
*
nir: Add a bool to float32 lowering pass
Jason Ekstrand
2019-01-14
4
-0
/
+181
*
src/compiler: use new hash table and set creation helpers
Caio Marcelo de Oliveira Filho
2019-01-14
42
-160
/
+72
*
glsl: Fix copying function's out to temp if dereferenced by array
Danylo Piliaiev
2019-01-14
1
-24
/
+22
*
spirv: Emit switch conditions on-the-fly
Jason Ekstrand
2019-01-12
1
-36
/
+26
*
nir/gcm: Support deref instructions
Jason Ekstrand
2019-01-12
1
-0
/
+4
*
spirv: Contain the GLSLang issue #179 workaround to old GLSLang
Jason Ekstrand
2019-01-12
3
-18
/
+38
*
spirv: Whack sampler/image pointers to uniform
Jason Ekstrand
2019-01-12
1
-0
/
+12
*
glsl/nir: keep bool types when native_integers=false
Jonathan Marek
2019-01-11
1
-98
/
+63
*
glsl/nir: ftrunc for native_integers=false float to int cast
Jonathan Marek
2019-01-11
1
-0
/
+4
*
glsl/nir: int constants as float for native_integers=false
Jonathan Marek
2019-01-11
1
-4
/
+12
*
nir: Allow a non-existent sampler deref in nir_lower_samplers_as_deref
Kenneth Graunke
2019-01-11
1
-19
/
+21
*
glsl: Make invariant outputs in ES fragment shader not to cause error
Danylo Piliaiev
2019-01-11
1
-1
/
+1
*
compiler/types: Serialize/deserialize subpass input types correctly
Jason Ekstrand
2019-01-10
1
-2
/
+2
[next]