aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau
Commit message (Expand)AuthorAgeFilesLines
* gallium/drivers: Use automake to generate makefileTom Stellard2012-03-141-0/+3
* Revert "gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY"Marek Olšák2012-03-051-7/+1
* gallium/util: remove u_simple_screenMarek Olšák2012-02-211-1/+0
* vl: rename VL_MAX_PLANES to VL_NUM_COMPONENTSChristian König2012-02-061-1/+1
* vl: add interlacing capabilitiesChristian König2012-02-061-0/+6
* vl: reintroduce PIPE_VIDEO_CAP_PREFERED_FORMATChristian König2012-01-151-0/+2
* vl: move away from state like parametersChristian König2012-01-151-40/+23
* vl/video_buffer: use template style create paramsChristian König2012-01-151-17/+12
* vl: replace decode_buffers with auxiliary data fieldChristian König2012-01-091-8/+12
* gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLYMarek Olšák2012-01-051-1/+7
* gallium: remove deprecated PIPE_TRANSFER_DISCARDMarek Olšák2012-01-051-1/+1
* nouveau: Fix bugs in nouveau_video_bufferMaarten Lankhorst2011-12-232-4/+3
* nvc0: implement new stream output interfaceChristoph Bumiller2011-12-151-5/+8
* nouveau: get rid of winsys objectMarcin Slusarz2011-12-134-8/+12
* nouveau,nvc0: fix/improve handling of multiple constant buffersChristoph Bumiller2011-10-212-4/+19
* nouveau: hide some debugging messages behind environment variableMarcin Slusarz2011-10-094-3/+14
* nouveau: fix fence hangMarcin Slusarz2011-10-093-10/+16
* nouveau: fix crash during fence emissionMarcin Slusarz2011-09-251-2/+2
* nouveau: Fix typos of ParseSourceList in SConscript files.Vinson Lee2011-09-161-1/+1
* nouveau: make data argument of nouveau_context::push_data constChristoph Bumiller2011-09-141-1/+1
* nouveau: Add max_references parameter to vl_create_decoder()Emeric Grange2011-09-141-6/+7
* nouveau: Add support for XvMC accelerationMaarten Lankhorst2011-09-104-4/+1325
* nouveau: fix nouveau_fence leakMarcin Slusarz2011-09-081-0/+2
* nouveau: use PRIu64 for printing uint64_tChristoph Bumiller2011-08-302-1/+5
* nouveau/mm: move slabs to correct list on memory releaseChristoph Bumiller2011-08-301-5/+5
* nvfx: use common NOUVEAU_RESOURCE_FLAG_LINEAR defineChristoph Bumiller2011-08-301-1/+2
* nv50: add support for linear textures and render targetsChristoph Bumiller2011-08-301-0/+2
* android: add support for nouveauChia-I Wu2011-08-271-0/+37
* nouveau: share the source listsChia-I Wu2011-08-273-8/+10
* g3dvl: Rework the decoder interface part 2/5Christian König2011-08-261-0/+2
* nouveau: hook up video decoding with nouveau_contextChristoph Bumiller2011-07-214-1/+45
* gallium/nouveau: remove unused nouveau_screen_bo_userMarcin Slusarz2011-06-202-16/+0
* gallium/nouveau: fix printf warningsMarek Olšák2011-04-271-1/+1
* nouveau: Fix serious compiler warningsJohannes Obermayr2011-03-181-0/+1
* nv50,nvc0: clean up flushesChristoph Bumiller2011-03-131-3/+6
* gallium: cleanup fence_signalled and fence_finishMarek Olšák2011-03-111-7/+5
* gallium: kill is_resource_referencedMarek Olšák2011-03-113-25/+0
* gallium: add timeout parameter to fence_finishMarek Olšák2011-03-081-1/+2
* nouveau: allow pipe driver to define which buffers should start in sysmemBen Skeggs2011-03-032-1/+2
* nouveau: remove nouveau_stateobj.hBen Skeggs2011-03-011-316/+0
* nouveau: ensure vbo_dirty is set when buffer write transfer completeBen Skeggs2011-03-014-35/+54
* nouveau: fix leak of nouveau_mman structsBen Skeggs2011-03-011-0/+2
* nv50: sync textures with render targets ourselvesBen Skeggs2011-03-012-5/+6
* nv50: move onto common linear buffer managerBen Skeggs2011-03-011-2/+2
* nouveau: common linear buffer manager, ported from nv50/nvc0 driversBen Skeggs2011-03-015-2/+637
* nouveau: create linear gart/vram mman in common screen initBen Skeggs2011-03-012-0/+12
* nouveau: fix fence_ref() where fence and *ref are the same fenceBen Skeggs2011-03-011-2/+3
* nouveau: fix compiler complaintBen Skeggs2011-03-012-0/+9
* nv50: make mm available as common codeBen Skeggs2011-03-013-1/+311
* nouveau: move nv50/nvc0 fencing to common location, and modify slightlyBen Skeggs2011-03-015-4/+296