summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* mesa/main: fix indentation in _mesa_get_uniform()Iago Toral Quiroga2017-06-011-98/+101
* mesa: throw an INVALID_OPERATION error in get_texobj_by_name()Samuel Pitoiset2017-05-311-50/+11
* mesa: add new 'name' parameter to get_texobj_by_name()Samuel Pitoiset2017-05-311-13/+12
* mesa: Avoid leaking surface in st_renderbuffer_deleteBartosz Tomczyk2017-05-301-2/+8
* mesa: add KHR_no_error support for glBindBufferRange()Timothy Arceri2017-05-302-37/+69
* mesa: create bind_buffer_range() helperTimothy Arceri2017-05-301-3/+10
* mesa: convert mesa_bind_buffer_range_transform_feedback() to a validate functionTimothy Arceri2017-05-303-31/+35
* mesa: create _mesa_bind_buffer_range_xfb() helperTimothy Arceri2017-05-301-0/+20
* mesa: split bind_atomic_buffer() in twoTimothy Arceri2017-05-301-25/+29
* mesa: split bind_buffer_range_shader_storage_buffer() in twoTimothy Arceri2017-05-301-13/+23
* mesa: split bind_buffer_range_uniform_buffer() in twoTimothy Arceri2017-05-301-13/+19
* mesa: add KHR_no_error support for glVertexArrayVertexBuffer()Timothy Arceri2017-05-302-0/+17
* mesa: add KHR_no_error support for glBindVertexBuffer()Timothy Arceri2017-05-302-3/+17
* mesa: split vertex_array_vertex_buffer() in twoTimothy Arceri2017-05-301-42/+53
* mesa: add KHR_no_error support for glBindImageTextures()Samuel Pitoiset2017-05-292-31/+51
* mesa: add KHR_no_error support for glBindImageTexture()Samuel Pitoiset2017-05-292-0/+20
* mesa: add bind_image_texture() helperSamuel Pitoiset2017-05-291-7/+16
* mesa: add set_image_binding() helperSamuel Pitoiset2017-05-291-36/+34
* mesa: remove unused layered parameter from validate_bind_image_texture()Samuel Pitoiset2017-05-291-4/+4
* mesa: add KHR_no_error support for glActiveTexture()Samuel Pitoiset2017-05-292-11/+28
* mesa: Remove GL_APPLE_vertex_array_object stubsIan Romanick2017-05-233-22/+0
* mesa: GL_ARB_shader_subroutine is not optional in core profileIan Romanick2017-05-226-46/+3
* mesa: add APPLE_vertex_array_object stubsTimothy Arceri2017-05-223-0/+22
* main: Move hashLockMutex/hashUnlockMutex to header and inlineThomas Helland2017-05-222-45/+40
* main: Use _mesa_HashLock/UnlockMutex consistentlyThomas Helland2017-05-221-13/+10
* driconf: Add allow_glsl_builtin_variable_redeclaration optionJohn Brooks2017-05-201-0/+5
* st/mesa: don't mark the program as in cache_fallback when there is cache missTimothy Arceri2017-05-201-0/+7
* mesa: add an env var to force cache fallbackTimothy Arceri2017-05-202-0/+3
* mesa: don't check mapped buffers in every draw call if drivers allow itMarek Olšák2017-05-171-1/+14
* mesa: add gl_constants::AllowMappedBuffersDuringExecutionMarek Olšák2017-05-171-0/+3
* mesa: add KHR_no_error support for glDispatchCompute*()Timothy Arceri2017-05-172-0/+38
* mesa: add DispatchCompute* helpersTimothy Arceri2017-05-171-13/+38
* mesa: move FLUSH_CURRENT() calls out of DispatchCompute*() validationTimothy Arceri2017-05-171-6/+6
* mesa: compute.c C99 tidy upTimothy Arceri2017-05-171-4/+2
* mesa: move DispatchCompute() validation to compute.cTimothy Arceri2017-05-173-252/+229
* mesa: add KHR_no_error support for glBlendEquationSeparateiARB()Timothy Arceri2017-05-172-0/+12
* mesa: add blend_equation_separatei() helperTimothy Arceri2017-05-171-9/+17
* mesa: add KHR_no_error support for glBlendFunc*iARB()Timothy Arceri2017-05-172-0/+24
* mesa: add blend_func_separatei() helperTimothy Arceri2017-05-171-17/+28
* mesa: add KHR_no_error support for glBufferSubData()Timothy Arceri2017-05-172-3/+20
* mesa: add KHR_no_error support for glNamedBufferSubData()Timothy Arceri2017-05-172-7/+23
* mesa: add buffer_sub_data() helperTimothy Arceri2017-05-171-17/+24
* mesa: create validate_buffer_sub_data() helperTimothy Arceri2017-05-172-30/+40
* mesa: add KHR_no_error support for glBufferStorage()Timothy Arceri2017-05-172-3/+20
* mesa: add KHR_no_error support for glNamedBufferStorage()Timothy Arceri2017-05-172-7/+27
* mesa: add inlined_buffer_storage() helperTimothy Arceri2017-05-171-20/+27
* mesa: add validate_buffer_storage() helperTimothy Arceri2017-05-171-15/+27
* mesa: add KHR_no_error support for glCompressedTex*SubImage3D()Timothy Arceri2017-05-172-1/+41
* mesa: add 3D support to compressed_tex_sub_image() helperTimothy Arceri2017-05-171-119/+66
* mesa: add KHR_no_error support for glCompressedTex*SubImage2D()Timothy Arceri2017-05-172-0/+39