summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv50/nv50_context.c
AgeCommit message (Expand)Author
2011-03-13nv50,nvc0: clean up flushesChristoph Bumiller
2011-03-13nv50,nvc0: add some missing resource referencingChristoph Bumiller
2011-03-11gallium: remove flags from the flush functionMarek Olšák
2011-03-01nouveau: ensure vbo_dirty is set when buffer write transfer completeBen Skeggs
2011-03-01nv50: move onto common linear buffer managerBen Skeggs
2011-03-01nv50: move onto shared fence codeBen Skeggs
2011-03-01nv50-nvc0: set cur_ctx during init if none currently boundBen Skeggs
2011-02-28nv50: replace most of it with nvc0 driver ported to nv50Christoph Bumiller
2011-01-06gallium: drivers should reference vertex buffersMarek Olšák
2010-07-29gallium: Keep only pipe_context::draw_vbo.Chia-I Wu
2010-07-29gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu
2010-04-19Merge branch '7.8'Brian Paul
2010-04-19gallium/draw: use correct rasterization state for wide/AA points/linesBrian Paul
2010-04-10Squashed commit of the following:Keith Whitwell
2010-04-03util: Revert unsolicited, untested, unreviewed, and broken changes to format ...José Fonseca
2010-04-02gallium/util: revert util_format_init additionLuca Barbieri
2010-04-02nv50: call util_format_initLuca Barbieri
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell
2010-03-10nv50: remove horrific abuse of nouveau_channel.flush_notifyBen Skeggs
2010-03-10nv50: rework state emissionBen Skeggs
2010-02-11nouveau: remove u_simple_screen.h includesBen Skeggs
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell
2010-02-02gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...José Fonseca
2010-01-25nv50: fix crash in nv50_pre_pipebuffer_map (nv50_screen->cur_ctx)Marcin Slusarz
2010-01-24nv50: only flush texture caches on st requestChristoph Bumiller
2010-01-17nv50: implement instanced drawingChristoph Bumiller
2010-01-16nv50: support for geometry programs in nv50_programChristoph Bumiller
2009-12-28nouveau: Unreference state/buffer objects on context/screen destruction.Younes Manton
2009-12-19gallium: fix up drivers for edgeflag changesRoland Scheidegger
2009-10-19nv50: use SIFC for TIC, TSC uploadChristoph Bumiller
2009-10-19nouveau: implement is_{texture,buffer}_referenced properlyBen Skeggs
2009-09-15nv50: avoid excessive FIRE_RINGMaarten Maathuis
2009-09-15nv50: use flush_notify to reduce number of relocsMaarten Maathuis
2009-08-17nv50: remove a few cases of directly casting struct pipe_contextMaarten Maathuis
2009-08-17nv50: borrow some flushing code from the ddxMaarten Maathuis
2009-08-17nv50: whitespace fixes and deobfuscationMaarten Maathuis
2009-06-05nouveau: move channel creation into pipe driversBen Skeggs
2009-04-15gallium: Make sure we flush before some texture / buffer operations.Thomas Hellstrom
2009-02-05nv50: stop using nouveau_push.h, it's evilBen Skeggs
2009-01-30gallium: make p_winsys internalZack Rusin
2008-09-11nouveau: gallium directory structure changed again..Ben Skeggs
2008-07-11nv50: add license headers to .c filesBen Skeggs
2008-07-11nv50: more "abuse" by using libc malloc etc..Ben Skeggs
2008-05-27nouveau: very quick port to tex-surface changes.Ben Skeggs
2008-04-27nouveau: stub set_edgeflags for all nv pipe driversBen Skeggs
2008-03-30nouveau: adapt to recent gallium changesBen Skeggs
2008-03-12nv50: convert to hwctx-in-screen as nv40 isBen Skeggs
2008-03-02nouveau: enable multi-context/single-channel support for nv40Ben Skeggs
2008-02-29nouveau: hand nouveau_winsys in with pipe_screen initBen Skeggs
2008-02-29nouveau: implement pipe_screenBen Skeggs