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
/
glcpp-parse.y
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
glsl: add ARB_gpu_shader_fp64 to the glsl extensions. (v2)
Dave Airlie
2015-02-19
1
-0
/
+3
*
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: Fix `can not` to `cannot` in error message
Chris Forbes
2014-12-07
1
-1
/
+1
*
glcpp: Disallow undefining GL_* builtin macros.
Chris Forbes
2014-12-07
1
-1
/
+2
*
glsl: add ARB_derivative control support
Ilia Mirkin
2014-08-14
1
-0
/
+3
*
glsl/glcpp: Fix handling of commas that result from macro expansion
Carl Worth
2014-08-07
1
-12
/
+1
*
glsl/glcpp: Fix for macros that expand to include "defined" operators
Carl Worth
2014-08-07
1
-45
/
+199
*
glsl/glcpp: Add explicit error for "#define without macro name"
Carl Worth
2014-08-07
1
-0
/
+3
*
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
1
-3
/
+3
*
glsl/glcpp: Add (non)-support for ++ and -- operators
Carl Worth
2014-07-29
1
-1
/
+9
*
glsl/glcpp: Emit error for duplicate parameter name in function-like macro
Carl Worth
2014-07-29
1
-0
/
+29
*
glsl/glcpp: Add an explanatory comment for "loc != NULL" check
Carl Worth
2014-07-29
1
-0
/
+4
*
glsl/glcpp: Drop the HASH_ prefix from token names like HASH_IF
Carl Worth
2014-07-29
1
-25
/
+26
*
glsl/glcpp: Correctly parse directives with intervening comments
Carl Worth
2014-07-29
1
-51
/
+64
*
glsl/glcpp: Rename HASH token to HASH_TOKEN
Carl Worth
2014-07-29
1
-4
/
+7
*
glsl/glcpp: Add a -d/--debug option to the standalone glcpp program
Carl Worth
2014-07-29
1
-0
/
+2
*
glsl/glcpp: Minor tweak to wording of error message
Carl Worth
2014-07-29
1
-1
/
+1
*
glsl/glcpp: Stop using a lexer start condition (<SKIP>) for token skipping.
Carl Worth
2014-07-29
1
-0
/
+1
*
glsl/glcpp: Drop extra, final newline from most output
Carl Worth
2014-07-29
1
-0
/
+1
*
glsl/glcpp: move macro declaration before code to fix MSVC build
Brian Paul
2014-07-10
1
-1
/
+2
*
glsl/glcpp: Promote "extra token at end of directive" from warning to error
Carl Worth
2014-07-09
1
-1
/
+1
*
glsl/glcpp: Once again report undefined macro name in error message.
Carl Worth
2014-07-09
1
-35
/
+83
*
glsl/glcpp: Add short-circuiting for || and && in #if/#elif for OpenGL ES.
Carl Worth
2014-07-09
1
-30
/
+76
*
glsl/glcpp: Fix glcpp to catch garbage after #if 1 ... #else
Carl Worth
2014-07-09
1
-3
/
+3
*
glsl/glcpp: Fix preprocessor error condition for macro redefinition
Anuj Phogat
2014-07-09
1
-8
/
+10
*
glsl/glcpp: Do not allow undefining the built-in macros
Anuj Phogat
2014-07-09
1
-0
/
+6
*
glsl: add support for AMD_vertex_shader_viewport_index
Ilia Mirkin
2014-07-02
1
-0
/
+3
*
Partially revert "glsl: Add builtin define for ARB_fragment_layer_viewport"
Chris Forbes
2014-06-22
1
-0
/
+6
*
glsl: Add builtin define for ARB_fragment_layer_viewport
Chris Forbes
2014-06-22
1
-6
/
+3
*
glsl: parser changes for GL_ARB_explicit_uniform_location
Tapani Pälli
2014-06-16
1
-0
/
+3
*
mesa: Enable GL_EXT_separate_shader_objects for OpenGL ES
Ian Romanick
2014-05-02
1
-0
/
+1
*
mesa/sso: Enable GL_ARB_separate_shader_objects by default
Ian Romanick
2014-05-02
1
-3
/
+1
*
glsl/sso: Add parser and AST-to-HIR support for separate shader object layouts
Ian Romanick
2014-02-21
1
-0
/
+3
*
glcpp: Only warn for macro names containing __
Ian Romanick
2014-02-19
1
-3
/
+19
*
glcpp: Add built-in define for ARB_shader_image_load_store.
Francisco Jerez
2014-02-12
1
-0
/
+3
*
mesa/cs: Add extension enable flags for ARB_compute_shader.
Paul Berry
2014-02-05
1
-0
/
+3
*
glcpp: Reject #version after the version has been resolved.
Matt Turner
2014-01-31
1
-0
/
+6
*
glcpp: Resolve implicit GLSL version to 100 if the API is ES.
Matt Turner
2014-01-27
1
-3
/
+12
*
glcpp: Check version_resolved in the proper place.
Matt Turner
2014-01-27
1
-11
/
+11
*
glcpp: Make sure GL_AMD_shader_trinary_minmax is defined
Ian Romanick
2014-01-27
1
-3
/
+2
*
glcpp: Define GL_EXT_shader_integer_mix in both GL and ES.
Matt Turner
2014-01-23
1
-3
/
+5
*
glcpp: Remove unused gl_api bits.
Matt Turner
2014-01-23
1
-1
/
+0
*
glcpp: Set extension defines after resolving the GLSL version.
Matt Turner
2014-01-23
1
-141
/
+163
*
mesa: Add ARB_arrays_of_arrays
Timothy Arceri
2014-01-23
1
-0
/
+3
*
glsl: Add extension infrastructure for ARB_viewport_array
Ian Romanick
2014-01-20
1
-0
/
+3
*
glsl: Add extension tracking for AMD_shader_trinary_minmax
Maxence Le Doré
2014-01-06
1
-0
/
+3
[next]