summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv04
AgeCommit message (Expand)AuthorFilesLines
2009-10-19nouveau: implement is_{texture,buffer}_referenced properlyBen Skeggs2-26/+3
2009-10-12Add support for more 8 and 16 bits formatsPatrice Mandin1-1/+10
2009-10-06nv04-nv40: Fix swizzle transfers for NPOT sizes.Younes Manton1-113/+34
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-08-26nv04: Handle more Z formats.Younes Manton1-0/+4
2009-07-27nouveau: swizzle a single row or column, doing it one pixel at a timePatrice Mandin1-28/+80
2009-07-26nouveau: only swizzle square textures for copyPatrice Mandin1-4/+11
2009-07-26nouveau: Take into account destination position for copy_swizzle, need to spl...Patrice Mandin1-2/+12
2009-07-26nouveau: Recursively swizzle an NPOT sized copyPatrice Mandin1-5/+21
2009-07-24nouveau: use nv04_surface_copy_swizzle only for POT sizesPatrice Mandin1-1/+4
2009-07-22nouveau: Take into account sx,sy parameters to read from source surfacePatrice Mandin1-2/+2
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/+7
2009-07-01nouveau: deal with PIPE_CAP_TGSI_CONT_SUPPORTEDBen Skeggs1-0/+2
2009-06-29nouveau: Turn off debug cannon.Younes Manton1-2/+1
2009-06-05nouveau: remove unneeded code from ws, use pipe_buffer_ instead of ws->Ben Skeggs2-10/+13
2009-06-05nouveau: move channel creation into pipe driversBen Skeggs3-15/+10
2009-06-05nouveau: call notifier/grobj etc funcs directlyBen Skeggs2-11/+22
2009-06-05nv04: remove u_simple_screen usageBen Skeggs3-47/+28
2009-05-05nv04: small fix againStephane Marchesin1-1/+2
2009-05-05Fix an nv04 bug (thanks Mhopf).Stephane Marchesin1-1/+1
2009-04-15gallium: Make sure we flush before some texture / buffer operations.Thomas Hellstrom1-0/+27
2009-04-10gallium: remove pipe_texture::compressed fieldBrian Paul1-1/+0
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-04nouveau: oops, forgot to keep the NV10_SIFM objectPatrice Mandin1-0/+4
2009-03-04nouveau: Use proper SIFM object on NV30Patrice Mandin1-6/+10
2009-03-04gallium: Unify reference counting.Michel Dänzer2-31/+13
2009-03-02nouveau: Grab correct surface from temp texture for transfers.Younes Manton1-1/+1
2009-02-25nouveau: nv04-nv40 texture transfer.Younes Manton9-80/+266
2009-02-20gallium: Improve makefiles for librariesJakob Bornecrantz1-10/+1
2009-02-18Merge commit 'origin/draw-vbuf-interface'Keith Whitwell1-5/+17
2009-02-18util: Move p_debug.h into util module.José Fonseca1-1/+1
2009-02-17nv04: Use the new draw vbuf interfaceJakob Bornecrantz1-5/+17
2009-02-10nouveau: nv40 swizzled mipmap fixes.Younes Manton1-2/+2
2009-02-10nouveau: revert all my changes here, not the right wayPatrice Mandin1-22/+9
2009-02-10nouveau: stop with 0 dimensionPatrice Mandin1-1/+1
2009-02-10nouveau: we already have the right src offsetPatrice Mandin1-3/+2
2009-02-10nouveau: do not forget to half dimension.Patrice Mandin1-3/+7
2009-02-10nouveau: revert most parts of recent mipmap+swizzle stuff. We only need to fi...Patrice Mandin1-50/+43
2009-02-10nouveau: dst offset is correctPatrice Mandin1-4/+2
2009-02-10nouveau: recalc sub width and height for each mipmap levelPatrice Mandin1-16/+23
2009-02-08nouveau: include and calc offset before changing dimensions for next levelPatrice Mandin1-2/+3
2009-02-08nouveau: upload and swizzle each mipmap level in turnPatrice Mandin1-28/+38
2009-02-06nouveau: Pass proper format to NV04_GDI_RECTANGLE_TEXT.Younes Manton1-1/+1
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: fix pasto in nv04_surface_2d_init()Pekka Paalanen1-1/+1
2009-02-05nv04-nv40: move 2d blit/fill code into pipe driverBen Skeggs6-5/+506