summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv40
AgeCommit message (Expand)Author
2010-02-16nv40: Fix incorrect so_new() numbering.Francisco Jerez
2010-02-16nv40: Implement PIPE_CAP_MAX_COMBINED_SAMPLERS.Francisco Jerez
2010-02-14nv: Use util_format_name().José Fonseca
2010-02-12Merge branch 'gallium-dynamicstencilref'Roland Scheidegger
2010-02-12nouveau: use AVAIL_RING()Ben Skeggs
2010-02-12gallium: make max_anisotropy a unsigned bitfield memberRoland Scheidegger
2010-02-11nouveau: fix compile errors...Roland Scheidegger
2010-02-11nv40: adapt to stencil ref changesRoland Scheidegger
2010-02-11nouveau: remove u_simple_screen.h includesBen Skeggs
2010-02-09Merge branch 'gallium-nopointsizeminmax'Roland Scheidegger
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell
2010-02-05nouveau: Fix warning for void function returning value. Add missing include f...Patrice Mandin
2010-02-04Nuke the nv0x-nv2x gallium pipe drivers.Francisco Jerez
2010-02-04gallium: add point_quad_rasterization bit to rasterizer stateRoland Scheidegger
2010-02-04nouveau: include stdio.h and u_inlines.h in all context files since embedded ...Dave Airlie
2010-02-03gallium: clean up point sprite rasterizer stateRoland Scheidegger
2010-02-02gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...José Fonseca
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-02-01nv50/nv40/nv30: fix small memory leak of nouveau_resources on screen_destroyMarcin Slusarz
2010-01-29tgsi: add caps for fragment coord conventions (v3)Luca Barbieri
2010-01-28Merge commit 'origin/perrtblend'Roland Scheidegger
2010-01-28gallium: Enable multiple constant buffers for vertex and geometry shaders.Michal Krol
2010-01-26gallium: add the new PIPE_CAP blend bits to more driversRoland Scheidegger
2010-01-25nouveau: adapt drviers to blend changesRoland Scheidegger
2010-01-15Merge branch 'gallium-noconstbuf'Roland Scheidegger
2010-01-11gallium: remove const qualifier from pipe_buffer argument in set_constant_bufferRoland Scheidegger
2010-01-05nouveau: rewrite nouveau_stateobj to use BEGIN_RING properlyMaarten Maathuis
2010-01-05nouveau: kill nouveau_push.h and use libdrm versions of BEGIN_RINGs, etcMarcin Slusarz
2010-01-05Merge commit 'origin/gallium-draw-retval'Keith Whitwell
2009-12-30nouveau: Fix glTexSubImage on swizzled surfaces on <=NV40Luca Barbieri
2009-12-28nouveau: Unreference state/buffer objects on context/screen destruction.Younes Manton
2009-12-28nouveau: Fix nv20-40 swizzled miptree RTsLuca Barbieri
2009-12-28NV30/NV40 CMP and SCS src == dst handlingLuca Barbieri
2009-12-25gallium: add geometry shader support to galliumZack Rusin
2009-12-24gallium: adapt drivers to pipe_constant_buffer removalRoland Scheidegger
2009-12-22Merge branch 'gallium-edgeflags'Roland Scheidegger
2009-12-21gallium: propogate draw retval changes into more driversKeith Whitwell
2009-12-19gallium: fix up drivers for edgeflag changesRoland Scheidegger
2009-12-17Move the remaining format pf_get_* functions to u_format.h.Michal Krol
2009-12-14nouveau: avoid running out of relocsMaarten Maathuis
2009-12-08nouveau: use boolean instead of boolRoland Scheidegger
2009-12-06nouveau: Work around nv04-nv40 miptrees not matching nouveau_miptree.Younes Manton
2009-12-04Merge branch 'gallium-noblocks'Roland Scheidegger
2009-12-02gallium: adapt nv drivers to interface cleanupsRoland Scheidegger
2009-12-01Merge commit 'origin/tgsi-simplify-ext'Keith Whitwell
2009-12-01nv: Update for renamed sampler/texture state setters.Michal Krol
2009-11-26gallium: fix more statetrackers/drivers for not using texture width/height/de...Roland Scheidegger
2009-11-24tgsi: rename fields of tgsi_full_src_register to reduce verbosityKeith Whitwell
2009-11-24tgsi: rename fields of tgsi_full_dst_register to reduce verbosityKeith Whitwell
2009-11-24tgsi: rename fields of tgsi_full_declaration to reduce verbosityKeith Whitwell