summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* i915: Fix i830 polygon stipple from PBOs.Kurt Roeckx2012-03-021-1/+7
* i915: Compute maximum number of verts using the actual batchbuffer size.Kurt Roeckx2012-03-021-3/+3
* i830: Compute initial number of vertices from remaining batch spaceChris Wilson2012-03-021-5/+11
* dri/i915: Fix off-by-one in i830 clip region size.Alban Browaeys2012-03-021-2/+2
* intel: Don't enable GL_ARB_draw_instanced pre-gen4.Eric Anholt2012-03-021-1/+1
* i915: Fix piglit fbo-nodepth-test on i830.Eric Anholt2012-03-022-3/+8
* vl/compositor: fix shader in/out numberingChristian König2012-03-021-5/+5
* st/vdpau: implement OutputSurfaceQueryPutBitsYCbCrCapabilitiesChristian König2012-03-021-1/+33
* st/vdpau: implement OutputSurfacePutBitsYCbCrChristian König2012-03-021-1/+82
* st/vdpau: implement VideoSurfaceGetBitsYCbCrChristian König2012-03-021-8/+53
* st/vdpau: implement OutputSurfaceQueryGetPutBitsNativeCapabilitiesChristian König2012-03-021-1/+23
* st/vdpau: implement OutputSurfaceGetBitsNativeChristian König2012-03-021-1/+36
* st/vdpau: implement OutputSurfacePutBitsNativeChristian König2012-03-023-15/+43
* st/vdpau: implement OutputSurfaceQueryPutBitsIndexedCapabilitiesChristian König2012-03-021-1/+43
* st/vdpau: fix default swizzle for Output/Bitmap samplersChristian König2012-03-024-6/+24
* st/vdpau: add support for per vertex colorsChristian König2012-03-021-2/+28
* st/vdpau: implement BitmapSurfaceQueryCapabilitiesChristian König2012-03-021-1/+35
* st/vdpau: implement OutputSurfaceRenderBitmapSurfaceChristian König2012-03-021-1/+40
* st/vdpau: implement BitmapSurfaceGetParametersChristian König2012-03-021-1/+14
* st/vdpau: implement BitmapSurfacePutBitsNativeChristian König2012-03-021-2/+31
* st/vdpau: implement BitmapSurfaceCreate/DestroyChristian König2012-03-022-3/+81
* st/vdpau: avoid an unnessasary copyChristian König2012-03-025-21/+112
* vl/csc: simplify matrix handlingChristian König2012-03-028-85/+82
* vl/compositor: add support for per layer dst areasChristian König2012-03-025-44/+51
* vl/compositor: add per vertex color suportChristian König2012-03-026-35/+88
* vl/compositor: replace pipe_video_rect with u_rectChristian König2012-03-0210-62/+55
* vl/compositor: split shaders and stateChristian König2012-03-0210-204/+311
* Revert "gallivm: Change getExtent and readByte to non-const with llvm-3.1."Vinson Lee2012-03-011-8/+0
* Revert "st/mesa: don't unreference user attribs up front."Brian Paul2012-03-011-6/+3
* vl: move dirty area handling into winsys abstractionChristian König2012-03-017-10/+56
* vl: hide X latency by using asynchronous requestsChristian König2012-03-011-11/+37
* vl: use SwapBuffers instead of CopyBuffersChristian König2012-03-014-45/+14
* st/xvmc: remove dst buffer texture workaroundChristian König2012-03-013-23/+11
* vl: rewrite vl DRI backend using XCBChristian König2012-03-017-861/+150
* egl: Don't include strings.h on Windows.José Fonseca2012-03-012-1/+1
* mesa: let GL3 buf obj queries not depend on opengl major versionYuanhan Liu2012-03-011-6/+6
* gallivm: Update comments and prototype of vector-selects.José Fonseca2012-03-011-20/+31
* docs: remove mention of components no longer in main Mesa treeBrian Paul2012-02-291-10/+0
* st/mesa: remove old assertionBrian Paul2012-02-291-3/+0
* r300g: init chan=0 to silence warningBrian Paul2012-02-291-1/+1
* i965: Disable PrimitiveID upload.Kenneth Graunke2012-02-291-1/+1
* i965: Enable the GL_ARB_draw_instanced extension.Kenneth Graunke2012-02-292-2/+3
* i965: Fix swizzles for system values such as gl_InstanceID.Kenneth Graunke2012-02-291-0/+4
* glsl: Make gl_InstanceID available with GL_ARB_draw_instanced extensionIan Romanick2012-02-291-1/+13
* mesa: Add missing error check for first < 0 in glDrawArraysInstanced().Eric Anholt2012-02-291-0/+6
* mesa: Fix display lists for draw_elements_base_vertex with draw_instanced.Eric Anholt2012-02-291-2/+16
* mesa: Fix display list handling for GL_ARB_draw_instanced.Eric Anholt2012-02-292-6/+28
* mesa: Fix typo in comment.Eric Anholt2012-02-291-1/+1
* i965: Fix Gen6+ dynamic state upper bound on older kernels.Kenneth Graunke2012-02-291-2/+1
* egl/drivers: Convert to automake.Eric Anholt2012-02-297-105/+99