summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv50/nv50_screen.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-20nv50: fill in shader limitsChristoph Bumiller1-0/+28
2010-05-17gallium: EXT_timer_query support.Mathias Fröhlich1-0/+2
2010-05-12gallium: Make PIPE_CAP_xxx enums.José Fonseca1-2/+2
2010-05-05nouveau: only advertise PIPE_FORMAT_DXT* if s3tc availableXavier Chantry1-4/+12
2010-04-30nv50: raise constant buffers size to maximumChristoph Bumiller1-11/+7
2010-04-17nv50: Remove unused variable.Vinson Lee1-2/+0
2010-04-15nouveau: replace vtxbuf/idxbuf caps with BO_ flags in nouveau_screen and fix ...Luca Barbieri1-4/+2
2010-04-12nouveau: bind the 3D engine to subchannel 7 and add RING_3DLuca Barbieri1-0/+3
2010-04-10Squashed commit of the following:Keith Whitwell1-3/+4
2010-04-09nouveau: Import latest nouveau_class.h from renouveauBen Skeggs1-2/+2
2010-03-30gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger1-4/+4
2010-03-21nv50: report driver as GLSL capableChristoph Bumiller1-1/+1
2010-03-21nv50: get rid of the static_init stateobjChristoph Bumiller1-137/+139
2010-03-13Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell1-1/+0
2010-03-13nv50: fixup after gallium-context-transfers mergeXavier Chantry1-1/+0
2010-03-10Merge branch 'master' into gallium-sampler-viewMichal Krol1-43/+19
2010-03-10nv50: add option to force immediate-mode submission, disable by defaultBen Skeggs1-2/+5
2010-03-10nv50: make use of scissor enable/disable methodBen Skeggs1-4/+0
2010-03-10nv50: remove pre_pipebuffer_map hack....Ben Skeggs1-23/+0
2010-03-10nv50: rework state emissionBen Skeggs1-2/+2
2010-03-01nouveau: Rename pipe formats.José Fonseca1-14/+14
2010-02-25nv50: update to handle new sampler view stateChristoph Bumiller1-3/+3
2010-02-16nv50: use hw idx buffers where we canBen Skeggs1-1/+1
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell1-0/+1
2010-02-01nv50/nv40/nv30: fix small memory leak of nouveau_resources on screen_destroyMarcin Slusarz1-0/+3
2010-01-29tgsi: add caps for fragment coord conventions (v3)Luca Barbieri1-0/+6
2010-01-26nv50: supports independent blend enablesChristoph Bumiller1-1/+1
2010-01-26gallium: add the new PIPE_CAP blend bits to more driversRoland Scheidegger1-0/+4
2010-01-17nv50: implement instanced drawingChristoph Bumiller1-2/+14
2010-01-16nv50: hook up geometry programsChristoph Bumiller1-15/+27
2010-01-05nouveau: rewrite nouveau_stateobj to use BEGIN_RING properlyMaarten Maathuis1-6/+3
2010-01-05nv50: remove vtxbuf stateobject after a referenced vtxbuf is mappedMaarten Maathuis1-0/+23
2009-12-28nouveau: Unreference state/buffer objects on context/screen destruction.Younes Manton1-0/+15
2009-12-28nv50: Dehexify and bring up to date with new method defines.Marcin Kościelnicki1-23/+21
2009-12-24nv50: support TGSI_OPCODE_CONTChristoph Bumiller1-1/+1
2009-12-24nv50: make edgeflags workChristoph Bumiller1-0/+3
2009-12-12nv50: support TXB and TXLChristoph Bumiller1-1/+2
2009-12-12nv50: add S8Z24 depth texture format tooChristoph Bumiller1-0/+1
2009-12-12nv50: support vertex program texturesChristoph Bumiller1-5/+12
2009-11-07nv50: enable all 32 threads of a warpChristoph Bumiller1-1/+3
2009-10-28nv50: activate more lanes in a warpChristoph Bumiller1-0/+4
2009-10-23nv50: add depth texture formats, and a few others, tooChristoph Bumiller1-0/+14
2009-10-22nv50: support 3D class 0x8597, remove redundant unknown chipset detectionBen Skeggs1-7/+10
2009-10-19nv50: add support for address regsChristoph Bumiller1-5/+5
2009-10-19nv50: use SIFC for TIC, TSC uploadChristoph Bumiller1-21/+4
2009-10-05nv50: support PIPE_FORMAT_X8R8G8B8_UNORMBen Skeggs1-0/+2
2009-09-16gallium: Deprecate PIPE_CAP_S3TC.José Fonseca1-2/+0
2009-09-15nv50: add preliminary support for point spritesChristoph Bumiller1-1/+1
2009-08-17nv50: whitespace fixes and deobfuscationMaarten Maathuis1-20/+23
2009-08-14nv50: make use of the y-origin switchChristoph Bumiller1-1/+2