glsl: remove now unused InterpQualifier
[mesa.git] / src / mesa /
2016-10-26 Timothy Arceriglsl: remove now unused InterpQualifier
2016-10-26 Timothy Arcerii965: remove unused BRW_STATE_INTERPOLATION_MAP flag
2016-10-26 Timothy Arcerii965: rewrite brw_setup_vue_interpolation()
2016-10-26 Timothy Arcerist/mesa: stop making use of InterpQualifier array
2016-10-26 Timothy Arcerimesa: remove unrequired code
2016-10-26 Timothy Arcerii965/mesa/st: eliminate gl_compute_program
2016-10-26 Timothy Arcerimesa: set cs shader_info metadata directly
2016-10-26 Timothy Arcerist/mesa: switch cs over to shared shader_info
2016-10-26 Timothy Arcerimesa/i965/i915/r200: eliminate gl_vertex_program
2016-10-26 Timothy Arcerii965: switch vs over to shared shader_info
2016-10-26 Timothy Arcerii965/mesa/st: eliminate gl_geometry_program
2016-10-26 Timothy Arcerimesa: set gs shader_info metadata directly
2016-10-26 Timothy Arcerist/mesa: switch gs over to shared shader_info
2016-10-26 Timothy Arcerii965: switch gs over to shared shader_info
2016-10-26 Timothy Arcerii965/mesa/st: eliminate gl_tess_eval_program
2016-10-26 Timothy Arcerimesa: copy tes metadata directly to shared shader info
2016-10-26 Timothy Arcerist/mesa: switch tes over to shared shader_info
2016-10-26 Timothy Arcerii965: switch tes over to shared shader_info
2016-10-26 Timothy Arcerii965/mesa/st: eliminate gl_tess_ctrl_program
2016-10-26 Timothy Arcerimesa: set tcs shader_info metadata directly
2016-10-26 Timothy Arcerist/mesa: switch tcs over to shared shader_info
2016-10-26 Timothy Arcerii965: switch tcs over to shared shader_info
2016-10-26 Timothy Arceriglsl: add temporary copy_shader_info() function
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 Arcerinir: move nir_shader_info to a common compiler header
2016-10-26 Timothy Arcerimesa: modify _mesa_copy_linked_program_data() to take...
2016-10-25 Tapani Pällimesa: fix error handling in DrawBuffers
2016-10-25 Tapani Pällimesa: add missing formats to driGLFormatToImageFormat
2016-10-24 Kenneth Graunkei965: Drop nir_inputs from fs_visitor.
2016-10-24 Kenneth Graunkei965: Don't use nir_assign_var_locations for VS/TES...
2016-10-24 Kenneth Graunkei965: Make split_virtual_grfs() call compact_virtual_gr...
2016-10-24 Kenneth Graunkei965: Drop unnecessary switch statement in nir_setup_ou...
2016-10-24 Anuj Phogati965/gen8: Don't enable alpha test and alpha to coverag...
2016-10-24 Anuj Phogati965/gen8: Use DrawBuffer->_IntegerBuffers in gen8_uplo...
2016-10-24 Anuj Phogati965/gen8: Use DrawBuffer->_IntegerBuffers in gen8_uplo...
2016-10-24 Iago Toral Quirogaglsl: add matrix layout information to interface block...
2016-10-24 Nicolai Hähnlest/mesa: cleanup and fix primitive restart for indirect...
2016-10-24 Timothy Arceriglsl/mesa: remove unused namespace support from the...
2016-10-22 Ilia Mirkingallium: add PIPE_CAP_STREAM_OUTPUT_INTERLEAVE_BUFFERS
2016-10-20 Brian Paulvbo: clean up with 'indent', whitespace fixes, etc...
2016-10-20 Brian Paulvbo: whitespace fixes and reformatting in vbo_exec_api.c
2016-10-20 Brian Paulvbo: minor clean-up in vbo_exec_api.c
2016-10-20 Brian Paulvbo: move attribute type assignment
2016-10-20 Brian Paulvbo: rename reset_attrfv() to vbo_reset_all_attr()
2016-10-20 Brian Paulvbo: make vbo_reset_attr() static
2016-10-20 Brian Paulvbo: trivial indentation fix in vbo_exec_api.c
2016-10-20 Nicolai Hähnlest/mesa: only set primitive_restart when the restart...
2016-10-20 Nicolai Hähnlest/glsl_to_tgsi: sort input and output decls by TGSI...
2016-10-20 Nicolai Hähnlest/glsl_to_tgsi: fix block copies of arrays of structs
2016-10-20 Nicolai Hähnlest/glsl_to_tgsi: fix block copies of arrays of doubles
2016-10-19 Jordan Justeni965/cs: Don't use a thread channel ID for small local...
2016-10-19 Jordan Justeni965/cs: Use udiv/umod for local IDs
2016-10-19 Timothy Arcerimesa: remove unused LocalSizeVariable
2016-10-19 Marek Olšákst/mesa: disable alpha-test, alpha-to-coverage, alpha...
2016-10-19 Marek Olšákmesa: remove gl_shader_compiler_options::EmitNoNoise
2016-10-19 Marek Olšákglsl_to_tgsi: remove code for fixing up TGSI labels
2016-10-19 Marek Olšákglsl_to_tgsi: remove subroutine support
2016-10-19 Marek Olšákmesa_to_tgsi: remove remnants of flow control and subro...
2016-10-19 Marek Olšákmesa_to_tgsi: drop support for instructions that can...
2016-10-19 Marek Olšákglsl_to_tgsi: allocate glsl_to_tgsi_instruction::tex_of...
2016-10-19 Marek Olšákglsl_to_tgsi: merge buffer and sampler fields in glsl_t...
2016-10-19 Marek Olšákglsl_to_tgsi: reduce the size of glsl_to_tgsi_instructi...
2016-10-19 Marek Olšákglsl_to_tgsi: reduce the size of st_dst_reg and st_src_reg
2016-10-19 Marek Olšákglsl_to_tgsi: remove unused st_translate::tex_offsets
2016-10-19 Marek Olšákglsl_to_tgsi: remove unused parameters from calc_deref_...
2016-10-19 Marek Olšákglsl_to_tgsi: use array_id for temp arrays instead...
2016-10-19 Iago Toral Quirogai965: fix subnr overflow in suboffset()
2016-10-18 Dave Airlieutil: move min/max/clamp macros to util macros.h
2016-10-18 Kenneth Graunkei965: Fix gl_InvocationID in dual object GS where invoc...
2016-10-17 Ian Romanicki965: Silence unused parameter warnings
2016-10-17 Nicolai Hähnlest/glsl_to_tgsi: fix [ui]vec[34] conversion to double
2016-10-17 Nicolai Hähnlest/glsl_to_tgsi: fix atomic counter addressing
2016-10-17 Nicolai Hähnlest/glsl_to_tgsi: fix a corner case of std140 layout...
2016-10-17 Nicolai Hähnlest/mesa: fix fragment shader output mapping
2016-10-16 Eric Anholtstate_tracker: Fix check for scissor enabled when < 0.
2016-10-15 Kenneth Graunkei965: Enable OpenGL 4.5.
2016-10-14 Jason Ekstrandintel/blorp: Add a flag to make blorp not re-emit dept...
2016-10-14 Emil Velikovi915: workaround multiple intelFenceExtension definitions
2016-10-14 Ian Romanicki965: Sort some extension names
2016-10-14 Mauro Rossii915: store reference to the context within struct...
2016-10-14 Mauro Rossii915/sync: Implement DRI2_Fence extension
2016-10-14 Mauro Rossii915/sync: Replace prefix 'intel_sync' -> 'intel_gl_sync'
2016-10-13 Brian Paulmesa: fix indentation in vertex_attrib_binding()
2016-10-13 Brian Paulmesa: add sanity check assertion in update_array_format
2016-10-13 Brian Paulmesa: remove needless cast in update_array()
2016-10-13 Brian Paulmesa: simplify update_array() with a vao local var
2016-10-13 Brian Paulvbo: simplify some code in check_draw_elements_data()
2016-10-13 Brian Paulmesa: rename gl_vertex_attrib_array gl_array_attributes
2016-10-13 Brian Paulmesa: rename gl_vertex_attrib_array::VertexBinding
2016-10-13 Brian Paulmesa: rename some vars in arrayobj.c
2016-10-13 Brian Paulmesa: replace gl_framebuffer::_IntegerColor wih _Intege...
2016-10-13 Brian Paulmesa: remove 'params' parameter from ctx->Driver.TexPar...
2016-10-13 Marek Olšákgallium: add PIPE_RESOURCE_FLAG_TEXTURING_MORE_LIKELY
2016-10-13 Nicolai Hähnlest/mesa: fix vertex elements setup for doubles
2016-10-13 Nicolai Hähnlest/glsl_to_tgsi: remove unnecessary ir_instruction...
2016-10-13 Nicolai Hähnlest/glsl_to_tgsi: fix textureGatherOffset with indirectl...
2016-10-13 Nicolai Hähnlest/glsl_to_tgsi: simplify translate_tex_offset
2016-10-12 Ilia Mirkinst/mesa: only flip stipple pattern for winsys fbo's
2016-10-12 Nicolai Hähnlest/mesa: enable ARB_enhanced_layouts and turn the cap on
next