summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50/nv50_context.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: Keep only pipe_context::draw_vbo.Chia-I Wu2010-07-291-4/+0
* gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu2010-07-291-0/+1
* Merge branch '7.8'Brian Paul2010-04-191-1/+1
|\
| * gallium/draw: use correct rasterization state for wide/AA points/linesBrian Paul2010-04-191-1/+1
* | Squashed commit of the following:Keith Whitwell2010-04-101-4/+2
* | util: Revert unsolicited, untested, unreviewed, and broken changes to format ...José Fonseca2010-04-031-1/+0
* | gallium/util: revert util_format_init additionLuca Barbieri2010-04-021-2/+0
* | nv50: call util_format_initLuca Barbieri2010-04-021-0/+3
* | Squashed commit of gallium-context-transfers:Keith Whitwell2010-03-111-0/+1
* | nv50: remove horrific abuse of nouveau_channel.flush_notifyBen Skeggs2010-03-101-1/+0
* | nv50: rework state emissionBen Skeggs2010-03-101-36/+6
|/
* nouveau: remove u_simple_screen.h includesBen Skeggs2010-02-111-1/+0
* gallium: squash-merge of gallium screen contextKeith Whitwell2010-02-081-2/+2
* gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...José Fonseca2010-02-021-1/+1
* nv50: fix crash in nv50_pre_pipebuffer_map (nv50_screen->cur_ctx)Marcin Slusarz2010-01-251-0/+4
* nv50: only flush texture caches on st requestChristoph Bumiller2010-01-241-0/+5
* nv50: implement instanced drawingChristoph Bumiller2010-01-171-0/+2
* nv50: support for geometry programs in nv50_programChristoph Bumiller2010-01-161-2/+6
* nouveau: Unreference state/buffer objects on context/screen destruction.Younes Manton2009-12-281-0/+33
* gallium: fix up drivers for edgeflag changesRoland Scheidegger2009-12-191-6/+0
* nv50: use SIFC for TIC, TSC uploadChristoph Bumiller2009-10-191-7/+0
* nouveau: implement is_{texture,buffer}_referenced properlyBen Skeggs2009-10-191-25/+2
* nv50: avoid excessive FIRE_RINGMaarten Maathuis2009-09-151-2/+3
* nv50: use flush_notify to reduce number of relocsMaarten Maathuis2009-09-151-0/+3
* nv50: remove a few cases of directly casting struct pipe_contextMaarten Maathuis2009-08-171-1/+1
* nv50: borrow some flushing code from the ddxMaarten Maathuis2009-08-171-3/+11
* nv50: whitespace fixes and deobfuscationMaarten Maathuis2009-08-171-2/+0
* nouveau: move channel creation into pipe driversBen Skeggs2009-06-051-1/+1
* gallium: Make sure we flush before some texture / buffer operations.Thomas Hellstrom2009-04-151-0/+26
* nv50: stop using nouveau_push.h, it's evilBen Skeggs2009-02-051-1/+1
* gallium: make p_winsys internalZack Rusin2009-01-301-1/+1
* nouveau: gallium directory structure changed again..Ben Skeggs2008-09-111-1/+0
* nv50: add license headers to .c filesBen Skeggs2008-07-111-0/+22
* nv50: more "abuse" by using libc malloc etc..Ben Skeggs2008-07-111-1/+1
* nouveau: very quick port to tex-surface changes.Ben Skeggs2008-05-271-1/+0
* nouveau: stub set_edgeflags for all nv pipe driversBen Skeggs2008-04-271-0/+7
* nouveau: adapt to recent gallium changesBen Skeggs2008-03-301-15/+3
* nv50: convert to hwctx-in-screen as nv40 isBen Skeggs2008-03-121-54/+7
* nouveau: enable multi-context/single-channel support for nv40Ben Skeggs2008-03-021-1/+1
* nouveau: hand nouveau_winsys in with pipe_screen initBen Skeggs2008-02-291-1/+2
* nouveau: implement pipe_screenBen Skeggs2008-02-291-86/+5
* nouveau: match gallium code reorginisation.Ben Skeggs2008-02-161-0/+202