gallium/radeon: re-order radeon_surf::dcc and htile members
[mesa.git] / src / mesa /
2016-10-26 Samuel Iglesias... mesa/program: Add _mesa_symbol_table_replace_symbol()
2016-10-26 Timothy Arcerinir: stop adjusting driver location for varying packing
2016-10-26 Timothy Arcericompiler: remove copy_shader_info()
2016-10-26 Timothy Arceriglsl: set uses texture gather directly in shader_info
2016-10-26 Timothy Arceriglsl/st/mesa: use common system values read field
2016-10-26 Timothy Arceriglsl: set patch outputs written directly in shader_info
2016-10-26 Timothy Arcerist/mesa: use common patch outputs written field
2016-10-26 Timothy Arceriglsl: set patch inputs read directly in shader_info
2016-10-26 Timothy Arcerist/mesa: use common patch inputs read field
2016-10-26 Timothy Arceriglsl: set outputs read directly in shader_info
2016-10-26 Timothy Arcerir200/glsl/st/mesa: use common outputs written field
2016-10-26 Timothy Arcerimesa/glsl: set double inputs read directly in shader_info
2016-10-26 Timothy Arcerist/mesa: use common double inputs read field
2016-10-26 Timothy Arcerir200/i915/st/mesa/compiler: use common inputs read...
2016-10-26 Timothy Arcerimesa/compiler: copy early fragment tests to shader_info...
2016-10-26 Timothy Arcerimeta: remove remaining tabs in meta.c
2016-10-26 Timothy Arcerii965: replace brw_compute_program with brw_program
2016-10-26 Timothy Arcerii965: replace brw_fragment_program with brw_program
2016-10-26 Timothy Arcerii965: replace brw_tess_{eval,ctrl}_program with brw_program
2016-10-26 Timothy Arcerii965: replace brw_geomerty_program with brw_program
2016-10-26 Timothy Arcerii965: replace brw_vertex_program with new generic brw_p...
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 now unused IsCentroid from gl_fragment_program
2016-10-26 Timothy Arcerist/mesa: get interpolation location at translation...
2016-10-26 Timothy Arcerii965: remove unused debug param
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...
next