summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* r600g: move all query code into r600_query.cMarek Olšák2012-03-055-456/+414
* Revert "gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY"Marek Olšák2012-03-0512-57/+6
* i915: fix wrong rendering of gl_PointSize on PineviewYuanhan Liu2012-03-051-0/+4
* tnl: let _TNL_ATTRIB_POINTSIZE do not depend on ctx->VertexProgram._EnabledYuanhan Liu2012-03-051-2/+1
* r300/compiler: Add support for inline literalsTom Stellard2012-03-0412-9/+192
* vl: fix shader in/out numberingChristian König2012-03-035-10/+10
* egl: Also put a symlink from libEGL.so in lib/ for now.Eric Anholt2012-03-021-0/+1
* 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