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
*
i915: Fix i830 polygon stipple from PBOs.
Kurt Roeckx
2012-03-02
1
-1
/
+7
*
i915: Compute maximum number of verts using the actual batchbuffer size.
Kurt Roeckx
2012-03-02
1
-3
/
+3
*
i830: Compute initial number of vertices from remaining batch space
Chris Wilson
2012-03-02
1
-5
/
+11
*
dri/i915: Fix off-by-one in i830 clip region size.
Alban Browaeys
2012-03-02
1
-2
/
+2
*
intel: Don't enable GL_ARB_draw_instanced pre-gen4.
Eric Anholt
2012-03-02
1
-1
/
+1
*
i915: Fix piglit fbo-nodepth-test on i830.
Eric Anholt
2012-03-02
2
-3
/
+8
*
vl/compositor: fix shader in/out numbering
Christian König
2012-03-02
1
-5
/
+5
*
st/vdpau: implement OutputSurfaceQueryPutBitsYCbCrCapabilities
Christian König
2012-03-02
1
-1
/
+33
*
st/vdpau: implement OutputSurfacePutBitsYCbCr
Christian König
2012-03-02
1
-1
/
+82
*
st/vdpau: implement VideoSurfaceGetBitsYCbCr
Christian König
2012-03-02
1
-8
/
+53
*
st/vdpau: implement OutputSurfaceQueryGetPutBitsNativeCapabilities
Christian König
2012-03-02
1
-1
/
+23
*
st/vdpau: implement OutputSurfaceGetBitsNative
Christian König
2012-03-02
1
-1
/
+36
*
st/vdpau: implement OutputSurfacePutBitsNative
Christian König
2012-03-02
3
-15
/
+43
*
st/vdpau: implement OutputSurfaceQueryPutBitsIndexedCapabilities
Christian König
2012-03-02
1
-1
/
+43
*
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
[next]