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: Disallow R, RG, or RGB integer and unsigned formats in OpenGL ES 3.0
Ian Romanick
2013-01-04
1
-4
/
+2
*
mesa: Disallow SNORM formats for renderbuffers in OpenGL ES
Ian Romanick
2013-01-04
1
-16
/
+4
*
mesa: Disallow deprecated SNORM formats for renderbuffers
Ian Romanick
2013-01-04
1
-18
/
+0
*
mesa: allow TEXTURE_CUBE_MAP_ARRAY in GetTexImage
Marek Olšák
2013-01-04
1
-0
/
+2
*
mesa: Add missing ASSERT_OUTSIDE_BEGIN_END to GetSamplerParameter*
Matt Turner
2013-01-02
1
-0
/
+8
*
mesa: Add missing ASSERT_OUTSIDE_BEGIN_END to SamplerParameter*
Matt Turner
2013-01-02
1
-0
/
+8
*
mesa: Mark _mesa_{init,delete}_sampler_object as static
Matt Turner
2013-01-02
2
-9
/
+2
*
mesa: Implement compressed 2D array textures.
Paul Berry
2013-01-02
2
-30
/
+40
*
mesa: Fix error reporting in _mesa_invalidate_pbo_{compressed_,}teximage.
Paul Berry
2013-01-02
3
-8
/
+14
*
mesa: fix signed/unsignd mix-up in fetch_signed_l_latc1()
Brian Paul
2013-01-02
1
-2
/
+3
*
glsl: add cast to silence signed/unsigned comparision warning
Brian Paul
2013-01-01
1
-1
/
+1
*
mesa: add missing texel fetch code for sRGB DXT formats
Brian Paul
2012-12-26
2
-0
/
+86
*
Make IsVertexArray() return false before BindVertexArray()
Matt Turner
2012-12-21
2
-4
/
+6
*
Make IsTransformFeedback() return false before BindTransformFeedback()
Matt Turner
2012-12-21
2
-3
/
+11
*
mesa: add bounds checking for uniform array access
Frank Henigman
2012-12-21
1
-13
/
+13
*
mesa: Allow glReadBuffer(GL_NONE) for winsys framebuffers.
Paul Berry
2012-12-20
1
-2
/
+2
*
mesa: Make a function is_transform_feedback_active_and_unpaused.
Paul Berry
2012-12-18
4
-21
/
+21
*
mesa: Fix corner cases of BindBufferBase with transform feedback.
Paul Berry
2012-12-18
3
-17
/
+68
*
mesa/gles3: Generate error on draw call if transform feedback would overflow.
Paul Berry
2012-12-18
3
-1
/
+80
*
mesa/gles3: Generate error on DrawElements* calls if transform feedback active.
Paul Berry
2012-12-18
1
-0
/
+45
*
mesa: refactor _mesa_compute_max_transform_feedback_vertices from i965.
Paul Berry
2012-12-18
2
-0
/
+34
*
mesa: assert if driver did not compute the version
Jordan Justen
2012-12-16
2
-1
/
+3
*
mesa: don't initialize VBO vtxfmt in _vbo_CreateContext
Jordan Justen
2012-12-16
1
-1
/
+0
*
mesa: don't initialize exec dispatch tables in _mesa_initialize_context
Jordan Justen
2012-12-16
1
-3
/
+0
*
mesa dispatch_sanity: call new functions to initialize exec table
Jordan Justen
2012-12-16
1
-1
/
+6
*
vbo: add _mesa_initialize_vbo_vtxfmt
Jordan Justen
2012-12-16
2
-0
/
+19
*
mesa: separate exec allocation from initialization
Jordan Justen
2012-12-16
2
-4
/
+7
*
mesa: add support for ARB_texture_buffer_object_rgb32
Dave Airlie
2012-12-16
3
-0
/
+15
*
mesa: Add an option so driver can opt out of varying packing.
Paul Berry
2012-12-14
1
-0
/
+11
*
mesa: minor indentation fixes in texcompress_etc.c
Brian Paul
2012-12-14
1
-17
/
+17
*
mesa: remove old swrast-based compressed texel fetch code
Brian Paul
2012-12-14
8
-692
/
+1
*
mesa: reimplement _mesa_decompress_image() using new tex fetch code
Brian Paul
2012-12-14
1
-103
/
+7
*
mesa: added _mesa_get_compressed_fetch_func()
Brian Paul
2012-12-14
2
-0
/
+36
*
mesa: add new texel fetch code for etc formats
Brian Paul
2012-12-14
2
-0
/
+280
*
mesa: add new texel fetch code for rgtc formats
Brian Paul
2012-12-14
2
-0
/
+166
*
mesa: add new texel fetch code for fxt formats
Brian Paul
2012-12-14
2
-0
/
+45
*
mesa: add new texel fetch code for dxt formats
Brian Paul
2012-12-14
2
-1
/
+110
*
mesa: add compressed_fetch_func typedef
Brian Paul
2012-12-14
1
-0
/
+9
*
mesa: Fix computation of default vertex attrib stride for 2_10_10_10 formats.
Paul Berry
2012-12-13
3
-1
/
+47
*
mesa/uniform_query: Don't write to *params if there is an error
Matt Turner
2012-12-13
1
-1
/
+5
*
mesa: print unsigned values with %u
Matt Turner
2012-12-13
1
-4
/
+4
*
mesa: don't advertise ARB_texture_buffer_object in legacy contexts
Marek Olšák
2012-12-12
6
-16
/
+22
*
mesa: disallow creation of GL 3.1 compatibility contexts
Marek Olšák
2012-12-12
1
-0
/
+6
*
mesa syncobj: don't store a pointer to the set_entry
Jordan Justen
2012-12-10
2
-5
/
+10
*
mesa: Move declaration before statement.
José Fonseca
2012-12-08
1
-1
/
+2
*
mesa: Add decoding functions for GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2
Anuj Phogat
2012-12-07
4
-3
/
+89
*
mesa: Add decoding functions for GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2
Anuj Phogat
2012-12-07
4
-24
/
+170
*
mesa: Add decoding functions for GL_COMPRESSED_SIGNED_RG11_EAC
Anuj Phogat
2012-12-07
4
-2
/
+97
*
mesa: Add decoding functions for GL_COMPRESSED_SIGNED_R11_EAC
Anuj Phogat
2012-12-07
4
-2
/
+125
*
mesa: Add decoding functions for GL_COMPRESSED_RG11_EAC
Anuj Phogat
2012-12-07
4
-3
/
+97
[next]