summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)AuthorFilesLines
2017-05-17mesa: add KHR_no_error support for NamedFramebufferTextureLayerTimothy Arceri2-0/+17
2017-05-17mesa: add KHR_no_error support for FramebufferTextureLayerTimothy Arceri2-0/+13
2017-05-17mesa: add no error support to frame_buffer_texture_layer() helperTimothy Arceri1-27/+43
2017-05-17mesa: add frame_buffer_texture_layer() helperTimothy Arceri1-54/+31
2017-05-17mesa: add KHR_no_error support for glUseProgramTimothy Arceri2-20/+47
2017-05-17mesa: move use_program() inside _mesa_use_program()Timothy Arceri1-29/+21
2017-05-16mesa: unify _mesa_uniform() for image uniformsSamuel Pitoiset1-6/+8
2017-05-16mesa: fix indentation in _mesa_uniform()Samuel Pitoiset1-18/+19
2017-05-16mesa: replace _mesa_problem() with unreachable() in pack.cTimothy Arceri1-6/+4
2017-05-16mesa: replace _mesa_problem() with unreachable() in mipmap.cTimothy Arceri1-4/+3
2017-05-16mesa: replace _mesa_problem() with unreachable() in _mesa_convert_colors()Timothy Arceri1-1/+1
2017-05-16mesa: replace _mesa_problem() with unreachable() in _mesa_light()Timothy Arceri1-2/+1
2017-05-16mesa: replace _mesa_problem() with assert() in hash tableTimothy Arceri1-6/+4
2017-05-16mesa: don't crash in KHR_no_error uniform variants when location == -1Timothy Arceri1-0/+9
2017-05-13mesa: fix KHR_no_error SSO supportTimothy Arceri1-1/+1
2017-05-11mesa: remove useless get_uniform_parameter() declarationSamuel Pitoiset1-3/+0
2017-05-11mesa: remove _CurrentFragmentProgram from gl_pipeline_objectTimothy Arceri5-35/+1
2017-05-11mesa: add KHR_no_error support for FramebufferTexture*D functionsTimothy Arceri2-0/+42
2017-05-11mesa: add no error version of framebuffer_texture_with_dims()Timothy Arceri1-0/+22
2017-05-11mesa: add error version of get_texture_for_framebuffer()Timothy Arceri1-8/+18
2017-05-11mesa: pass rb attachment to _mesa_framebuffer_texture()Timothy Arceri2-19/+39
2017-05-11mesa: add _mesa_get_and_validate_attachment() helperTimothy Arceri2-12/+30
2017-05-11mesa: remove _mesa_problem() from a few locationsTimothy Arceri3-10/+6
2017-05-11mesa: make _mesa_get_framebuffer_attachment_parameter() staticTimothy Arceri2-16/+9
2017-05-11mesa: fix indentationTimothy Arceri1-1/+1
2017-05-11mesa: remove _mesa from static framebuffer object functionTimothy Arceri1-3/+3
2017-05-11mesa: small _mesa_UseProgram() tidy upTimothy Arceri1-4/+1
2017-05-11mesa: add KHR_no_error support for glBindProgramPipeline()Timothy Arceri2-0/+28
2017-05-11mesa: add KHR_no_error support for glActiveShaderProgram()Timothy Arceri2-0/+20
2017-05-11mesa: add KHR_no_error support for glUseProgramStages()Timothy Arceri2-0/+24
2017-05-11mesa: create use_program_stages() helperTimothy Arceri1-32/+39
2017-05-10mesa: use u_bit_scan() in update_program_texture_state()Samuel Pitoiset1-9/+5
2017-05-10mesa: remove never used gl_shader_compiler_options::EmitNoFunctionsSamuel Pitoiset1-1/+0
2017-05-09mesa: Make _mesa_primitive_restart_index a static inline in the header.Kenneth Graunke2-20/+15
2017-05-07Revert "mesa: Require mipmap completeness for glCopyImageSubData(), sometimes."Kenneth Graunke1-23/+2
2017-05-07mesa: small texture targetIndex tidy upTimothy Arceri1-5/+4
2017-05-07mesa: fix broken indentationTimothy Arceri1-7/+6
2017-05-07mesa: some C99 tidy upsTimothy Arceri1-24/+10
2017-05-07mesa: add KHR_no_error support to copy buffer subdata functionsTimothy Arceri2-1/+41
2017-05-07mesa: remove _mesa from static functionTimothy Arceri1-4/+4
2017-05-07mesa: make _mesa_buffer_storage() staticTimothy Arceri2-13/+7
2017-05-07mesa: make _mesa_copy_buffer_sub_data() staticTimothy Arceri2-17/+8
2017-05-07mesa: make _mesa_clear_buffer_sub_data() staticTimothy Arceri2-29/+13
2017-05-07mesa: add KHR_no_error support for flush mapped buffer functionsTimothy Arceri2-1/+31
2017-05-07mesa: make _mesa_flush_mapped_buffer_range() staticTimothy Arceri2-15/+9
2017-05-07mesa: add KHR_no_error support for unmap buffer functionsTimothy Arceri2-0/+23
2017-05-07mesa: split unmap_buffer() in twoTimothy Arceri1-12/+17
2017-05-07mesa: make _mesa_unmap_buffer() staticTimothy Arceri2-9/+5
2017-05-07mesa: add KHR_no_error support for some map buffer functionsTimothy Arceri2-0/+63
2017-05-07mesa: split out validation from map_buffer_range()Timothy Arceri1-27/+50