summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv30/nv30_screen.c
AgeCommit message (Expand)Author
2010-01-05nouveau: rewrite nouveau_stateobj to use BEGIN_RING properlyMaarten Maathuis
2009-12-28nouveau: Unreference state/buffer objects on context/screen destruction.Younes Manton
2009-11-17nouveau: nv30: Check for NULL front (happens with DRI2)Patrice Mandin
2009-10-23nouveau: nv30: Relax some limits. We can render to z24s8 buffer even if color...Patrice Mandin
2009-10-17nouveau: nv30: Remove duplicate case. Was a typo for X8R8G8B8, but that will ...Patrice Mandin
2009-10-15nouveau: nv30: Hack to enforce same number of bits as front buffer, for rende...Patrice Mandin
2009-09-16gallium: Deprecate PIPE_CAP_S3TC.José Fonseca
2009-07-22nouveau: nv30: wrong variable for formatPatrice Mandin
2009-07-14gallium: Define PIPE_CAP_BLEND_EQUATION_SEPARATE, remove extension from defau...Patrice Mandin
2009-07-01nouveau: return some supported zeta formatsBen Skeggs
2009-07-01nouveau: deal with PIPE_CAP_TGSI_CONT_SUPPORTEDBen Skeggs
2009-06-05nouveau: move channel creation into pipe driversBen Skeggs
2009-06-05nouveau: call notifier/grobj etc funcs directlyBen Skeggs
2009-06-05nv30: remove u_simple_screen usageBen Skeggs
2009-06-05nouveau: call nouveau_pushbuf directly rather than going through nvwsBen Skeggs
2009-02-25nouveau: nv04-nv40 texture transfer.Younes Manton
2009-02-10nouveau: nv30: fix miptree organization to have swizzled texture+mipmap at th...Patrice Mandin
2009-02-07nouveau: Need to surface_copy() without a pipe context.Younes Manton
2009-02-05nv04-nv40: move 2d blit/fill code into pipe driverBen Skeggs
2009-02-02gallium: remove pipe_buffer from surfacesZack Rusin
2009-01-31gallium: initialize simple screen in driversZack Rusin
2009-01-30gallium: make p_winsys internalZack Rusin
2009-01-29gallium: give the screen priority when it comes to buffer allocationsZack Rusin
2009-01-21nouveau: Map correct mip level when using the shadow (nv30, nv40).Younes Manton
2009-01-10nouveau: Update nv30 swizzling.Younes Manton
2008-12-16nouveau: return a value for PIPE_CAP_MAX_VERTEX_TEXTURE_UNITSBen Skeggs
2008-12-12nouveau: remove useless NOUVEAU_BO_SWIZZLED flag, copy/paste nv40 work to swi...Patrice Mandin
2008-09-11nouveau: gallium directory structure changed again..Ben Skeggs
2008-08-14nv30: does not support mirror clamp, only mirror repeatPatrice Mandin
2008-07-23nouveau: is_format_supported() interface changesBen Skeggs
2008-07-12nv30: no npot texturesPatrice Mandin
2008-07-12nv30: update capsPatrice Mandin
2008-07-12nv30: Emit vertex buffer objects using state objectsPatrice Mandin
2008-05-27nouveau: very quick port to tex-surface changes.Ben Skeggs
2008-05-25nouveau: remove final PIPE_FORMAT_U_* usageBen Skeggs
2008-05-13nouveau: remove chipset fields in all nv pipe driver context/screen structs.Ben Skeggs
2008-05-05nouveau: bitmap texcoord bias has been removedBen Skeggs
2008-04-11nv30: Move some structures and functions from context to screenPatrice Mandin
2008-04-04nouveau: in some cases don't create the buffer in local mem initially.Ben Skeggs
2008-03-18nv30: update miptree stuff for texturingPatrice Mandin
2008-02-29nouveau: hand nouveau_winsys in with pipe_screen initBen Skeggs
2008-02-29nouveau: implement pipe_screenBen Skeggs