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/instr_set: Use _mesa_set_search_or_add()
Connor Abbott
2019-05-31
1
-5
/
+3
*
nir: Rematerialize compare instructions
Ian Romanick
2019-05-31
4
-0
/
+185
*
nir: Add a shallow clone function for nir_alu_instr
Ian Romanick
2019-05-31
2
-0
/
+23
*
nir: Actually propagate progress in nir_opt_move_load_ubo.
Bas Nieuwenhuizen
2019-05-31
1
-1
/
+1
*
nir/split_vars: Properly bail in the presence of complex derefs
Jason Ekstrand
2019-05-31
1
-9
/
+106
*
nir/vars_to_ssa: Properly ignore variables with complex derefs
Jason Ekstrand
2019-05-31
1
-14
/
+64
*
nir/vars_to_ssa: Use a non-null UNDEF_NODE pointer
Jason Ekstrand
2019-05-31
1
-3
/
+5
*
nir/deref: Add a has_complex_use helper
Jason Ekstrand
2019-05-31
2
-0
/
+79
*
nir/dead_cf: Call instructions aren't dead
Jason Ekstrand
2019-05-31
1
-1
/
+1
*
vtn: create cast with type stride.
Dave Airlie
2019-05-31
1
-1
/
+1
*
nir: Accept nir_var_mem_global in derefs used by phis
Caio Marcelo de Oliveira Filho
2019-05-30
1
-1
/
+2
*
nir: silence three compiler warnings seen with MinGW
Brian Paul
2019-05-29
3
-5
/
+3
*
spirv: Change spirv_to_nir() to return a nir_shader
Caio Marcelo de Oliveira Filho
2019-05-29
3
-12
/
+13
*
nir: Allow derefs to be used as phi sources
Caio Marcelo de Oliveira Filho
2019-05-29
3
-2
/
+17
*
nir/lower_non_uniform: safely iterate over blocks
Lionel Landwerlin
2019-05-28
1
-1
/
+1
*
st/nir: Re-vectorize shader IO
Kenneth Graunke
2019-05-28
1
-0
/
+6
*
nir: Drop imov/fmov in favor of one mov instruction
Jason Ekstrand
2019-05-24
25
-54
/
+42
*
nir/builder: Merge nir_[if]mov_alu into one nir_mov_alu helper
Jason Ekstrand
2019-05-24
4
-30
/
+12
*
nir/lower_to_source_mods: Stop turning add, sat, and neg into mov
Jason Ekstrand
2019-05-24
2
-40
/
+19
*
nir/source_mods: Add a helpers for setting source modifiers
Jason Ekstrand
2019-05-24
1
-6
/
+18
*
nir/builder: Remove the use_fmov parameter from nir_swizzle
Jason Ekstrand
2019-05-24
8
-33
/
+32
*
glsl: simplify resource list building code
Timothy Arceri
2019-05-23
3
-77
/
+87
*
spirv: Drop GOOGLE suffix from names incorporated to SPIR-V
Caio Marcelo de Oliveira Filho
2019-05-21
2
-15
/
+15
*
spirv: Pick the right bitsize when doing SpvUConvert
Caio Marcelo de Oliveira Filho
2019-05-21
1
-0
/
+1
*
spirv: Trivially handle new 1.4 loop controls
Caio Marcelo de Oliveira Filho
2019-05-21
1
-1
/
+6
*
spirv: Update JSON and Headers to 1.4
Caio Marcelo de Oliveira Filho
2019-05-21
3
-81
/
+2419
*
spirv: Handle instruction aliases in spirv_info_c.py
Caio Marcelo de Oliveira Filho
2019-05-21
1
-0
/
+7
*
Revert "glsl: do not use deprecated bison-keyword"
Erik Faye-Lund
2019-05-21
2
-2
/
+2
*
glsl: do not use deprecated bison-keyword
Erik Faye-Lund
2019-05-21
2
-2
/
+2
*
glsl: handle 8 and 16 bit ints in glsl_base_type_is_integer
Karol Herbst
2019-05-21
1
-1
/
+5
*
nir/test: add split vars tests (v2)
Dave Airlie
2019-05-21
1
-1
/
+419
*
nir: Fix clone of nir_variable state slots
Caio Marcelo de Oliveira Filho
2019-05-20
1
-3
/
+5
*
spirv: Generate proper NULL pointer values
Caio Marcelo de Oliveira Filho
2019-05-20
1
-4
/
+12
*
spirv: Reuse helpers in vtn_handle_type()
Caio Marcelo de Oliveira Filho
2019-05-20
2
-33
/
+6
*
spirv: Add vtn_variable_mode_image
Caio Marcelo de Oliveira Filho
2019-05-20
2
-0
/
+11
*
spirv: Add vtn_mode_to_address_format()
Caio Marcelo de Oliveira Filho
2019-05-20
2
-20
/
+57
*
spirv: Add vtn_mode_uses_ssa_offset()
Caio Marcelo de Oliveira Filho
2019-05-20
2
-8
/
+15
*
spirv: Add and use vtn_type_without_array() helper
Caio Marcelo de Oliveira Filho
2019-05-20
3
-8
/
+15
*
spirv: Change vtn_null_constant() to use vtn_type
Caio Marcelo de Oliveira Filho
2019-05-20
1
-32
/
+26
*
spirv: Export vtn_storage_class_to_mode()
Caio Marcelo de Oliveira Filho
2019-05-20
2
-1
/
+6
*
nir: Add nir_address_format_null_value()
Caio Marcelo de Oliveira Filho
2019-05-20
2
-0
/
+22
*
spirv, radv, anv: Replace ptr_type with addr_format
Caio Marcelo de Oliveira Filho
2019-05-20
3
-24
/
+30
*
nir: Add nir_address_format_32bit_offset
Caio Marcelo de Oliveira Filho
2019-05-20
2
-0
/
+9
*
nir: Add nir_address_format_logical
Caio Marcelo de Oliveira Filho
2019-05-20
2
-0
/
+14
*
nir/validate: fix crash if entry is null.
Dave Airlie
2019-05-20
1
-1
/
+1
*
glsl/nir: init non-static class member.
Dave Airlie
2019-05-17
1
-0
/
+1
*
glsl: init non-static class member in link uniforms. (v2)
Dave Airlie
2019-05-17
1
-1
/
+2
*
glsl: init packed in more constructors.
Dave Airlie
2019-05-17
1
-6
/
+6
*
nir: Only convert SSA values to regs when needed
Caio Marcelo de Oliveira Filho
2019-05-16
1
-6
/
+22
*
nir: Fix nir_opt_idiv_const when negatives are involved
Caio Marcelo de Oliveira Filho
2019-05-16
1
-3
/
+5
[next]