summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)Author
2009-02-02Merge branch 'gallium-0.2' of git+ssh://marcheu@git.freedesktop.org/git/mesa/...Stephane Marchesin
2009-02-02nv04: some old changes I had lying around.Stephane Marchesin
2009-02-01Merge branch 'gallium-winsys-private' into gallium-0.2Zack Rusin
2009-01-31nv20: send buffer handles on hw state emitPekka Paalanen
2009-01-31nv20: disable depth writes in hw initPekka Paalanen
2009-01-31nv20: Z-mapping parametersPekka Paalanen
2009-01-31nv20: draw_elements needs to flushPekka Paalanen
2009-01-31nv20: set surface status in clear()Pekka Paalanen
2009-01-31gallium: initialize simple screen in driversZack Rusin
2009-01-30gallium: make p_winsys internalZack Rusin
2009-01-30Merge branch 'gallium-0.2' into gallium-winsys-privateJosé Fonseca
2009-01-29gallium: give the screen priority when it comes to buffer allocationsZack Rusin
2009-01-30i915: Fix surface operationsJakob Bornecrantz
2009-01-29i915: Don't take a context as argument for debugJakob Bornecrantz
2009-01-29i915: Don't dump batchbuffer on flush in contextJakob Bornecrantz
2009-01-28i915: Add verbose debugingJakob Bornecrantz
2009-01-28i915: Fix batchbuffer dumpingJakob Bornecrantz
2009-01-28i915: Flush on surface copy/clearJakob Bornecrantz
2009-01-27gallium: remove redundant size from the constant bufferZack Rusin
2009-01-27gallium: it's a reference value, not a reference numberZack Rusin
2009-01-27gallium: standardize api on the prefix "nr"Zack Rusin
2009-01-27gallium: standardize naming of masksZack Rusin
2009-01-27gallium: standardize on stride instead of pitch in the interfaceZack Rusin
2009-01-27i915: queiten compiler warningsKeith Whitwell
2009-01-27failover: queiten compiler warningsKeith Whitwell
2009-01-26nv20: rewrite vertex layoutPekka Paalanen
2009-01-26nv20: adjust initial hw contextPekka Paalanen
2009-01-21nouveau: Map correct mip level when using the shadow (nv30, nv40).Younes Manton
2009-01-21nouveau: nv30 does not support separate blend functions for alpha and rgbPatrice Mandin
2009-01-20gallium: Remove the standalone surfaces.José Fonseca
2009-01-19Merge commit 'origin/gallium-0.2' into gallium-xlib-reworkKeith Whitwell
2009-01-14cell: Specify constant as float for CEILF().Jonathan Adamczewski
2009-01-13nv50: fix progs/tests/manytexBen Skeggs
2009-01-13nv50: get glxgears showing all 3 gears instead of 1!!Ben Skeggs
2009-01-13nv50: change some magic reg, makes more things workBen Skeggs
2009-01-13nv50: add DXTn formatsBen Skeggs
2009-01-13nv50: shadow mappingBen Skeggs
2009-01-13nv50: anisoBen Skeggs
2009-01-13nv50: occlusion queriesBen Skeggs
2009-01-13nv50: implement KIL enough for progs/fp/kil to workBen Skeggs
2009-01-13cell: Add missing suffix to SHUFFLE macroJonathan Adamczewski
2009-01-12cell: allocate batch buffers w/ 16-byte alignmentJonathan Adamczewski
2009-01-12nv50: make rtt work againBen Skeggs
2009-01-12nv50: fix handling of depth texturesBen Skeggs
2009-01-12nv50: another typo..Ben Skeggs
2009-01-12nv50: fix assertion failureBen Skeggs
2009-01-12nv50: remove previous hack to manage tiled surfacesBen Skeggs
2009-01-12nv50: fix a typo and a thinkoBen Skeggs
2009-01-12nv50: enable npot texturesBen Skeggs
2009-01-12nv50: disable shader debugBen Skeggs