mesa: remove Driver.DeleteSamplerObject
[mesa.git] / src / mesa / program /
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...
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.
next