Android: clean-up and fix DRI module path handling
[mesa.git] / src / mesa / program /
2016-02-29 Rob HerringAndroid: fix build break from nir/glsl move to compiler/
2016-02-25 Miklós Mátéprogram: Remove extra reference_program()
2016-02-18 Rob HerringAndroid: fix build break in libmesa_program
2016-02-18 Ilia Mirkinmesa: gl_NumSamples should always be at least one
2016-02-14 Jason Ekstrandglsl/types: Add support for function types
2016-02-11 Marek Olšákmesa: call build_program_resource_list inside Driver...
2016-02-09 Jason Ekstrandnir: Separate texture from sampler in nir_tex_instr
2016-02-09 Jason Ekstrandnir/tex_instr: Rename sampler to texture
2016-02-09 Rob Clarkptn: use const_index helpers
2016-02-09 Timothy Arcerimesa: remove now unused sampler index handing code
2016-02-09 Timothy Arcerimesa: compute sampler index in ir_to_mesa rather than...
2016-02-09 Dave Airliemesa: drop unused nonconst sampler functions.
2016-02-09 Dave Airlieglsl/ir: add param index to variable.
2016-02-05 Neil Robertsprogram: Use _mesa_geometric_samples to calculate gl_Nu...
2016-02-04 Timothy Arcerimesa: remove dead program parameter functions
2016-02-02 Ilia Mirkinmesa: use geometric helper for computing min samples
2016-02-01 Matt Turnerglsl: Remove 2x16 half-precision pack/unpack opcodes.
2016-01-30 Ilia Mirkinst/mesa: add atomic counter support
2016-01-26 Emil Velikovglsl: move to compiler/
2016-01-26 Emil Velikovnir: move to compiler/
2016-01-26 Emil Velikovnir: move glsl_types.{cpp,h} to compiler
2016-01-13 Kenneth Graunkeglsl: Delete the ir_binop_bfm and ir_triop_bfi opcodes.
2016-01-08 Marek Olšákprogram: add a helper for rewriting FP position input...
2016-01-02 Marek Olšákprogram: add _mesa_reserve_parameter_storage
2015-12-29 Jason Ekstrandnir/builder: Add an init function that creates a simple...
2015-12-28 Jason Ekstrandnir: Get rid of function overloads
2015-12-22 Kenneth Graunkenir: Add a writemask to store intrinsics.
2015-12-18 Matt Turnernir: Delete bany, ball, fany, fall.
2015-12-18 Matt Turnerglsl: Remove ir_unop_any.
2015-12-17 Miklós Mátéprogram: fix comment about the fog formula
2015-12-17 Matt Turnerir_to_mesa: Skip useless comparison instructions.
2015-11-29 Emil Velikovmesa/program: remove dead function declarations
2015-11-20 Ian Romanickglsl: Add ir_samples_identical opcode
2015-10-19 Jason Ekstrandnir/info: Add a few bits of info for fragment shaders
2015-10-16 Rob Clarknir: remove dependency on glsl
2015-10-15 Jason Ekstrandnir/prog: Don't double-insert the fog-coord variable
2015-10-15 Jason Ekstrandnir: Add helpers for creating variables and adding...
2015-10-15 Jason Ekstrandnir/prog: Use nir_foreach_variable
2015-10-15 Emil Velikovprogram: convert _mesa_init_gl_program() to take struct...
2015-10-14 Brian Paulmesa: remove unused functions in program.c
2015-10-09 Marek Olšákprogram: remove _mesa_init_*_program wrappers
2015-10-09 Marek Olšákprogram: remove other unused functions
2015-10-09 Marek Olšákprogram: remove unused cloning and combining functions
2015-10-09 Marek Olšákprogram: remove unused function _mesa_find_line_column
2015-10-04 Timothy Arceriglsl: reduce memory footprint of uniform_storage struct
2015-10-02 Jason Ekstrandnir: Add a a nir_shader_info struct
2015-10-02 Ilia Mirkinmesa: avoid leaking closure when iterating over a strin...
2015-10-01 Brian Paulmesa: clean up #includes in sampler.cpp
2015-10-01 Brian Paulmesa: clean up #includes in ir_to_mesa.cpp
2015-09-25 Matt Turnermesa: Add locking to programs.
2015-09-25 Matt Turnermesa: Remove debugging code from _mesa_reference_*.
2015-09-25 Samuel Iglesias... glsl: Add parser/compiler support for unsized array...
2015-09-23 Jason Ekstrandprog_to_nir: Use nir_op_dph
2015-09-10 Ilia Mirkinglsl: add ir_texture_samples texture opcode
2015-09-10 Rhys Kiddmesa: Resolve GCC sign-compare warning.
2015-09-10 Ian Romanickglsl: Silence unused parameter warnings
2015-08-27 Kenneth Graunkenir: Convert the builder to use the new NIR cursor...
2015-08-25 Kenneth Graunkeprog_to_nir: Use nir_builder_insert() rather than pokin...
2015-08-25 Kenneth Graunkenir: Store gl_shader_stage in nir_shader.
2015-08-25 Kenneth Graunkeprog_to_nir: Don't allocate nir_variable with type...
2015-07-29 Matt Turnerprogram: Avoid double promotion.
2015-07-29 Matt Turnerprogram: Use exp2(x) instead of pow(2.0, x).
2015-07-23 Dave Airlieprogram: add subroutine uniform support (v1.1)
2015-07-22 Marek Olšákglsl: don't lower variable indexing on non-patch tessel...
2015-07-22 Fabian Bielerglsl: add tessellation shader defines and built-in...
2015-07-22 Fabian Bielermesa: add misc tessellation shader support
2015-07-22 Fabian Bielermesa: add tessellation shader init functions.
2015-07-22 Fabian Bielermesa: add tessellation shader enums
2015-07-17 Kenneth Graunkeprogram: Allow redundant OPTION ARB_fog_* directives.
2015-07-14 Iago Toral Quirogamesa: rename is_in_uniform_block to is_in_buffer_block
2015-07-02 Ilia Mirkinmesa/prog: relative offsets into constbufs are not...
2015-07-01 Tapani Pälliglsl: create program resource list after LinkShader
2015-06-12 Chris Forbesglsl: Add ir node for barrier
2015-06-12 Emil Velikovmesa; add a dummy _mesa_error_no_memory() symbol to...
2015-06-06 Kenneth Graunkeprog_to_nir: Fix fragment depth writes.
2015-06-05 Marek Olšákmesa: use GL_GEOMETRY_PROGRAM_NV instead of MESA_GEOMET...
2015-06-05 Marek Olšákmesa: remove useless gl_compute_program_state::Current
2015-06-05 Marek Olšákmesa: remove unused geometry shader variables
2015-06-04 Kenneth Graunkeprog_to_nir: Make RSQ properly take the absolute value...
2015-06-04 Martin Peresmain: fix a regression in uniform handling introduced...
2015-06-04 Martin Peresmesa: reference built-in uniforms into gl_uniform_storage
2015-06-03 Matt Turnerprogram: Replace gl_inst_opcode with enum prog_opcode.
2015-06-03 Matt Turnerprogram: Remove dead Aux field from prog_instruction.
2015-06-03 Matt Turnerprogram: Shrink and rename SaturateMode field to Saturate.
2015-06-02 Matt Turnerprog_to_nir: Remove OPCODE_MOV special case.
2015-06-02 Matt Turnerprog_to_nir: Remove from op_trans[] opcodes handled...
2015-05-25 Jason EkstrandFix an unused variable warning
2015-05-23 Jason Ekstrandprog_to_nir: Use a variable for uniform data
2015-05-14 Laura Ekstrandmain: Refactor _mesa_[update|get]_clamp_fragment_color.
2015-05-08 Ian Romanickprog_to_nir: OPCODE_EXP is not nir_op_fexp
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...
next