summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)Author
2011-03-13i915g: Point sprite cap could be supportedJakob Bornecrantz
2011-03-13i915g: Sort cap listJakob Bornecrantz
2011-03-13nvc0: support edge flagsChristoph Bumiller
2011-03-13nvc0: fix POLYGON_MODE_BACK macro copy/paste errorChristoph Bumiller
2011-03-13nv50,nvc0: fix pipe context switchChristoph Bumiller
2011-03-13nv50,nvc0: clean up flushesChristoph Bumiller
2011-03-13nv50,nvc0: add some missing resource referencingChristoph Bumiller
2011-03-13nvc0: mask out centroid bit for writing FP headerChristoph Bumiller
2011-03-13nvc0: identify VERTEX_QUARANTINEChristoph Bumiller
2011-03-13nvc0: don't enable early-z if alpha test is enabledChristoph Bumiller
2011-03-13nvc0: move sprite coord replace state into csoChristoph Bumiller
2011-03-13nvc0: s/nblocksx/nblocksy for height in resource_copy_regionChristoph Bumiller
2011-03-13nvc0: fix unitialized variable in TGSI sysval decl processingChristoph Bumiller
2011-03-13nvc0: update/fix supported instruction src modifiersChristoph Bumiller
2011-03-12i915g: fix transfer coherencyDaniel Vetter
2011-03-12i915g: don't recalculate fb dimensionDaniel Vetter
2011-03-12i915g: use y-tiling when the blitter is not usedDaniel Vetter
2011-03-12i915g: implement copy_region using u_blitterDaniel Vetter
2011-03-12i915g: fix use after freeDaniel Vetter
2011-03-12r600g: Fix VS sampler view offsets for r600/r700.Carl-Philip Hänsch
2011-03-12r600g: Fix an unused variable warning.Henri Verbeet
2011-03-12llvmpipe: fix warning: ‘t0’ may be used uninitialized in this functionMarek Olšák
2011-03-12r300g: implement fragment color clamping in the shaderMarek Olšák
2011-03-11r600g: revert unintentional commitAdam Jackson
2011-03-11r600: Build fixAdam Jackson
2011-03-11gallium: remove flags from the flush functionMarek Olšák
2011-03-11gallium: remove the geom_flags param from is_format_supportedMarek Olšák
2011-03-11gallium: cleanup fence_signalled and fence_finishMarek Olšák
2011-03-11gallium: kill is_resource_referencedMarek Olšák
2011-03-11svga: Propagate discard/unsynchronized flags to the host when doing texture D...José Fonseca
2011-03-11r300g: fix alignement for NPOT values in hyperz setupNicolas Peninguy
2011-03-10Revert "gallium/svga: Only upload parts of vertexarrays that are actually used"Thomas Hellstrom
2011-03-10i915g: implement surface clear functions using hw-clearDaniel Vetter
2011-03-10i915g: make set_framebuffer_state more robustDaniel Vetter
2011-03-10i915g: implement hw clearDaniel Vetter
2011-03-10i915g: blitter handles overlapping blitsDaniel Vetter
2011-03-10i915g: enable separate depth/stencil clearsDaniel Vetter
2011-03-10i915g: streamline derived state updates of the driver pipelineDaniel Vetter
2011-03-10i915g: don't validate a NULL vboDaniel Vetter
2011-03-10gallium/svga: Only upload parts of vertexarrays that are actually usedThomas Hellstrom
2011-03-09nv50: add back initialization of redefine_user_bufferChristoph Bumiller
2011-03-09r600g: remove some now unneeded code from r600_bc_vtx_buildChristian König
2011-03-09r600g: R700+ can do more than 8 tex and vtx clause in one CF instChristian König
2011-03-09r600g: split R600 and R700 CF generation for VTX and TEXChristian König
2011-03-09svga: Add a new winsys entry point to query the hw version.José Fonseca
2011-03-09gallium/svga: Don't replace user vertex buffer with uploaded copyThomas Hellstrom
2011-03-08r300g: handle timeout parameter in fence_finishMarek Olšák
2011-03-08gallium: add timeout parameter to fence_finishMarek Olšák
2011-03-08r300g: add LATC supportMarek Olšák
2011-03-08r600g: set start instance correctlyChristian König