index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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
*
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
*
glcpp: use the linear allocator for most objects
Marek Olšák
2016-10-31
3
-118
/
+91
*
glsl/glcpp: initialize all fields of glcpp_parser_t on creation
Tapani Pälli
2016-10-31
1
-0
/
+3
*
glsl: Convert glcpp-parse to the util hash table
Thomas Helland
2016-09-12
2
-21
/
+35
*
glcpp: Update tests for new #undef of built-in macro rules.
Kenneth Graunke
2016-08-15
4
-1
/
+11
*
glcpp: Only disallow #undef of pre-defined macros on GLSL ES >= 3.00 shaders
Ian Romanick
2016-08-10
1
-4
/
+28
*
glcpp: Track the actual version instead of just the version_resolved flag
Ian Romanick
2016-08-10
2
-6
/
+6
*
glsl: reuse main extension table to appropriately restrict extensions
Ilia Mirkin
2016-07-23
4
-203
/
+28
*
MESA_shader_integer_functions: Boiler plate extension tracking
Ian Romanick
2016-07-19
1
-0
/
+3
*
mesa: hook up core bits of GL_ARB_shader_group_vote
Ilia Mirkin
2016-06-06
1
-0
/
+3
*
mesa: Add extension tracking for GL_OES_shader_io_blocks
Ian Romanick
2016-05-26
1
-0
/
+5
*
glsl: add GL_EXT_clip_cull_distance define, add helpers
Ilia Mirkin
2016-05-25
1
-0
/
+2
*
glsl: Add arb_cull_distance support (v3)
Tobias Klausmann
2016-05-14
1
-0
/
+3
[next]