summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* 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
* mesa: make _mesa_flush_mapped_buffer_range() staticTimothy Arceri2017-05-072-15/+9
* mesa: add KHR_no_error support for unmap buffer functionsTimothy Arceri2017-05-072-0/+23
* mesa: split unmap_buffer() in twoTimothy Arceri2017-05-071-12/+17
* mesa: make _mesa_unmap_buffer() staticTimothy Arceri2017-05-072-9/+5
* mesa: add KHR_no_error support for some map buffer functionsTimothy Arceri2017-05-072-0/+63
* mesa: split out validation from map_buffer_range()Timothy Arceri2017-05-071-27/+50
* mesa: make map_buffer_range() staticTimothy Arceri2017-05-072-20/+13
* mesa: Simplify _mesa_primitive_restart_index().Kenneth Graunke2017-05-061-10/+2
* glsl: process bindless/bound layout qualifiersSamuel Pitoiset2017-05-061-0/+10
* glsl: make sampler/image types as 64-bitSamuel Pitoiset2017-05-061-1/+5
* mesa: add ARB_bindless_texture to the extensions listSamuel Pitoiset2017-05-062-0/+2
* mesa/tests: remove no longer needed HAVE_SHARED_GLAPI defineEmil Velikov2017-05-041-2/+0
* mesa: make _mesa_accum() staticTimothy Arceri2017-05-042-57/+54
* mesa: tidy up accum.hTimothy Arceri2017-05-041-2/+0
* mesa/varray: make use of dispatch KHR_no_error supportTimothy Arceri2017-05-042-177/+355
* mesa: add const qualifier on _mesa_valid_to_render()Brian Paul2017-05-032-2/+2
* glsl: set vector_elements to 1 for samplersSamuel Pitoiset2017-05-021-10/+5
* mesa: optimize color_buffer_writes_enabled()Brian Paul2017-04-281-4/+5
* Revert "glsl: set vector_elements to 1 for samplers"Matt Turner2017-04-281-5/+10
* mesa: remove wip framebuffer codeTimothy Arceri2017-04-281-7/+0
* glsl: set vector_elements to 1 for samplersSamuel Pitoiset2017-04-271-10/+5
* mesa: tidy up left over APPLE_vertex_array_object semanticsTimothy Arceri2017-04-264-43/+9