summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv50/nv50_context.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-11Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr1-317/+0
2013-08-19vl: rename pipe_video_decoder to pipe_video_codecChristian König1-2/+2
2013-08-16nv50: add vp3/vp4 support for mpeg2/vc1Ilia Mirkin1-2/+3
2013-08-15nv50: allow forcing PMPEG use, for ease of testingIlia Mirkin1-1/+2
2013-07-18nv50: H.264/MPEG2 decoding support via VP2, available on NV84-NV96, NVA0Ilia Mirkin1-1/+12
2013-05-07nv50: initialize kick_notify callback in nv50_createBryan Cain1-0/+1
2013-05-04gallium: fix type of flags in pipe_context::flush()Chia-I Wu1-1/+1
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-4/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-01-08nouveau: improve buffer transfersChristoph Bumiller1-0/+82
2013-01-04gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák1-1/+2
2012-09-30nv50,nvc0: implement blitChristoph Bumiller1-0/+5
2012-06-05nouveau: fix scratch buffer leakMarcin Slusarz1-1/+1
2012-05-29nv50: hook up forgotten short constant buffer upload methodMarcin Slusarz1-0/+1
2012-05-17nv50,nvc0: handle user constbufs without wrapping them in a resourceChristoph Bumiller1-2/+3
2012-04-24nv50,nvc0: don't initialize the draw module, we don't use itChristoph Bumiller1-1/+9
2012-04-14nv50,nvc0: use new scratch buffers codeChristoph Bumiller1-0/+2
2012-04-14nv50,nvc0: hold references to the framebuffer surfacesChristoph Bumiller1-0/+3
2012-04-14nv30: import new driver for GeForce FX/6/7 chipsets, and Quadro variantsBen Skeggs1-2/+0
2012-04-14nouveau: switch to libdrm_nouveau-2.0Christoph Bumiller1-84/+66
2011-12-13nouveau: get rid of winsys objectMarcin Slusarz1-2/+0
2011-10-09nv50,nvc0: avoid unnecessary flushesMarcin Slusarz1-1/+1
2011-07-21nouveau: hook up video decoding with nouveau_contextChristoph Bumiller1-0/+2
2011-07-07nv50,nvc0: use screen instead of context for flush notifierChristoph Bumiller1-8/+5
2011-06-24nv50,nvc0: prevent pushbuf flush during ctx reloc emissionChristoph Bumiller1-1/+7
2011-03-19nv50,nvc0: implement texture barrierChristoph Bumiller1-0/+12
2011-03-13nv50,nvc0: clean up flushesChristoph Bumiller1-13/+8
2011-03-13nv50,nvc0: add some missing resource referencingChristoph Bumiller1-0/+24
2011-03-11gallium: remove flags from the flush functionMarek Olšák1-5/+5
2011-03-01nouveau: ensure vbo_dirty is set when buffer write transfer completeBen Skeggs1-10/+16
2011-03-01nv50: move onto common linear buffer managerBen Skeggs1-3/+3
2011-03-01nv50: move onto shared fence codeBen Skeggs1-5/+4
2011-03-01nv50-nvc0: set cur_ctx during init if none currently boundBen Skeggs1-0/+2
2011-02-28nv50: replace most of it with nvc0 driver ported to nv50Christoph Bumiller1-50/+123
2011-01-06gallium: drivers should reference vertex buffersMarek Olšák1-0/+4
2010-07-29gallium: Keep only pipe_context::draw_vbo.Chia-I Wu1-4/+0
2010-07-29gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu1-0/+1
2010-04-19Merge branch '7.8'Brian Paul1-1/+1
2010-04-19gallium/draw: use correct rasterization state for wide/AA points/linesBrian Paul1-1/+1
2010-04-10Squashed commit of the following:Keith Whitwell1-4/+2
2010-04-03util: Revert unsolicited, untested, unreviewed, and broken changes to format ...José Fonseca1-1/+0
2010-04-02gallium/util: revert util_format_init additionLuca Barbieri1-2/+0
2010-04-02nv50: call util_format_initLuca Barbieri1-0/+3
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell1-0/+1
2010-03-10nv50: remove horrific abuse of nouveau_channel.flush_notifyBen Skeggs1-1/+0
2010-03-10nv50: rework state emissionBen Skeggs1-36/+6
2010-02-11nouveau: remove u_simple_screen.h includesBen Skeggs1-1/+0
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell1-2/+2
2010-02-02gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...José Fonseca1-1/+1
2010-01-25nv50: fix crash in nv50_pre_pipebuffer_map (nv50_screen->cur_ctx)Marcin Slusarz1-0/+4