summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv50/nv50_state_validate.c
AgeCommit message (Expand)Author
2011-03-13nv50,nvc0: fix pipe context switchChristoph Bumiller
2011-03-13nv50,nvc0: clean up flushesChristoph Bumiller
2011-03-02nv50: fix depth clamp for disabled primitive clippingChristoph Bumiller
2011-03-02nv50: fix point sprite state validationChristoph Bumiller
2011-03-01nv50: sync textures with render targets ourselvesBen Skeggs
2011-02-28nv50: replace most of it with nvc0 driver ported to nv50Christoph Bumiller
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-09-18nv50: Silence missing initializer warning.Vinson Lee
2010-07-24nv50: introduce the big formats tableChristoph Bumiller
2010-07-23nv50: import new compilerChristoph Bumiller
2010-07-23nv50: implement depth clampChristoph Bumiller
2010-04-17nv50: Initialize variables.Vinson Lee
2010-04-17nv50: Remove redundant assignment.Vinson Lee
2010-04-10Squashed commit of the following:Keith Whitwell
2010-03-30gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger
2010-03-21nv50: get rid of the static_init stateobjChristoph Bumiller
2010-03-11nv50: fix damage from merging master into sampler-viewChristoph Bumiller
2010-03-10nv50: inline nv50_state_flush_notify()Ben Skeggs
2010-03-10nv50: remove nv50_context.state.instbufBen Skeggs
2010-03-10nv50: make use of scissor enable/disable methodBen Skeggs
2010-03-10nv50: move magic 0x142c stuff to after state emissionBen Skeggs
2010-03-10nv50: always emit dummy relocs for all still-referenced buffersBen Skeggs
2010-03-10nv50: ensure enough room for state changes in current pushbufBen Skeggs
2010-03-10nv50: rework state emissionBen Skeggs
2010-03-10nv50: use relocs rather than re-uploading TIC all the timeBen Skeggs
2010-03-02nv50: fix RT formats after format rename fixesChristoph Bumiller
2010-03-02nouveau: Rename pipe formats.José Fonseca
2010-02-22gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.Michal Krol
2010-02-14nv: Use util_format_name().José Fonseca
2010-02-11nouveau: fix compile errors...Roland Scheidegger
2010-02-11nv50: adapt to stencil ref changesRoland Scheidegger
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell
2010-01-17nv50: implement instanced drawingChristoph Bumiller
2010-01-16nv50: hook up geometry programsChristoph Bumiller
2010-01-16nv50: support for geometry programs in nv50_programChristoph Bumiller
2010-01-05nouveau: rewrite nouveau_stateobj to use BEGIN_RING properlyMaarten Maathuis
2010-01-05nv50: remove vtxbuf stateobject after a referenced vtxbuf is mappedMaarten Maathuis
2009-12-28nv50: Dehexify and bring up to date with new method defines.Marcin Kościelnicki
2009-12-12nv50: support vertex program texturesChristoph Bumiller
2009-11-29nv50: update linkage on rasterizer changeChristoph Bumiller
2009-11-27nv50: bswap32 the polygon stipple patternChristoph Bumiller
2009-11-09nv50: clarify data for method 0x121cChristoph Bumiller
2009-10-31nv50: make MRTs workChristoph Bumiller
2009-10-23nv50: add depth texture formats, and a few others, tooChristoph Bumiller
2009-10-19nv50: use SIFC for TIC, TSC uploadChristoph Bumiller
2009-10-19drm/nv50: write tic/tsc setup to correct slots when skipping unitsBen Skeggs
2009-10-06nv50: fix segfault when there's gaps in enabled texture unitsBen Skeggs
2009-10-05nv50: support PIPE_FORMAT_X8R8G8B8_UNORMBen Skeggs
2009-09-25nv50: actually enable view volume clippingChristoph Bumiller
2009-09-15nv50: use flush_notify to reduce number of relocsMaarten Maathuis