gallium: s/unsigned/enum pipe_shader_type/ for pipe_screen::get_shader_param()
[mesa.git] / src / mesa / program /
2017-03-07 Timothy Arcerist/mesa: don't propagate uniforms when restoring from...
2017-03-01 Kenneth Graunkemesa: Drop unused STATE_TEXRECT_SCALE program statevars.
2017-02-21 Emil Velikovmesa: annotate functions for C linkage
2017-02-17 Timothy Arceriglsl: fix scons builds with shader cache
2017-02-17 Timothy Arceriglsl: make use of on disk shader cache
2017-02-09 Timothy Arcerist/mesa/i965: create link status enum
2017-01-31 Francisco Jerezmesa/program: Translate csel operation from GLSL IR.
2017-01-20 Dave Airliemesa/program: Add unused ir operations.
2017-01-20 Dave Airlieglsl: Add basic ARB_gpu_shader_int64 types
2017-01-10 Kenneth Graunkecompiler: Merge shader_info's tcs and tes structs.
2017-01-06 Timothy Arcerist/mesa/glsl: move SamplerTargets to gl_program
2017-01-06 Timothy Arcerist/mesa/glsl: set SamplersUsed directly in gl_program
2017-01-06 Timothy Arcerimesa/glsl: remove hack to reset sampler units to zero
2017-01-06 Timothy Arcerist/mesa/glsl: add new is_arb_asm flag in gl_program
2017-01-05 Marek Olšákglsl: run do_lower_jumps properly in do_common_optimiza...
2016-12-30 Timothy Arceriglsl/mesa: add reference to gl_shader_program_data...
2016-12-29 Timothy Arcerimesa: pass gl_program to _mesa_append_uniforms_to_file()
2016-12-29 Timothy Arcerimesa/compiler: add stage to shader_info
2016-12-13 Ilia Mirkintreewide: s/comparitor/comparator/
2016-11-22 Jason Ekstrandcompiler: Add the rest of the subpassInput types
2016-11-22 Marek Olšákglsl: add gl_linked_shader::SourceChecksum
2016-11-19 Kenneth Graunkecompiler: Store the clip/cull distance array sizes...
2016-11-19 Timothy Arcerist/mesa/glsl/nir/i965: make use of new gl_shader_progra...
2016-11-18 Timothy Arceriglsl: create gl_program at the start of linking rather...
2016-11-18 Timothy Arcerist/mesa/i965: simplify gl_program references and stop...
2016-11-18 Timothy Arcerimesa: fix old classic drivers to use ralloc for ARB...
2016-11-17 Timothy Arcerist/mesa/r200/i915/i965: move ARB program fields into...
2016-11-17 Timothy Arcerimesa: make use of ralloc when creating ARB asm gl_progr...
2016-11-17 Timothy Arcerimesa: remove unused Comment field in prog_instruction
2016-11-15 Marek Olšákglsl/lower_if: don't lower branches touching tess contr...
2016-11-10 Ian Romanicklinker: Remove unnecessary overload of program_resource...
2016-11-03 Timothy Arcerimesa/glsl: delete previously linked shaders earlier...
2016-11-02 Timothy Arcerist/mesa/r200/i915/i965: use rzalloc() to create gl_program
2016-10-26 Samuel Iglesias... mesa/program: Add _mesa_symbol_table_replace_symbol()
2016-10-26 Timothy Arceriglsl/st/mesa: use common system values read field
2016-10-26 Timothy Arcerir200/glsl/st/mesa: use common outputs written field
2016-10-26 Timothy Arcerir200/i915/st/mesa/compiler: use common inputs read...
2016-10-26 Timothy Arcerist/mesa/r200/i915/i965: eliminate gl_fragment_program
2016-10-26 Timothy Arcerii965/mesa/st/swrast: set fs shader_info directly and...
2016-10-26 Timothy Arcerimesa: remove unrequired code
2016-10-26 Timothy Arcerii965/mesa/st: eliminate gl_compute_program
2016-10-26 Timothy Arcerimesa/i965/i915/r200: eliminate gl_vertex_program
2016-10-26 Timothy Arcerii965/mesa/st: eliminate gl_geometry_program
2016-10-26 Timothy Arcerii965/mesa/st: eliminate gl_tess_eval_program
2016-10-26 Timothy Arcerii965/mesa/st: eliminate gl_tess_ctrl_program
2016-10-26 Timothy Arcerist/mesa: switch tcs over to shared shader_info
2016-10-26 Timothy Arceriglsl: add a shader info field to the gl_program type
2016-10-26 Timothy Arcerinir/i965/anv/radv/gallium: make shader info a pointer
2016-10-26 Timothy Arcerimesa: modify _mesa_copy_linked_program_data() to take...
2016-10-24 Timothy Arceriglsl/mesa: remove unused namespace support from the...
2016-10-19 Marek Olšákmesa: remove gl_shader_compiler_options::EmitNoNoise
2016-10-06 Timothy Arcerimesa: remove the UsesDFdy flag
2016-09-26 Rob Clarkmesa/st: support lowering multi-planar YUV
2016-09-16 Dave Airlieglsl: add subpass image type (v2)
2016-09-12 Thomas Hellandmesa/glsl: Move string_to_uint_map into the util folder
2016-09-12 Thomas Hellandmesa: Convert symbol table to the util hash table
2016-09-12 Thomas Hellandmesa: Convert string_to_uint_map to the util hash table
2016-09-12 Thomas Hellandutil: Move hash_table_call_foreach to util hash table
2016-09-12 Thomas Hellandmesa: Remove prog_hash_table.c
2016-09-06 Rob HerringAndroid: glsl: add rules to generate ir_expression...
2016-08-31 Ilia Mirkinglsl: add gl_BoundingBox and associated varying slots
2016-08-26 Kenneth Graunkecompiler: Add a new STATE_VAR_ADVANCED_BLENDING_MODE...
2016-08-10 Eric Anholtprog_hash_table: Convert to using util/hash_table.h.
2016-08-10 Eric Anholtprog_hash_table: Convert compare funcs to match util...
2016-08-09 Mathias Fröhlichutil: Move _mesa_fsl/util_last_bit into util/bitscan.h
2016-06-30 Timothy Arceriglsl/mesa: split gl_shader in two
2016-06-30 Timothy Arcerimesa: don't print name in _mesa_append_uniforms_to_file()
2016-06-30 Timothy Arcerimesa: remove unreachable code from _mesa_write_shader_t...
2016-06-23 Giuseppe BilottaRemove wrongly repeated words in comments
2016-06-15 Kenneth Graunkeglsl: Optionally lower TCS gl_PatchVerticesIn to a...
2016-06-15 Kenneth Graunkeglsl: Optionally lower TES gl_PatchVerticesIn to a...
2016-06-14 Kenneth Graunkemesa: Pass gl_constant_value union into _mesa_fetch_sta...
2016-06-08 Dave Airliemesa: use new 64-bit checks instead of explicit double...
2016-06-07 Ilia Mirkinmesa: hook up core bits of GL_ARB_shader_group_vote
2016-05-26 Jason Ekstrandptn: Include nir.h
2016-05-13 Tobias Klausmannglsl: Add arb_cull_distance support (v3)
2016-05-11 Jason Ekstrandptn: Emit mul+add for MAD
2016-05-10 Ian Romanickir_to_mesa: Emit smarter ir_binop_logic_or for vertex...
2016-05-10 Ian Romanickprog: Delete all remains of OPCODE_SNE, OPCODE_SEQ...
2016-05-10 Ian Romanickir_to_mesa: Do not emit OPCODE_SEQ or OPCODE_SNE
2016-05-10 Ian Romanickir_to_mesa: Do not emit OPCODE_SLE or OPCODE_SGT
2016-04-04 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-02 Timothy Arcerimesa: remove unrequired else
2016-04-01 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-31 Ian Romanickptn: Fix all users of ptn_swizzle
2016-03-31 Ian Romanickptn: Silence unused parameter warning
2016-03-31 Timothy Arceriglsl: add transform feedback buffers to resource list
2016-03-27 Miklós Mátéprogram: add ATI_fragment_shader to shader stages list
2016-03-25 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-24 Bas Nieuwenhuizenmesa: replace gl_context->Multisample._Enabled with...
2016-03-18 Timothy Arcerimesa: remove remaining tabs in prog_parameter.c
2016-03-18 Timothy Arcerimesa: inline _mesa_add_unnamed_constant()
2016-03-18 Timothy Arcerimesa: simplify and inline _mesa_lookup_parameter_index()
2016-03-18 Timothy Arcerimesa: make _mesa_lookup_parameter_constant static
2016-03-18 Timothy Arcerimesa: remove unused function
2016-03-17 Connor Abbottnir: add a bit_size parameter to nir_ssa_dest_init
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-08 Brian Paulprogram: minor whitespace clean-ups in program_parse_ex...
2016-03-02 Matt Turnerprogram: Clean up after condition code removal.
2016-03-02 Matt Turnerprogram: Remove variable used only in assert().
next