summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nv40: almost there..Ben Skeggs2008-02-2010-69/+194
* nv40: keep track of generated context state vs current channel stateBen Skeggs2008-02-206-68/+53
* nouveau: cleanups + fixesBen Skeggs2008-02-182-15/+14
* nv40: and vertprog..Ben Skeggs2008-02-187-37/+55
* nv40: get fragprog onto new state mechanismBen Skeggs2008-02-186-81/+97
* nv40: move some things aroundBen Skeggs2008-02-186-84/+114
* nv40: until gallium is fixed we'll need a fallback for user clip planesBen Skeggs2008-02-183-9/+45
* nouveau: header updateBen Skeggs2008-02-182-3/+3
* nv40: obey polygon offset stateBen Skeggs2008-02-181-9/+30
* nv40: similar changes to polygon stipple as were done for scissorBen Skeggs2008-02-183-18/+61
* nv40: ensure scissor gets disabled where necessaryBen Skeggs2008-02-183-16/+91
* Merge branch 'upstream-gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-02-184-4/+219
|\
| * fix the buildZack Rusin2008-02-171-1/+1
| * gallium: add missing mip level clampBrian2008-02-161-1/+2
| * gallium: tweak texture filter min/mag thresholdsBrian2008-02-161-3/+5
| * gallium: implement min vs. mag filter determination for non-mipmapped texturesBrian2008-02-161-0/+13
| * Added minmag.c testBrian2008-02-162-0/+199
* | nouveau: fix potential userbuf crash.Ben Skeggs2008-02-161-4/+6
* | nouveau: match gallium code reorginisation.Ben Skeggs2008-02-1684-66/+70
* | Merge branch 'upstream-gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-02-16410-2803/+5058
|\|
| * Cell: Enable code gen for SPE attribute fetchIan Romanick2008-02-158-490/+71
| * Cell: Add missing back-slash in linux-cell config fileIan Romanick2008-02-151-1/+1
| * Cell: Add INCLUDE_DIRS to SPU_CFLAGS to fix build.Ian Romanick2008-02-151-1/+3
| * Make this file build on non-SSE builds (e.g., Cell)Ian Romanick2008-02-151-1/+1
| * Move cell_vertex_fetch.c for recent code reorg.Ian Romanick2008-02-151-0/+0
| * Initial version of code gen for attribute fetchIan Romanick2008-02-151-0/+392
| * Correct the convert to and from float instructionsIan Romanick2008-02-152-4/+42
| * tgsi: pass through failure to sse-codegenerate for fragment programs too.Keith Whitwell2008-02-151-4/+6
| * draw: subclass vertex shaders according to execution methodKeith Whitwell2008-02-158-232/+766
| * softpipe: rename some functions to disambiguateKeith Whitwell2008-02-151-6/+6
| * Merge commit 'origin/gallium-0.1' into gallium-0.1Keith Whitwell2008-02-1588-40/+40
| |\
| | * Code reorganization: s/aux/auxiliary/ -- update build.José Fonseca2008-02-158-40/+40
| | * Code reorganization: s/aux/auxiliary/.José Fonseca2008-02-1581-0/+0
| * | Merge commit 'origin/gallium-0.1' into gallium-0.1Keith Whitwell2008-02-15400-2191/+3276
| |\|
| | * Code reorganization: placeholder for state-trackers.José Fonseca2008-02-151-0/+2
| | * Code reorganization: update build.José Fonseca2008-02-15127-241/+445
| | * Code reorganization: move files into their places.José Fonseca2008-02-15342-0/+0
| | * vastly simplify indexingZack Rusin2008-02-154-130/+59
| | * redo indirectionZack Rusin2008-02-154-31/+130
| | * redo the way immediates are handledZack Rusin2008-02-155-57/+190
| | * rename 'argument' to 'load' because that's what it doesZack Rusin2008-02-153-14/+14
| | * implement swizzling on writesZack Rusin2008-02-153-54/+56
| | * a call was missed during the last renameZack Rusin2008-02-151-1/+1
| | * gallium: Fix memory leak.Michal Krol2008-02-151-0/+3
| | * gallium: Fix memory leak.Michal Krol2008-02-151-0/+1
| | * gallium: Use align_free() to free aligned memories.Michal Krol2008-02-151-2/+2
| | * gallium: Fix build on Windows.Michal Krol2008-02-153-3/+3
| | * gallium: Use MALLOC().Michal Krol2008-02-151-2/+2
| | * gallium: Fix MSVC compiler warnings.José Fonseca2008-02-151-0/+4
| | * gallium: remove some debug assertions in vertex format validationBrian2008-02-141-12/+11