index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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: 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
*
mesa: Pass the type to _mesa_uniform_matrix as a glsl_base_type
Ian Romanick
2015-09-02
3
-42
/
+42
*
mesa: Silence unused parameter warnings in bufferobj.c
Ian Romanick
2015-09-02
1
-0
/
+2
*
mesa: Remove target parameter from _mesa_handle_bind_buffer_gen
Ian Romanick
2015-09-02
3
-7
/
+4
*
mesa/readpixels: check strides are equal before skipping conversion
Dave Airlie
2015-09-02
1
-1
/
+2
*
texcompress_s3tc/fxt1: fix stride checks (v1.1)
Dave Airlie
2015-09-02
2
-5
/
+5
*
mesa/formats: 8-bit channel integer formats addition
Dave Airlie
2015-09-02
4
-0
/
+60
*
mesa/formats: add some formats from GL3.3
Dave Airlie
2015-09-02
4
-0
/
+111
*
mesa: handle SwapBytes in compressed texture get code.
Dave Airlie
2015-09-02
1
-0
/
+7
*
mesa: fix SwapBytes handling in numerous places
Dave Airlie
2015-09-02
5
-49
/
+82
*
mesa: Move gl_vert_attrib from mtypes.h to shader_enums.h
Jason Ekstrand
2015-09-01
1
-107
/
+0
*
mesa: Limit Framebuffer Parameter OpenGL ES 3.1 usage
Marta Lofstedt
2015-09-01
1
-1
/
+17
*
mesa: Expose GL_ARB_framebuffer_no_attachments to GLES 3.1
Marta Lofstedt
2015-09-01
3
-8
/
+8
*
mesa/glformats: recognize ASTC formats as color formats
Nanley Chery
2015-08-31
1
-0
/
+28
*
mesa/texformat: use format conversion function in _mesa_choose_tex_format
vulkan-protex-2015.09.24.r01-base
Nanley Chery
2015-08-31
1
-81
/
+13
*
mesa/texcompress: correct mapping of S3TC formats in conversion function
Nanley Chery
2015-08-31
1
-2
/
+2
*
mesa: return old name for deleted samplers for SAMPLER_BINDING queries
Daniel Scharrer
2015-08-28
1
-10
/
+1
*
mesa: add missing queries for ARB_direct_state_access
Daniel Scharrer
2015-08-28
2
-0
/
+98
[next]