glsl/build: Build libglcpp and libglslcore in builtin_compiler
[mesa.git] / src / glsl /
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
2012-09-11 Kenneth Graunkeglsl: Generate compile errors for explicit blend indice...
2012-09-07 Eric Anholtglsl: Count builtin uniforms against uniform component...
2012-08-29 Brian Paulglsl: s/class/struct/ for ast_type_qualifier
2012-08-23 Stéphane Marchesinglsl/linker: Avoid buffer over-run in parcel_out_unifor...
2012-08-23 Tapani Pällibuild/glsl: fix android build v2
2012-08-14 Matt Turnerbuild: Fix out-of-tree generation of builtin_function.cpp
2012-08-13 Christopher James... build/glsl: fix location of generated files.
2012-08-07 Eric Anholtglsl: Refuse to parse uniform block declarations when...
2012-08-07 Eric Anholtglsl: Align GL_UNIFORM_BLOCK_DATA_SIZE according to...
2012-08-07 Eric Anholtglsl: Only flag RowMajor on matrix-type variables.
2012-08-07 Eric Anholtglsl: Fix calculation of std140 offset alignment for...
2012-08-07 Eric Anholtglsl: Fix glGetActiveUniformsiv(GL_UNIFORM_BLOCK_INDEX).
2012-08-07 Eric Anholtglsl: Add a lowering pass to turn complicated UBO refer...
2012-08-07 Eric Anholtglsl: Add a variant of the rvalue visitor for handle_rv...
2012-08-07 Eric Anholtglsl: Add a "ubo_load" expression type for fetches...
2012-08-07 Eric Anholtglsl: Fix a reference to UniformBlocks during uniform...
2012-08-07 Eric Anholtglsl: Update the notes on adding a new expression type.
2012-08-02 José Fonsecascons: set YACCHXXFILESUFFIX to stop needless rebuildin...
2012-08-01 Tomeu Vizosoglsl: Add support for OES_standard_derivatives in GLSL ES.
2012-07-31 Eric Anholtglsl: Reject linking shaders with too many uniform...
2012-07-31 Eric Anholtglsl: Assign array and matrix stride values according...
2012-07-31 Eric Anholtglsl: Add support for default layout qualifiers for...
2012-07-31 Eric Anholtglsl: Merge UBO layout qualifiers in a qualifier list.
2012-07-31 Eric Anholtglsl: Incorporate all UBO language changes into GLSL...
2012-07-31 Kenneth Graunkeglsl: Refactor #version validation to be more future...
2012-07-31 Kenneth Graunkeglsl: Fix #pragma invariant(all) language version check.
2012-07-30 Jordan Justenglsl: add support for using API_OPENGL_CORE
2012-07-30 Ian Romanickglsl: Fix ir_last_opcode value.
2012-07-30 Ian Romanickglsl: Request an Nx1 type instance in ir_quadop_vector...
2012-07-30 Kenneth Graunkeglsl: Make bvec and ivec types accessible without using...
2012-07-28 Kenneth Graunkeglcpp: Add a newline to expanded #line directives.
2012-07-26 Oliver McFaddenglsl: warning: pragma `invariant(all)' not supported...
2012-07-24 Anthony G. BasileFix compile time errors when building against uclibc
2012-07-20 Eric Anholtglsl: Assign locations for uniforms in UBOs using the...
2012-07-20 Eric Anholtglsl: Don't resize arrays in uniform blocks.
2012-07-20 Eric Anholtglsl: Don't dead-code eliminiate uniforms declared...
2012-07-20 Eric Anholtglsl: Propagate uniform block information into gl_unifo...
2012-07-20 Eric Anholtglsl: Set the uniform_block index for the linked shader...
2012-07-20 Eric Anholtglsl: Merge the lists of uniform blocks into the linked...
2012-07-20 Eric Anholtglsl: Translate the AST for uniform blocks into some...
2012-07-20 Eric Anholtglsl: Turn UBO variable declarations into ir_variables...
2012-07-20 Paul Berrymesa: Set gl_fragment_program::UsesKill in do_set_progr...
2012-07-19 Kenneth Graunkeglsl: Remove open coded version of ir_variable::interpo...
2012-07-19 Paul Berryglsl: Set UsesDFdy appropriately for GLSL shaders.
2012-07-17 Michel Dänzerglsl: Drop obsolete .gitignore entries.
2012-07-15 Jon TURNEYFix building glsl when using automake-1.12 after 68e04cc6
2012-07-13 Jon TURNEYautomake: convert libmesa and libmesagallium
2012-07-13 Jon TURNEYautomake: convert libglsl
2012-07-12 Kenneth Graunkeglsl/ir_builder: Add a new swizzle_for_size() function.
2012-07-12 Kenneth Graunkeglsl/ir_builder: Add a generic constructor for unary...
2012-07-12 Kenneth Graunkeglsl: Initialize coordinate to NULL in ir_texture const...
2012-07-12 Marek Olšákglsl: implement ARB_transform_feedback3 in the linker
2012-07-09 Eric Anholtglsl: Add parsing for GLSL uniform blocks.
2012-07-09 Eric Anholtglsl: Don't hide the type of struct_declaration_list.
2012-07-09 Kenneth Graunkeglcpp: Add built-in #define for GL_ARB_uniform_buffer_o...
2012-07-09 Vincent Lejeuneglsl: Parser handles "#extension GL_ARB_uniform_buffer_...
2012-07-09 Eric Anholtglsl: Reduce a bit of extra code in the merging of...
2012-07-09 Eric Anholtglsl: Take advantage of the layout qualifier flags...
2012-07-03 Brian Paulglsl: fix unop/binop errors in comments
2012-07-02 Kenneth Graunkeglsl: Remove unused ir_loop_jump::loop pointer.
2012-06-27 Brian Paulglsl: be more careful about counting varying vars in...
2012-06-26 Carl Worthglsl: glcpp: Extend testing of #line directives
next