summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50/nv50_state_validate.c
Commit message (Expand)AuthorAgeFilesLines
* nv50: implement depth clampChristoph Bumiller2010-07-231-10/+22
* nv50: Initialize variables.Vinson Lee2010-04-171-1/+1
* nv50: Remove redundant assignment.Vinson Lee2010-04-171-1/+1
* Squashed commit of the following:Keith Whitwell2010-04-101-2/+3
* gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger2010-03-301-2/+2
* nv50: get rid of the static_init stateobjChristoph Bumiller2010-03-211-1/+1
* nv50: fix damage from merging master into sampler-viewChristoph Bumiller2010-03-111-6/+4
* nv50: inline nv50_state_flush_notify()Ben Skeggs2010-03-101-15/+6
* nv50: remove nv50_context.state.instbufBen Skeggs2010-03-101-5/+0
* nv50: make use of scissor enable/disable methodBen Skeggs2010-03-101-19/+4
* nv50: move magic 0x142c stuff to after state emissionBen Skeggs2010-03-101-1/+8
* nv50: always emit dummy relocs for all still-referenced buffersBen Skeggs2010-03-101-2/+8
* nv50: ensure enough room for state changes in current pushbufBen Skeggs2010-03-101-11/+28
* 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