nir: move to compiler/
[mesa.git] / src / glsl / Makefile.sources
2016-01-26 Emil Velikovcompiler: move the glsl_types C wrapper alongside their...
2016-01-26 Emil Velikovnir: move glsl_types.{cpp,h} to compiler
2016-01-26 Emil Velikovnir: move shader_enums.[ch] to compiler
2016-01-26 Emil Velikovcompiler: introduce a libcompiler static library
2016-01-09 Kristian Høgsberg... glsl: Don't add nir files to libglsl_la_SOURCES
2016-01-08 Kristian Høgsberg... glsl: Move glsl_to_nir files to LIBGLSL_FILES
2015-12-10 Jordan Justenglsl: Add lowering pass for shared variable references
2015-12-10 Jordan Justenglsl ubo/ssbo: Add lower_buffer_access class
2015-11-20 Emil Velikovglsl: move builtin_type_macros.h into the correct list
2015-11-18 Jason Ekstrandnir: Add support for cloning shaders
2015-11-10 Eduardo Lima Mitevnir/nir_opt_peephole_ffma: Move this lowering pass...
2015-11-10 Kristian Høgsberg... glsl: Use array deref for access to vector components
2015-11-05 Kenneth Graunkenir: Rename nir_live_variables.c to nir_liveness.c.
2015-10-16 Rob Clarknir: remove dependency on glsl
2015-10-15 Emil Velikovnir: include nir_instr_set.h in the tarball
2015-10-09 Rob Clarkglsl: move shader_enums into nir
2015-10-09 Connor Abbottnir: split out instruction comparison functions
2015-10-05 Matt Turnerglsl: Remove CSE pass.
2015-09-26 Kenneth Graunkenir: Add a function to count the number of vertices...
2015-09-23 Kenneth Graunkenir: Add new GS intrinsics that maintain a count of...
2015-09-21 Emil Velikovnir: rename nir_lower_samplers.c{pp,}
2015-09-19 Rob Clarknir: add two-sided-color lowering pass
2015-09-19 Rob Clarknir: rename nir_lower_tex_projector
2015-09-17 Rob Clarknir: add lowering stage for user-clip-planes / clipdist
2015-09-17 Jason Ekstrandnir: Add a pass to rewrite uses of vecN sources to...
2015-09-09 Jason Ekstrandnir: Add a pass to lower outputs to temporary variables
2015-09-09 Emil Velikovglsl: build: use makefile.sources variables when possible
2015-09-01 Connor Abbottnir: add an optimization for removing dead control...
2015-08-24 Connor Abbottnir: move control flow modification to its own file
2015-08-14 Eric Anholtnir: Add a nir_opt_undef() to handle csels with undef.
2015-08-05 Eric Anholtnir: Add a nir_lower_load_const_to_scalar() pass.
2015-07-23 Dave Airlieglsl/ir: add subroutine lowering pass (v2.3)
2015-07-22 Fabian Bielerglsl: lower gl_TessLevel* from float[n] to vecn.
2015-05-05 Emil Velikovnir: add nir_array.h to the sources list
2015-04-07 Kenneth Graunkenir: Implement a nir_sweep() pass.
2015-04-05 Rob Clarknir: add lowering for idiv/udiv/umod
2015-04-03 Jason Ekstrandnir: Add a cubemap normalizing pass
2015-04-03 Eric Anholtnir: Add a lowering pass for texture projectors.
2015-04-01 Jason Ekstrandnir: Add a dedicated ffma peephole optimization
2015-04-01 Eric Anholtmesa: Make a shared header for 3D pipeline enum / ...
2015-04-01 Emil Velikovnir: add nir_builder.h to the tarball
2015-03-24 Emil Velikovglsl: add the remaining files to the tarball
2015-02-24 Kenneth Graunkeglsl: Optimize "if (cond) discard;" to a conditional...
2015-02-20 Jason Ekstrandnir: Add a global code motion (GCM) pass
2015-02-19 Eric Anholtnir: Add an ALU op builder kind of like ir_builder.h
2015-02-12 Emil Velikovnir: add missing header to the sources list
2015-02-03 Connor Abbottnir: add an optimization to remove useless phi nodes
2015-02-03 Jason Ekstrandnir: Add a pass to lower vector phi nodes to scalar...
2015-01-25 Jason Ekstrandnir: add new constant folding infrastructure
2015-01-25 Connor Abbottnir: use Python to autogenerate opcode information
2015-01-24 Eric Anholtnir: Add nir_lower_alu_to_scalar.
2015-01-23 Matt Turnerglsl: Build with subdir-objects.
2015-01-23 Matt Turnernir: Add headers to distribution.
2015-01-16 Carl Worthglsl: Add blob.c---a simple interface for serializing...
2015-01-16 Jason Ekstrandnir: Add a worklist helper structure
2015-01-15 Jason Ekstrandnir: Add a pass for lowering copy instructions
2015-01-15 Jason Ekstrandnir: Rename lower_variables to lower_vars_to_ssa
2015-01-15 Jason Ekstrandnir: Remove the ffma peephole
2015-01-15 Jason Ekstrandnir: Add a basic constant folding pass
2015-01-15 Jason Ekstrandnir: Add an algebraic optimization pass
2015-01-15 Jason Ekstrandnir: Add an expression matching framework
2015-01-15 Jason Ekstrandnir: Add a lowering pass for adding source modifiers...
2015-01-15 Jason Ekstrandnir: Remove the old variable lowering code
2015-01-15 Jason Ekstrandnir: Add a pass to lower global variables to local...
2015-01-15 Jason Ekstrandnir: Add a pass for lowering input/output loads/stores
2015-01-15 Jason Ekstrandnir: Add a pass to lower local variables to registers
2015-01-15 Jason Ekstrandnir: Add a pass to lower local variable accesses to...
2015-01-15 Jason Ekstrandnir: Add a copy splitting pass
2015-01-15 Jason Ekstrandnir: Add a basic CSE pass
2015-01-15 Jason Ekstrandnir: Add a fused multiply-add peephole
2015-01-15 Jason Ekstrandnir: Add a peephole select optimization
2015-01-15 Jason Ekstrandnir: Add an SSA-based liveness analysis pass.
2015-01-15 Jason Ekstrandnir: Add a basic metadata management system
2015-01-15 Jason Ekstrandnir: Add a lower_vec_to_movs pass
2015-01-15 Jason Ekstrandnir: Add a naieve from-SSA pass
2015-01-15 Connor Abbottnir: add an SSA-based dead code elimination pass
2015-01-15 Connor Abbottnir: add an SSA-based copy propagation pass
2015-01-15 Connor Abbottnir: add a pass to convert to SSA
2015-01-15 Connor Abbottnir: calculate dominance information
2015-01-15 Connor Abbottnir: add an optimization to turn global registers into...
2015-01-15 Connor Abbottnir: add a pass to lower atomics
2015-01-15 Connor Abbottnir: add a pass to lower system value reads
2015-01-15 Connor Abbottnir: add a pass to lower sampler instructions
2015-01-15 Connor Abbottnir: add a pass to remove unused variables
2015-01-15 Connor Abbottnir: add a pass to lower variables for scalar backends
2015-01-15 Connor Abbottnir: add a glsl-to-nir pass
2015-01-15 Connor Abbottnir: add a validation pass
2015-01-15 Connor Abbottnir: add a printer
2015-01-15 Connor Abbottnir: add core helper functions
2015-01-15 Connor Abbottnir: add the core datastructures
2015-01-15 Connor Abbottnir: add a simple C wrapper around glsl_types.h
2014-12-12 Matt Turnerglsl: Add headers to distribution.
2014-11-07 Kenneth Graunkeglsl: Lower constant arrays to uniform arrays.
2014-10-30 Chia-I Wuutil: add _mesa_strtod and _mesa_strtof
2014-10-07 Iago Toral Quirogaglsl: Optimize min/max expression trees
2014-09-30 Ian Romanickglsl: Eliminate unused built-in variables after compilation
2014-09-10 Ian Romanickglsl: Add a lowering pass for gl_VertexID
2014-08-04 Kenneth Graunkeutil: Move ralloc to a new src/util directory.
2014-06-19 Matt Turnerglsl: Rebalance expression trees that are reduction...
2014-02-25 Dave Airlieglsl/i965: move lower_offset_array up to GLSL compiler...
next