summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv40
Commit message (Expand)AuthorAgeFilesLines
* nv40: Fix incorrect so_new() numbering.Francisco Jerez2010-02-161-1/+1
* nv40: Implement PIPE_CAP_MAX_COMBINED_SAMPLERS.Francisco Jerez2010-02-161-0/+2
* nv: Use util_format_name().José Fonseca2010-02-142-3/+6
* Merge branch 'gallium-dynamicstencilref'Roland Scheidegger2010-02-124-13/+54
|\
| * gallium: make max_anisotropy a unsigned bitfield memberRoland Scheidegger2010-02-121-7/+7
| * nouveau: fix compile errors...Roland Scheidegger2010-02-111-4/+4
| * nv40: adapt to stencil ref changesRoland Scheidegger2010-02-114-6/+47
* | nouveau: use AVAIL_RING()Ben Skeggs2010-02-122-8/+7
* | nouveau: remove u_simple_screen.h includesBen Skeggs2010-02-111-1/+0
|/
* Merge branch 'gallium-nopointsizeminmax'Roland Scheidegger2010-02-091-2/+2
|\
| * gallium: add point_quad_rasterization bit to rasterizer stateRoland Scheidegger2010-02-041-1/+1
| * gallium: clean up point sprite rasterizer stateRoland Scheidegger2010-02-031-2/+2
* | gallium: squash-merge of gallium screen contextKeith Whitwell2010-02-085-6/+12
* | nouveau: Fix warning for void function returning value. Add missing include f...Patrice Mandin2010-02-051-2/+2
* | Nuke the nv0x-nv2x gallium pipe drivers.Francisco Jerez2010-02-042-2/+2
* | nouveau: include stdio.h and u_inlines.h in all context files since embedded ...Dave Airlie2010-02-041-0/+3
* | gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...José Fonseca2010-02-021-1/+1
* | gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-028-8/+8
* | nv50/nv40/nv30: fix small memory leak of nouveau_resources on screen_destroyMarcin Slusarz2010-02-011-3/+3
* | tgsi: add caps for fragment coord conventions (v3)Luca Barbieri2010-01-291-0/+6
* | Merge commit 'origin/perrtblend'Roland Scheidegger2010-01-282-11/+15
|\ \
| * | gallium: add the new PIPE_CAP blend bits to more driversRoland Scheidegger2010-01-261-0/+4
| * | nouveau: adapt drviers to blend changesRoland Scheidegger2010-01-251-11/+11
* | | gallium: Enable multiple constant buffers for vertex and geometry shaders.Michal Krol2010-01-281-1/+1
|/ /
* | Merge branch 'gallium-noconstbuf'Roland Scheidegger2010-01-151-3/+3
|\ \ | |/ |/|
| * gallium: remove const qualifier from pipe_buffer argument in set_constant_bufferRoland Scheidegger2010-01-111-1/+1
| * gallium: adapt drivers to pipe_constant_buffer removalRoland Scheidegger2009-12-241-3/+3
* | nouveau: rewrite nouveau_stateobj to use BEGIN_RING properlyMaarten Maathuis2010-01-0511-18/+17
* | nouveau: kill nouveau_push.h and use libdrm versions of BEGIN_RINGs, etcMarcin Slusarz2010-01-057-103/+133
* | Merge commit 'origin/gallium-draw-retval'Keith Whitwell2010-01-053-20/+15
|\ \
| * | gallium: propogate draw retval changes into more driversKeith Whitwell2009-12-213-20/+15
* | | nouveau: Fix glTexSubImage on swizzled surfaces on <=NV40Luca Barbieri2009-12-301-10/+14
* | | nouveau: Unreference state/buffer objects on context/screen destruction.Younes Manton2009-12-283-4/+23
* | | nouveau: Fix nv20-40 swizzled miptree RTsLuca Barbieri2009-12-282-1/+23
* | | NV30/NV40 CMP and SCS src == dst handlingLuca Barbieri2009-12-281-8/+24
* | | gallium: add geometry shader support to galliumZack Rusin2009-12-251-2/+3
| |/ |/|
* | Merge branch 'gallium-edgeflags'Roland Scheidegger2009-12-225-18/+4
|\ \ | |/ |/|
| * gallium: fix up drivers for edgeflag changesRoland Scheidegger2009-12-195-18/+4
* | Move the remaining format pf_get_* functions to u_format.h.Michal Krol2009-12-172-3/+5
* | nouveau: avoid running out of relocsMaarten Maathuis2009-12-143-1/+13
|/
* 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-1/+5
* 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-86/+86
|\ \
| * | tgsi: rename fields of tgsi_full_src_register to reduce verbosityKeith Whitwell2009-11-242-43/+43
| * | tgsi: rename fields of tgsi_full_dst_register to reduce verbosityKeith Whitwell2009-11-242-13/+13
| * | tgsi: rename fields of tgsi_full_declaration to reduce verbosityKeith Whitwell2009-11-242-9/+9
| * | tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosityKeith Whitwell2009-11-242-9/+9
| * | tgsi: reduce repetition of structure name in its membersKeith Whitwell2009-11-242-14/+14