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: fix using OpSampledImage with OpUndef instead of OpType{Image,Sampler}
Samuel Pitoiset
2020-06-15
1
-4
/
+22
*
glsl: fix incorrect optimisation in opt_constant_variable()
Timothy Arceri
2020-06-12
1
-0
/
+9
*
nir/print: print tex dest type
Rob Clark
2020-06-11
1
-15
/
+25
*
nir: Properly preserve metadata in more cases
Jason Ekstrand
2020-06-11
11
-22
/
+78
*
nir: Call nir_metadata_preserve on !progress
Jason Ekstrand
2020-06-11
41
-84
/
+85
*
nir: Add a nir_shader_preserve_all_metadata helper
Jason Ekstrand
2020-06-11
2
-0
/
+11
*
nir: Add a nir_metadata_all enum value
Jason Ekstrand
2020-06-11
1
-0
/
+9
*
nir: Replace the zs_output_pan intrinsic with combined_output_pan
Icecream95
2020-06-10
1
-1
/
+1
*
nir: Remove nir_intrinsic_output_u8_as_fp16_pan
Alyssa Rosenzweig
2020-06-10
1
-6
/
+0
*
glsl: fix crash on glsl macro redefinition
Andrii Simiklit
2020-06-10
1
-0
/
+3
*
nir: use bitfield_insert instead of bfi in nir_lower_double_ops
Ben Skeggs
2020-06-09
1
-1
/
+3
*
nir: Fix logic that ends combine barrier sequence
Caio Marcelo de Oliveira Filho
2020-06-08
1
-1
/
+1
*
spirv: Memory semantics is optional for OpControlBarrier
Caio Marcelo de Oliveira Filho
2020-06-08
1
-9
/
+9
*
nir: Fix printing execution scope of a scoped barrier
Caio Marcelo de Oliveira Filho
2020-06-08
1
-1
/
+4
*
glsl: inline functions with unsupported return type before converting to nir
Danylo Piliaiev
2020-06-08
1
-0
/
+6
*
nir/lower_explicit_io: fix NON_UNIFORM access for UBO loads
Samuel Pitoiset
2020-06-08
1
-1
/
+1
*
nir/spirv/glsl450: increase asin(x) precision
Arcady Goldmints-Orlov
2020-06-08
1
-9
/
+33
*
glsl: fix potential slow compile times for GLSLOptimizeConservatively
Timothy Arceri
2020-06-07
1
-1
/
+14
*
nir: reuse existing psiz-variable
Erik Faye-Lund
2020-06-04
1
-6
/
+20
*
nir/lower_tex: fixes for fp16 yuv lowering
Rob Clark
2020-06-03
1
-5
/
+10
*
nir/builder: add bitsize conversion helpers
Rob Clark
2020-06-03
1
-0
/
+24
*
nir: extract out convert_to_bitsize() helper
Rob Clark
2020-06-03
2
-16
/
+17
*
nir: get_base_type() should return enum type
Rob Clark
2020-06-03
1
-2
/
+2
*
glsl: when NIR linker enable use it to resize uniform arrays
Timothy Arceri
2020-06-03
2
-13
/
+24
*
glsl: gather uniform dereference info before main linking loop
Timothy Arceri
2020-06-03
1
-13
/
+24
*
glsl: add update_array_sizes() helper to the NIR uniform linker
Timothy Arceri
2020-06-03
1
-0
/
+103
*
glsl: add struct to gather more info about uniform array access
Timothy Arceri
2020-06-03
1
-8
/
+29
*
glsl: Don't replace lrp pattern with lrp if arguments are not floats
Danylo Piliaiev
2020-06-03
1
-1
/
+2
*
spirv: Use scoped barriers for SpvOpControlBarrier
Boris Brezillon
2020-06-03
1
-3
/
+28
*
nir: Replace the scoped_memory barrier by a scoped_barrier
Boris Brezillon
2020-06-03
11
-31
/
+53
*
spirv: Split the vtn_emit_scoped_memory_barrier() logic
Boris Brezillon
2020-06-03
1
-6
/
+31
*
glsl/spirv: remove dead uniforms in spirv nir linker
Timothy Arceri
2020-06-03
1
-0
/
+8
*
glsl: remove dead uniforms in the nir linker
Timothy Arceri
2020-06-03
1
-0
/
+8
*
glsl: add can_remove_uniform() helper to the NIR linker
Timothy Arceri
2020-06-03
1
-0
/
+32
*
nir: add callback to nir_remove_dead_variables()
Timothy Arceri
2020-06-03
3
-17
/
+36
*
nir: add glsl_get_ifc_packing() helper
Timothy Arceri
2020-06-03
2
-0
/
+8
*
nir: gather which images are MSAA
Marek Olšák
2020-06-02
2
-8
/
+7
*
nir: gather which images are buffers
Marek Olšák
2020-06-02
2
-1
/
+14
*
nir: don't count samplers and images in interface blocks
Marek Olšák
2020-06-02
2
-4
/
+13
*
glsl: lower samplers with highp coordinates correctly
Marek Olšák
2020-06-02
2
-6
/
+50
*
glsl: lower the precision of imageLoad
Marek Olšák
2020-06-02
3
-6
/
+125
*
glsl: lower mediump partial derivatives
Marek Olšák
2020-06-02
3
-6
/
+36
*
glsl: lower mediump integer types to int16 and uint16
Marek Olšák
2020-06-02
5
-51
/
+834
*
glsl: handle int16 and uint16 types and add instructions for mediump
Marek Olšák
2020-06-02
10
-73
/
+437
*
glsl: treat lowp as mediump when lowering builtins
Marek Olšák
2020-06-02
1
-2
/
+4
*
nir: add options::vectorize_vec2_16bit to limit vectorization to vec2 16
Marek Olšák
2020-06-02
2
-15
/
+28
*
nir: fix lower_wpos for 16-bit fddy
Marek Olšák
2020-06-02
1
-2
/
+5
*
nir: lower int16 and uint16 in nir_lower_mediump_outputs
Marek Olšák
2020-06-02
1
-24
/
+36
*
nir: add int16 and uint16 type helpers
Marek Olšák
2020-06-02
4
-0
/
+46
*
nir: add i2imp and u2ump opcodes for conversions to mediump
Marek Olšák
2020-06-02
2
-6
/
+21
[next]