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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
st/vdpau: fix default swizzle for Output/Bitmap samplers
Christian König
2012-03-02
4
-6
/
+24
*
st/vdpau: add support for per vertex colors
Christian König
2012-03-02
1
-2
/
+28
*
st/vdpau: implement BitmapSurfaceQueryCapabilities
Christian König
2012-03-02
1
-1
/
+35
*
st/vdpau: implement OutputSurfaceRenderBitmapSurface
Christian König
2012-03-02
1
-1
/
+40
*
st/vdpau: implement BitmapSurfaceGetParameters
Christian König
2012-03-02
1
-1
/
+14
*
st/vdpau: implement BitmapSurfacePutBitsNative
Christian König
2012-03-02
1
-2
/
+31
*
st/vdpau: implement BitmapSurfaceCreate/Destroy
Christian König
2012-03-02
2
-3
/
+81
*
st/vdpau: avoid an unnessasary copy
Christian König
2012-03-02
5
-21
/
+112
*
vl/csc: simplify matrix handling
Christian König
2012-03-02
8
-85
/
+82
*
vl/compositor: add support for per layer dst areas
Christian König
2012-03-02
5
-44
/
+51
*
vl/compositor: add per vertex color suport
Christian König
2012-03-02
6
-35
/
+88
*
vl/compositor: replace pipe_video_rect with u_rect
Christian König
2012-03-02
10
-62
/
+55
*
vl/compositor: split shaders and state
Christian König
2012-03-02
10
-204
/
+311
*
Revert "gallivm: Change getExtent and readByte to non-const with llvm-3.1."
Vinson Lee
2012-03-01
1
-8
/
+0
*
Revert "st/mesa: don't unreference user attribs up front."
Brian Paul
2012-03-01
1
-6
/
+3
*
vl: move dirty area handling into winsys abstraction
Christian König
2012-03-01
7
-10
/
+56
*
vl: hide X latency by using asynchronous requests
Christian König
2012-03-01
1
-11
/
+37
*
vl: use SwapBuffers instead of CopyBuffers
Christian König
2012-03-01
4
-45
/
+14
*
st/xvmc: remove dst buffer texture workaround
Christian König
2012-03-01
3
-23
/
+11
*
vl: rewrite vl DRI backend using XCB
Christian König
2012-03-01
7
-861
/
+150
*
egl: Don't include strings.h on Windows.
José Fonseca
2012-03-01
2
-1
/
+1
*
mesa: let GL3 buf obj queries not depend on opengl major version
Yuanhan Liu
2012-03-01
1
-6
/
+6
*
gallivm: Update comments and prototype of vector-selects.
José Fonseca
2012-03-01
1
-20
/
+31
*
docs: remove mention of components no longer in main Mesa tree
Brian Paul
2012-02-29
1
-10
/
+0
*
st/mesa: remove old assertion
Brian Paul
2012-02-29
1
-3
/
+0
*
r300g: init chan=0 to silence warning
Brian Paul
2012-02-29
1
-1
/
+1
*
i965: Disable PrimitiveID upload.
Kenneth Graunke
2012-02-29
1
-1
/
+1
*
i965: Enable the GL_ARB_draw_instanced extension.
Kenneth Graunke
2012-02-29
2
-2
/
+3
*
i965: Fix swizzles for system values such as gl_InstanceID.
Kenneth Graunke
2012-02-29
1
-0
/
+4
*
glsl: Make gl_InstanceID available with GL_ARB_draw_instanced extension
Ian Romanick
2012-02-29
1
-1
/
+13
*
mesa: Add missing error check for first < 0 in glDrawArraysInstanced().
Eric Anholt
2012-02-29
1
-0
/
+6
*
mesa: Fix display lists for draw_elements_base_vertex with draw_instanced.
Eric Anholt
2012-02-29
1
-2
/
+16
*
mesa: Fix display list handling for GL_ARB_draw_instanced.
Eric Anholt
2012-02-29
2
-6
/
+28
*
mesa: Fix typo in comment.
Eric Anholt
2012-02-29
1
-1
/
+1
*
i965: Fix Gen6+ dynamic state upper bound on older kernels.
Kenneth Graunke
2012-02-29
1
-2
/
+1
*
egl/drivers: Convert to automake.
Eric Anholt
2012-02-29
7
-105
/
+99
*
egl/main: Convert to automake.
Eric Anholt
2012-02-29
14
-242
/
+217
*
egl: Clean up some flow of EGL platform handling.
Eric Anholt
2012-02-29
1
-18
/
+15
*
egl: Drop the non-builtin-drivers support.
Eric Anholt
2012-02-29
2
-30
/
+2
*
egl: Drop _EGL_MAIN entrypoint obfuscation.
Eric Anholt
2012-02-29
5
-5
/
+2
*
glx: Convert to automake.
Eric Anholt
2012-02-29
5
-121
/
+131
*
mesa: Push the shine table into the tnl module.
Mathias Fröhlich
2012-02-29
10
-179
/
+183
*
mesa: Do not invalidate shine tables in compute light positions.
Mathias Fröhlich
2012-02-29
1
-3
/
+0
*
mesa: Avoid revalidating shine tables in _tnl_RasterPos.
Mathias Fröhlich
2012-02-29
1
-2
/
+0
*
mesa: Avoid using the shine table for _tnl_RasterPos
Mathias Fröhlich
2012-02-29
1
-1
/
+5
*
mesa: Avoid explicit invalidation of shine tables.
Mathias Fröhlich
2012-02-29
1
-27
/
+0
*
mesa: Remove gl_light_attrib::_Flags.
Mathias Fröhlich
2012-02-29
3
-6
/
+4
*
mesa: Remove _CosCutoffNeg from light state.
Mathias Fröhlich
2012-02-29
2
-6
/
+2
*
util: replace format equality test with compatibility test in blit code
Brian Paul
2012-02-29
1
-1
/
+21
*
util: better comment for util_is_format_compatible()
Brian Paul
2012-02-29
1
-2
/
+3
[prev]
[next]