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: 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
*
mesa/texcompress: add compressed formats to base format utility function
Nanley Chery
2015-09-19
1
-0
/
+14
*
mesa/glformats: refactor compressed format support function
Nanley Chery
2015-09-19
1
-79
/
+40
*
mesa/formats: add MESA_LAYOUT_LATC
Nanley Chery
2015-09-19
5
-16
/
+7
*
mesa: fix errors when reading depth with glReadPixels
Tapani Pälli
2015-09-18
2
-1
/
+7
*
mesa: Fix texture compression on big-endian systems
Ulrich Weigand
2015-09-17
4
-7
/
+14
*
mesa: return initial value for VALIDATE_STATUS if pipe not bound
Tapani Pälli
2015-09-17
1
-1
/
+2
*
mesa: return initial value for PROGRAM_SEPARABLE when not linked
Tapani Pälli
2015-09-17
1
-1
/
+2
*
mesa: enable query of PROGRAM_PIPELINE_BINDING for ES 3.1
Tapani Pälli
2015-09-17
1
-3
/
+3
*
Revert "mesa/extensions: restrict GL_OES_EGL_image to GLES"
Dave Airlie
2015-09-17
1
-1
/
+2
*
mesa: move GL_APPLE_object_purgeable functions to new file
Brian Paul
2015-09-16
4
-388
/
+458
*
mesa: remove trailing whitespace in bufferobj.c
Brian Paul
2015-09-16
1
-7
/
+7
*
mesa: whitespace, line wrap fixes in varray.c
Brian Paul
2015-09-16
1
-12
/
+20
*
mesa/teximage: restrict GL_ETC1_RGB8_OES support to GLES
Nanley Chery
2015-09-15
1
-1
/
+2
*
mesa/extensions: restrict GL_OES_EGL_image to GLES
Nanley Chery
2015-09-15
1
-2
/
+1
*
mesa/extensions: restrict luminance alpha formats to API_OPENGL_COMPAT
Nanley Chery
2015-09-15
2
-4
/
+6
*
mesa: add infra for ARB_shader_texture_image_samples
Ilia Mirkin
2015-09-10
2
-0
/
+2
*
mesa: Resolve GCC missing field initializer warning.
Rhys Kidd
2015-09-10
1
-4
/
+4
*
mesa: Allow query of GL_VERTEX_BINDING_BUFFER
Marta Lofstedt
2015-09-09
1
-0
/
+8
*
mesa/es3.1: Enable GL_MAX_VERTEX_ATTRIB enums for GLES 3.1
Marta Lofstedt
2015-09-09
1
-7
/
+7
*
mesa/tests: Remove unneeded X11_CFLAGS
Jon TURNEY
2015-09-07
1
-1
/
+0
*
mesa: change 'SHADER_SUBST' facility to work with env variables
Tapani Pälli
2015-09-04
1
-38
/
+101
*
mesa/pbo: Handle zero width, height or depth when validating access
Neil Roberts
2015-09-03
1
-0
/
+6
*
mesa: Don't allow wrong type setters for matrix uniforms
Ian Romanick
2015-09-02
1
-0
/
+25
[next]