ac/debug: handle index field in SET_*_REG correctly
[mesa.git] / src / mesa /
2017-05-16 Samuel Pitoisetmesa: unify _mesa_uniform() for image uniforms
2017-05-16 Samuel Pitoisetmesa: fix indentation in _mesa_uniform()
2017-05-16 Samuel Pitoisetmesa: fix indentation in _mesa_associate_uniform_storage()
2017-05-16 Timothy Arcerimesa: replace _mesa_problem() with unreachable() in...
2017-05-16 Timothy Arcerimesa: replace _mesa_problem() with unreachable() in...
2017-05-16 Timothy Arcerimesa: replace _mesa_problem() with unreachable() in...
2017-05-16 Timothy Arcerimesa: replace _mesa_problem() with unreachable() in...
2017-05-16 Timothy Arcerimesa: replace _mesa_problem() with assert() in hash...
2017-05-16 Timothy Arcerimesa: don't crash in KHR_no_error uniform variants...
2017-05-15 Matt Turneri965: Mark shader programs for capture in the error...
2017-05-15 Lionel Landwerlini965: perf: fix pointer to integer cast
2017-05-15 Marek Olšákgallium: add flag PIPE_CONTEXT_PREFER_THREADED
2017-05-13 Timothy Arcerimesa: fix KHR_no_error SSO support
2017-05-12 Rafael Antognollii965: Port 3DSTATE_VF_TOPOLOGY on gen8+ to genxml.
2017-05-12 Rafael Antognollii965: Port 3DSTATE_INDEX_BUFFER to genxml.
2017-05-12 Rafael Antognollii965: Port brw_cs_state tracked state to genxml.
2017-05-12 Rafael Antognollii965/genxml: Mostly style fixes for emit_vertices code.
2017-05-11 Kenneth Graunkei965: Drop brw_context::viewport_transform_enable.
2017-05-11 Kenneth Graunkei965: Port Gen4-5 VS_STATE to genxml.
2017-05-11 Kenneth Graunkei965: Change GEN_GEN < 7 to GEN_GEN == 6 in 3DSTATE_VS...
2017-05-11 Samuel Pitoisetmesa: remove useless get_uniform_parameter() declaration
2017-05-11 Samuel Pitoisetmesa: remove unused gl_program_parameter::Initialized
2017-05-11 Rob HerringAndroid: remove needless conditional including of child...
2017-05-11 Timothy Arcerimesa: remove _CurrentFragmentProgram from gl_pipeline_o...
2017-05-11 Timothy Arcerimesa: add KHR_no_error support for FramebufferTexture...
2017-05-11 Timothy Arcerimesa: add no error version of framebuffer_texture_with_...
2017-05-11 Timothy Arcerimesa: add error version of get_texture_for_framebuffer()
2017-05-11 Timothy Arcerimesa: pass rb attachment to _mesa_framebuffer_texture()
2017-05-11 Timothy Arcerimesa: add _mesa_get_and_validate_attachment() helper
2017-05-11 Timothy Arcerimesa: remove _mesa_problem() from a few locations
2017-05-11 Timothy Arcerimesa: make _mesa_get_framebuffer_attachment_parameter...
2017-05-11 Timothy Arcerimesa: fix indentation
2017-05-11 Timothy Arcerimesa: remove _mesa from static framebuffer object function
2017-05-11 Timothy Arcerimesa: small _mesa_UseProgram() tidy up
2017-05-11 Timothy Arcerimesa: add KHR_no_error support for glBindProgramPipeline()
2017-05-11 Timothy Arcerimesa: add KHR_no_error support for glActiveShaderProgram()
2017-05-11 Timothy Arcerimesa: add KHR_no_error support for glUseProgramStages()
2017-05-11 Timothy Arcerimesa: create use_program_stages() helper
2017-05-10 Kenneth Graunkei965: Make INTEL_DEBUG=bat decode VS/CLIP/GS/SF/WM...
2017-05-10 Kenneth Graunkei965: Switch BRW_NEW_CURBE_OFFSETS to BRW_NEW_PUSH_CONS...
2017-05-10 Kenneth Graunkei965: Drop BRW_NEW_PUSH_CONSTANT_ALLOCATION from Gen6...
2017-05-10 Kenneth Graunkei965: Only #if...#endif a single function or related...
2017-05-10 Kenneth Graunkei965: Turn brw_get_line_width_float() into brw_get_line...
2017-05-10 Kenneth Graunkei965: Drop INTEL_DEBUG=stats.
2017-05-10 Kenneth Graunkei965: Disable ARB_pipeline_statistics_query on Gen4-5.
2017-05-10 Marek Olšákst/mesa: move the logic of all_varyings_in_vbos into...
2017-05-10 Marek Olšákst/mesa: unify common code in st_draw_vbo functions
2017-05-10 Marek Olšákst/mesa: make st_draw_vbo static
2017-05-10 Marek Olšákst/mesa: upload zero-stride vertex attributes here
2017-05-10 Marek Olšákst/mesa: simplify the signature of get_client_array
2017-05-10 Marek Olšákst/mesa: remove vpv->num_inputs dereferences in st_upda...
2017-05-10 Marek Olšákst/mesa: fold error handling into setup_(non_)interleav...
2017-05-10 Marek Olšákst/mesa: fold cso calls into setup_(non_)interleaved_at...
2017-05-10 Marek Olšákst/mesa: don't call util_draw_init_info in st_draw_vbo
2017-05-10 Marek Olšákgallium: remove pipe_index_buffer and set_index_buffer
2017-05-10 Marek Olšákgallium: separate indirect stuff from pipe_draw_info...
2017-05-10 Marek Olšákgallium: decrease the size of pipe_vertex_buffer -...
2017-05-10 Samuel Pitoisetst/glsl_to_tgsi: make sure resource file for samplers...
2017-05-10 Samuel Pitoisetmesa: use u_bit_scan() in update_program_texture_state()
2017-05-10 Samuel Pitoisetmesa: remove never used gl_shader_compiler_options...
2017-05-09 Jason Ekstrandintel/compiler/vs: Move inputs_read handling to generic...
2017-05-09 Jason Ekstrandi965/vec4: Set VERT_BIT_EDGEFLAG based on the VUE map
2017-05-09 Jason Ekstrandnir: Embed the shader_info in the nir_shader again
2017-05-09 Kenneth Graunkemesa: Make _mesa_primitive_restart_index a static inlin...
2017-05-09 Rob Clarkmesa/vbo: fix invalid min/max indexes
2017-05-09 Mauro Rossiandroid: i965: add per-gen libmesa_i965_gen{4,45,5...
2017-05-08 Marek Olšákst/mesa: remove unused st parameter in init_velement_lo...
2017-05-08 Marek Olšákst/mesa: use PIPE_MAX_ATTRIBS as the max number of...
2017-05-08 Marek Olšákst/mesa: simplify code due to unification to st_common_...
2017-05-08 Marek Olšákst/mesa: simplify update_constants functions
2017-05-08 Marek Olšákst/mesa: unify TCS, TES, GS st_*_program structures
2017-05-08 Marek Olšákst/mesa: decrease the size of remaining st_translate_pr...
2017-05-08 Marek Olšákst/mesa: remove unused outputSlotToAttr
2017-05-08 Marek Olšákst/mesa: remove st_context::vertex_result_to_slot
2017-05-08 Marek Olšákst/mesa: decrease the size of st_vertex_program
2017-05-08 Marek Olšákst/mesa: remove struct st_tracked_state
2017-05-08 Samuel Pitoisetst/glsl_to_tgsi: don't use rzalloc_array() when it...
2017-05-08 Rafael Antognollii965: Update gen6_depth_stencil_state to use genX macro.
2017-05-08 Rafael Antognollii965: Move MOCS macros to brw_state.h.
2017-05-08 Kenneth Graunkei965: Don't try to unmap NULL program cache BO.
2017-05-08 Kenneth GraunkeRevert "mesa: Require mipmap completeness for glCopyIma...
2017-05-07 Timothy Arcerimesa: small texture targetIndex tidy up
2017-05-07 Timothy Arcerimesa: fix broken indentation
2017-05-07 Timothy Arcerimesa: some C99 tidy ups
2017-05-07 Timothy Arcerimesa: add KHR_no_error support to copy buffer subdata...
2017-05-07 Timothy Arcerimesa: remove _mesa from static function
2017-05-07 Timothy Arcerist/mesa: stop calling _mesa_init_buffer_object_functions()
2017-05-07 Timothy Arcerimesa: make _mesa_buffer_storage() static
2017-05-07 Timothy Arcerimesa: make _mesa_copy_buffer_sub_data() static
2017-05-07 Timothy Arcerimesa: make _mesa_clear_buffer_sub_data() static
2017-05-07 Timothy Arcerimesa: add KHR_no_error support for flush mapped buffer...
2017-05-07 Timothy Arcerimesa: make _mesa_flush_mapped_buffer_range() static
2017-05-07 Timothy Arcerimesa: add KHR_no_error support for unmap buffer functions
2017-05-07 Timothy Arcerimesa: split unmap_buffer() in two
2017-05-07 Timothy Arcerimesa: make _mesa_unmap_buffer() static
2017-05-07 Timothy Arcerimesa: add KHR_no_error support for some map buffer...
2017-05-07 Timothy Arcerimesa: split out validation from map_buffer_range()
2017-05-07 Timothy Arcerimesa: make map_buffer_range() static
2017-05-06 Kenneth Graunkei965: Drop BRW_NEW_BLORP from 3DSTATE_VF atom.
2017-05-06 Kenneth Graunkei965: Port 3DSTATE_VF to genxml and simplify the implem...
next