summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau
AgeCommit message (Expand)AuthorFilesLines
2012-01-15vl: reintroduce PIPE_VIDEO_CAP_PREFERED_FORMATChristian König1-0/+2
2012-01-15vl: move away from state like parametersChristian König1-40/+23
2012-01-15vl/video_buffer: use template style create paramsChristian König1-17/+12
2012-01-09vl: replace decode_buffers with auxiliary data fieldChristian König1-8/+12
2012-01-05gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLYMarek Olšák1-1/+7
2012-01-05gallium: remove deprecated PIPE_TRANSFER_DISCARDMarek Olšák1-1/+1
2011-12-23nouveau: Fix bugs in nouveau_video_bufferMaarten Lankhorst2-4/+3
2011-12-15nvc0: implement new stream output interfaceChristoph Bumiller1-5/+8
2011-12-13nouveau: get rid of winsys objectMarcin Slusarz4-8/+12
2011-10-21nouveau,nvc0: fix/improve handling of multiple constant buffersChristoph Bumiller2-4/+19
2011-10-09nouveau: hide some debugging messages behind environment variableMarcin Slusarz4-3/+14
2011-10-09nouveau: fix fence hangMarcin Slusarz3-10/+16
2011-09-25nouveau: fix crash during fence emissionMarcin Slusarz1-2/+2
2011-09-16nouveau: Fix typos of ParseSourceList in SConscript files.Vinson Lee1-1/+1
2011-09-14nouveau: make data argument of nouveau_context::push_data constChristoph Bumiller1-1/+1
2011-09-14nouveau: Add max_references parameter to vl_create_decoder()Emeric Grange1-6/+7
2011-09-10nouveau: Add support for XvMC accelerationMaarten Lankhorst4-4/+1325
2011-09-08nouveau: fix nouveau_fence leakMarcin Slusarz1-0/+2
2011-08-30nouveau: use PRIu64 for printing uint64_tChristoph Bumiller2-1/+5
2011-08-30nouveau/mm: move slabs to correct list on memory releaseChristoph Bumiller1-5/+5
2011-08-30nvfx: use common NOUVEAU_RESOURCE_FLAG_LINEAR defineChristoph Bumiller1-1/+2
2011-08-30nv50: add support for linear textures and render targetsChristoph Bumiller1-0/+2
2011-08-27android: add support for nouveauChia-I Wu1-0/+37
2011-08-27nouveau: share the source listsChia-I Wu3-8/+10
2011-08-26g3dvl: Rework the decoder interface part 2/5Christian König1-0/+2
2011-07-21nouveau: hook up video decoding with nouveau_contextChristoph Bumiller4-1/+45
2011-06-20gallium/nouveau: remove unused nouveau_screen_bo_userMarcin Slusarz2-16/+0
2011-04-27gallium/nouveau: fix printf warningsMarek Olšák1-1/+1
2011-03-18nouveau: Fix serious compiler warningsJohannes Obermayr1-0/+1
2011-03-13nv50,nvc0: clean up flushesChristoph Bumiller1-3/+6
2011-03-11gallium: cleanup fence_signalled and fence_finishMarek Olšák1-7/+5
2011-03-11gallium: kill is_resource_referencedMarek Olšák3-25/+0
2011-03-08gallium: add timeout parameter to fence_finishMarek Olšák1-1/+2
2011-03-03nouveau: allow pipe driver to define which buffers should start in sysmemBen Skeggs2-1/+2
2011-03-01nouveau: remove nouveau_stateobj.hBen Skeggs1-316/+0
2011-03-01nouveau: ensure vbo_dirty is set when buffer write transfer completeBen Skeggs4-35/+54
2011-03-01nouveau: fix leak of nouveau_mman structsBen Skeggs1-0/+2
2011-03-01nv50: sync textures with render targets ourselvesBen Skeggs2-5/+6
2011-03-01nv50: move onto common linear buffer managerBen Skeggs1-2/+2
2011-03-01nouveau: common linear buffer manager, ported from nv50/nvc0 driversBen Skeggs5-2/+637
2011-03-01nouveau: create linear gart/vram mman in common screen initBen Skeggs2-0/+12
2011-03-01nouveau: fix fence_ref() where fence and *ref are the same fenceBen Skeggs1-2/+3
2011-03-01nouveau: fix compiler complaintBen Skeggs2-0/+9
2011-03-01nv50: make mm available as common codeBen Skeggs3-1/+311
2011-03-01nouveau: move nv50/nvc0 fencing to common location, and modify slightlyBen Skeggs5-4/+296
2011-01-17nouveau: fix build against out of tree libdrmDave Airlie1-0/+1
2010-12-21Merge remote branch 'origin/master' into nvc0-newBen Skeggs1-1/+1
2010-12-21nouveau: fix includes for latest libdrmBen Skeggs1-1/+1
2010-11-12nvc0: import nvc0 gallium driverChristoph Bumiller3-11/+54
2010-10-12nouveau: Get larger push buffers.Francisco Jerez1-1/+1