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
Commit message (
Expand
)
Author
Age
Files
Lines
*
main: Refactor _mesa_ReadBuffer.
Laura Ekstrand
2015-05-14
3
-24
/
+32
*
main: Add entry point for NamedFramebufferDrawBuffer.
Laura Ekstrand
2015-05-14
4
-0
/
+28
*
main: Refactor _mesa_DrawBuffer.
Laura Ekstrand
2015-05-14
2
-17
/
+29
*
main: Refactor _mesa_drawbuffers.
Laura Ekstrand
2015-05-14
5
-18
/
+20
*
main: Add stubs for [Get]NamedFramebufferParameteri[v].
Laura Ekstrand
2015-05-14
4
-0
/
+54
*
main: Fake entry point for glClearNamedFramebufferfi.
Laura Ekstrand
2015-05-14
4
-0
/
+30
*
main: Fake entry point for glClearNamedFramebufferfv.
Laura Ekstrand
2015-05-14
4
-0
/
+30
*
main: Fake entry point for glClearNamedFramebufferuiv.
Laura Ekstrand
2015-05-14
4
-0
/
+30
*
main: Fake entry point for glClearNamedFramebufferiv.
Laura Ekstrand
2015-05-14
4
-0
/
+32
*
main: Add entry points for InvalidateNamedFramebuffer[Sub]Data.
Laura Ekstrand
2015-05-14
4
-0
/
+99
*
main: Refactor invalidate_framebuffer_storage.
Laura Ekstrand
2015-05-14
1
-11
/
+27
*
main: Complete error conditions for glInvalidate*Framebuffer.
Laura Ekstrand
2015-05-14
1
-1
/
+19
*
main: _mesa_blit_framebuffer updates its arbitrary framebuffers.
Laura Ekstrand
2015-05-14
1
-3
/
+6
*
main: Add entry point for BlitNamedFramebuffer.
Laura Ekstrand
2015-05-14
4
-0
/
+73
*
main: Refactor _mesa_update_draw_buffer_bounds.
Laura Ekstrand
2015-05-14
8
-10
/
+11
*
main: Refactor _mesa_get_clamp_read_color.
Laura Ekstrand
2015-05-14
3
-5
/
+7
*
main: Refactor _mesa_[update|get]_clamp_fragment_color.
Laura Ekstrand
2015-05-14
7
-20
/
+23
*
main: Refactor _mesa_[update|get]_clamp_vertex_color.
Laura Ekstrand
2015-05-14
3
-8
/
+14
*
main: Refactor _mesa_update_framebuffer.
Laura Ekstrand
2015-05-14
8
-14
/
+13
*
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
4
-41
/
+101
*
main: Add entry point for CheckNamedFramebufferStatus.
Laura Ekstrand
2015-05-14
4
-15
/
+78
*
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
3
-228
/
+268
*
main: Add entry points for glNamedFramebufferTexture[Layer].
Laura Ekstrand
2015-05-14
4
-0
/
+89
*
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
4
-44
/
+105
*
main: Rename framebuffer renderbuffer software fallback.
Laura Ekstrand
2015-05-14
8
-12
/
+14
*
main: Add utility function _mesa_lookup_renderbuffer_err.
Laura Ekstrand
2015-05-14
2
-0
/
+25
*
main: Add glCreateFramebuffers.
Laura Ekstrand
2015-05-14
4
-5
/
+48
*
main: Add utility function _mesa_lookup_framebuffer_err.
Laura Ekstrand
2015-05-14
2
-0
/
+25
*
softpipe: enable ARB_texture_view
Roland Scheidegger
2015-05-13
5
-124
/
+179
*
llvmpipe: enable ARB_texture_view
Roland Scheidegger
2015-05-13
4
-10
/
+45
*
gallium/util: fix blitter sampler view target initialization
Roland Scheidegger
2015-05-13
1
-0
/
+1
*
glapi/hgl: Drop extern "C" as it was added to glapi
Alexander von Gluck IV
2015-05-13
2
-5
/
+4
*
glapi: Add extern "C" to glapi_priv.h
Alexander von Gluck IV
2015-05-13
1
-0
/
+8
*
gallium/st + hgl: Build fixes for Haiku
Alexander von Gluck IV
2015-05-13
3
-0
/
+5
*
i965: Fix PBO cache coherency issue after _mesa_meta_pbo_GetTexSubImage().
Francisco Jerez
2015-05-13
2
-2
/
+31
*
i965/fs: set execution size to 8 with simd8 ddy instruction
Tapani Pälli
2015-05-13
1
-0
/
+1
*
i965/cs: drop explicit initialisers in C++ file
Dave Airlie
2015-05-13
1
-4
/
+6
*
nouveau: document nouveau_heap
Ilia Mirkin
2015-05-12
1
-0
/
+20
*
nvc0: switch mechanism for shader eviction to be a while loop
Ilia Mirkin
2015-05-12
1
-5
/
+6
*
st/mesa: update stencil surface if it comes from texture
Ilia Mirkin
2015-05-12
1
-1
/
+4
[next]