summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv20
Commit message (Expand)AuthorAgeFilesLines
* gallium: Make sure we flush before some texture / buffer operations.Thomas Hellstrom2009-04-151-0/+27
* gallium: remove pipe_texture::compressed fieldBrian Paul2009-04-101-1/+0
* gallium: Clean up driver clear() interface.Michel Dänzer2009-04-042-5/+7
* gallium: Remove some little-used fields from struct pipe_surface.Michel Dänzer2009-03-262-2/+0
* gallium: Remove do_flip argument from surface_copyJakob Bornecrantz2009-03-131-10/+1
* gallium: Unify reference counting.Michel Dänzer2009-03-043-41/+22
* nouveau: Grab correct surface from temp texture for transfers.Younes Manton2009-03-021-1/+1
* nouveau: nv04-nv40 texture transfer.Younes Manton2009-02-256-61/+256
* gallium: Improve makefiles for librariesJakob Bornecrantz2009-02-201-10/+1
* Merge commit 'origin/draw-vbuf-interface'Keith Whitwell2009-02-181-15/+43
|\
| * nv20: Use the new draw vbuf interfaceJakob Bornecrantz2009-02-171-15/+43
* | util: Move p_debug.h into util module.José Fonseca2009-02-181-1/+1
|/
* nv20: Fix build -- rename Size to NrTokens.Michal Krol2009-02-101-1/+1
* nouveau: Frontbuffer pitch needs to be set.Younes Manton2009-02-061-0/+1
* nv20: copy miptree flags from nv40Pekka Paalanen2009-02-051-2/+29
* nv04-nv40: fix nv##_surface_copy() for flippedPekka Paalanen2009-02-051-0/+1
* nv04-nv40: move 2d blit/fill code into pipe driverBen Skeggs2009-02-053-5/+26
* nouveau: get things building/running again after pipe_surface.buffer removalBen Skeggs2009-02-041-0/+25
* gallium: remove pipe_buffer from surfacesZack Rusin2009-02-023-6/+9
* Merge branch 'gallium-winsys-private' into gallium-0.2Zack Rusin2009-02-014-3/+5
|\
| * gallium: initialize simple screen in driversZack Rusin2009-01-311-0/+2
| * gallium: make p_winsys internalZack Rusin2009-01-308-17/+17
| * gallium: give the screen priority when it comes to buffer allocationsZack Rusin2009-01-296-14/+14
* | nv20: send buffer handles on hw state emitPekka Paalanen2009-01-311-6/+4
* | nv20: disable depth writes in hw initPekka Paalanen2009-01-311-1/+1
* | nv20: Z-mapping parametersPekka Paalanen2009-01-312-11/+14
* | nv20: draw_elements needs to flushPekka Paalanen2009-01-311-0/+1
* | nv20: set surface status in clear()Pekka Paalanen2009-01-311-0/+1
|/
* gallium: remove redundant size from the constant bufferZack Rusin2009-01-271-3/+4
* gallium: it's a reference value, not a reference numberZack Rusin2009-01-271-1/+1
* gallium: standardize naming of masksZack Rusin2009-01-271-2/+2
* nv20: rewrite vertex layoutPekka Paalanen2009-01-261-26/+59
* nv20: adjust initial hw contextPekka Paalanen2009-01-261-5/+5
* gallium: Remove the standalone surfaces.José Fonseca2009-01-201-1/+0
* nouveau: return a value for PIPE_CAP_MAX_VERTEX_TEXTURE_UNITSBen Skeggs2008-12-161-0/+2
* Nouveau: move the definition of log2i() to headerPekka Paalanen2008-12-131-26/+1
* nouveau: make nv20 use NV{20,25}TCL objectsPekka Paalanen2008-12-076-252/+367
* Nouveau: nv{10,20} set_primitive API fixPekka Paalanen2008-11-301-2/+7
* Nouveau: nv20 build fix: forgotten includePekka Paalanen2008-11-301-0/+1
* Nouveau: fix minor API change in surface_copyPekka Paalanen2008-11-301-1/+1
* Nouveau: update nouveau_class.hPekka Paalanen2008-11-301-1/+1
* Nouveau: nv20 (nv10) immediate vertex submissionPekka Paalanen2008-11-301-35/+191
* Nouveau: properly redo nv20_vertex_layout.Pekka Paalanen2008-11-301-15/+68
* nv04..nv30: fix pipe_surface initPekka Paalanen2008-11-121-0/+2
* Nouveau: fix nv20_vertex_layout()Pekka Paalanen2008-11-091-7/+7
* Nouveau: update nv20 miptree according to nv40.Pekka Paalanen2008-11-081-11/+18
* Nouveau: name replace for nv20.Pekka Paalanen2008-11-0816-662/+662
* Nouveau: Rename nv20/ files as nv20.Pekka Paalanen2008-11-0816-12/+13
* Nouveau: copy nv30_vertprog.c to nv20.Pekka Paalanen2008-11-081-0/+838
* Nouveau: start nv20 by copying the nv10 tree.Pekka Paalanen2008-11-0815-0/+2447