aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv04/nv04_surface_2d.c
Commit message (Expand)AuthorAgeFilesLines
* nouveau: Fix glTexSubImage on swizzled surfaces on <=NV40Luca Barbieri2009-12-301-5/+4
* nouveau: Fix swizzling for copies to rectangular texturesLuca Barbieri2009-12-281-3/+12
* nouveau: Fix nv20-40 swizzled miptree RTsLuca Barbieri2009-12-281-0/+46
* Move the remaining format pf_get_* functions to u_format.h.Michal Krol2009-12-171-6/+7
* nouveau: avoid running out of relocsMaarten Maathuis2009-12-141-3/+6
* gallium: adapt nv drivers to interface cleanupsRoland Scheidegger2009-12-021-6/+6
* nouveau: Support X8R8G8B8 textures on nv30, nv40 and RTs on nv10-nv40.Younes Manton2009-10-311-0/+1
* Add support for more 8 and 16 bits formatsPatrice Mandin2009-10-121-1/+10
* nv04-nv40: Fix swizzle transfers for NPOT sizes.Younes Manton2009-10-061-113/+34
* nv04: Handle more Z formats.Younes Manton2009-08-261-0/+4
* nouveau: swizzle a single row or column, doing it one pixel at a timePatrice Mandin2009-07-271-28/+80
* nouveau: only swizzle square textures for copyPatrice Mandin2009-07-261-4/+11
* nouveau: Take into account destination position for copy_swizzle, need to spl...Patrice Mandin2009-07-261-2/+12
* nouveau: Recursively swizzle an NPOT sized copyPatrice Mandin2009-07-261-5/+21
* nouveau: use nv04_surface_copy_swizzle only for POT sizesPatrice Mandin2009-07-241-1/+4
* nouveau: Take into account sx,sy parameters to read from source surfacePatrice Mandin2009-07-221-2/+2
* nouveau: Turn off debug cannon.Younes Manton2009-06-291-2/+1
* nouveau: move channel creation into pipe driversBen Skeggs2009-06-051-7/+6
* nouveau: call notifier/grobj etc funcs directlyBen Skeggs2009-06-051-0/+1
* nv04: remove u_simple_screen usageBen Skeggs2009-06-051-7/+7
* nouveau: oops, forgot to keep the NV10_SIFM objectPatrice Mandin2009-03-041-0/+4
* nouveau: Use proper SIFM object on NV30Patrice Mandin2009-03-041-6/+10
* nouveau: nv04-nv40 texture transfer.Younes Manton2009-02-251-16/+27
* nouveau: nv40 swizzled mipmap fixes.Younes Manton2009-02-101-2/+2
* nouveau: revert all my changes here, not the right wayPatrice Mandin2009-02-101-22/+9
* nouveau: stop with 0 dimensionPatrice Mandin2009-02-101-1/+1
* nouveau: we already have the right src offsetPatrice Mandin2009-02-101-3/+2
* nouveau: do not forget to half dimension.Patrice Mandin2009-02-101-3/+7
* nouveau: revert most parts of recent mipmap+swizzle stuff. We only need to fi...Patrice Mandin2009-02-101-50/+43
* nouveau: dst offset is correctPatrice Mandin2009-02-101-4/+2
* nouveau: recalc sub width and height for each mipmap levelPatrice Mandin2009-02-101-16/+23
* nouveau: include and calc offset before changing dimensions for next levelPatrice Mandin2009-02-081-2/+3
* nouveau: upload and swizzle each mipmap level in turnPatrice Mandin2009-02-081-28/+38
* nouveau: Pass proper format to NV04_GDI_RECTANGLE_TEXT.Younes Manton2009-02-061-1/+1
* nv04: fix pasto in nv04_surface_2d_init()Pekka Paalanen2009-02-051-1/+1
* nv04-nv40: move 2d blit/fill code into pipe driverBen Skeggs2009-02-051-0/+449