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
*
spirv: Accept doubles in FaceForward, Reflect and Refract
Neil Roberts
2018-04-17
1
-4
/
+18
*
spirv: Add a 64-bit implementation of OpIsInf
Neil Roberts
2018-04-17
1
-3
/
+4
*
spirv: Use nir_imm_floatN_t for constants for GLSL450 builtins
Neil Roberts
2018-04-17
1
-1
/
+1
*
nir/builder: Add a nir_imm_floatN_t helper
Neil Roberts
2018-04-17
1
-0
/
+13
*
nir: return early when lowering a return at the end of a function
Timothy Arceri
2018-04-17
1
-0
/
+6
*
glsl: fix gcc 8 parenthesis warning
Marc Dietrich
2018-04-17
1
-2
/
+2
*
compiler: int8/uint8 fixes
Rob Clark
2018-04-16
1
-25
/
+12
*
nir: fix ir_binop_gequal glsl_to_nir conversion
Erico Nunes
2018-04-16
1
-1
/
+1
*
nir: lower 64bit subgroup shuffle intrinsics
Daniel Schürmann
2018-04-14
2
-13
/
+56
*
nir/spirv: Fix warning and add missing breaks.
Daniel Schürmann
2018-04-14
2
-0
/
+4
*
nir: use ballot_bit_size when lowering ballot_bitfield_extract
Daniel Schürmann
2018-04-14
1
-1
/
+1
*
nir: subgroups instructions for 64bit ballot sizes
Daniel Schürmann
2018-04-14
1
-6
/
+6
*
glsl: #undef THIS macro to fix MSVC build
Brian Paul
2018-04-13
1
-0
/
+5
*
glsl: rename 'interface' var to 'iface' to fix MSVC build
Brian Paul
2018-04-13
1
-7
/
+7
*
Fix make check
Marek Olšák
2018-04-12
1
-0
/
+1
*
Fix scons build
Marek Olšák
2018-04-12
1
-0
/
+1
*
mesa: include mtypes.h less
Marek Olšák
2018-04-12
53
-31
/
+63
*
glsl: fix compat shaders in GLSL 1.40
Timothy Arceri
2018-04-12
1
-0
/
+2
*
nir/vars_to_ssa: Simplify node matching code
Caio Marcelo de Oliveira Filho
2018-04-11
1
-36
/
+31
*
nir/vars_to_ssa: Remove an unnecessary deref_arry_type check
Caio Marcelo de Oliveira Filho
2018-04-11
1
-4
/
+5
*
nir/vars_to_ssa: Rework register_variable_uses()
Caio Marcelo de Oliveira Filho
2018-04-11
1
-28
/
+23
*
nir: Use nir_builder in lower_io_to_temporaries
Jason Ekstrand
2018-04-11
1
-19
/
+16
*
nir/lower_atomics: Rework the main walker loop a bit
Jason Ekstrand
2018-04-10
1
-8
/
+16
*
nir: Check if u_vector_init() succeeds
Topi Pohjolainen
2018-04-11
1
-2
/
+9
*
glsl: remove unreachable assert()
Emil Velikov
2018-04-10
1
-2
/
+0
*
spirv: autotools: add vtn_gather_types_c.py in distribution tarball
Juan A. Suarez Romero
2018-04-10
1
-1
/
+2
*
nir: dont lower bindless samplers
Timothy Arceri
2018-04-10
1
-1
/
+7
*
spirv: Use the LOCAL_GROUP_SIZE system value
Jason Ekstrand
2018-04-09
1
-15
/
+2
*
nir/lower_system_values: Support SYSTEM_VALUE_LOCAL_GROUP_SIZE
Jason Ekstrand
2018-04-09
1
-0
/
+10
*
nir: add comment about nir_src_copy()
Rob Clark
2018-04-09
1
-0
/
+3
*
nir: Fix a typo in src/compiler/Makefile.nir.am
Bastien Orivel
2018-04-09
1
-1
/
+1
*
nir: rename variables in nir_lower_io_to_temporaries for clarity
Caio Marcelo de Oliveira Filho
2018-04-06
1
-11
/
+11
*
prog/nir: Simplify some load/store operations
Jason Ekstrand
2018-04-05
1
-0
/
+6
*
compiler/spirv: set is_shadow for depth comparitor sampling opcodes
Iago Toral Quiroga
2018-04-04
1
-1
/
+2
*
nir/lower_vec_to_movs: Only coalesce if the vec had a SSA destination
Jason Ekstrand
2018-04-03
1
-1
/
+6
*
glsl: always call do_lower_jumps() after loop unrolling
Timothy Arceri
2018-04-04
1
-0
/
+18
*
nir+drivers: add helpers to get # of src/dest components
Rob Clark
2018-04-03
4
-14
/
+26
*
st/glsl_to_nir: gather next_stage in shader_info
Timothy Arceri
2018-04-02
1
-0
/
+5
*
nir/validator: Validate that all used variables exist
Jason Ekstrand
2018-03-30
1
-9
/
+8
*
nir/lower_indirect_derefs: Support interp_var_at intrinsics
Jason Ekstrand
2018-03-30
1
-2
/
+11
*
nir/vars_to_ssa: Remove copies from the correct set
Jason Ekstrand
2018-03-30
1
-1
/
+1
*
nir: Return a cursor from nir_instr_remove
Jason Ekstrand
2018-03-30
3
-19
/
+18
*
nir: Add src/dest num_components helpers
Jason Ekstrand
2018-03-30
1
-0
/
+12
*
spirv: s/uint/unsigned/ to fix MSVC build
Brian Paul
2018-03-30
1
-1
/
+1
*
nir/spirv: s/uint32_t/SpvOp/ in various functions
Brian Paul
2018-03-30
3
-7
/
+7
*
nir/spirv: fix MSVC syntax error in vtn_handle_texture()
Brian Paul
2018-03-30
1
-1
/
+2
*
nir/spirv: move NORETURN annotation on _vtn_fail() prototype
Brian Paul
2018-03-30
1
-2
/
+4
*
nir/spirv: fix MSVC warning in vtn_align_u32()
Brian Paul
2018-03-30
1
-1
/
+1
*
spirv: Fix building with SCons
Neil Roberts
2018-03-30
3
-1
/
+57
*
nir: s/uint/unsigned/ to fix MSVC/MinGW build
Brian Paul
2018-03-30
2
-2
/
+2
[next]