r300g: Fix visibility CFLAGS in automake
[mesa.git] / src / glsl /
2013-01-02 Adam Jacksonglcpp: Fix visibility CFLAGS in automake
2012-12-28 Eric Anholtglsl: Add a note about a surprising feature of gl_unifo...
2012-12-17 Kenneth Graunkeglsl: Fix gl_context vs. ralloc context in check_versio...
2012-12-16 Dave Airlieglsl_parser_extras.cpp: fixup gl vs mem contexts again.
2012-12-15 Dave Airlieglsl: avoid using gl context as a memory context
2012-12-14 Paul Berryglsl/linker: Pack between varyings.
2012-12-14 Paul Berryglsl/linker: Pack within compound varyings.
2012-12-14 Paul Berryglsl: Add a lowering pass for packing varyings.
2012-12-14 Paul Berryglsl/linker: Sort varyings by packing class, then vecto...
2012-12-14 Paul Berryglsl/linker: Subdivide the first phase of varying assig...
2012-12-14 Paul Berryglsl/linker: Defer recording transform feedback locations.
2012-12-14 Paul Berryglsl: Create a field to store fractional varying locations.
2012-12-14 Paul Berryglsl/linker: Make separate ir_variable field to mean...
2012-12-14 Paul Berryglsl/linker: Always invalidate shader ins/outs, even...
2012-12-14 Paul Berryglsl/lower_clip_distance: Update symbol table.
2012-12-07 Eric Anholtmesa: Use the new hash table for the variable refcount...
2012-12-07 Jordan Justenprogram/hash_table.c: rename to program/prog_hash_table.c
2012-12-06 Kenneth Graunkeglsl: Add missing semicolon in the grammar
2012-12-06 Ian Romanickglsl: Allow layout qualifiers in GLSL 3.00 ES
2012-12-06 Paul Berryglsl: Create builtin function profiles for GLSL 3.00 ES.
2012-12-06 Paul Berryglsl: add determinant() functions.
2012-12-06 Paul Berryglsl: Make builtin function profiles for GLSL ES use...
2012-12-06 Paul Berryglsl: Add builtin variables for GLSL 3.00 ES.
2012-12-06 Paul Berryglsl: Populate built-in types correctly for GLSL 3...
2012-12-06 Paul Berryglsl: Make {Min,Max}ProgramTexelOffset available to...
2012-12-06 Paul Berryglsl: Fix linker checks for GLSL ES 3.00.
2012-12-06 Paul Berryglsl: Record in gl_shader_program whether the program...
2012-12-06 Paul Berryglsl: Clean up shading language mixing check for GLSL...
2012-12-06 Paul Berryglsl: Record in gl_shader whether the shader uses GLSL ES.
2012-12-06 Paul Berryglsl/parser: Handle "#version 300 es" directive.
2012-12-06 Paul Berryglsl/parser: Extract version directive processing into...
2012-12-06 Paul Berryglsl/preprocessor: Handle "#version 300 es" directive.
2012-12-06 Paul Berryglsl/preprocessor: Extract version directive processing...
2012-12-06 Paul Berryglsl: Enable GLSL ES 3.00 features inherited from deskt...
2012-12-06 Paul Berryglsl: parse GLSL ES 3.00 keywords correctly.
2012-12-06 Paul Berryglsl: Rework lexer keyword handling in preparation...
2012-12-06 Paul Berryglsl: Make use of new _mesa_glsl_parse_state::check_ver...
2012-12-06 Paul Berryglsl: Make use of new _mesa_glsl_parse_state::is_versio...
2012-12-06 Paul Berryglsl: Add GLSL version query functions.
2012-12-06 Paul Berryglsl: Compute version_string on the fly.
2012-12-06 Paul Berryglsl: Make a function to express a GLSL version ir...
2012-12-06 Paul Berryglsl: Simplify symbol table version checking.
2012-12-06 Paul Berrymesa: Add ARB_ES3_compatibility flag.
2012-12-05 Vincent Lejeuneglsl: add new variable declaration in function body...
2012-12-01 Dave Airlieglsl: fix uninitialised variable from constructor
2012-12-01 Dave Airlieglsl: initialise killed_all field.
2012-12-01 Dave Airlieglsl: fix cut-n-paste error in error handling. (v2)
2012-12-01 Carl WorthRevert "glcpp: Rewrite line-continuation support to...
2012-11-30 Carl Worthglcpp: Rewrite line-continuation support to act globally.
2012-11-29 Carl Worthglcpp: Update README for new support of __LINE__ and...
2012-11-29 Carl Worthglcpp: Add test involving token pasting of INTEGER...
2012-11-29 Carl Worthglcpp: Add support for pasting of INTEGER tokens.
2012-11-29 Carl Worthglcpp: Flag invalid pastes for integer followed by...
2012-11-29 Carl Worthglcpp: Extend the invalid-paste test
2012-11-29 Carl Worthglcpp: More factoring-out of common code to simplify...
2012-11-29 Carl Worthglcpp: Factor out a tiny bit of repeated code.
2012-11-29 Carl Worthglcpp: Add support for __LINE__ and __FILE__ macros
2012-11-29 Paul Berrymesa: Rename API_OPENGL to API_OPENGL_COMPAT.
2012-11-28 Matt Turnerglcpp: Support #elif(expression) with no intervening...
2012-11-28 Matt Turnerglcpp: Reject #version and #line not followed by whitespace
2012-11-27 Kenneth Graunkeglsl: Support unsigned integer constants in layout...
2012-11-17 Eric Anholtmesa: Fix linker-assigned varying component counting...
2012-11-15 Matt Turnerglcpp: Don't define macros for extensions that aren...
2012-11-13 Brian Paulautomake: Remove empty file variable.
2012-11-12 Eric Anholtautomake: Merge *_CXX_FILES variables in the glsl build.
2012-11-12 Eric Anholtautomake: Fix a comment typo.
2012-11-11 Vincent Lejeuneglsl: store read vector in a temp in vec_index_to_cond
2012-11-10 Darren SaltFix use of glsl_parser.{cc,h} where source dir != build...
2012-11-09 Matt Turnerglcpp: wire up glcpp-test to make check
2012-11-09 Matt Turnerglcpp/tests: Add tests for multiline #elif
2012-11-09 Matt Turnerglcpp/tests: Add test for multiline #if
2012-11-09 Matt Turnerglcpp/tests: Add test for multiline #line
2012-11-09 Matt Turnerglcpp/tests: Add test to check #line followed by code
2012-11-09 Fabian Bielerglcpp: don't push #line directives into next line
2012-11-09 Matt Turnerglcpp: Reject garbage after #else and #endif tokens
2012-11-09 Dave Airlieglsl: add ARB_texture_cube_map_array support (v2)
2012-11-06 Brian Paulglsl: fix signed/unsigned comparision warnings on MSVC
2012-11-06 Brian Paulglsl: remove incorrect 'struct' keyword
2012-11-06 Brian Paulglsl: add 'f' suffix to floats to silence MSVC warnings
2012-11-06 Brian Paulglsl: change int->unsigned to silence MSVC warnings
2012-11-02 Thierry Redingandroid: Update for builtin_stubs.cpp move
2012-11-02 Johannes Obermayrglsl: Fix builtin_compiler build by -I $(top_srcdir...
2012-11-02 José Fonsecascons: Update for builtin_stubs.cpp
2012-11-02 Thierry Redingbuild: Don't cross-compile GLSL builtin compiler
2012-10-31 Marek Olšákmesa: don't always enable OES_standard_derivatives
2012-10-25 Kenneth Graunkeglsl: Allow ir_if in the linker's move_non_declarations...
2012-10-25 Kenneth Graunkeglcpp: Don't use infinite lookhead for #define differen...
2012-10-25 Matt Turnersrc/glsl/tests/Makefile.am: Specify -I... in AM_CPPFLAGS
2012-10-25 Matt Turnerralloc: Annotate printf functions with PRINTFLIKE(...)
2012-10-02 Negreanu Marius... android: glcpp: fix abuse of yylex
2012-10-01 Matt Turnerbuild: Build src/glsl with visibility CFLAGS
2012-10-01 Matt Turnerbuild: Use PTHREAD_LIBS and PTHREAD_CFLAGS
2012-09-29 Vinson Leescons: Use full path of texture_builtins.py.
2012-09-29 Kenneth Graunkeglsl: Rename variable_entry2 back to variable_entry...
2012-09-17 Dave Airlieglsl: make _mesa_builtin_uniform_desc static
2012-09-15 Brian Paulscons: add new -p (prefix) options for yacc
2012-09-15 Dave Airlieglsl: make tex_opcode_strs static
2012-09-15 Dave Airlieglsl: make builtin_mem_ctx a static
2012-09-14 Dave Airliemesa/glsl: rename preprocess to glcpp_preprocess
2012-09-14 Dave Airlieglcpp: fix abuse of yylex
next