summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv30
Commit message (Expand)AuthorAgeFilesLines
* nouveau: avoid running out of relocsMaarten Maathuis2009-12-143-1/+13
* Revert "nouveau: nv30: Disable swizzled surface usage if any dimension is 1 (...Patrice Mandin2009-12-121-3/+0
* nouveau: nv30: Disable swizzled surface usage if any dimension is 1 (Warsow c...Patrice Mandin2009-12-121-0/+3
* nouveau: use boolean instead of boolRoland Scheidegger2009-12-081-1/+1
* nouveau: Work around nv04-nv40 miptrees not matching nouveau_miptree.Younes Manton2009-12-062-0/+3
* Merge branch 'gallium-noblocks'Roland Scheidegger2009-12-042-16/+4
|\
| * gallium: adapt nv drivers to interface cleanupsRoland Scheidegger2009-12-022-16/+4
* | Merge commit 'origin/tgsi-simplify-ext'Keith Whitwell2009-12-012-75/+75
|\ \
| * | tgsi: rename fields of tgsi_full_src_register to reduce verbosityKeith Whitwell2009-11-242-41/+41
| * | tgsi: rename fields of tgsi_full_dst_register to reduce verbosityKeith Whitwell2009-11-242-9/+9
| * | tgsi: rename fields of tgsi_full_declaration to reduce verbosityKeith Whitwell2009-11-242-6/+6
| * | tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosityKeith Whitwell2009-11-242-8/+8
| * | tgsi: reduce repetition of structure name in its membersKeith Whitwell2009-11-242-13/+13
| * | gallium: try and update r300 and nv drivers for tgsi changesKeith Whitwell2009-11-242-2/+2
* | | nv: Update for renamed sampler/texture state setters.Michal Krol2009-12-011-2/+2
| |/ |/|
* | Merge branch 'width0'Roland Scheidegger2009-11-273-27/+26
|\ \ | |/ |/|
| * gallium: fix more statetrackers/drivers for not using texture width/height/de...Roland Scheidegger2009-11-263-27/+26
* | nouveau: nv30: Check for NULL front (happens with DRI2)Patrice Mandin2009-11-171-1/+4
* | nouveau: nv30: Add missing include to fix warningPatrice Mandin2009-11-171-4/+5
|/
* nouveau: Assume all texture blankets are linear for now.Younes Manton2009-11-011-0/+3
* nouveau: Support X8R8G8B8 textures on nv30, nv40 and RTs on nv10-nv40.Younes Manton2009-10-312-0/+4
* nouveau: nv30: Relax some limits. We can render to z24s8 buffer even if color...Patrice Mandin2009-10-232-3/+9
* nouveau: nv30: use r5g6b5 as z16 formatPatrice Mandin2009-10-231-1/+1
* gallium: remove extended negate also, and also the ExtSwz tokenKeith Whitwell2009-10-231-15/+2
* gallium: remove the swizzling parts of ExtSwizzleKeith Whitwell2009-10-231-19/+5
* gallium: remove noise opcodesKeith Whitwell2009-10-231-6/+0
* nouveau: nv30: rewrite so we can render only in depth bufferPatrice Mandin2009-10-221-20/+35
* nouveau: nv30: use a8r8g8b8 as depth texture format for z24s8Patrice Mandin2009-10-221-4/+4
* nouveau: nv30: Do not use assert to return NULLPatrice Mandin2009-10-211-1/+1
* nouveau: nv30: check number of colour buffers to bindPatrice Mandin2009-10-211-0/+4
* nouveau: implement is_{texture,buffer}_referenced properlyBen Skeggs2009-10-192-33/+3
* nouveau: nv30: Remove duplicate case. Was a typo for X8R8G8B8, but that will ...Patrice Mandin2009-10-171-2/+1
* nouveau: nv30: Use same workaround as i915 for segfault related to vboPatrice Mandin2009-10-171-6/+13
* nouveau: nv30: Hack to enforce same number of bits as front buffer, for rende...Patrice Mandin2009-10-151-8/+22
* nouveau: nv30: refuse binding a colour buffer with a zeta buffer with differe...Patrice Mandin2009-10-151-0/+7
* nouveau: nv30: use texture width,height for render target dimensionsPatrice Mandin2009-10-131-3/+2
* Add support for more 8 and 16 bits formatsPatrice Mandin2009-10-121-0/+5
* 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
* nouveau: nv30: wrong variable for formatPatrice Mandin2009-07-221-1/+1
* gallium: simplify tgsi_full_immediate structKeith Whitwell2009-07-222-8/+8
* 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-012-0/+9
* nouveau: deal with PIPE_CAP_TGSI_CONT_SUPPORTEDBen Skeggs2009-07-011-0/+2
* nouveau: remove unneeded code from ws, use pipe_buffer_ instead of ws->Ben Skeggs2009-06-053-23/+24
* nouveau: move channel creation into pipe driversBen Skeggs2009-06-054-35/+32
* nouveau: call notifier/grobj etc funcs directlyBen Skeggs2009-06-053-52/+57
* nv30: remove u_simple_screen usageBen Skeggs2009-06-054-48/+31
* nouveau: pass nouveau_bo instead of pipe_buffer to so_ callsBen Skeggs2009-06-055-27/+33
* nouveau: call nouveau_pushbuf directly rather than going through nvwsBen Skeggs2009-06-051-1/+1