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
*
main: Refactor _mesa_update_framebuffer.
Laura Ekstrand
2015-05-14
3
-9
/
+8
*
main: Refactor glBlitFramebuffer.
Laura Ekstrand
2015-05-14
2
-53
/
+74
*
main: Fix whitespace in blit.c
Laura Ekstrand
2015-05-14
1
-18
/
+18
*
main: Add entry point GetNamedFramebufferAttachmentParameteriv.
Laura Ekstrand
2015-05-14
3
-41
/
+94
*
main: Add entry point for CheckNamedFramebufferStatus.
Laura Ekstrand
2015-05-14
3
-15
/
+72
*
main: Fix indents in former get_texture_for_framebuffer functions.
Laura Ekstrand
2015-05-14
1
-39
/
+39
*
main: Major refactor of get_texture_for_framebuffer.
Laura Ekstrand
2015-05-14
2
-227
/
+267
*
main: Add entry points for glNamedFramebufferTexture[Layer].
Laura Ekstrand
2015-05-14
3
-0
/
+74
*
main: Fix indentation in get_texture_for_framebuffer.
Laura Ekstrand
2015-05-14
1
-85
/
+85
*
main: Refactor get_texture_for_framebuffer.
Laura Ekstrand
2015-05-14
1
-22
/
+21
*
main: Split framebuffer_texture.
Laura Ekstrand
2015-05-14
2
-75
/
+198
*
main: Fix an error generated by FramebufferTexture
Laura Ekstrand
2015-05-14
1
-4
/
+13
*
mesa: Generate GL_INVALID_VALUE in framebuffer_texture when layer < 0
Fredrik Höglund
2015-05-14
1
-0
/
+12
*
main: Require that the texture exists in framebuffer_texture
Fredrik Höglund
2015-05-14
1
-1
/
+1
*
main: Fix the indentation in framebuffer_texture
Laura Ekstrand
2015-05-14
1
-1
/
+2
*
main: Add entry point for NamedFramebufferRenderbuffer.
Laura Ekstrand
2015-05-14
3
-44
/
+98
*
main: Rename framebuffer renderbuffer software fallback.
Laura Ekstrand
2015-05-14
2
-6
/
+8
*
main: Add utility function _mesa_lookup_renderbuffer_err.
Laura Ekstrand
2015-05-14
2
-0
/
+25
*
main: Add glCreateFramebuffers.
Laura Ekstrand
2015-05-14
3
-5
/
+41
*
main: Add utility function _mesa_lookup_framebuffer_err.
Laura Ekstrand
2015-05-14
2
-0
/
+25
*
mesa: use _mesa_has_compute_shaders instead of extension check
Tapani Pälli
2015-05-11
1
-1
/
+3
*
main: glGetIntegeri_v fails for GL_VERTEX_BINDING_STRIDE
Marta Lofstedt
2015-05-11
1
-0
/
+1
*
mesa: Implement GetVertexArrayIndexed[64]iv
Fredrik Höglund
2015-05-08
3
-0
/
+129
*
mesa: Add support for querying GL_VERTEX_ATTRIB_ARRAY_LONG
Fredrik Höglund
2015-05-08
1
-0
/
+5
*
mesa: Add a vao parameter to get_vertex_array_attrib
Fredrik Höglund
2015-05-08
1
-9
/
+16
*
mesa: Implement GetVertexArrayiv
Fredrik Höglund
2015-05-08
3
-0
/
+37
*
mesa: Implement VertexArrayBindingDivisor
Fredrik Höglund
2015-05-08
3
-16
/
+52
*
mesa: Add a vao parameter to vertex_binding_divisor
Fredrik Höglund
2015-05-08
1
-4
/
+6
*
mesa: Implement VertexArrayAttribBinding
Fredrik Höglund
2015-05-08
3
-22
/
+60
*
mesa: Add a vao parameter to vertex_attrib_binding
Fredrik Höglund
2015-05-08
1
-6
/
+9
*
mesa: Implement VertexArrayAttrib[I|L]Format
Fredrik Höglund
2015-05-08
3
-0
/
+97
*
mesa: Add a vao parameter to update_array_format
Fredrik Höglund
2015-05-08
1
-7
/
+10
*
mesa: Refactor VertexAttrib[I|L]Format
Fredrik Höglund
2015-05-08
1
-100
/
+49
*
mesa: Implement VertexArrayVertexBuffers
Fredrik Höglund
2015-05-08
3
-27
/
+69
*
mesa: Implement VertexArrayVertexBuffer
Fredrik Höglund
2015-05-08
3
-25
/
+63
*
mesa: Add a vao parameter to bind_vertex_buffer
Fredrik Höglund
2015-05-08
1
-8
/
+10
*
mesa: Implement VertexArrayElementBuffer
Fredrik Höglund
2015-05-08
3
-0
/
+44
*
mesa: Implement EnableVertexArrayAttrib
Fredrik Höglund
2015-05-08
3
-9
/
+42
*
mesa: Implement DisableVertexArrayAttrib
Fredrik Höglund
2015-05-08
3
-9
/
+41
*
mesa: Keep track of the last looked-up VAO
Fredrik Höglund
2015-05-08
2
-13
/
+27
*
mesa: Add _mesa_lookup_vao_err
Fredrik Höglund
2015-05-08
2
-0
/
+50
*
mesa: Implement CreateVertexArrays
Fredrik Höglund
2015-05-08
3
-8
/
+31
*
mesa/vbo: add support for 64-bit vertex attributes. (v1)
Dave Airlie
2015-05-08
8
-20
/
+178
*
glsl: track which program inputs are doubles
Dave Airlie
2015-05-08
1
-0
/
+1
*
mesa: add ARB_vertex_attrib_64bit to extensions. (v2)
Dave Airlie
2015-05-08
3
-1
/
+3
*
mapi: add GL_ARB_vertex_attrib_64bit support
Dave Airlie
2015-05-08
5
-12
/
+77
*
main/queryobj: add GL_QUERY_TARGET support to GetQueryObjectiv()
Martin Peres
2015-05-06
1
-0
/
+12
*
mesa: support compute stage in _mesa_program_resource_prop
Tapani Pälli
2015-05-06
1
-6
/
+16
*
mesa: fix shininess check for ffvertex_prog v2
Tim Rowley
2015-05-05
1
-1
/
+1
*
mesa/es3.1: Add _mesa_is_gles31 helper
Ian Romanick
2015-05-04
1
-1
/
+11
[next]