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
/
glsl
/
glcpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: move to compiler/
Emil Velikov
2016-01-26
298
-6284
/
+0
*
glsl: add GL_ARB_shader_draw_parameters define
Ilia Mirkin
2015-12-30
1
-0
/
+3
*
glsl: Extension tracking for EXT_shader_samples_indentical
Ian Romanick
2015-11-19
1
-0
/
+3
*
glsl: add GL_EXT_blend_func_extended preprocessor define
Ryan Houdek
2015-11-19
1
-0
/
+2
*
mesa: add ARB_enhanced_layouts
Timothy Arceri
2015-11-12
1
-0
/
+1
*
glsl: add ARB_shader_clock infrastructure
Emil Velikov
2015-10-30
1
-0
/
+3
*
glsl: add ARB_shader_texture_image_samples infrastructure
Ilia Mirkin
2015-09-10
1
-0
/
+3
*
glsl: add support for OES_texture_storage_multisample_2d_array
Tapani Pälli
2015-08-27
1
-0
/
+2
*
main: add extension GL_ARB_shader_image_size
Martin Peres
2015-08-20
1
-0
/
+3
*
glsl/glcpp: fix SIGSEGV when checking error condition for macro redefinition
Samuel Iglesias Gonsalvez
2015-07-24
1
-2
/
+2
*
glsl: Add extension plumbing and define for ARB_shader_subroutine
Chris Forbes
2015-07-23
1
-0
/
+3
*
glsl: add tessellation shader defines and built-in variables.
Fabian Bieler
2015-07-23
1
-0
/
+3
*
mesa: define ARB_shader_storage_buffer_object extension
Samuel Iglesias Gonsalvez
2015-07-14
1
-0
/
+3
*
util: port _mesa_strto[df] to C
Erik Faye-Lund
2015-06-29
1
-0
/
+3
*
glsl: add ARB_vertex_attrib_64bit support. (v2)
Dave Airlie
2015-05-08
1
-0
/
+3
*
Fix a few typos
Zoë Blade
2015-04-27
1
-1
/
+1
*
glcpp: remove unneeded #include of core.h
Brian Paul
2015-02-24
1
-1
/
+0
*
glsl: add ARB_gpu_shader_fp64 to the glsl extensions. (v2)
Dave Airlie
2015-02-19
1
-0
/
+3
*
glcpp: Silence GCC warning
Ian Romanick
2015-02-17
1
-1
/
+1
*
mesa: Add ARB_shader_precision infrastructure
Micah Fedke
2015-01-19
1
-0
/
+3
*
mesa/glsl/glapi: enable GL_EXT_draw_buffers extension
Tapani Pälli
2015-01-14
1
-0
/
+1
*
glcpp: Make tests write .out files to builddir.
Matt Turner
2014-12-12
2
-7
/
+14
*
glcpp: Fix `can not` to `cannot` in error message
Chris Forbes
2014-12-07
2
-4
/
+4
*
glcpp: Disallow undefining GL_* builtin macros.
Chris Forbes
2014-12-07
1
-1
/
+2
*
glcpp: Don't use alternation in the lookahead for empty pragmas.
Carl Worth
2014-08-22
1
-2
/
+8
*
glcpp: Fix glcpp-test-cr-lf "make check" test for Mac OS X
Carl Worth
2014-08-20
1
-2
/
+2
*
glcpp: Use printf instead of "echo -n" in glcpp-test
Carl Worth
2014-08-20
1
-2
/
+2
*
glsl: add ARB_derivative control support
Ilia Mirkin
2014-08-14
1
-0
/
+3
*
glsl/glcpp: Rename one test to avoid a duplicate test number
Carl Worth
2014-08-07
2
-0
/
+0
*
glsl/glcpp: Fix handling of commas that result from macro expansion
Carl Worth
2014-08-07
3
-12
/
+45
*
glsl/glcpp: Integrate recent glcpp-test-cr-lf test into "make check"
Carl Worth
2014-08-07
2
-13
/
+37
*
glsl/glcpp: Fix glcpp-test to correctly extract test-specific arguments
Carl Worth
2014-08-07
1
-1
/
+1
*
glsl/glcpp: Fix line-continuation code to handle multiple newline flavors
Carl Worth
2014-08-07
1
-9
/
+87
*
glsl/glcpp: Don't include any newline characters in #error token
Carl Worth
2014-08-07
1
-1
/
+1
*
glsl/glcpp: Treat CR+LF pair as a single newline
Carl Worth
2014-08-07
2
-5
/
+9
*
glsl/glcpp: Add test script for testing various line-termination characters
Carl Worth
2014-08-07
2
-11
/
+137
*
glsl/glcpp: Fix for macros that expand to include "defined" operators
Carl Worth
2014-08-07
3
-45
/
+387
*
glsl/glcpp: Swallow empty #pragma directives.
Carl Worth
2014-08-07
2
-1
/
+7
*
glsl/glcpp: Fix #pragma to not over-increment the line-number count
Carl Worth
2014-08-07
3
-2
/
+12
*
glsl/glcpp: Add testing for null directives with spaces and comments
Carl Worth
2014-08-07
2
-0
/
+18
*
glsl/glcpp: Fix NULL directives when followed by a single-line comment
Carl Worth
2014-08-07
1
-1
/
+1
*
glsl/glcpp: Add tests for #define followed by comments
Carl Worth
2014-08-07
2
-2
/
+8
*
glsl/glcpp: Allow single-line comments immediately after #define
Carl Worth
2014-08-07
1
-1
/
+1
*
glsl/glcpp: Add test for "#define without macro name"
Carl Worth
2014-08-07
2
-0
/
+4
*
glsl/glcpp: Add explicit error for "#define without macro name"
Carl Worth
2014-08-07
3
-5
/
+7
*
util: Move ralloc to a new src/util directory.
Kenneth Graunke
2014-08-04
1
-1
/
+1
*
define GL_OES_standard_derivatives if extension is supported
Kevin Rogovin
2014-08-02
1
-0
/
+2
*
glsl/glcpp: rename ERROR to ERROR_TOKEN to fix MSVC build
Brian Paul
2014-07-30
2
-4
/
+4
*
glsl/glcpp: Add flex options to eliminate the default rule.
Carl Worth
2014-07-29
1
-1
/
+2
*
glsl/glcpp: Combine the two rules matching any character
Carl Worth
2014-07-29
1
-6
/
+6
[next]