gbm: use the loader util lib
[mesa.git] / src / mesa / program /
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
2013-10-02 Francisco Jerezmesa/program: Switch ir_to_mesa_instruction to the...
2013-10-02 Francisco Jerezmesa: Fix misplaced includes of "main/uniforms.h".
2013-09-26 Eric Anholtmesa: Remove some remaining FEATURE_* detritus.
2013-09-25 Vinson Leeglsl: Remove unused pointer value.
2013-09-23 Eric Anholtglsl: Hide many classes local to individual .cpp files...
2013-09-23 Eric Anholtmesa: Drop an extra copy-and-pasted copy in the program...
2013-09-23 Eric Anholtmesa: Convert some runtime asserts to static asserts.
2013-09-21 Kenneth Graunkei965, mesa: Use the new DECLARE_R[Z]ALLOC_CXX_OPERATORS...
2013-09-17 Matt Turnerglsl: Add support for ldexp.
2013-09-10 Henri Verbeetmesa: Properly set the fog scale (gl_Fog.scale) to...
2013-09-09 Matt Turnerglsl: Add conditional-select IR.
2013-09-09 Kenneth Graunkeglsl: Pass _mesa_glsl_parse_state into matching_signatu...
2013-08-27 Matt Turnerglsl: Add support for new fma built-in in ARB_gpu_shader5.
2013-08-23 Paul Berrymesa/program: Make prog_instruction.h and program.h...
2013-08-02 Paul Berrymesa: Refactor copying of linked program data.
2013-08-02 Bryan Cainglsl: add ir_emit_vertex and ir_end_primitive instructi...
2013-08-02 Paul Berryglsl: Change do_set_program_inouts' is_fragment_shader...
2013-07-31 Laurent Carliermesa/program: remove useless YYID
2013-07-31 Kenneth Graunkemesa/program: Switch from the deprecated YYLEX_PARAM...
2013-07-31 Kenneth Graunkemesa/program: Change the program parser's namespace.
2013-07-30 Paul Berryglsl: Remove redundant writes to prog->LinkStatus
2013-07-12 Brian Paulmesa: fix Address Sanitizer (ASan) issue in _mesa_add_p...
2013-07-02 Marek Olšákmesa: renumber shader indices according to their placem...
2013-06-28 Ian Romanickmesa: GL_EXT_fog_coord is not optional
2013-06-28 Ian Romanickmesa: GL_EXT_secondary_color is not optional
2013-06-28 Anuj Phogatmesa: Return ZeroVec/dummyReg instead of NULL pointer
2013-06-27 Brian Paulmesa: move declarations before code
2013-06-26 Eric Anholtra: Fix register spilling.
2013-06-21 Eric Anholtmesa: Move the common _mesa_glsl_compile_shader() code...
2013-06-21 Eric Anholtmesa: Move shader compiler API code to shaderapi.c
2013-06-21 Eric Anholtmesa: Fix missing setting of shader->IsES.
2013-06-21 Eric Anholtmesa: Use shared code for converting shader targets...
2013-06-21 Eric Anholtglsl: Remove ir_print_visitor.h includes and usage
2013-06-05 Rico Schüllermesa: remove outdated version lines in comments
2013-05-29 Eric Anholtmesa: Fix test for optimistic coloring being necessary.
2013-05-28 Marek Olšákmesa: fix GLSL program objects with more than 16 sample...
2013-05-23 Chris ForbesARB_fp: accept duplicate precision options
2013-05-13 Ian Romanickglsl: Add lowering pass for ir_triop_vector_insert
2013-05-13 Ian Romanickglsl: Add ir_triop_vector_insert
2013-05-13 Ian Romanickglsl: Add ir_binop_vector_extract
2013-05-12 Kenneth Graunkemesa: Move the mvp_with_dp4 flag to ShaderCompilerOptions.
2013-05-12 Kenneth Graunkeglsl: Pass struct shader_compiler_options into do_commo...
2013-05-11 Marek Olšákmesa: move max texture image unit constants to gl_progr...
2013-05-08 Fabian Bielermesa/program: Don't copy propagate from swizzles.
2013-05-06 Matt Turnerglsl: Add a pass to lower bitfield-insert into bfm...
2013-05-06 Matt Turnerglsl: Add support for new bit built-ins in ARB_gpu_shader5.
2013-05-01 Andreas Bollbuild: remove unused API_DEFINES
2013-04-24 Kenneth Graunkemesa: Restore 78-column wrapping of license text in...
2013-04-24 Kenneth Graunkemesa: Add "OR COPYRIGHT HOLDERS" to license text discla...
2013-04-24 Kenneth Graunkemesa: Change "BRIAN PAUL" to "THE AUTHORS" in license...
2013-04-24 Marek Olšákmesa: remove unused opcodes AND, DP2A, NOT, NRM3, NRM4...
2013-04-19 Paul Berrymesa: Fix up program_parse.y to avoid uninitialized $$
2013-04-17 Brian Paulmesa: remove #include "mfeatures.h" from numerous sourc...
2013-04-15 Matt Turnerbuild: Rename sources.mak -> Makefile.sources
2013-04-12 Eric Anholtmesa: Add a macro to bitset for determining bitset...
2013-04-08 Matt Turnerregister_allocate: Fix the type of best_benefit.
2013-04-06 Marek Olšákmesa: don't set _ClampFragmentColor to TRUE if it has...
2013-04-06 Chris Forbesmesa: don't memcmp() off the end of a cache key.
2013-04-04 Eric Anholti965: Ask the register allocator to round-robin through...
2013-03-29 Dave Airlieglsl: Implement ARB_texture_query_lod
2013-03-28 Marek Olšákmesa: handle STATE_CURRENT_ATTRIB_MAYBE_VP_CLAMPED...
2013-03-15 Paul BerryReplace gl_frag_attrib enum with gl_varying_slot.
2013-03-15 Paul Berrymtypes.h: Modify gl_frag_attrib to refer to new gl_vary...
2013-03-15 Paul BerryReplace gl_geom_result enum with gl_varying_slot.
next