summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50/nv50_screen.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium: Define PIPE_CAP_BLEND_EQUATION_SEPARATE, remove extension from defau...Patrice Mandin2009-07-141-0/+2
* nouveau: return some supported zeta formatsBen Skeggs2009-07-011-0/+8
* nouveau: deal with PIPE_CAP_TGSI_CONT_SUPPORTEDBen Skeggs2009-07-011-0/+2
* nv50: fix multi-texturingBen Skeggs2009-06-061-2/+0
* nouveau: move channel creation into pipe driversBen Skeggs2009-06-051-10/+6
* nouveau: call notifier/grobj etc funcs directlyBen Skeggs2009-06-051-15/+24
* nouveau: add pipe_buffer/fence code to pipe drivers, move nv50 overBen Skeggs2009-06-051-48/+35
* nouveau: pass nouveau_bo instead of pipe_buffer to so_ callsBen Skeggs2009-06-051-12/+30
* nouveau: call nouveau_pushbuf directly rather than going through nvwsBen Skeggs2009-06-051-1/+1
* nv50: use multiple constant buffersChristoph Bumiller2009-05-281-7/+49
* nv50: simplify tesla object selectionBen Skeggs2009-03-071-18/+8
* nouveau: make stateobjs start off with refcount of 1Ben Skeggs2009-03-071-1/+2
* Fix nv50_screen_create()Victor Stinner2009-03-071-17/+18
* gallium: Unify reference counting.Michel Dänzer2009-03-041-3/+3
* nv50: rework for texture_transfer changesBen Skeggs2009-02-201-1/+18
* nv50: move 2d blit/fill code into pipe driverBen Skeggs2009-02-051-0/+24
* gallium: initialize simple screen in driversZack Rusin2009-01-311-0/+3
* gallium: make p_winsys internalZack Rusin2009-01-301-3/+3
* gallium: give the screen priority when it comes to buffer allocationsZack Rusin2009-01-291-3/+3
* nv50: add DXTn formatsBen Skeggs2009-01-131-1/+5
* nv50: shadow mappingBen Skeggs2009-01-131-1/+1
* nv50: anisoBen Skeggs2009-01-131-1/+1
* nv50: occlusion queriesBen Skeggs2009-01-131-1/+1
* nv50: enable npot texturesBen Skeggs2009-01-121-1/+1
* nouveau: return a value for PIPE_CAP_MAX_VERTEX_TEXTURE_UNITSBen Skeggs2008-12-161-0/+2
* nouveau: gallium directory structure changed again..Ben Skeggs2008-09-111-1/+0
* nv40/nv50: enable mirror wrap modesBen Skeggs2008-08-071-0/+3
* nouveau: is_format_supported() interface changesBen Skeggs2008-07-231-8/+5