summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv20
AgeCommit message (Expand)Author
2009-10-19nouveau: implement is_{texture,buffer}_referenced properlyBen Skeggs
2009-10-02gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.Michel Dänzer
2009-09-16gallium: Deprecate PIPE_CAP_S3TC.José Fonseca
2009-07-22gallium: simplify tgsi_full_immediate structKeith Whitwell
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: remove unneeded code from ws, use pipe_buffer_ instead of ws->Ben Skeggs
2009-06-05nouveau: move channel creation into pipe driversBen Skeggs
2009-06-05nouveau: call notifier/grobj etc funcs directlyBen Skeggs
2009-06-05nv20: remove u_simple_screen usageBen Skeggs
2009-04-15gallium: Make sure we flush before some texture / buffer operations.Thomas Hellstrom
2009-04-10gallium: remove pipe_texture::compressed fieldBrian Paul
2009-04-04gallium: Clean up driver clear() interface.Michel Dänzer
2009-03-26gallium: Remove some little-used fields from struct pipe_surface.Michel Dänzer
2009-03-13gallium: Remove do_flip argument from surface_copyJakob Bornecrantz
2009-03-04gallium: Unify reference counting.Michel Dänzer
2009-03-02nouveau: Grab correct surface from temp texture for transfers.Younes Manton
2009-02-25nouveau: nv04-nv40 texture transfer.Younes Manton
2009-02-20gallium: Improve makefiles for librariesJakob Bornecrantz
2009-02-18Merge commit 'origin/draw-vbuf-interface'Keith Whitwell
2009-02-18util: Move p_debug.h into util module.José Fonseca
2009-02-17nv20: Use the new draw vbuf interfaceJakob Bornecrantz
2009-02-10nv20: Fix build -- rename Size to NrTokens.Michal Krol
2009-02-06nouveau: Frontbuffer pitch needs to be set.Younes Manton
2009-02-05nv20: copy miptree flags from nv40Pekka Paalanen
2009-02-05nv04-nv40: fix nv##_surface_copy() for flippedPekka Paalanen
2009-02-05nv04-nv40: move 2d blit/fill code into pipe driverBen Skeggs
2009-02-04nouveau: get things building/running again after pipe_surface.buffer removalBen Skeggs
2009-02-02gallium: remove pipe_buffer from surfacesZack Rusin
2009-02-01Merge branch 'gallium-winsys-private' into gallium-0.2Zack Rusin
2009-01-31nv20: send buffer handles on hw state emitPekka Paalanen
2009-01-31nv20: disable depth writes in hw initPekka Paalanen
2009-01-31nv20: Z-mapping parametersPekka Paalanen
2009-01-31nv20: draw_elements needs to flushPekka Paalanen
2009-01-31nv20: set surface status in clear()Pekka Paalanen
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-27gallium: remove redundant size from the constant bufferZack Rusin
2009-01-27gallium: it's a reference value, not a reference numberZack Rusin
2009-01-27gallium: standardize naming of masksZack Rusin
2009-01-26nv20: rewrite vertex layoutPekka Paalanen
2009-01-26nv20: adjust initial hw contextPekka Paalanen
2009-01-20gallium: Remove the standalone surfaces.José Fonseca
2008-12-16nouveau: return a value for PIPE_CAP_MAX_VERTEX_TEXTURE_UNITSBen Skeggs
2008-12-13Nouveau: move the definition of log2i() to headerPekka Paalanen
2008-12-07nouveau: make nv20 use NV{20,25}TCL objectsPekka Paalanen
2008-11-30Nouveau: nv{10,20} set_primitive API fixPekka Paalanen
2008-11-30Nouveau: nv20 build fix: forgotten includePekka Paalanen