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
/
glsl
/
glcpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
meson: Add tests to suites
Dylan Baker
2018-11-20
1
-0
/
+1
*
configure: allow building with python3
Emil Velikov
2018-10-31
1
-1
/
+1
*
glsl: ignore trailing whitespace when define redefined
Timothy Arceri
2018-10-10
3
-3
/
+25
*
meson: Don't build glsl compiler tests unless OpenGL is enabled
Dylan Baker
2018-10-09
1
-1
/
+1
*
glsl: fixer lexer for unreachable defines
Timothy Arceri
2018-09-06
2
-23
/
+38
*
glsl: skip stringification in preprocessor if in unreachable branch
Timothy Arceri
2018-08-30
1
-2
/
+4
*
Revert "configure: allow building with python3"
Emil Velikov
2018-08-24
1
-1
/
+1
*
configure: allow building with python3
Emil Velikov
2018-08-23
1
-1
/
+1
*
glsl: remove execute bit and shebang from python tests
Emil Velikov
2018-08-23
1
-1
/
+0
*
meson: Run the test with Python 3
Mathieu Bridon
2018-08-22
1
-1
/
+2
*
python: Disable universal newlines
Mathieu Bridon
2018-08-22
1
-1
/
+4
*
python: difflib prefers unicode strings
Mathieu Bridon
2018-08-22
1
-1
/
+2
*
glsl/tests/glcpp: reinstate "error out if no tests found"
Emil Velikov
2018-06-21
1
-0
/
+9
*
glsl/glcpp/tests: reinstate srcdir/abs_builddir blurb
Emil Velikov
2018-06-21
1
-0
/
+13
*
glsl: fold glcpp-test-cr-lf.sh into glcpp-test.sh
Emil Velikov
2018-06-21
2
-4
/
+1
*
glsl: parse #version XXX compatibility
Marek Olšák
2018-05-29
1
-4
/
+8
*
meson: remove dependency antipattern
Eric Engestrom
2018-05-14
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
*
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
*
Fix scons build
Marek Olšák
2018-04-12
1
-0
/
+1
*
mesa: include mtypes.h less
Marek Olšák
2018-04-12
4
-4
/
+5
*
meson: Use consistent style
Dylan Baker
2018-01-11
1
-2
/
+4
*
meson: Build i965 and dri stack
Dylan Baker
2017-10-09
1
-0
/
+56
*
glcpp: Avoid unnecessary call to strlen
Thomas Helland
2017-09-26
1
-1
/
+8
*
glcpp: Use string_buffer for line continuation removal
Thomas Helland
2017-09-26
1
-7
/
+18
*
glsl: Change the parser to use the string buffer
Thomas Helland
2017-09-26
3
-164
/
+78
*
glsl: use ralloc_str_append() rather than ralloc_asprintf_rewrite_tail()
Timothy Arceri
2017-08-11
1
-31
/
+113
*
Fix glcpp test expectations
Iago Toral Quiroga
2017-06-08
2
-3
/
+6
*
glcpp: fix #undef to match latest spec update and GLSLang implementation
Iago Toral Quiroga
2017-06-07
1
-14
/
+31
*
glcpp: Skip unnecessary line continuations removal
Vladislav Egorov
2017-05-22
1
-2
/
+8
*
glcpp: Avoid unnecessary strcmp()
Vladislav Egorov
2017-05-22
1
-5
/
+9
*
glsl: Ban #undefining __LINE__ and friends on GLES2.
Eric Anholt
2017-05-08
1
-5
/
+2
*
glcpp/tests/glcpp-test-cr-lf: error out if we cannot find any tests
Emil Velikov
2017-03-28
1
-0
/
+5
*
glcpp/tests/glcpp-test-cr-lf: correctly set/use srcdir/abs_builddir
Emil Velikov
2017-03-28
1
-14
/
+17
*
glcpp/tests: update testname in help string
Emil Velikov
2017-03-28
2
-2
/
+2
*
glcpp/tests/glcpp-test: error out if we cannot find any tests
Emil Velikov
2017-03-28
1
-0
/
+5
*
glcpp/tests/glcpp-test: print only the test basename
Emil Velikov
2017-03-28
1
-2
/
+2
*
glcpp/tests/glcpp-test: set srcdir/abs_builddir variables
Emil Velikov
2017-03-28
1
-8
/
+15
*
glsl/tests: suffix .sh/.py files as applicable
Emil Velikov
2017-03-10
2
-2
/
+2
*
glsl: Add "built-in" functions to do 64%64 => 64 modulus
Ian Romanick
2017-01-20
1
-0
/
+2
*
glsl: Add "built-in" functions to do 64/64 => 64 division
Ian Romanick
2017-01-20
1
-0
/
+2
*
glsl: Add "built-in" function for 64-bit integer sign()
Ian Romanick
2017-01-20
1
-0
/
+1
*
glsl: Add "built-in" functions to do 64x64 => 64 multiplication
Ian Romanick
2017-01-20
3
-3
/
+17
*
glcpp: Remove illegal characters from tests
Carl Worth
2017-01-04
6
-6
/
+6
*
glcpp: Exhaustively test all legal characters in GLSL
Carl Worth
2017-01-04
2
-0
/
+154
*
glcpp: Allow vertical tab and form feed characters in GLSL
Carl Worth
2017-01-04
1
-1
/
+1
*
glcpp: Add testing for no space between macro name and replacement list
Carl Worth
2017-01-04
2
-0
/
+116
*
glcpp: Handle '#version 0' and other invalid values
Ian Romanick
2016-11-10
2
-6
/
+28
[next]