index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa/main: fix indentation in _mesa_get_uniform()
Iago Toral Quiroga
2017-06-01
1
-98
/
+101
*
mesa: throw an INVALID_OPERATION error in get_texobj_by_name()
Samuel Pitoiset
2017-05-31
1
-50
/
+11
*
mesa: add new 'name' parameter to get_texobj_by_name()
Samuel Pitoiset
2017-05-31
1
-13
/
+12
*
mesa: Avoid leaking surface in st_renderbuffer_delete
Bartosz Tomczyk
2017-05-30
1
-2
/
+8
*
mesa: add KHR_no_error support for glBindBufferRange()
Timothy Arceri
2017-05-30
2
-37
/
+69
*
mesa: create bind_buffer_range() helper
Timothy Arceri
2017-05-30
1
-3
/
+10
*
mesa: convert mesa_bind_buffer_range_transform_feedback() to a validate function
Timothy Arceri
2017-05-30
3
-31
/
+35
*
mesa: create _mesa_bind_buffer_range_xfb() helper
Timothy Arceri
2017-05-30
1
-0
/
+20
*
mesa: split bind_atomic_buffer() in two
Timothy Arceri
2017-05-30
1
-25
/
+29
*
mesa: split bind_buffer_range_shader_storage_buffer() in two
Timothy Arceri
2017-05-30
1
-13
/
+23
*
mesa: split bind_buffer_range_uniform_buffer() in two
Timothy Arceri
2017-05-30
1
-13
/
+19
*
mesa: add KHR_no_error support for glVertexArrayVertexBuffer()
Timothy Arceri
2017-05-30
2
-0
/
+17
*
mesa: add KHR_no_error support for glBindVertexBuffer()
Timothy Arceri
2017-05-30
2
-3
/
+17
*
mesa: split vertex_array_vertex_buffer() in two
Timothy Arceri
2017-05-30
1
-42
/
+53
*
mesa: add KHR_no_error support for glBindImageTextures()
Samuel Pitoiset
2017-05-29
2
-31
/
+51
*
mesa: add KHR_no_error support for glBindImageTexture()
Samuel Pitoiset
2017-05-29
2
-0
/
+20
*
mesa: add bind_image_texture() helper
Samuel Pitoiset
2017-05-29
1
-7
/
+16
*
mesa: add set_image_binding() helper
Samuel Pitoiset
2017-05-29
1
-36
/
+34
*
mesa: remove unused layered parameter from validate_bind_image_texture()
Samuel Pitoiset
2017-05-29
1
-4
/
+4
*
mesa: add KHR_no_error support for glActiveTexture()
Samuel Pitoiset
2017-05-29
2
-11
/
+28
*
mesa: Remove GL_APPLE_vertex_array_object stubs
Ian Romanick
2017-05-23
3
-22
/
+0
*
mesa: GL_ARB_shader_subroutine is not optional in core profile
Ian Romanick
2017-05-22
6
-46
/
+3
*
mesa: add APPLE_vertex_array_object stubs
Timothy Arceri
2017-05-22
3
-0
/
+22
*
main: Move hashLockMutex/hashUnlockMutex to header and inline
Thomas Helland
2017-05-22
2
-45
/
+40
*
main: Use _mesa_HashLock/UnlockMutex consistently
Thomas Helland
2017-05-22
1
-13
/
+10
*
driconf: Add allow_glsl_builtin_variable_redeclaration option
John Brooks
2017-05-20
1
-0
/
+5
*
st/mesa: don't mark the program as in cache_fallback when there is cache miss
Timothy Arceri
2017-05-20
1
-0
/
+7
*
mesa: add an env var to force cache fallback
Timothy Arceri
2017-05-20
2
-0
/
+3
*
mesa: don't check mapped buffers in every draw call if drivers allow it
Marek Olšák
2017-05-17
1
-1
/
+14
*
mesa: add gl_constants::AllowMappedBuffersDuringExecution
Marek Olšák
2017-05-17
1
-0
/
+3
*
mesa: add KHR_no_error support for glDispatchCompute*()
Timothy Arceri
2017-05-17
2
-0
/
+38
*
mesa: add DispatchCompute* helpers
Timothy Arceri
2017-05-17
1
-13
/
+38
*
mesa: move FLUSH_CURRENT() calls out of DispatchCompute*() validation
Timothy Arceri
2017-05-17
1
-6
/
+6
*
mesa: compute.c C99 tidy up
Timothy Arceri
2017-05-17
1
-4
/
+2
*
mesa: move DispatchCompute() validation to compute.c
Timothy Arceri
2017-05-17
3
-252
/
+229
*
mesa: add KHR_no_error support for glBlendEquationSeparateiARB()
Timothy Arceri
2017-05-17
2
-0
/
+12
*
mesa: add blend_equation_separatei() helper
Timothy Arceri
2017-05-17
1
-9
/
+17
*
mesa: add KHR_no_error support for glBlendFunc*iARB()
Timothy Arceri
2017-05-17
2
-0
/
+24
*
mesa: add blend_func_separatei() helper
Timothy Arceri
2017-05-17
1
-17
/
+28
*
mesa: add KHR_no_error support for glBufferSubData()
Timothy Arceri
2017-05-17
2
-3
/
+20
*
mesa: add KHR_no_error support for glNamedBufferSubData()
Timothy Arceri
2017-05-17
2
-7
/
+23
*
mesa: add buffer_sub_data() helper
Timothy Arceri
2017-05-17
1
-17
/
+24
*
mesa: create validate_buffer_sub_data() helper
Timothy Arceri
2017-05-17
2
-30
/
+40
*
mesa: add KHR_no_error support for glBufferStorage()
Timothy Arceri
2017-05-17
2
-3
/
+20
*
mesa: add KHR_no_error support for glNamedBufferStorage()
Timothy Arceri
2017-05-17
2
-7
/
+27
*
mesa: add inlined_buffer_storage() helper
Timothy Arceri
2017-05-17
1
-20
/
+27
*
mesa: add validate_buffer_storage() helper
Timothy Arceri
2017-05-17
1
-15
/
+27
*
mesa: add KHR_no_error support for glCompressedTex*SubImage3D()
Timothy Arceri
2017-05-17
2
-1
/
+41
*
mesa: add 3D support to compressed_tex_sub_image() helper
Timothy Arceri
2017-05-17
1
-119
/
+66
*
mesa: add KHR_no_error support for glCompressedTex*SubImage2D()
Timothy Arceri
2017-05-17
2
-0
/
+39
[next]