aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv30/nv30_surface.c
Commit message (Collapse)AuthorAgeFilesLines
* nv30, nv40: unify all structures and headers, except shadersLuca Barbieri2010-03-151-7/+7
| | | | | | | | | | | | | | | | | | | This patch unifies nv[34]0_screen.h, nv[34]0_context.h and nv[34]0_state.h The unified files are put in a new "nvfx" directory. nv30_context.h and nv40_context.h still exist to hold the function prototypes and include nvfx_context.h nv[34]0_screen.h and nv[34]0_state.h are deleted, replaced by the unified versions. nv40 includes some extra fields for swtnl and user clip planes support. These fields will be unused on nv30 until that functionality gets added to it too (by unification with nv40).
* nouveau: remove u_simple_screen.h includesBen Skeggs2010-02-111-1/+0
|
* gallium: Move deprecated pipe/internal/p_winsys_screen.h inside ↵José Fonseca2010-02-021-1/+1
| | | | util/u_simple_screen.h
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
|
* gallium: Remove do_flip argument from surface_copyJakob Bornecrantz2009-03-131-10/+1
| | | | | | | I should have gotten most uses and implementation correctly fixed, but things might break. Feel free to blame me.
* nv04-nv40: fix nv##_surface_copy() for flippedPekka Paalanen2009-02-051-0/+1
| | | | | | | | | | If do_flipp is true, it would first do the proper copy, height would wrap around to unsigned maximum, and then it attempts to do another copy. Return after doing the proper copy. Signed-off-by: Pekka Paalanen <[email protected]>
* nv04-nv40: move 2d blit/fill code into pipe driverBen Skeggs2009-02-051-13/+7
|
* gallium: make p_winsys internalZack Rusin2009-01-301-1/+1
| | | | | move it to pipe/internal/p_winsys_screen.h and start converting the state trackers to the screen usage
* Nouveau: fix minor API change in surface_copyPekka Paalanen2008-11-301-1/+1
| | | | Signed-off-by: Pekka Paalanen <[email protected]>
* nouveau: gallium directory structure changed again..Ben Skeggs2008-09-111-2/+2
|
* nv30: Do flipPatrice Mandin2008-04-111-2/+14
|
* nouveau: implement pipe_screenBen Skeggs2008-02-291-72/+0
| | | | Untested on NV3x/NV5x. Quite possibly broken.
* nouveau: match gallium code reorginisation.Ben Skeggs2008-02-161-0/+137
That was... fun..