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: 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
*
mesa: fix dispatch sanity with GL_OES_texture_storage_multisample_2d_array
Ilia Mirkin
2015-08-28
1
-0
/
+3
*
mesa: rename rowStride to imageStride in texturesubimage()
Brian Paul
2015-08-27
1
-4
/
+4
*
mesa: only copy the requested teximage faces
Ilia Mirkin
2015-08-27
1
-2
/
+2
*
mesa: enable enums for OES_texture_storage_multisample_2d_array
Tapani Pälli
2015-08-27
3
-5
/
+6
*
mesa: Add extension enable for OES_texture_storage_multisample_2d_array
Tapani Pälli
2015-08-27
1
-0
/
+1
*
mesa: return bool instead of GLboolean in compressedteximage_only_format()
Nanley Chery
2015-08-26
1
-3
/
+3
*
mesa/macros: move ALIGN_NPOT to macros.h
Nanley Chery
2015-08-26
1
-0
/
+10
*
mesa/macros: add power-of-two assertions for alignment macros
Nanley Chery
2015-08-26
1
-2
/
+12
*
mesa/teximage: return the base internal format of the ASTC formats
Nanley Chery
2015-08-26
1
-0
/
+4
*
mesa/teximage: accept ASTC formats for 3D texture specification
Nanley Chery
2015-08-26
1
-7
/
+56
*
mesa/texcompress: enable translation between MESA and GL ASTC formats
Nanley Chery
2015-08-26
1
-0
/
+114
*
mesa/glformats: recognize ASTC formats as compressed
Nanley Chery
2015-08-26
1
-0
/
+29
*
mesa: add ASTC extensions to the extensions table
Nanley Chery
2015-08-26
2
-0
/
+4
*
mesa: don't enable online compression for ASTC formats
Nanley Chery
2015-08-26
5
-4
/
+80
*
mesa/formats: define the 2D ASTC formats
Nanley Chery
2015-08-26
4
-0
/
+108
*
mesa: remove pointless es31 checks, fix indirect to only be in es31
Ilia Mirkin
2015-08-26
2
-60
/
+25
*
mesa: uncomment checks in es31 computation, add texture_ms
Ilia Mirkin
2015-08-26
1
-2
/
+4
*
mesa: create multisample fallback textures like normal textures
Marek Olšák
2015-08-26
1
-0
/
+2
*
mesa: GetTexLevelParameter{if}v changes for OpenGL ES 3.1
Tapani Pälli
2015-08-26
1
-6
/
+18
*
mesa/es3.1: Allow GL_COMPUTE_WORK_GROUP_SIZE for OpenGL ES 3.1
Marta Lofstedt
2015-08-26
1
-1
/
+1
*
mesa/es3.1: Enable getting MAX_COMPUTE_WORK_GROUP_ values for OpenGL ES 3.1
Marta Lofstedt
2015-08-26
1
-2
/
+2
[next]