summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50/nv50_state_validate.c
Commit message (Expand)AuthorAgeFilesLines
* nv50: rework state emissionBen Skeggs2010-03-101-221/+209
* nv50: use relocs rather than re-uploading TIC all the timeBen Skeggs2010-03-101-2/+1
* nv50: fix RT formats after format rename fixesChristoph Bumiller2010-03-021-18/+36
* nouveau: Rename pipe formats.José Fonseca2010-03-021-5/+5
* gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.Michal Krol2010-02-221-40/+22
* nv: Use util_format_name().José Fonseca2010-02-141-2/+4
* nouveau: fix compile errors...Roland Scheidegger2010-02-111-2/+2
* nv50: adapt to stencil ref changesRoland Scheidegger2010-02-111-0/+14
* gallium: squash-merge of gallium screen contextKeith Whitwell2010-02-081-5/+5
* nv50: implement instanced drawingChristoph Bumiller2010-01-171-0/+3
* nv50: hook up geometry programsChristoph Bumiller2010-01-161-4/+18
* nv50: support for geometry programs in nv50_programChristoph Bumiller2010-01-161-2/+2
* nouveau: rewrite nouveau_stateobj to use BEGIN_RING properlyMaarten Maathuis2010-01-051-6/+7
* nv50: remove vtxbuf stateobject after a referenced vtxbuf is mappedMaarten Maathuis2010-01-051-0/+3
* nv50: Dehexify and bring up to date with new method defines.Marcin Kościelnicki2009-12-281-10/+10
* nv50: support vertex program texturesChristoph Bumiller2009-12-121-16/+36
* nv50: update linkage on rasterizer changeChristoph Bumiller2009-11-291-2/+4
* nv50: bswap32 the polygon stipple patternChristoph Bumiller2009-11-271-1/+1
* nv50: clarify data for method 0x121cChristoph Bumiller2009-11-091-5/+6
* nv50: make MRTs workChristoph Bumiller2009-10-311-0/+11
* nv50: add depth texture formats, and a few others, tooChristoph Bumiller2009-10-231-21/+18
* nv50: use SIFC for TIC, TSC uploadChristoph Bumiller2009-10-191-7/+47
* drm/nv50: write tic/tsc setup to correct slots when skipping unitsBen Skeggs2009-10-191-3/+4
* nv50: fix segfault when there's gaps in enabled texture unitsBen Skeggs2009-10-061-4/+7
* nv50: support PIPE_FORMAT_X8R8G8B8_UNORMBen Skeggs2009-10-051-0/+3
* nv50: actually enable view volume clippingChristoph Bumiller2009-09-251-1/+10
* nv50: use flush_notify to reduce number of relocsMaarten Maathuis2009-09-151-0/+6
* nv50: proper linkage between VP and FPChristoph Bumiller2009-09-151-0/+5
* nv50: Fix tiling mode for lower mipmap levels.Marcin Kościelnicki2009-09-101-2/+4
* nouveau: introduce nouveau_miptree common to all nouveau pipe driversBen Skeggs2009-08-311-2/+2
* nv50: use VTX_ATTR_nF for constant vtxeltsChristoph Bumiller2009-08-201-0/+2
* nv50: whitespace fixes and deobfuscationMaarten Maathuis2009-08-171-6/+7
* nv50: avoid a NULL-ptr dereference when the pipe context changesMaarten Maathuis2009-08-151-1/+26
* nv50: make sure we don't re-emit outdated scissor stateChristoph Bumiller2009-08-141-4/+4
* nv50: make use of the y-origin switchChristoph Bumiller2009-08-141-24/+14
* nv50: correct zeta formatsChristoph Bumiller2009-07-291-5/+10
* nv50: fix viewport transformChristoph Bumiller2009-07-291-11/+20
* nv50: use correct scissor regChristoph Bumiller2009-07-291-7/+16
* nouveau: return some supported zeta formatsBen Skeggs2009-07-011-0/+1
* nv50: support non-normalized texture coordsBen Skeggs2009-06-061-2/+2
* nv50: use larger tile sizesBen Skeggs2009-06-051-2/+2
* nv50: create textures with nouveau_bo, for flexibility with tiling laterBen Skeggs2009-06-051-2/+4
* nouveau: move channel creation into pipe driversBen Skeggs2009-06-051-20/+20
* nouveau: pass nouveau_bo instead of pipe_buffer to so_ callsBen Skeggs2009-06-051-12/+12
* nv50: fix viewport state updateChristoph Bumiller2009-04-031-1/+2
* gallium: Remove some little-used fields from struct pipe_surface.Michel Dänzer2009-03-261-7/+0
* nouveau: bypass_vs_clip_and_viewportYounes Manton2009-03-141-1/+1
* nouveau: make stateobjs start off with refcount of 1Ben Skeggs2009-03-071-0/+6
* nouveau: link against libdrm_nouveau (installed with libdrm)Ben Skeggs2009-02-041-4/+8
* gallium: remove pipe_buffer from surfacesZack Rusin2009-02-021-4/+4