summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* r600g: initialize SX_SURFACE_SYNCMarek Olšák2012-03-054-0/+11
* r600g: if pixel shader is NULL, bind a dummy oneMarek Olšák2012-03-053-7/+28
* r600g: add support for missing colorbuffer formatsMarek Olšák2012-03-052-2/+158
* r600g: remove support for SCALED colorbuffer formatsMarek Olšák2012-03-052-34/+0
* r600g: permit blitting between textures with STREAM and STAGING usageMarek Olšák2012-03-051-8/+1
* r600g: fix and improve rasterizer discard for r600-r700Marek Olšák2012-03-052-6/+15
* r600g: rework rasterizer discard for evergreenMarek Olšák2012-03-055-16/+46
* r600g: make some scissor regs invariant on r600-r700Marek Olšák2012-03-052-16/+8
* r600g: make some scissor regs invariant on evergreenMarek Olšák2012-03-052-22/+16
* r600g: rework scissor for r600-r700Marek Olšák2012-03-056-46/+72
* r600g: rework scissor for evergreenMarek Olšák2012-03-053-71/+31
* r600g: remove obsolete todo commentsMarek Olšák2012-03-059-32/+22
* r600g: correctly handle queries which don't need begin_queryMarek Olšák2012-03-051-6/+27
* r600g: don't suspend timer queries for u_blitterMarek Olšák2012-03-055-23/+88
* r600g: release query buffers in destroy_queryMarek Olšák2012-03-051-0/+9
* 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