summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv04
Commit message (Expand)AuthorAgeFilesLines
* nv04-nv40: Fix swizzle transfers for NPOT sizes.Younes Manton2009-10-061-113/+34
* gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.Michel Dänzer2009-10-021-21/+5
* gallium: Deprecate PIPE_CAP_S3TC.José Fonseca2009-09-161-2/+0
* 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
* gallium: Define PIPE_CAP_BLEND_EQUATION_SEPARATE, remove extension from defau...Patrice Mandin2009-07-141-0/+2
* nouveau: return some supported zeta formatsBen Skeggs2009-07-011-0/+7
* nouveau: deal with PIPE_CAP_TGSI_CONT_SUPPORTEDBen Skeggs2009-07-011-0/+2
* nouveau: Turn off debug cannon.Younes Manton2009-06-291-2/+1
* nouveau: remove unneeded code from ws, use pipe_buffer_ instead of ws->Ben Skeggs2009-06-052-10/+13
* nouveau: move channel creation into pipe driversBen Skeggs2009-06-053-15/+10
* nouveau: call notifier/grobj etc funcs directlyBen Skeggs2009-06-052-11/+22
* nv04: remove u_simple_screen usageBen Skeggs2009-06-053-47/+28
* nv04: small fix againStephane Marchesin2009-05-051-1/+2
* Fix an nv04 bug (thanks Mhopf).Stephane Marchesin2009-05-051-1/+1
* 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: Remove some little-used fields from struct pipe_surface.Michel Dänzer2009-03-261-1/+0
* gallium: Remove do_flip argument from surface_copyJakob Bornecrantz2009-03-131-10/+1
* 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
* gallium: Unify reference counting.Michel Dänzer2009-03-042-31/+13
* nouveau: Grab correct surface from temp texture for transfers.Younes Manton2009-03-021-1/+1
* nouveau: nv04-nv40 texture transfer.Younes Manton2009-02-259-80/+266
* gallium: Improve makefiles for librariesJakob Bornecrantz2009-02-201-10/+1
* Merge commit 'origin/draw-vbuf-interface'Keith Whitwell2009-02-181-5/+17
|\
| * nv04: Use the new draw vbuf interfaceJakob Bornecrantz2009-02-171-5/+17
* | util: Move p_debug.h into util module.José Fonseca2009-02-181-1/+1
|/
* 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
* nouveau: Frontbuffer pitch needs to be set.Younes Manton2009-02-061-0/+1
* nv04-nv40: fix nv##_surface_copy() for flippedPekka Paalanen2009-02-051-0/+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-056-5/+506
* 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-9/+11