summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau
Commit message (Expand)AuthorAgeFilesLines
* scons: remove nouveau buildAndreas Boll2013-05-031-10/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-234-16/+16
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-234-4/+4
* nouveau: accelerate buffer copies in resource_copy_regionChristoph Bumiller2013-04-032-3/+38
* nvc0: add some driver statistics queriesChristoph Bumiller2013-04-033-0/+87
* nvc0: implement compute support for nve4Christoph Bumiller2013-03-122-0/+2
* nouveau: align PIPE_BIND_SHADER,COMPUTE_RESOURCEs to 256 bytesChristoph Bumiller2013-03-121-1/+3
* nouveau: Bail out from nouveau_fence_wait if flushing the pushbuf fails.Francisco Jerez2013-03-121-2/+4
* nouveau: don't try to use push_data if it's not implementedChristoph Bumiller2013-01-271-0/+3
* Remove hacks for static MakefilesMatt Turner2013-01-131-3/+0
* Clean up .gitignore filesMatt Turner2013-01-101-1/+0
* nouveau: Convert to automakeMatt Turner2013-01-103-16/+39
* nouveau: increase max order of suballocated buffers by 1Christoph Bumiller2013-01-081-2/+9
* nouveau: improve buffer transfersChristoph Bumiller2013-01-085-132/+300
* gallium: remove pipe_surface::usageMarek Olšák2012-12-121-1/+0
* nv50,nvc0: expose ARB_map_buffer_alignmentLucas Stach2012-11-042-4/+4
* nouveau: fix offset in nouveau_buffer_transfer_mapChristoph Bumiller2012-10-141-1/+1
* gallium: unify transfer functionsMarek Olšák2012-10-111-56/+46
* nouveau: implement missing timer query functionalityChristoph Bumiller2012-07-132-0/+26
* automake: Globally add stub automake targets to the old Makefiles.Eric Anholt2012-06-111-3/+0
* nouveau: fix scratch buffer leakMarcin Slusarz2012-06-051-0/+12
* nouveau: unreference fences on resource destructionChristoph Bumiller2012-05-291-0/+3
* nouveau: place static buffers in VRAM if preferred by the driverChristoph Bumiller2012-05-173-5/+42
* nv50,nvc0: handle user vertex buffersChristoph Bumiller2012-05-172-15/+14
* Merge branch 'gallium-userbuf'Marek Olšák2012-05-111-1/+0
|\
| * gallium: remove pipe_resource::user_ptrMarek Olšák2012-04-301-1/+0
* | nouveau: fix nouveau_scratch_runout_release bo count underflowChristoph Bumiller2012-05-061-1/+3
|/
* gallium: add user_ptr in pipe_resourceMarek Olšák2012-04-241-0/+1
* nvc0: add initial support for nve4+ (Kepler) chipsetsChristoph Bumiller2012-04-152-0/+5
* nouveau: add new shared scratch buffersChristoph Bumiller2012-04-143-0/+185
* nv30: import new driver for GeForce FX/6/7 chipsets, and Quadro variantsBen Skeggs2012-04-143-3/+5
* nouveau: switch to libdrm_nouveau-2.0Christoph Bumiller2012-04-1417-512/+734
* nouveau: remove automatic buffer migration heuristicsChristoph Bumiller2012-04-142-30/+0
* nvfx: completely remove this driver (GeForce FX/6/7)Ben Skeggs2012-04-142-51/+2
* 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