i965: Move SF compilation to the compiler
[mesa.git] / src / mesa / main /
2017-05-23 Ian Romanickmesa: Remove GL_APPLE_vertex_array_object stubs
2017-05-22 Ian Romanickmesa: GL_ARB_shader_subroutine is not optional in core...
2017-05-22 Timothy Arcerimesa: add APPLE_vertex_array_object stubs
2017-05-21 Thomas Hellandmain: Move hashLockMutex/hashUnlockMutex to header...
2017-05-21 Thomas Hellandmain: Use _mesa_HashLock/UnlockMutex consistently
2017-05-20 John Brooksdriconf: Add allow_glsl_builtin_variable_redeclaration...
2017-05-19 Timothy Arcerist/mesa: don't mark the program as in cache_fallback...
2017-05-19 Timothy Arcerimesa: add an env var to force cache fallback
2017-05-17 Marek Olšákmesa: don't check mapped buffers in every draw call...
2017-05-17 Marek Olšákmesa: add gl_constants::AllowMappedBuffersDuringExecution
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for glDispatchCompute*()
2017-05-17 Timothy Arcerimesa: add DispatchCompute* helpers
2017-05-17 Timothy Arcerimesa: move FLUSH_CURRENT() calls out of DispatchCompute...
2017-05-17 Timothy Arcerimesa: compute.c C99 tidy up
2017-05-17 Timothy Arcerimesa: move DispatchCompute() validation to compute.c
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for glBlendEquationSepar...
2017-05-17 Timothy Arcerimesa: add blend_equation_separatei() helper
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for glBlendFunc*iARB()
2017-05-17 Timothy Arcerimesa: add blend_func_separatei() helper
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for glBufferSubData()
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for glNamedBufferSubData()
2017-05-17 Timothy Arcerimesa: add buffer_sub_data() helper
2017-05-17 Timothy Arcerimesa: create validate_buffer_sub_data() helper
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for glBufferStorage()
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for glNamedBufferStorage()
2017-05-17 Timothy Arcerimesa: add inlined_buffer_storage() helper
2017-05-17 Timothy Arcerimesa: add validate_buffer_storage() helper
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for glCompressedTex...
2017-05-17 Timothy Arcerimesa: add 3D support to compressed_tex_sub_image()...
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for glCompressedTex...
2017-05-17 Timothy Arcerimesa: add 2D support to compressed_tex_sub_image()...
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for CompressedTex*SubIma...
2017-05-17 Timothy Arcerimesa: add compressed_tex_sub_image() helper
2017-05-17 Timothy Arcerimesa: make _mesa_compressed_texture_sub_image() static
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for NamedFramebufferTexture
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for FramebufferTexture
2017-05-17 Timothy Arcerimesa: add *FramebufferTexture() support to frame_buffer...
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for NamedFramebufferText...
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for FramebufferTextureLayer
2017-05-17 Timothy Arcerimesa: add no error support to frame_buffer_texture_laye...
2017-05-17 Timothy Arcerimesa: add frame_buffer_texture_layer() helper
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for glUseProgram
2017-05-17 Timothy Arcerimesa: move use_program() inside _mesa_use_program()
2017-05-16 Samuel Pitoisetmesa: unify _mesa_uniform() for image uniforms
2017-05-16 Samuel Pitoisetmesa: fix indentation in _mesa_uniform()
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-13 Timothy Arcerimesa: fix KHR_no_error SSO support
2017-05-11 Samuel Pitoisetmesa: remove useless get_uniform_parameter() declaration
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 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 Kenneth Graunkemesa: Make _mesa_primitive_restart_index a static inlin...
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 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 Graunkemesa: Simplify _mesa_primitive_restart_index().
2017-05-06 Samuel Pitoisetglsl: process bindless/bound layout qualifiers
2017-05-06 Samuel Pitoisetglsl: make sampler/image types as 64-bit
2017-05-06 Samuel Pitoisetmesa: add ARB_bindless_texture to the extensions list
2017-05-04 Emil Velikovmesa/tests: remove no longer needed HAVE_SHARED_GLAPI...
2017-05-04 Timothy Arcerimesa: make _mesa_accum() static
2017-05-04 Timothy Arcerimesa: tidy up accum.h
2017-05-04 Timothy Arcerimesa/varray: make use of dispatch KHR_no_error support
2017-05-03 Brian Paulmesa: add const qualifier on _mesa_valid_to_render()
2017-05-02 Samuel Pitoisetglsl: set vector_elements to 1 for samplers
2017-04-28 Brian Paulmesa: optimize color_buffer_writes_enabled()
2017-04-28 Matt TurnerRevert "glsl: set vector_elements to 1 for samplers"
next