aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
...
* mesa: add KHR_no_error support for CompressedTex*SubImage1D()Timothy Arceri2017-05-172-9/+51
* mesa: add compressed_tex_sub_image() helperTimothy Arceri2017-05-171-44/+38
* mesa: make _mesa_compressed_texture_sub_image() staticTimothy Arceri2017-05-172-51/+30
* mesa: add KHR_no_error support for NamedFramebufferTextureTimothy Arceri2017-05-172-0/+11
* mesa: add KHR_no_error support for FramebufferTextureTimothy Arceri2017-05-172-0/+12
* mesa: add *FramebufferTexture() support to frame_buffer_texture helperTimothy Arceri2017-05-171-100/+41
* mesa: add KHR_no_error support for NamedFramebufferTextureLayerTimothy Arceri2017-05-172-0/+17
* mesa: add KHR_no_error support for FramebufferTextureLayerTimothy Arceri2017-05-172-0/+13
* mesa: add no error support to frame_buffer_texture_layer() helperTimothy Arceri2017-05-171-27/+43
* mesa: add frame_buffer_texture_layer() helperTimothy Arceri2017-05-171-54/+31
* mesa: add KHR_no_error support for glUseProgramTimothy Arceri2017-05-172-20/+47
* mesa: move use_program() inside _mesa_use_program()Timothy Arceri2017-05-171-29/+21
* mesa: unify _mesa_uniform() for image uniformsSamuel Pitoiset2017-05-161-6/+8
* mesa: fix indentation in _mesa_uniform()Samuel Pitoiset2017-05-161-18/+19
* mesa: replace _mesa_problem() with unreachable() in pack.cTimothy Arceri2017-05-161-6/+4
* mesa: replace _mesa_problem() with unreachable() in mipmap.cTimothy Arceri2017-05-161-4/+3
* mesa: replace _mesa_problem() with unreachable() in _mesa_convert_colors()Timothy Arceri2017-05-161-1/+1
* mesa: replace _mesa_problem() with unreachable() in _mesa_light()Timothy Arceri2017-05-161-2/+1
* mesa: replace _mesa_problem() with assert() in hash tableTimothy Arceri2017-05-161-6/+4
* mesa: don't crash in KHR_no_error uniform variants when location == -1Timothy Arceri2017-05-161-0/+9
* mesa: fix KHR_no_error SSO supportTimothy Arceri2017-05-131-1/+1
* mesa: remove useless get_uniform_parameter() declarationSamuel Pitoiset2017-05-111-3/+0
* mesa: remove _CurrentFragmentProgram from gl_pipeline_objectTimothy Arceri2017-05-115-35/+1
* mesa: add KHR_no_error support for FramebufferTexture*D functionsTimothy Arceri2017-05-112-0/+42
* mesa: add no error version of framebuffer_texture_with_dims()Timothy Arceri2017-05-111-0/+22
* mesa: add error version of get_texture_for_framebuffer()Timothy Arceri2017-05-111-8/+18
* mesa: pass rb attachment to _mesa_framebuffer_texture()Timothy Arceri2017-05-112-19/+39
* mesa: add _mesa_get_and_validate_attachment() helperTimothy Arceri2017-05-112-12/+30
* mesa: remove _mesa_problem() from a few locationsTimothy Arceri2017-05-113-10/+6
* mesa: make _mesa_get_framebuffer_attachment_parameter() staticTimothy Arceri2017-05-112-16/+9
* mesa: fix indentationTimothy Arceri2017-05-111-1/+1
* mesa: remove _mesa from static framebuffer object functionTimothy Arceri2017-05-111-3/+3
* mesa: small _mesa_UseProgram() tidy upTimothy Arceri2017-05-111-4/+1
* mesa: add KHR_no_error support for glBindProgramPipeline()Timothy Arceri2017-05-112-0/+28
* mesa: add KHR_no_error support for glActiveShaderProgram()Timothy Arceri2017-05-112-0/+20
* mesa: add KHR_no_error support for glUseProgramStages()Timothy Arceri2017-05-112-0/+24
* mesa: create use_program_stages() helperTimothy Arceri2017-05-111-32/+39
* mesa: use u_bit_scan() in update_program_texture_state()Samuel Pitoiset2017-05-101-9/+5
* mesa: remove never used gl_shader_compiler_options::EmitNoFunctionsSamuel Pitoiset2017-05-101-1/+0
* mesa: Make _mesa_primitive_restart_index a static inline in the header.Kenneth Graunke2017-05-092-20/+15
* Revert "mesa: Require mipmap completeness for glCopyImageSubData(), sometimes."Kenneth Graunke2017-05-071-23/+2
* mesa: small texture targetIndex tidy upTimothy Arceri2017-05-071-5/+4
* mesa: fix broken indentationTimothy Arceri2017-05-071-7/+6
* mesa: some C99 tidy upsTimothy Arceri2017-05-071-24/+10
* mesa: add KHR_no_error support to copy buffer subdata functionsTimothy Arceri2017-05-072-1/+41
* mesa: remove _mesa from static functionTimothy Arceri2017-05-071-4/+4
* mesa: make _mesa_buffer_storage() staticTimothy Arceri2017-05-072-13/+7
* mesa: make _mesa_copy_buffer_sub_data() staticTimothy Arceri2017-05-072-17/+8
* mesa: make _mesa_clear_buffer_sub_data() staticTimothy Arceri2017-05-072-29/+13
* mesa: add KHR_no_error support for flush mapped buffer functionsTimothy Arceri2017-05-072-1/+31