aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50/nv50_context.c
Commit message (Expand)AuthorAgeFilesLines
* nouveau: improve buffer transfersChristoph Bumiller2013-01-081-0/+82
* gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2013-01-041-1/+2
* nv50,nvc0: implement blitChristoph Bumiller2012-09-301-0/+5
* nouveau: fix scratch buffer leakMarcin Slusarz2012-06-051-1/+1
* nv50: hook up forgotten short constant buffer upload methodMarcin Slusarz2012-05-291-0/+1
* nv50,nvc0: handle user constbufs without wrapping them in a resourceChristoph Bumiller2012-05-171-2/+3
* nv50,nvc0: don't initialize the draw module, we don't use itChristoph Bumiller2012-04-241-1/+9
* nv50,nvc0: use new scratch buffers codeChristoph Bumiller2012-04-141-0/+2
* nv50,nvc0: hold references to the framebuffer surfacesChristoph Bumiller2012-04-141-0/+3
* nv30: import new driver for GeForce FX/6/7 chipsets, and Quadro variantsBen Skeggs2012-04-141-2/+0
* nouveau: switch to libdrm_nouveau-2.0Christoph Bumiller2012-04-141-84/+66
* nouveau: get rid of winsys objectMarcin Slusarz2011-12-131-2/+0
* nv50,nvc0: avoid unnecessary flushesMarcin Slusarz2011-10-091-1/+1
* nouveau: hook up video decoding with nouveau_contextChristoph Bumiller2011-07-211-0/+2
* nv50,nvc0: use screen instead of context for flush notifierChristoph Bumiller2011-07-071-8/+5
* nv50,nvc0: prevent pushbuf flush during ctx reloc emissionChristoph Bumiller2011-06-241-1/+7
* nv50,nvc0: implement texture barrierChristoph Bumiller2011-03-191-0/+12
* nv50,nvc0: clean up flushesChristoph Bumiller2011-03-131-13/+8
* nv50,nvc0: add some missing resource referencingChristoph Bumiller2011-03-131-0/+24
* gallium: remove flags from the flush functionMarek Olšák2011-03-111-5/+5
* nouveau: ensure vbo_dirty is set when buffer write transfer completeBen Skeggs2011-03-011-10/+16
* nv50: move onto common linear buffer managerBen Skeggs2011-03-011-3/+3
* nv50: move onto shared fence codeBen Skeggs2011-03-011-5/+4
* nv50-nvc0: set cur_ctx during init if none currently boundBen Skeggs2011-03-011-0/+2
* nv50: replace most of it with nvc0 driver ported to nv50Christoph Bumiller2011-02-281-50/+123
* gallium: drivers should reference vertex buffersMarek Olšák2011-01-061-0/+4
* 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