summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv30
Commit message (Expand)AuthorAgeFilesLines
* nv30, nv40: unify identical nv[34]0_state_rasterizer.cLuca Barbieri2010-03-153-19/+0
* nv30, nv40: unify identical nv[34]0_state_blend.cLuca Barbieri2010-03-153-44/+0
* nv30, nv40: non-trivially unify nv[34]0_state_emit.cLuca Barbieri2010-03-155-133/+8
* nv30, nv40: unify identical nv[34]0_transfer.cLuca Barbieri2010-03-154-185/+1
* nv30, nv40: unify identical nv[34]0_clear.cLuca Barbieri2010-03-154-20/+1
* nv30, nv40: add is_nv4x member to context and screen structsLuca Barbieri2010-03-151-0/+2
* nv30, nv40: unify all structures and headers, except shadersLuca Barbieri2010-03-1525-784/+500
* nouveau: s/rankine/eng3d/g; s/curie/eng3d/gLuca Barbieri2010-03-1515-138/+138
* nv30: remove unused on_hw field and constant fp_reg_control fieldLuca Barbieri2010-03-152-5/+1
* gallium: remove pipe_context member from pipe_transferKeith Whitwell2010-03-111-2/+3
* Squashed commit of gallium-context-transfers:Keith Whitwell2010-03-115-12/+13
* Merge branch 'gallium-vertexelementcso'Roland Scheidegger2010-03-093-12/+38
|\
| * nv30: adapt to vertex element csoRoland Scheidegger2010-03-013-12/+38
* | nv30: fix typoDavid Heidelberger2010-03-091-1/+1
* | Squashed commit of gallium-no-texture-blanketKeith Whitwell2010-03-091-1/+2
* | nv: define NV30/40/50_MAX_TEXTURE_LEVELSBrian Paul2010-03-081-1/+3
* | Merge commit 'origin/gallium-winsys-handle-rebased'Keith Whitwell2010-03-081-2/+2
|\ \
| * | nouveau: s/TEXTURE_USAGE_PRIMARY/TEXTURE_USAGE_SCANOUTChristoph Bumiller2010-03-051-2/+2
* | | nouveau: Rename pipe formats.José Fonseca2010-03-021-7/+7
* | | Merge branch 'gallium-format-cleanup'José Fonseca2010-03-023-20/+20
|\ \ \
| * | | nouveau: Rename pipe formats.José Fonseca2010-03-013-20/+20
| |/ /
* | | Merge branch 'gallium-no-rhw-position'Michal Krol2010-03-022-45/+14
|\ \ \ | |/ / |/| |
| * | gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.Michal Krol2010-02-222-45/+14
| |/
* / gallium/nouveau: clean-up #includesBrian Paul2010-02-261-7/+7
|/
* nv: Use util_format_name().José Fonseca2010-02-142-3/+6
* Merge branch 'gallium-dynamicstencilref'Roland Scheidegger2010-02-124-9/+49
|\
| * gallium: make max_anisotropy a unsigned bitfield memberRoland Scheidegger2010-02-121-3/+3
| * nouveau: fix compile errors...Roland Scheidegger2010-02-111-2/+2
| * nv30: adapt to stencil ref changesRoland Scheidegger2010-02-114-6/+46
* | nouveau: nv30: it may have 8 texture samplers (not 4), but shader engine has ...Patrice Mandin2010-02-121-2/+2
* | nouveau: nv30: Define number of texture samplersPatrice Mandin2010-02-121-0/+2
* | nouveau: use AVAIL_RING()Ben Skeggs2010-02-121-5/+5
* | nouveau: remove u_simple_screen.h includesBen Skeggs2010-02-112-2/+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-9/+12
* | nouveau: Fix warning for void function returning value. Add missing include f...Patrice Mandin2010-02-051-4/+3
* | 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-022-2/+2
* | gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-027-7/+7
* | 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
* | 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-10/+10
* | nouveau: nv30: Remove useless variables fs, txp. Also do not change txf, as b...Patrice Mandin2010-01-151-9/+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