Merge remote-tracking branch 'mesa-public/master' into vulkan
[mesa.git] / src / glsl / Makefile.am
2015-10-19 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-17 Rob Clarkbuild: fix make-check after a6a6a71
2015-10-16 Rob Clarkglsl: (mostly) remove libglsl_util
2015-10-16 Rob Clarknir: remove dependency on glsl
2015-10-16 Rob Clarkglsl: move half<->float convertion to util
2015-10-09 Kristian Høgsberg... Merge ../mesa into vulkan
2015-10-03 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-02 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
2015-09-23 Kenneth Graunkenir: Add unit tests for control flow graphs.
2015-09-09 Emil Velikovglsl: build: remove bogus dependency
2015-09-09 Emil Velikovglsl: build: use makefile.sources variables when possible
2015-09-09 Emil Velikovglsl: automake: reuse $(NIR_GENERATED_FILES) where...
2015-09-09 Emil Velikovglsl: automake: rework the sources generation rules
2015-08-31 Jason EkstrandREVERT: Add a simple helper program for testing SPIR...
2015-08-31 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-26 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-26 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-26 Matt Turnermesa: Enable subdir-objects globally.
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-06-12 Emil Velikovmesa; add a dummy _mesa_error_no_memory() symbol to...
2015-05-21 Matt Turnerglsl: Use AM_V_GEN/AM_V_at in NIR rules.
2015-05-16 Jason EkstrandMerge remote-tracking branch 'fdo-personal/wip/nir...
2015-05-16 Jason EkstrandREVERT: Add a simple helper program for testing SPIR...
2015-04-05 Rob Clarkbuild: add libnir.la
2015-03-31 Matt Turnerglsl: Remove bogus Makefile dependency.
2015-03-24 Emil Velikovglsl: add the remaining files to the tarball
2015-03-03 Jose Fonsecaconfigure: Leverage gcc warn options to enable safe...
2015-02-28 Kenneth GraunkeRevert "configure: Leverage gcc warn options to enable...
2015-02-27 Jose Fonsecaconfigure: Leverage gcc warn options to enable safe...
2015-02-20 Eric Anholtmesa: Add gallium include dirs to more parts of the...
2015-02-19 Eric Anholtnir: Add an ALU op builder kind of like ir_builder.h
2015-02-12 Emil Velikovnir: resolve nir.h dependency list (fix make distcheck)
2015-01-25 Jason Ekstrandnir: add new constant folding infrastructure
2015-01-25 Connor Abbottnir: use Python to autogenerate opcode information
2015-01-23 Matt Turnerglsl: Build a libglsl_util library.
2015-01-23 Matt Turnerglsl: Build with subdir-objects.
2015-01-23 Matt Turnernir: Add nir_{opt_,}algebraic.py to distribution.
2015-01-22 Jonathan Grayglsl: Link glsl_test with pthreads library.
2015-01-16 Carl Worthglsl: Add unit tests for blob.c
2015-01-15 Jason Ekstrandnir: Add an algebraic optimization pass
2015-01-15 Connor Abbottnir: add a simple C wrapper around glsl_types.h
2014-12-12 Matt Turnerglsl: Add dist-hook to delete glcpp test *.out files.
2014-12-12 Matt Turnermesa: Add notes/readme files to distribution.
2014-12-12 Matt Turnermesa: Add scons files to distribution.
2014-12-12 Matt Turnerglsl: Add clean-local rule to delete glcpp test output.
2014-12-12 Matt Turnerglsl: Add parser headers to distribution.
2014-12-12 Matt Turnerglsl: Add lex and yacc sources to distribution.
2014-12-12 Matt Turnerglsl: Add headers to distribution.
2014-12-12 Matt Turnerglsl: Distribute tests/, TODO, and README
2014-08-07 Carl Worthglsl/glcpp: Integrate recent glcpp-test-cr-lf test...
2014-08-04 Kenneth Graunkeutil: Move the open-addressing linear-probing hash_tabl...
2014-08-04 Kenneth Graunkeutil: Move ralloc to a new src/util directory.
2014-05-30 Tapani Pälliglcpp: link with tests/common.c
2014-05-02 Ian Romanickmesa: Add _mesa_error_no_memory for logging out-of...
2014-05-02 Ian Romanickglsl/tests: Add first simple tests of populate_consumer...
2014-03-11 Jonathan Grayglsl: Link glsl_compiler with pthreads library.
2014-03-11 Emil Velikovautomake: use only the folder name if it's a subfolder...
2014-03-11 Emil Velikovautomake: silence folder creation
2013-11-27 Vinson Leeglsl: Link glcpp with math library.
2013-10-22 Ian Romanickglsl/tests: Unit test vertex shader in / out with link_...
2013-10-22 Ian Romanickglsl/tests: Verify vertex shader built-ins generated...
2013-10-22 Ian Romanickglsl: When constructing a variable with an interface...
2013-10-07 Ian Romanickglsl_compiler: Re-enable building glsl_compiler
2013-09-16 Kenneth Graunkeglsl/tests: Add a test for properties of sampler types.
2013-09-09 Kenneth Graunkeglsl: Remove builtin_compiler from the build system.
2013-05-01 Andreas Bollbuild: remove unused API_DEFINES
2013-01-25 Chad Versacemesa,glsl: Move round_to_even() from glsl to mesa/main...
2013-01-22 Matt Turnerglsl/build: Build libglcpp and libglslcore in builtin_c...
2013-01-22 Matt Turnerglsl/build: Build tests via the glsl Makefile
2013-01-22 Matt Turnerglsl/build: Build glcpp via the glsl Makefile
2013-01-22 Matt Turnerglsl/build: Don't build builtin_compiler separately...
2013-01-22 Matt Turnerglsl/build: Don't build glsl_compiler
2013-01-21 Matt Turnerglsl/build: Build glsl_test only on make check
2013-01-21 Matt Turnerglsl/build: Remove dead LIBRARY_* variables
2013-01-12 Matt TurnerRemove hacks for static Makefiles
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-11-12 Eric Anholtautomake: Merge *_CXX_FILES variables in the glsl build.
2012-11-02 Thierry Redingbuild: Don't cross-compile GLSL builtin compiler
2012-10-01 Matt Turnerbuild: Build src/glsl with visibility CFLAGS
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-07-15 Jon TURNEYFix building glsl when using automake-1.12 after 68e04cc6
2012-07-13 Jon TURNEYautomake: convert libglsl
2012-02-01 Matt TurnerRevert "automake: src/glsl and src/glsl/glcpp"
2012-01-31 Matt Turnerautomake: src/glsl and src/glsl/glcpp
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-21 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-15 Kenneth Graunkeglsl: Remove unused and out of date Makefile.am.
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-09-17 Luca Barbieriglsl: add pass to lower variable array indexing to...
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-13 Ian Romanickglsl2: Add pass to remove redundant jumps
2010-09-09 Ian Romanickglsl2: Add lowering pass to remove noise opcodes
next