Age | Commit message (Collapse) | Author |
|
Now the #extension name: disable/enable flags do the right thing.
Fixes glean/glsl1 "Preprocessor test (extension test 3)"
|
|
Since extension name and extension name string are the same, collapse
them into one name.
|
|
|
|
|
|
|
|
|
|
This way third parties are able to add supported extension strings.
|
|
|
|
Make sl_pp_context struct opaque.
Move all public declarations to sl_pp_public.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Return the same offset for same strings. Allows to compare strings
by comparing their's offsets.
|
|
|
|
|
|
|