clover: Factor kernel argument parsing into its own function v2
[mesa.git] / src / mesa / program /
2014-10-03 Tomasz Figast/mesa: Fix paths used in Android builds
2014-10-03 Tomasz Figautil: Include in Android builds
2014-09-30 Ian Romanickglsl: Make ir_variable::num_state_slots and ir_variable...
2014-09-24 Matt Turnermesa: Use realloc() instead of _mesa_realloc() and...
2014-09-23 Eric Anholtmesa: Move register_allocate.c to util.
2014-09-23 Juha-Pekka Heikkilamesa: add null checks in symbol_table.c
2014-09-18 Brian Paulmesa: fix prog_optimize.c assertions triggered by SWZ...
2014-09-12 Connor Abbottra: assert against unsigned underflow in q_total
2014-09-12 Connor Abbottra: note a restriction in the interfence graph API
2014-09-09 Kenneth Graunkeir_to_mesa: Stop converting uniform booleans.
2014-09-04 Carl WorthEliminate several cases of multiplication in arguments...
2014-09-02 Dave Airliemesa/program_cache: calloc the correct size for the...
2014-08-31 Abdiel Janulgueir_to_mesa, glsl_to_tgsi: Remove try_emit_saturate
2014-08-31 Abdiel Janulgueir_to_mesa, glsl_to_tgsi: Add support for ir_unop_saturate
2014-08-31 Abdiel Janulgueir_to_mesa, glsl_to_tgsi: lower ir_unop_saturate
2014-08-30 Kenneth Graunkemesa: Delete ctx->GeometryProgram.Cache.
2014-08-20 Timothy Arceriglsl: Use the without_array predicate in some more...
2014-08-15 Ilia Mirkinmesa/program: add new derivative unops to the unexpecte...
2014-08-14 Brian Paulra: move declarations before code to fix MSVC build
2014-08-13 Connor Abbottra: optimistically color only one node at a time
2014-08-13 Connor Abbottra: don't consider nodes for spilling we don't need to
2014-08-13 Connor Abbottra: make the p, q test more efficient
2014-08-13 Connor Abbottra: cleanup the public API
2014-08-12 Chris Forbesmesa: Add a new function for getting the nonconst sampl...
2014-08-11 Marek Olšákmesa: move ShaderCompilerOptions into gl_constants
2014-08-11 Brian Paulmesa: whitespace, 80-column wrapping in program.c
2014-08-11 Brian Paulmesa: simplify/rename _mesa_init_program_struct()
2014-08-07 Matt Turnermesa: Drop USE_IEEE define.
2014-08-04 Kenneth Graunkeglsl: Make it possible to ignore built-ins when matchin...
2014-08-04 Kenneth Graunkemesa: Actually use the Mesa IR optimizer for ARB programs.
2014-08-04 Kenneth Graunkeutil: Move ralloc to a new src/util directory.
2014-07-15 Connor Abbottexec_list: Make various places use the new length(...
2014-07-11 Chris Forbesglsl: add new expression types for interpolateAt*
2014-07-01 Matt Turnermesa: Use typed foreach_in_list instead of foreach_list.
2014-06-30 Jason EkstrandRemove the ATI_envmap_bumpmap extension
2014-06-30 Iago Toral Quirogaglsl: Store info about geometry shaders that emit verti...
2014-06-20 Iago Toral Quirogamesa: Copy Geom.UsesEndPrimitive when cloning a geometr...
2014-05-30 Juha-Pekka Heikkilamesa: Add missing null checks into prog_hash_table.c
2014-04-12 Kenneth Graunkeglsl: Drop do_common_optimization's max_unroll_iteratio...
2014-04-08 Kenneth Graunkeglsl: Pass ctx->Const.NativeIntegers to do_common_optim...
2014-04-02 Juha-Pekka Heikkilamesa: remove redundant running of check_symbol_table()
2014-04-02 Juha-Pekka Heikkilamesa: Add missing null check in _mesa_parse_arb_program()
2014-04-02 Juha-Pekka Heikkilamesa: Prevent negative indexing on noise2, noise3 and...
2014-03-28 Ian Romanickmesa: Clean up "unused parameter" warnings
2014-03-28 Ian Romanickmesa/program: Constify find_variable_storage
2014-03-25 Gregory Hainautmesa/sso: rename Shader to the pointer _Shader
2014-03-18 Brian Paulmesa: include stdbool.h in register_allocate.h to fix...
2014-03-18 Eric Anholtra: Convert another bool array to bitsets.
2014-03-18 Kenneth Graunkera: Use a bitset for storing which registers belong...
2014-03-18 Kenneth Graunkera: Create a reg_belongs_to_class() helper function.
2014-03-18 Kenneth Graunkera: Use bool instead of GLboolean.
2014-03-10 Tapani Pällimesa: remove _mesa_symbol_table_iterator structure
2014-03-03 Brian Paulmesa: switch to c11 mutex functions
2014-03-02 Kenneth Graunkemesa: Move MESA_GLSL=dump output to stderr.
2014-02-23 Eric Anholtglsl: Add a file argument to the IR printer.
2014-02-20 Jordan Justenmesa: initialize gl_geometry_program Invocations field
2014-02-12 Francisco Jerezglsl: Add image type to the GLSL IR.
2014-02-05 Paul Berrymesa/cs: Create the gl_compute_program struct, and...
2014-02-05 Paul Berrymesa/cs: Add a MESA_SHADER_COMPUTE stage and update...
2014-01-22 Paul Berrymesa: Replace _mesa_program_index_to_target with _mesa_...
2014-01-21 Anuj Phogati965: Add an option to ignore sample qualifier
2014-01-21 Matt Turnermesa: rename PreferDP4 to OptimizeForAOS.
2014-01-20 Ian Romanickmesa: Add varying slot for viewport index
2014-01-20 Courtney Goeltzenl... mesa: Convert gl_context::Viewport to gl_context::Viewp...
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2014-01-13 Kenneth Graunkeglsl: Convert piles of foreach_iter to the newer foreac...
2014-01-09 Paul Berrymesa: Use functions to convert gl_shader_stage to PROGR...
2014-01-09 Paul Berrymesa: Index into ctx->Const.Program[] rather than using...
2014-01-09 Paul Berrymesa: replace ctx->Const.{Vertex,Fragment,Geomtery...
2014-01-08 Paul Berryglsl: Make more use of gl_shader_stage enum in ir_set_p...
2014-01-08 Paul Berrymesa: Use gl_shader::Stage instead of gl_shader::Type...
2014-01-08 Paul Berrymesa: Clean up nomenclature for pipeline stages.
2013-12-30 Paul Berrymesa: Add an assertion to _mesa_program_index_to_target().
2013-12-30 Paul Berrymesa: Improve static error checking of arrays sized...
2013-12-30 Paul BerryRename overloads of _mesa_glsl_shader_target_name().
2013-12-12 Tapani Pälliglsl: move variables in to ir_variable::data, part II
2013-12-12 Tapani Pälliglsl: move variables in to ir_variable::data, part I
2013-12-09 Paul Berryglsl/loops: Get rid of lower_bounded_loops and ir_loop...
2013-12-09 Paul Berryglsl/loops: replace loop controls with a normative...
2013-12-09 Paul Berryglsl/loops: consolidate bounded loop handling into...
2013-12-07 Chris Forbesmesa: Require per-sample shading if the `sample` qualif...
2013-12-05 Ian Romanickmesa: Remove support for GL_MESA_texture_array
2013-12-05 Ian Romanickmesa: Use a single enable for GL_EXT_texture_array...
2013-12-04 Siavash Eliasimesa: modified _mesa_align_free() to accept NULL pointer
2013-11-21 Eric Anholtmesa: Fix setup of LocalParams array.
2013-11-16 Emil VelikovAndroid: remove unused MESA_ENABLED_APIS variable
2013-11-15 Eric Anholtmesa: Dynamically allocate the storage for program...
2013-11-15 Eric Anholtmesa: Remove PROGRAM_ENV_PARAM enum.
2013-11-15 Eric Anholtmesa: Remove PROGRAM_LOCAL_PARAM enum.
2013-11-15 Eric Anholtmesa: Update a comment about valid values of a field.
2013-11-06 Matt Turnermesa: Build program as part of libmesa.
2013-11-01 Anuj Phogatmesa: Add a helper function _mesa_get_min_invocations_p...
2013-11-01 Anuj Phogatglsl: Add new builtins required by GL_ARB_sample_shading
2013-11-01 Anuj Phogatmesa: Pass number of samples as a program state variable
2013-10-29 Francisco Jerezglsl: Add new atomic_uint built-in GLSL type.
2013-10-24 Eric Anholtmesa: Remove dricore from the build.
2013-10-07 Matt Turnerglsl: Implement [iu]mulExtended() built-ins for ARB_gpu...
2013-10-07 Matt Turnerglsl: Add ir_binop_carry and ir_binop_borrow.
2013-10-05 Chris Forbesglsl: add plumbing for GL_ARB_texture_query_levels
2013-10-02 Maxence Le Doreglsl: add texture gather changes
next