automake: Merge the dricore libglsl build into libdricore.
[mesa.git] / src / glsl / Makefile
2012-06-11 Eric Anholtautomake: Merge the dricore libglsl build into libdricore.
2012-06-11 Eric Anholtautomake: Add a prefix variable for libglsl sources.
2012-04-24 Eric Anholtglsl: Add implementation of inverse() for mat2/3/4.
2012-02-01 Matt TurnerRevert "automake: src/glsl and src/glsl/glcpp"
2012-01-31 Matt Turnerautomake: src/glsl and src/glsl/glcpp
2012-01-31 Matt Turnerglsl: rename Makefile.sources' _SOURCES variables
2011-11-01 Chia-I Wuglsl: Refactor source lists to Makefile.sources
2011-10-26 Ian Romanicklinker: Add uniform_field_visitor class to process...
2011-09-23 Paul Berryglsl: Implement a lowering pass for gl_ClipDistance.
2011-09-21 Kenneth Graunkemake: Don't use builtin_stubs.cpp for standalone GLSL...
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-29 Eric AnholtAdd dependency generation for Mesa and GLSL dricore...
2011-07-22 Paul Berryglsl: Create a standalone executable for testing optimi...
2011-07-22 Paul Berryglsl: Move functions into standalone_scaffolding.cpp...
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-21 Brian PaulMerge branch 'remove-copyteximage-hook'
2011-07-21 Ian Romanickglsl: Reject shaders that contain static recursion
2011-07-11 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-06 Eric Anholtglsl: Fix make clean for dricore.
2011-06-03 Christian KönigMerge remote-tracking branch 'mareko/r300g-draw-instanc...
2011-05-21 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-05-18 Brian Paulmesa: check that flex/bison are installed
2011-03-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-16 Tobias Drosteautoconf: don't use CFLAGS for cpp files
2011-03-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-03-02 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-01 Kenneth Graunkeglsl: Rename .lpp to .ll and .ypp to .yy.
2011-02-28 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-26 Arkadiusz Miskiewiczglsl/Makefile: Remove builtin_function.cpp if generatio...
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-19 Kenneth Graunkeglsl: Remove $(PWD) from Makefile in favor of .
2011-02-12 Christopher James... mesa: Optionally build a dricore support library (v3)
2011-02-11 Tobias Jakobiglsl: Fix parallel build.
2011-02-11 Kenneth Graunkeglsl/Makefile: glcpp doesn't need libglsl.a.
2011-02-04 Eric Anholtglsl: Add a new opt_copy_propagation variant that does...
2011-01-31 Ian Romanickglsl: Fix dependencies / linkage for glsl_compiler
2011-01-31 Kenneth GraunkeRemove talloc from the make and automake build systems.
2011-01-31 Kenneth Graunkeralloc: Add a fake implementation of ralloc based on...
2011-01-20 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-13 Kenneth Graunkeglsl/Makefile: Fix build with --as-needed.
2011-01-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-11 Kenneth Graunkeglsl: Autogenerate builtin_functions.cpp as part of...
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2010-12-22 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-14 Brian Paulglsl: new glsl_strtod() wrapper to fix decimal point...
2010-12-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-01 Kenneth Graunkeglsl: Add a lowering pass to move discards out of if...
2010-12-01 Kenneth Graunkeglsl: Add an optimization pass to simplify discards.
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-21 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-19 Kenneth Graunkeglsl: Combine many instruction lowering passes into...
2010-11-19 Ian Romanickglsl: Add ir_quadop_vector expression
2010-11-16 Kenneth Graunkeglsl: Rename various ir_* files to lower_* and opt_*.
2010-10-29 Chia-I WuMerge branch 'glapi-reorg'
2010-10-28 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-27 Kenneth GraunkeFix build on systems where "python" is python 3.
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
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-10-01 Eric Anholtglsl: Add a lowering pass for texture projection.
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-13 Luca Barbieriglsl: add continue/break/return unification/elimination...
2010-09-09 Ian Romanickglsl2: Add lowering pass to remove noise opcodes
2010-09-03 Ian Romanickglsl2: Add module to perform simple loop unrolling
2010-09-03 Ian Romanickglsl2: Add module to suss out loop control variables...
2010-09-03 Ian Romanickglsl2: Add module to analyze variables used in loops
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-26 Kenneth Graunkeglsl: Use a single shared namespace in the symbol table.
2010-08-24 Dave Airlieglsl: make 'make clean' work properly.
2010-08-23 Eric Anholtmesa: AC_SUBST the talloc libs/cflags so the ./configur...
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-14 Kenneth Graunkeglsl2/Makefile: Add a 'make builtins' target.
2010-08-14 Kenneth Graunkeglsl2: Rework builtin function generation.
2010-08-14 Eric Anholtglsl2: Add a pass to strip out noop swizzles.
2010-08-14 Eric Anholtglsl2: Add a generic visitor class to call back with...
2010-08-13 Ian Romanickglsl2: Use --nounistd to fix MSVC build
2010-08-12 Ian Romanickglsl2: Change command line options passed to flex
2010-08-12 Ian Romanickglsl2: Use bison command line option to set prefix
2010-08-10 Eric Anholtglsl2: Add a pass to transform ir_binop_sub to add...
2010-08-10 Eric Anholtglsl2: Add constant propagation.
2010-08-06 Eric Anholtglsl2: Move gl_program->InputsRead/OutputsWritten setti...
2010-08-05 Eric Anholtglsl2: Add a pass to convert exp and log to exp2 and...
2010-08-05 Eric Anholtir_structure_splitting: New pass to chop structures...
2010-08-05 Eric Anholtglsl2: Add a pass for removing unused functions.
2010-08-04 Kenneth Graunkeglcpp: Remove xtalloc wrappers in favor of plain talloc.
2010-08-02 Eric Anholtglsl2: Don't add mesa/program/ as an include dir. ...
2010-07-31 Eric Anholtglsl2: Add new tree grafting optimization pass.
2010-07-31 Eric Anholtglsl2: Factor out the variable refcounting part of...
2010-07-28 Kenneth Graunkeglsl2/Makefile: Append to DEFINES rather than replacing...
2010-07-27 Eric Anholtglsl2: Add optimization pass for algebraic simplifications.
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-22 Eric Anholtglsl2: Add the API defines to the glsl2 build so we...
2010-07-21 Ian Romanickglsl2: Add function to import function prototypes from...
next