index
:
~dbaker/mesa
11.2-next
18.1-proposed
for-jason
jenkins
jenkins_gl
master
meson-windows
patches-for-ajax
submit/generator-argparse
submit/generator-mako
submit/python2-for-intel
wip/generator-mako
wip/generator-rewrite-v2
wip/glapi-cleanup
wip/gles32-symbols
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
compiler
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-03
glsl: skip comparison opt when adding vars of different size
Timothy Arceri
1
-0
/
+6
2018-06-26
nir/validate: Use the type from the tail of call parameter derefs
Jason Ekstrand
1
-2
/
+4
2018-06-26
nir: Handle call instructions in foreach_src
Jason Ekstrand
1
-1
/
+16
2018-06-26
glsl: serialize data from glTransformFeedbackVaryings
Tapani Pälli
1
-0
/
+20
2018-06-21
glsl/tests/glcpp: reinstate "error out if no tests found"
Emil Velikov
1
-0
/
+9
2018-06-15
glsl: Don't copy propagate elements from SSBO or shared variables either
Ian Romanick
1
-0
/
+8
2018-06-15
glsl: Don't copy propagate from SSBO or shared variables either
Ian Romanick
1
-0
/
+2
2018-06-15
glsl: allow standalone semicolons outside main()
Dave Airlie
1
-0
/
+1
2018-06-04
glsl: Add ir_binop_vector_extract in NIR
Juan A. Suarez Romero
1
-0
/
+9
2018-05-18
spirv: fix visiting inner loops with same break/continue block
Samuel Pitoiset
1
-0
/
+13
2018-05-09
glsl: change ast_type_qualifier bitset size to work around GCC 5.4 bug
Brian Paul
1
-1
/
+7
2018-05-03
spirv: Apply OriginUpperLeft to FragCoord
Neil Roberts
1
-3
/
+3
2018-04-27
compiler/glsl: close fd's in glcpp_test.py
Dylan Baker
1
-2
/
+4
2018-04-27
nir: Do not use progress for unreachable code in return lowering.
Bas Nieuwenhuizen
1
-1
/
+6
2018-04-20
autotools: Include new meson files
Dylan Baker
1
-0
/
+1
2018-04-20
glsl: prevent spurious Valgrind errors when serializing NIR
Nicolai Hähnle
1
-2
/
+4
2018-04-19
nir: Offset vertex_id by first_vertex instead of base_vertex
Neil Roberts
1
-1
/
+1
2018-04-19
spirv: Lower BaseVertex to FIRST_VERTEX instead of BASE_VERTEX
Neil Roberts
1
-1
/
+4
2018-04-19
compiler: Add SYSTEM_VALUE_FIRST_VERTEX and instrinsics
Antia Puentes
5
-0
/
+21
2018-04-18
spirv: Add support for runtime descriptor array cap.
Bas Nieuwenhuizen
2
-0
/
+5
2018-04-18
spirv: Add support for VK_EXT_descriptor_indexing uniform indexing caps.
Bas Nieuwenhuizen
2
-0
/
+7
2018-04-18
spirv: Update spirv.h to 12f8de9f04327336b699b1b80aa390ae7f9ddbf4
Bas Nieuwenhuizen
2
-4
/
+183
2018-04-18
meson: enable glcpp test
Dylan Baker
1
-1
/
+17
2018-04-18
glcpp/tests: Convert shell scripts to a python script
Dylan Baker
3
-267
/
+223
2018-04-18
glsl/tests: Remove unused compare_ir.py script
Dylan Baker
1
-58
/
+0
2018-04-18
meson: enable optimization-test
Dylan Baker
1
-0
/
+5
2018-04-18
glsl/tests: Convert optimization-test.sh to pure python
Dylan Baker
4
-238
/
+215
2018-04-18
meson: run glsl compiler warnings test
Dylan Baker
1
-1
/
+9
2018-04-18
glsl/tests: reimplement warnings-test in python
Dylan Baker
2
-56
/
+75
2018-04-17
spirv: Accept doubles in FaceForward, Reflect and Refract
Neil Roberts
1
-4
/
+18
2018-04-17
spirv: Add a 64-bit implementation of OpIsInf
Neil Roberts
1
-3
/
+4
2018-04-17
spirv: Use nir_imm_floatN_t for constants for GLSL450 builtins
Neil Roberts
1
-1
/
+1
2018-04-17
nir/builder: Add a nir_imm_floatN_t helper
Neil Roberts
1
-0
/
+13
2018-04-17
nir: return early when lowering a return at the end of a function
Timothy Arceri
1
-0
/
+6
2018-04-17
glsl: fix gcc 8 parenthesis warning
Marc Dietrich
1
-2
/
+2
2018-04-16
compiler: int8/uint8 fixes
Rob Clark
1
-25
/
+12
2018-04-16
nir: fix ir_binop_gequal glsl_to_nir conversion
Erico Nunes
1
-1
/
+1
2018-04-14
nir: lower 64bit subgroup shuffle intrinsics
Daniel Schürmann
2
-13
/
+56
2018-04-14
nir/spirv: Fix warning and add missing breaks.
Daniel Schürmann
2
-0
/
+4
2018-04-14
nir: use ballot_bit_size when lowering ballot_bitfield_extract
Daniel Schürmann
1
-1
/
+1
2018-04-14
nir: subgroups instructions for 64bit ballot sizes
Daniel Schürmann
1
-6
/
+6
2018-04-13
glsl: #undef THIS macro to fix MSVC build
Brian Paul
1
-0
/
+5
2018-04-13
glsl: rename 'interface' var to 'iface' to fix MSVC build
Brian Paul
1
-7
/
+7
2018-04-12
Fix make check
Marek Olšák
1
-0
/
+1
2018-04-12
Fix scons build
Marek Olšák
1
-0
/
+1
2018-04-12
mesa: include mtypes.h less
Marek Olšák
53
-31
/
+63
2018-04-12
glsl: fix compat shaders in GLSL 1.40
Timothy Arceri
1
-0
/
+2
2018-04-11
nir/vars_to_ssa: Simplify node matching code
Caio Marcelo de Oliveira Filho
1
-36
/
+31
2018-04-11
nir/vars_to_ssa: Remove an unnecessary deref_arry_type check
Caio Marcelo de Oliveira Filho
1
-4
/
+5
2018-04-11
nir/vars_to_ssa: Rework register_variable_uses()
Caio Marcelo de Oliveira Filho
1
-28
/
+23
[next]