i965: Remove comment about chv device numbers being preliminary
[mesa.git] / src / mesa / program /
2015-05-02 Paul Berrymesa/cs: Update program.c for compute shaders.
2015-05-02 Paul Berrymesa/cs: Add inline functions for dealing with compute...
2015-04-27 Zoë BladeFix a few typos
2015-04-22 Chih-Wei Huangandroid: export the path of the generated headers
2015-04-22 Chih-Wei Huangandroid: fix the building rules for Android 5.0
2015-04-22 Chih-Wei Huangandroid: fix a building error of libmesa_program
2015-04-22 Emil Velikovandroid: build the Mesa IR -> NIR translator
2015-04-22 Emil Velikovandroid: add gallium dirs to more places in the tree
2015-04-22 Emil Velikovandroid: add $(mesa_top)/src include to the whole of...
2015-04-21 Kenneth Graunkenir: Fix per-component negation in prog_to_nir's SWZ...
2015-04-16 Marek Olšákmesa/program: remove dead code
2015-04-11 Kenneth Graunkei965: Create NIR during LinkShader() and ProgramStringN...
2015-04-10 Kenneth Graunkenir: Constify prog_to_nir's gl_program pointer.
2015-04-07 Kenneth Graunkenir: Allocate dereferences out of their parent instruct...
2015-04-06 Matt Turnerprogram: Remove unused emit_scs().
2015-04-06 Matt Turnerglsl: Remove never used sin_reduced/cos_reduced.
2015-04-01 Kenneth Graunkenir: Use _mesa_flsll(InputsRead) in prog->nir.
2015-04-01 Kenneth Graunkenir: In prog->nir, don't wrap dot products with ptn_cha...
2015-04-01 Brian Paulmesa: remove unneeded #include of colormac.h
2015-03-28 Kenneth Graunkenir: Implement a Mesa IR -> NIR translator.
2015-03-20 Dave Airliemesa: reorder prog_instruction
2015-03-11 Brian Paulmesa: use strdup() instead of _mesa_strdup()
2015-03-05 Brian Paulmesa: include stdio.h where needed
2015-03-02 Brian Paulmesa/program: replace Elements() with ARRAY_SIZE()
2015-03-02 Brian Paulmesa: trim down includes of compiler.h
2015-02-28 Brian Paulmesa: move ONE_DIV_SQRT_LN2 to prog_statevars.c
2015-02-26 Brian Paulmesa: trim down #includes in compiler.h
2015-02-26 Brian Paulmesa: include stdarg.h only where it's used
2015-02-24 Brian Paulmesa: remove INV_SQRTF() macro
2015-02-24 Brian Paulmesa: replace FABSF with fabsf
2015-02-24 Brian Paulmesa: replace FLOORF with floorf
2015-02-24 Brian Paulmesa: replace FREXPF, LDEXPF with frexpf, ldexpf
2015-02-23 Matt Turnermesa: Use assert() instead of ASSERT wrapper.
2015-02-19 Dave Airlieglsl/ir: Add builtin function support for doubles
2015-02-19 Dave Airliemesa: add double uniform support. (v5)
2015-02-12 Carl WorthRevert use of Mesa IR optimizer for ARB_fragment_programs
2015-02-11 Matt Turnerprogram: Remove _mesa_nop_vertex_program/_mesa_nop_frag...
2015-02-03 Iago Toral Quirogaglsl: Improve precision of mod(x,y)
2015-01-29 Eric Anholtmesa: Move simple_list.h to src/util.
2015-01-23 Matt Turnermesa: Build with subdir-objects.
2015-01-21 Jan Veselymesa: Add assert to check number of vector elements
2015-01-21 Jan Veselymesa: Fix some signed-unsigned comparison warnings
2015-01-21 Jan Veselymesa: remove comparisons that are always true
2015-01-16 Tapani Pällimesa: Add iterate method for string_to_uint_map
2014-12-16 Brian Paulprogram: remove extern "C" usage in sampler.cpp
2014-12-16 Brian Paulprogram: remove extern "C" around #includes
2014-12-16 Brian Paulprogram: add #ifndef SAMPLER_H wrapper
2014-12-16 Brian Paulmesa: put extern "C" in src/mesa/program/*h header...
2014-12-12 Brian Paulir_to_mesa: remove unused 'target' variable
2014-12-09 Matt Turnerprogram: Delete dead _mesa_realloc_instructions.
2014-12-09 Matt TurnerDon't cast the return value of malloc/realloc
2014-12-08 Abdiel Janulgueir_to_mesa: Remove sat to clamp lowering pass
2014-12-01 Brian Paulmesa: remove unused functions in prog_execute.c
2014-11-24 Eric Anholtmesa: Drop unused NV_fragment_program opcodes.
2014-11-24 Eric Anholtmesa: Drop unused SFL/STR opcodes.
2014-10-30 Chia-I Wuutil: add _mesa_strtod and _mesa_strtof
2014-10-25 Ian Romanickmesa: Silence unused parameter warning in _mesa_clear_s...
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...
next