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: remove _mesa_get_tex_unit_err() and fix error handling
Brian Paul
2015-10-01
2
-20
/
+7
*
mesa: consolidate texture binding code
Brian Paul
2015-10-01
1
-121
/
+79
*
mesa: fix indentation in _mesa_create_nameless_texture()
Brian Paul
2015-10-01
1
-9
/
+9
*
mesa: clean up #includes in uniforms.h
Brian Paul
2015-10-01
1
-3
/
+3
*
mesa: clean up #includes in uniform_query.cpp
Brian Paul
2015-10-01
1
-7
/
+6
*
mesa: clean up #includes in pipelineobj.c
Brian Paul
2015-10-01
1
-3
/
+3
*
mesa: clean up #includes in ff_fragment_shader.cpp
Brian Paul
2015-10-01
1
-12
/
+10
*
main: Fix block index when mixing UBO and SSBO blocks
Iago Toral Quiroga
2015-10-01
1
-3
/
+2
*
mesa: use strtok_s for strtok_r on windows
Tapani Pälli
2015-10-01
1
-0
/
+3
*
mesa: Fix format specifier warning in mesa_DispatchComputeIndirect()
Rhys Kidd
2015-09-30
1
-1
/
+1
*
mesa: clean up #includes in shaderapi.c
Brian Paul
2015-09-29
1
-5
/
+5
*
mesa: clean up the #includes in shader_query.cpp
Brian Paul
2015-09-29
1
-7
/
+7
*
mesa: remove an extern "C" wrapper in shader_query.cpp
Brian Paul
2015-09-29
1
-3
/
+1
*
mesa/cs: Add MESA_VERBOSE=api support in DispatchCompute*
Jordan Justen
2015-09-29
1
-0
/
+7
*
mesa: fix ARRAY_SIZE query for GetProgramResourceiv
Tapani Pälli
2015-09-29
3
-43
/
+62
*
util: implement strndup for WIN32
Samuel Iglesias Gonsalvez
2015-09-29
1
-0
/
+1
*
mesa: rename gl_shader_program's NumUniformBlocks to NumBufferInterfaceBlocks
Samuel Iglesias Gonsalvez
2015-09-29
4
-8
/
+8
*
main: fix ACTIVE_UNIFORM_BLOCKS value
Samuel Iglesias Gonsalvez
2015-09-29
1
-1
/
+5
*
mesa: Use the effective internal format instead for validation
Eduardo Lima Mitev
2015-09-28
1
-0
/
+151
*
mesa: Move _mesa_base_tex_format() from teximage to glformats files
Eduardo Lima Mitev
2015-09-28
4
-378
/
+507
*
mesa: Fix order of format+type and internal format checks for glTexImageXD ops
Eduardo Lima Mitev
2015-09-28
1
-16
/
+25
*
mesa: don't leak interface_name
Ilia Mirkin
2015-09-28
1
-0
/
+1
*
main/tests: Enable glShaderStorageBlockBinding() check in dispatch_sanity test
Samuel Iglesias Gonsalvez
2015-09-26
1
-1
/
+1
*
mesa: Add locking to programs.
Matt Turner
2015-09-25
1
-0
/
+1
*
mesa: Add locking to sampler objects.
Matt Turner
2015-09-25
2
-4
/
+7
*
mesa: Remove debugging code from _mesa_reference_*.
Matt Turner
2015-09-25
5
-47
/
+0
*
mesa: Add getters for the GL_ARB_shader_storage_buffer_object max constants
Samuel Iglesias Gonsalvez
2015-09-25
2
-0
/
+23
*
main/tests: add ARB_shader_storage_buffer_object tokens to enum_strings
Samuel Iglesias Gonsalvez
2015-09-25
1
-0
/
+15
*
main: Add SHADER_STORAGE_BLOCK and BUFFER_VARIABLE support for ARB_program_in...
Samuel Iglesias Gonsalvez
2015-09-25
2
-9
/
+263
*
glsl: fix UNIFORM_BUFFER_START or UNIFORM_BUFFER_SIZE query when no buffer ob...
Samuel Iglesias Gonsalvez
2015-09-25
1
-2
/
+4
*
mesa: Add queries for GL_SHADER_STORAGE_BUFFER
Iago Toral Quiroga
2015-09-25
1
-0
/
+31
*
mesa: add glShaderStorageBlockBinding()
Samuel Iglesias Gonsalvez
2015-09-25
2
-0
/
+56
*
glsl: Add parser/compiler support for std430 interface packing qualifier
Samuel Iglesias Gonsalvez
2015-09-25
1
-1
/
+2
*
mesa: set MAX_SHADER_STORAGE_BUFFERS to 16.
Samuel Iglesias Gonsalvez
2015-09-25
1
-1
/
+1
*
mesa: add packed_varyings list to gl_shader
Tapani Pälli
2015-09-25
1
-0
/
+1
*
mesa/cs: Implement glDispatchComputeIndirect
Jordan Justen
2015-09-24
4
-6
/
+73
*
mesa/cs: Support GL_DISPATCH_INDIRECT_BUFFER
Jordan Justen
2015-09-24
4
-0
/
+21
*
mesa/cs: Add _mesa_validate_DispatchCompute
Jordan Justen
2015-09-24
3
-23
/
+53
*
mesa: fix mipmap generation for immutable, compressed textures
Roland Scheidegger
2015-09-25
1
-21
/
+15
*
mesa: rework Driver.CopyImageSubData() and related code
Brian Paul
2015-09-24
2
-135
/
+181
*
mesa: Fix GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE for default framebuffer.
Iago Toral Quiroga
2015-09-23
1
-1
/
+10
*
glsl: bail out early in _mesa_ShaderSource if no shaderobj
Tapani Pälli
2015-09-23
1
-11
/
+9
*
mesa: const-qualify _mesa_is_legal_tex_storage_format ctx param
Brian Paul
2015-09-22
2
-2
/
+4
*
mesa: const-qualify _mesa_base_tex_format() ctx param
Brian Paul
2015-09-22
2
-2
/
+2
*
mesa: const-qualify buffer_object_subdata_range_good() bufObj parameter
Brian Paul
2015-09-22
1
-1
/
+1
*
mesa: whitespace, comment fixes in texstorage.c
Brian Paul
2015-09-22
1
-15
/
+18
*
mesa/es3.1: Enable GL_ARB_vertex_attrib_binding functionality for GLES 3.1
Marta Lofstedt
2015-09-22
1
-7
/
+7
*
mesa/es3.1: Allow query of Vertex bindings for GLES 3.1
Marta Lofstedt
2015-09-22
1
-3
/
+4
*
mesa/es3.1 : Align OpenGL ES 3.1 glBindVertexBuffer error handling with OpenG...
Marta Lofstedt
2015-09-22
1
-1
/
+1
*
mesa/teximage: reuse compressed format utility functions for base_format
Nanley Chery
2015-09-19
1
-145
/
+5
[next]