aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50/nv50_screen.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: Make PIPE_CAP_xxx enums.José Fonseca2010-05-121-2/+2
* nouveau: only advertise PIPE_FORMAT_DXT* if s3tc availableXavier Chantry2010-05-051-4/+12
* nv50: raise constant buffers size to maximumChristoph Bumiller2010-04-301-11/+7
* nv50: Remove unused variable.Vinson Lee2010-04-171-2/+0
* nouveau: replace vtxbuf/idxbuf caps with BO_ flags in nouveau_screen and fix ...Luca Barbieri2010-04-151-4/+2
* nouveau: bind the 3D engine to subchannel 7 and add RING_3DLuca Barbieri2010-04-121-0/+3
* Squashed commit of the following:Keith Whitwell2010-04-101-3/+4
* nouveau: Import latest nouveau_class.h from renouveauBen Skeggs2010-04-091-2/+2
* gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger2010-03-301-4/+4
* nv50: report driver as GLSL capableChristoph Bumiller2010-03-211-1/+1
* nv50: get rid of the static_init stateobjChristoph Bumiller2010-03-211-137/+139
* Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2010-03-131-1/+0
|\
| * nv50: fixup after gallium-context-transfers mergeXavier Chantry2010-03-131-1/+0
* | Merge branch 'master' into gallium-sampler-viewMichal Krol2010-03-101-43/+19
|\|
| * nv50: add option to force immediate-mode submission, disable by defaultBen Skeggs2010-03-101-2/+5
| * nv50: make use of scissor enable/disable methodBen Skeggs2010-03-101-4/+0
| * nv50: remove pre_pipebuffer_map hack....Ben Skeggs2010-03-101-23/+0
| * nv50: rework state emissionBen Skeggs2010-03-101-2/+2
| * nouveau: Rename pipe formats.José Fonseca2010-03-011-14/+14
* | nv50: update to handle new sampler view stateChristoph Bumiller2010-02-251-3/+3
|/
* nv50: use hw idx buffers where we canBen Skeggs2010-02-161-1/+1
* gallium: squash-merge of gallium screen contextKeith Whitwell2010-02-081-0/+1
* nv50/nv40/nv30: fix small memory leak of nouveau_resources on screen_destroyMarcin Slusarz2010-02-011-0/+3
* tgsi: add caps for fragment coord conventions (v3)Luca Barbieri2010-01-291-0/+6
* nv50: supports independent blend enablesChristoph Bumiller2010-01-261-1/+1
* gallium: add the new PIPE_CAP blend bits to more driversRoland Scheidegger2010-01-261-0/+4
* nv50: implement instanced drawingChristoph Bumiller2010-01-171-2/+14
* nv50: hook up geometry programsChristoph Bumiller2010-01-161-15/+27
* nouveau: rewrite nouveau_stateobj to use BEGIN_RING properlyMaarten Maathuis2010-01-051-6/+3
* nv50: remove vtxbuf stateobject after a referenced vtxbuf is mappedMaarten Maathuis2010-01-051-0/+23
* nouveau: Unreference state/buffer objects on context/screen destruction.Younes Manton2009-12-281-0/+15
* nv50: Dehexify and bring up to date with new method defines.Marcin Kościelnicki2009-12-281-23/+21
* nv50: support TGSI_OPCODE_CONTChristoph Bumiller2009-12-241-1/+1
* nv50: make edgeflags workChristoph Bumiller2009-12-241-0/+3
* nv50: support TXB and TXLChristoph Bumiller2009-12-121-1/+2
* nv50: add S8Z24 depth texture format tooChristoph Bumiller2009-12-121-0/+1
* nv50: support vertex program texturesChristoph Bumiller2009-12-121-5/+12
* nv50: enable all 32 threads of a warpChristoph Bumiller2009-11-071-1/+3
* nv50: activate more lanes in a warpChristoph Bumiller2009-10-281-0/+4
* nv50: add depth texture formats, and a few others, tooChristoph Bumiller2009-10-231-0/+14
* nv50: support 3D class 0x8597, remove redundant unknown chipset detectionBen Skeggs2009-10-221-7/+10
* nv50: add support for address regsChristoph Bumiller2009-10-191-5/+5
* nv50: use SIFC for TIC, TSC uploadChristoph Bumiller2009-10-191-21/+4
* nv50: support PIPE_FORMAT_X8R8G8B8_UNORMBen Skeggs2009-10-051-0/+2
* gallium: Deprecate PIPE_CAP_S3TC.José Fonseca2009-09-161-2/+0
* nv50: add preliminary support for point spritesChristoph Bumiller2009-09-151-1/+1
* nv50: whitespace fixes and deobfuscationMaarten Maathuis2009-08-171-20/+23
* nv50: make use of the y-origin switchChristoph Bumiller2009-08-141-1/+2
* nv50: correct zeta formatsChristoph Bumiller2009-07-291-2/+3
* nv50: use correct scissor regChristoph Bumiller2009-07-291-0/+4