summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* nv10: fix random stuffPeter Winters2008-04-205-30/+72
* nouveau: PIPE_ATTRIB_MAX -> PIPE_MAX_ATTRIBSBen Skeggs2008-04-154-8/+8
* Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-04-1517-1308/+1544
|\
| * gallium: enable new quad output code, remove old codeBrian2008-04-141-36/+0
| * gallium: fix PIPE_CAP_MAX_RENDER_TARGETS queryBrian2008-04-141-1/+1
| * gallium: Don't assume snprintf are always available.José Fonseca2008-04-153-3/+6
| * gallium: take reduced prim, fill modes into account when cullingBrian Paul2008-04-143-1/+27
| * softpipe: calculate determinant for all triangles, don't rely on draw module ...Keith Whitwell2008-04-144-35/+30
| * softpipe: do our own culling, don't rely on the draw module.Keith Whitwell2008-04-142-22/+43
| * gallium: merge the tgsi_emit_sse2() and tgsi_emit_sse2_fs() functions.Brian Paul2008-04-111-2/+2
| * gallium: implement immediates (aka literals) for SSE fragment shadersBrian Paul2008-04-111-3/+7
| * remove usage of vertex_headerKeith Whitwell2008-04-108-1256/+1479
| * gallium: fix bug in PIPE_BLENDFACTOR_INV_DST_ALPHA caseBrian Paul2008-04-091-1/+1
* | nv30: Update miptree stuffPatrice Mandin2008-04-121-18/+19
* | nv30: Move some structures and functions from context to screenPatrice Mandin2008-04-116-226/+303
* | nv30: Do flipPatrice Mandin2008-04-111-2/+14
* | nv30: Set pipe status on clearPatrice Mandin2008-04-111-0/+1
* | nv40: use vb/ve counts rather than shader inputs for related loopsBen Skeggs2008-04-092-28/+6
* | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-04-0923-716/+774
|\|
| * cell: keep track of num_vertex_attribs/buffers for shorter loopsBrian2008-04-083-13/+13
| * i915: keep track of num_vertex_attribs/buffers for shorter loopsBrian2008-04-083-13/+14
| * gallium: keep track of num_vertex_attribs/buffers for shorter loopsBrian2008-04-083-13/+13
| * gallium: get rid of bufloop quad stageBrian2008-04-075-6/+0
| * gallium: begin reworking quad stages for multiple color outputsBrian2008-04-0711-671/+734
* | nv40: implement user clip planesBen Skeggs2008-04-077-112/+87
* | nv40: kill some warningsBen Skeggs2008-04-041-2/+0
* | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-04-043-12/+43
|\|
| * cell: added some comments/ideas about better texture samplingBrian2008-04-031-1/+17
| * cell: minor texture improvementsBrian2008-04-033-11/+26
* | nv40: have test for hw idxbuf in single placeBen Skeggs2008-04-041-2/+2
* | nouveau: in some cases don't create the buffer in local mem initially.Ben Skeggs2008-04-046-1/+25
* | nv40: remove redundant state_emit() callsBen Skeggs2008-04-041-3/+0
* | nv40: static attribs -> stateobjBen Skeggs2008-04-043-30/+38
* | nv40: convert the inline idxbuf paths alsoBen Skeggs2008-04-041-48/+111
* | nv40: need to resubmit buffers if pushbuf gets flushed during drawBen Skeggs2008-04-042-44/+140
* | nv10: emit dummy zeta size when no zbuffer is used.Stephane Marchesin2008-04-031-1/+1
* | nv10: fix more vertex stuffStephane Marchesin2008-04-034-8/+25
* | nv10: fix some more state, work on the vertex emission code.Stephane Marchesin2008-04-026-67/+66
* | nv10: set rasterizer state.Stephane Marchesin2008-04-022-0/+6
* | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-04-0210-29/+85
|\|
| * cell: more multi-texture fixes (mostly working now)Brian2008-04-014-16/+17
| * cell: turn off some debug outputBrian2008-04-011-1/+1
| * cell: pass tex unit to get_texel()Brian2008-04-011-3/+2
| * cell: fix bug in texture tiling function (non-square textures work now)Brian2008-04-011-2/+4
| * cell: checkpoint: more multi-texture workBrian2008-04-016-14/+42
| * cell: assert num samplers/textures <= CELL_MAX_SAMPLERSBrian2008-04-011-4/+6
| * cell: return CELL_MAX_SAMPLERS to indicate number of texture unitsBrian2008-04-011-1/+2
| * cell: enable #define CACHE_STATS to print a cache report upon exitBrian2008-04-013-0/+23
* | Merge branch 'gallium-0.1' of git+ssh://[email protected]/git/nouve...Stephane Marchesin2008-04-0222-129/+309
|\ \
| * | nv40: only update draw module state when using swtnlBen Skeggs2008-04-023-14/+34