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: 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
*
mesa/formats: pass correct parameter to _mesa_is_format_compressed
Dave Airlie
2015-08-26
1
-1
/
+1
*
mesa/texgetimage: fix missing stencil check
Dave Airlie
2015-08-26
1
-0
/
+7
*
mesa/teximage: Add GL error parameter to _mesa_target_can_be_compressed
Nanley Chery
2015-08-25
3
-44
/
+68
*
mesa/formats: remove compressed formats from matching function
Nanley Chery
2015-08-25
6
-52
/
+23
*
mesa/formats: make format testing a gtest
Nanley Chery
2015-08-25
4
-155
/
+137
*
mesa: enable texture stencil8 for multisample
Dave Airlie
2015-08-25
1
-2
/
+5
*
mesa: make _mesa_bind_texture_unit() static
Brian Paul
2015-08-24
2
-9
/
+5
*
mesa/formats: store whether or not a format is sRGB in gl_format_info
Nanley Chery
2015-08-24
2
-24
/
+6
*
mesa/formats: only do type and component lookup for uncompressed formats
Nanley Chery
2015-08-24
4
-49
/
+46
[next]