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: Make gl_nir_lower_samplers use gl_nir_lower_samplers_as_deref
Kenneth Graunke
2019-01-07
1
-47
/
+28
*
nir: Fix gl_nir_lower_samplers_as_deref's structure type handling.
Kenneth Graunke
2019-01-07
1
-3
/
+0
*
glsl: correct typo in GLSL compilation error message
Andres Gomez
2019-01-07
1
-1
/
+1
*
nir: avoid uninitialized variable warning
Timothy Arceri
2019-01-07
1
-1
/
+1
*
nir: Add nir_lower_tex options to lower sampler return formats.
Eric Anholt
2019-01-04
2
-0
/
+83
*
nir: Allow nir_format_unpack_int/sint to unpack larger values.
Eric Anholt
2019-01-04
1
-3
/
+8
*
nir: remove dead code from copy_prop_vars
Caio Marcelo de Oliveira Filho
2019-01-04
1
-1
/
+1
*
glsl/linker: complete documentation for assign_attribute_or_color_locations
Andres Gomez
2019-01-04
1
-9
/
+13
*
nir: merge some basic consecutive ifs
Timothy Arceri
2019-01-03
1
-0
/
+93
*
nir: add rewrite_phi_predecessor_blocks() helper
Timothy Arceri
2019-01-03
1
-20
/
+31
*
nir: simplify does_varying_match()
Timothy Arceri
2019-01-03
1
-5
/
+2
*
nir: make use of does_varying_match() helper
Timothy Arceri
2019-01-03
1
-2
/
+1
*
nir: make nir_opt_remove_phis_impl() static
Timothy Arceri
2019-01-03
2
-2
/
+1
*
nir: add a way to print the deref chain
Caio Marcelo de Oliveira Filho
2019-01-02
2
-4
/
+14
*
compiler/spirv: use 32-bit polynomial approximation for 16-bit asin()
Iago Toral Quiroga
2019-01-02
1
-0
/
+14
*
compiler/spirv: implement 16-bit frexp
Iago Toral Quiroga
2019-01-02
1
-2
/
+46
*
compiler/spirv: implement 16-bit hyperbolic trigonometric functions
Iago Toral Quiroga
2019-01-02
1
-18
/
+26
*
compiler/spirv: implement 16-bit exp and log
Iago Toral Quiroga
2019-01-02
1
-2
/
+2
*
compiler/spirv: implement 16-bit atan2
Iago Toral Quiroga
2019-01-02
1
-7
/
+11
*
compiler/spirv: implement 16-bit atan
Iago Toral Quiroga
2019-01-02
1
-12
/
+11
*
compiler/spirv: implement 16-bit acos
Iago Toral Quiroga
2019-01-02
1
-2
/
+3
*
compiler/spirv: implement 16-bit asin
Iago Toral Quiroga
2019-01-02
1
-9
/
+14
*
compiler/spirv: handle 16-bit float in radians() and degrees()
Iago Toral Quiroga
2019-01-02
1
-2
/
+2
*
compiler/nir: add nir_fadd_imm() and nir_fmul_imm() helpers
Iago Toral Quiroga
2019-01-02
1
-0
/
+12
*
compiler/nir: add a nir_b2f() helper
Iago Toral Quiroga
2019-01-02
1
-0
/
+12
*
nir: link time opt duplicate varyings
Timothy Arceri
2019-01-02
1
-0
/
+88
*
nir: rework nir_link_opt_varyings()
Timothy Arceri
2019-01-02
1
-16
/
+12
*
nir: add can_replace_varying() helper
Timothy Arceri
2019-01-02
1
-2
/
+14
*
nir: rename nir_link_constant_varyings() nir_link_opt_varyings()
Timothy Arceri
2019-01-02
2
-2
/
+2
*
spirv: add support for SpvCapabilityStorageImageMultisample
Samuel Pitoiset
2018-12-20
2
-1
/
+5
*
intel/compiler: move nir_lower_bool_to_int32 before nir_lower_locals_to_regs
Iago Toral Quiroga
2018-12-20
1
-0
/
+2
*
nir: properly find the entry to keep in copy_prop_vars
Caio Marcelo de Oliveira Filho
2018-12-19
1
-3
/
+16
*
nir: properly clear the entry sources in copy_prop_vars
Caio Marcelo de Oliveira Filho
2018-12-19
1
-0
/
+3
*
nir/algebraic: Don't put quotes around floating point literals
Ian Romanick
2018-12-18
2
-5
/
+13
*
nir: Add a new lowering option to lower 3D surfaces from txd to txl.
Sagar Ghuge
2018-12-18
2
-1
/
+8
*
nir/dead_write_vars: Get modes directly from derefs
Jason Ekstrand
2018-12-18
1
-2
/
+1
*
nir/copy_prop_vars: Get modes directly from derefs
Jason Ekstrand
2018-12-18
1
-6
/
+2
*
nir/lower_wpos_center: Look at derefs for modes
Jason Ekstrand
2018-12-18
1
-2
/
+4
*
nir/lower_io_to_scalar: Look at derefs for modes
Jason Ekstrand
2018-12-18
1
-3
/
+6
*
nir/lower_io_arrays_to_elements: Look at derefs for modes
Jason Ekstrand
2018-12-18
1
-5
/
+8
*
nir/linking_helpers: Look at derefs for modes
Jason Ekstrand
2018-12-18
1
-12
/
+11
*
nir/propagate_invariant: Skip unknown vars
Jason Ekstrand
2018-12-18
1
-1
/
+1
*
Revert "nir/lower_indirect: Bail early if modes == 0"
Ian Romanick
2018-12-18
1
-3
/
+0
*
nir/opt_peephole_select: Don't peephole_select expensive math instructions
Ian Romanick
2018-12-17
2
-9
/
+32
*
nir/opt_peephole_select: Don't try to remove flow control around indirect loads
Ian Romanick
2018-12-17
2
-11
/
+29
*
nir: Fix clamping of uints for image store lowering.
Eric Anholt
2018-12-17
1
-1
/
+1
*
nir: Release per-block metadata in nir_sweep
Ian Romanick
2018-12-16
1
-0
/
+9
*
nir: Fix holes in nir_instr
Ian Romanick
2018-12-16
1
-5
/
+5
*
nir/phi_builder: Use per-value hash table to store [block] -> def mapping
Ian Romanick
2018-12-16
1
-9
/
+36
*
nir/algebraic: Add some optimizations for D3D-style Booleans
Jason Ekstrand
2018-12-16
1
-0
/
+13
[prev]
[next]