summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)Author
2008-05-25nouveau: remove final PIPE_FORMAT_U_* usageBen Skeggs
2008-05-25Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs
2008-05-23i915: Fix for edgeflagsJakob Bornecrantz
2008-05-19if x86_get_func() returns NULL, handle it properly instead of abortingBrian Paul
2008-05-17gallium: in drivers, make copy of tokens passed to pipe->create_vs/fs_state()Brian Paul
2008-05-14nv40: fix typo in one of the previous commitsBen Skeggs
2008-05-14Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs
2008-05-13nouveau: remove chipset fields in all nv pipe driver context/screen structs.Ben Skeggs
2008-05-13nouveau: make nouveau_device.h part of public APIBen Skeggs
2008-05-13nouveau: create objnull during channel creationBen Skeggs
2008-05-13nv50: slightly less skeletal texture funcs, prevents fun segfaultsBen Skeggs
2008-05-13nv50: report some supported formats to keep the state tracker from asserting.Ben Skeggs
2008-05-10gallium: optimize the flush_spans() functionBrian
2008-05-10gallium: remove unused codeBrian
2008-05-08softpipe: don't calc det if NO_RAST setKeith Whitwell
2008-05-05nouveau: bitmap texcoord bias has been removedBen Skeggs
2008-05-05Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs
2008-05-02gallium: new debug code (disabled)Brian Paul
2008-05-02gallium: fix typos, comments, whitespaceBrian Paul
2008-05-01gallium: remove the unused softpipe_winsys codeBrian Paul
2008-05-01i915: avoid crashing on bad parameterKeith Whitwell
2008-05-01i915: fix warningKeith Whitwell
2008-05-01softpipe: fix warningKeith Whitwell
2008-04-30gallium: use the newer PIPE_FORMAT_x_UNORM format namesBrian Paul
2008-04-30gallium: replace old PIPE_FORMAT_U_S8 with PIPE_FORMAT_S8_UNORMBrian Paul
2008-04-30plug a memleak, destroy setup contextZack Rusin
2008-04-30Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs
2008-04-29gallium: test for new PIPE_ARCH_X86Brian Paul
2008-04-29Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs
2008-04-29nv40: enable DXTn formatsBen Skeggs
2008-04-28gallium: Generate SSE code to swizzle and unswizzle vs inputs and outputs.Michal Krol
2008-04-28nv40: do full swtnl fallback when edge flags present.Ben Skeggs
2008-04-27nouveau: stub set_edgeflags for all nv pipe driversBen Skeggs
2008-04-27Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs
2008-04-24gallium: plug in softpipe_set_edgeflags() functionBrian Paul
2008-04-24i915: Fix for wrong texture in texobj with VBUFJakob Bornecrantz
2008-04-23nv30: add stuff to init swtnlPatrice Mandin
2008-04-23gallium: move logicop test outside of loopBrian Paul
2008-04-23gallium: fix broken PIPE_BLENDFACTOR_SRC_ALPHA_SATURATEBrian Paul
2008-04-23gallium: more vertex debug codeBrian Paul
2008-04-23nouveau: fix buildBen Skeggs
2008-04-23Merge branch 'upstream-gallium-0.1' into nouveau-gallium-0.1Ben Skeggs
2008-04-22gallium: move the vertex print/debug codeBrian Paul
2008-04-22Revert "softpipe: squash warning"Keith Whitwell
2008-04-22softpipe: squash warningKeith Whitwell
2008-04-22softpipe: do something sensible on an error path, squash warningKeith Whitwell
2008-04-22softpipe: implement SP_NO_RAST env varKeith Whitwell
2008-04-22softpipe: make NUM_ENTRIES 32 so that div/mods are easierKeith Whitwell
2008-04-20nv10: enable viewport clippingPeter Winters
2008-04-20nv10: fix random stuffPeter Winters