summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv10
AgeCommit message (Expand)AuthorFilesLines
2009-10-19nouveau: implement is_{texture,buffer}_referenced properlyBen Skeggs2-25/+3
2009-10-02gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.Michel Dänzer1-21/+5
2009-09-16gallium: Deprecate PIPE_CAP_S3TC.José Fonseca1-2/+0
2009-07-14gallium: Define PIPE_CAP_BLEND_EQUATION_SEPARATE, remove extension from defau...Patrice Mandin1-0/+2
2009-07-01nouveau: return some supported zeta formatsBen Skeggs1-0/+8
2009-07-01nouveau: deal with PIPE_CAP_TGSI_CONT_SUPPORTEDBen Skeggs1-0/+2
2009-06-05nouveau: remove unneeded code from ws, use pipe_buffer_ instead of ws->Ben Skeggs3-19/+17
2009-06-05nouveau: move channel creation into pipe driversBen Skeggs2-11/+8
2009-06-05nouveau: call notifier/grobj etc funcs directlyBen Skeggs1-10/+18
2009-06-05nv10: remove u_simple_screen usageBen Skeggs3-46/+27
2009-04-15gallium: Make sure we flush before some texture / buffer operations.Thomas Hellstrom1-0/+26
2009-04-10gallium: remove pipe_texture::compressed fieldBrian Paul1-1/+0
2009-04-04gallium: Clean up driver clear() interface.Michel Dänzer2-5/+8
2009-03-26gallium: Remove some little-used fields from struct pipe_surface.Michel Dänzer1-1/+0
2009-03-13gallium: Remove do_flip argument from surface_copyJakob Bornecrantz1-10/+1
2009-03-04gallium: Unify reference counting.Michel Dänzer3-36/+24
2009-03-02nouveau: Grab correct surface from temp texture for transfers.Younes Manton1-1/+1
2009-02-25nouveau: nv04-nv40 texture transfer.Younes Manton6-50/+231
2009-02-20gallium: Improve makefiles for librariesJakob Bornecrantz1-10/+1
2009-02-18Merge commit 'origin/draw-vbuf-interface'Keith Whitwell1-8/+28
2009-02-18util: Move p_debug.h into util module.José Fonseca1-1/+1
2009-02-17nv10: Use the new draw vbuf internfaceJakob Bornecrantz1-8/+28
2009-02-06nouveau: Frontbuffer pitch needs to be set.Younes Manton1-0/+1
2009-02-05nv04-nv40: fix nv##_surface_copy() for flippedPekka Paalanen1-0/+1
2009-02-05nv04-nv40: move 2d blit/fill code into pipe driverBen Skeggs3-5/+26
2009-02-04nouveau: get things building/running again after pipe_surface.buffer removalBen Skeggs1-0/+25
2009-02-02gallium: remove pipe_buffer from surfacesZack Rusin3-5/+9
2009-01-31gallium: initialize simple screen in driversZack Rusin1-0/+2
2009-01-30gallium: make p_winsys internalZack Rusin7-15/+15
2009-01-29gallium: give the screen priority when it comes to buffer allocationsZack Rusin5-12/+12
2009-01-27gallium: remove redundant size from the constant bufferZack Rusin1-3/+4
2009-01-27gallium: it's a reference value, not a reference numberZack Rusin1-1/+1
2009-01-27gallium: standardize naming of masksZack Rusin1-2/+2
2009-01-20gallium: Remove the standalone surfaces.José Fonseca1-2/+2
2008-12-16nouveau: return a value for PIPE_CAP_MAX_VERTEX_TEXTURE_UNITSBen Skeggs1-0/+2
2008-12-13Nouveau: move the definition of log2i() to headerPekka Paalanen1-26/+1
2008-11-30Nouveau: nv{10,20} set_primitive API fixPekka Paalanen1-2/+7
2008-11-30Nouveau: fix minor API change in surface_copyPekka Paalanen1-1/+1
2008-11-30Nouveau: update nouveau_class.hPekka Paalanen1-1/+1
2008-11-12nv04..nv30: fix pipe_surface initPekka Paalanen1-0/+2
2008-09-11nouveau: gallium directory structure changed again..Ben Skeggs10-16/+10
2008-08-07nouveau: fix buildBen Skeggs3-4/+4
2008-07-23nv all: Copy shader tokens on create, free on delete.Younes Manton2-2/+4
2008-07-23nouveau: is_format_supported() interface changesBen Skeggs1-9/+6
2008-07-08nv10: use the gallium alloc/free wrappers.Stephane Marchesin1-4/+4
2008-07-08nv10: there are no 3D textures.Stephane Marchesin1-3/+1
2008-06-29nouveau: adapt to cpp->pf_block changesBen Skeggs2-6/+10
2008-06-23nouveau: update for interface changes + hack around gallium x86_64 bustageBen Skeggs3-1/+6
2008-05-27nouveau: very quick port to tex-surface changes.Ben Skeggs4-6/+32
2008-05-25nouveau: remove final PIPE_FORMAT_U_* usageBen Skeggs2-6/+6