summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50/nv50_context.c
Commit message (Expand)AuthorAgeFilesLines
* Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr2013-09-111-317/+0
* vl: rename pipe_video_decoder to pipe_video_codecChristian König2013-08-191-2/+2
* nv50: add vp3/vp4 support for mpeg2/vc1Ilia Mirkin2013-08-161-2/+3
* nv50: allow forcing PMPEG use, for ease of testingIlia Mirkin2013-08-151-1/+2
* nv50: H.264/MPEG2 decoding support via VP2, available on NV84-NV96, NVA0Ilia Mirkin2013-07-181-1/+12
* nv50: initialize kick_notify callback in nv50_createBryan Cain2013-05-071-0/+1
* gallium: fix type of flags in pipe_context::flush()Chia-I Wu2013-05-041-1/+1
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-4/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* 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