summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)Author
2008-12-15Merge commit 'origin/gallium-0.1' into gallium-0.2Alan Hourihane
2008-12-13Nouveau: move the definition of log2i() to headerPekka Paalanen
2008-12-12nouveau: remove useless NOUVEAU_BO_SWIZZLED flag, copy/paste nv40 work to swi...Patrice Mandin
2008-12-11softpipe: Add missing header include.Michal Krol
2008-12-10Merge commit 'origin/gallium-0.1' into gallium-0.2Brian Paul
2008-12-10gallium: added draw_set_mrd() function to fix polygon offsetBrian Paul
2008-12-07nouveau: make nv20 use NV{20,25}TCL objectsPekka Paalanen
2008-12-05i915: Silence warningsJakob Bornecrantz
2008-12-04softpipe: plug in softpipe's texture samplers into draw module.Brian
2008-12-04gallium: added PIPE_CAP_MAX_VERTEX_TEXTURE_UNITS queryBrian
2008-12-02nouveau: Calc pitch for swizzled textures appropriately.Younes Manton
2008-12-02nouveau: Use swizzled textures & render targets on nv40 when possible.Younes Manton
2008-12-02nouveau: nv04-nv40 linear <-> swizzled conversion.Younes Manton
2008-12-01softpipe: minor tweaks, clean-upsBrian
2008-12-01softpipe: compute nearest/linear texcoords four at a time.Brian
2008-12-01gallium: minor texture-related clean-ups, comments, etcBrian
2008-11-30Nouveau: nv{10,20} set_primitive API fixPekka Paalanen
2008-11-30Nouveau: nv20 build fix: forgotten includePekka Paalanen
2008-11-30Nouveau: fix minor API change in surface_copyPekka Paalanen
2008-11-30Nouveau: update nouveau_class.hPekka Paalanen
2008-11-30Nouveau: nv20 (nv10) immediate vertex submissionPekka Paalanen
2008-11-30Nouveau: properly redo nv20_vertex_layout.Pekka Paalanen
2008-11-25softpipe: Fix function prototype.Michal Krol
2008-11-24gallium: massage sp_vbuf_draw() and sp_vbuf_draw_arrays() to look more alikeBrian Paul
2008-11-23softpipe: remove old/unneeded dependencies between TGSI exec and softpipeBrian
2008-11-21CELL: use variant-length fragment ops programsRobert Ellison
2008-11-20CELL: improve twiddling/untwiddling error textRobert Ellison
2008-11-16i915: Silence warningsJakob Bornecrantz
2008-11-13CELL: fix stencil twiddling, stencil invertRobert Ellison
2008-11-13Merge branch 'gallium-0.2' of git+ssh://marcheu@git.freedesktop.org/git/nouve...Stephane Marchesin
2008-11-12nv04..nv30: fix pipe_surface initPekka Paalanen
2008-11-12Merge commit 'origin/gallium-0.1' into gallium-0.2Pekka Paalanen
2008-11-12CELL: fix stencil test bugsRobert Ellison
2008-11-12cell: include cell_surface.hBrian Paul
2008-11-12cell: include cell_pipe_state.hBrian Paul
2008-11-11cell: implement NRM3 opcodeBrian Paul
2008-11-11CELL: two-sided stencil fixesRobert Ellison
2008-11-10nv40: init pipe_surface correctlyBen Skeggs
2008-11-10Merge remote branch 'origin/gallium-0.2' into gallium-0.2Ben Skeggs
2008-11-09gallium: use PIPE_ARCH_SSE to protect use of SSE instrinsics onlyBrian
2008-11-09Nouveau: fix nv20_vertex_layout()Pekka Paalanen
2008-11-08Nouveau: update nv20 miptree according to nv40.Pekka Paalanen
2008-11-08Nouveau: build, link and use nv20.Pekka Paalanen
2008-11-08Nouveau: name replace for nv20.Pekka Paalanen
2008-11-08Nouveau: Rename nv20/ files as nv20.Pekka Paalanen
2008-11-08Nouveau: copy nv30_vertprog.c to nv20.Pekka Paalanen
2008-11-08Nouveau: start nv20 by copying the nv10 tree.Pekka Paalanen
2008-11-07CELL: fix several stencil problemsRobert Ellison
2008-11-06Merge commit 'origin/gallium-0.1' into gallium-0.2Brian Paul
2008-11-06softpipe: debug code (disabled)Brian Paul