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
*
glsl/tests: add GLSL_TYPE_UINT8, GLSL_TYPE_INT8 cases to switch statements
Brian Paul
2018-04-30
1
-0
/
+6
*
nir: move GL specific passes to src/compiler/glsl
Timothy Arceri
2018-05-01
8
-32
/
+74
*
glsl: replace some asserts with unreachable when processing the ast
Timothy Arceri
2018-04-27
1
-6
/
+3
*
nir/opt_constant_folding: fix folding of 8 and 16 bit ints
Karol Herbst
2018-04-26
1
-2
/
+12
*
nir: print 8 and 16 bit constants correctly
Karol Herbst
2018-04-26
1
-2
/
+14
*
nir: support converting to 8-bit integers in nir_type_conversion_op
Karol Herbst
2018-04-26
1
-1
/
+6
*
spirv: Don’t check for NaN for most OpFOrd* comparisons
Neil Roberts
2018-04-26
1
-11
/
+6
*
mesa: GL_EXT_texture_norm16 extension plumbing
Tapani Pälli
2018-04-25
1
-6
/
+6
*
meson: remove dummy_cpp
Dylan Baker
2018-04-24
1
-1
/
+1
*
glsl/glcpp: Handle hex constants with 0X prefix
Vlad Golovkin
2018-04-24
3
-7
/
+12
*
compiler/glsl: close fd's in glcpp_test.py
Dylan Baker
2018-04-23
1
-2
/
+4
*
nir: Do not use progress for unreachable code in return lowering.
Bas Nieuwenhuizen
2018-04-23
1
-1
/
+6
*
autotools: Include new meson files
18.1-branchpoint
Dylan Baker
2018-04-20
1
-0
/
+1
*
glsl: prevent spurious Valgrind errors when serializing NIR
Nicolai Hähnle
2018-04-20
1
-2
/
+4
*
nir: Offset vertex_id by first_vertex instead of base_vertex
Neil Roberts
2018-04-19
1
-1
/
+1
*
spirv: Lower BaseVertex to FIRST_VERTEX instead of BASE_VERTEX
Neil Roberts
2018-04-19
1
-1
/
+4
*
compiler: Add SYSTEM_VALUE_FIRST_VERTEX and instrinsics
Antia Puentes
2018-04-19
5
-0
/
+21
*
spirv: Add support for runtime descriptor array cap.
Bas Nieuwenhuizen
2018-04-18
2
-0
/
+5
*
spirv: Add support for VK_EXT_descriptor_indexing uniform indexing caps.
Bas Nieuwenhuizen
2018-04-18
2
-0
/
+7
*
spirv: Update spirv.h to 12f8de9f04327336b699b1b80aa390ae7f9ddbf4
Bas Nieuwenhuizen
2018-04-18
2
-4
/
+183
*
meson: enable glcpp test
Dylan Baker
2018-04-18
1
-1
/
+17
*
glcpp/tests: Convert shell scripts to a python script
Dylan Baker
2018-04-18
3
-267
/
+223
*
glsl/tests: Remove unused compare_ir.py script
Dylan Baker
2018-04-18
1
-58
/
+0
*
meson: enable optimization-test
Dylan Baker
2018-04-18
1
-0
/
+5
*
glsl/tests: Convert optimization-test.sh to pure python
Dylan Baker
2018-04-18
4
-238
/
+215
*
meson: run glsl compiler warnings test
Dylan Baker
2018-04-18
1
-1
/
+9
*
glsl/tests: reimplement warnings-test in python
Dylan Baker
2018-04-18
2
-56
/
+75
*
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
[next]