summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-02-16nouveau: match gallium code reorginisation.Ben Skeggs
2008-02-16Merge branch 'upstream-gallium-0.1' into nouveau-gallium-0.1Ben Skeggs
2008-02-16Merge branch 'nouveau-gallium-0.1' into darktama-gallium-0.1Ben Skeggs
2008-02-16nv30: fixes.Stephane Marchesin
2008-02-16nv30: fixes.Stephane Marchesin
2008-02-15Cell: Enable code gen for SPE attribute fetchIan Romanick
2008-02-15Cell: Add missing back-slash in linux-cell config fileIan Romanick
2008-02-15Cell: Add INCLUDE_DIRS to SPU_CFLAGS to fix build.Ian Romanick
2008-02-15Make this file build on non-SSE builds (e.g., Cell)Ian Romanick
2008-02-15Move cell_vertex_fetch.c for recent code reorg.Ian Romanick
2008-02-15Initial version of code gen for attribute fetchIan Romanick
2008-02-15Correct the convert to and from float instructionsIan Romanick
2008-02-16nv40: over-zealous s/Ben Skeggs
2008-02-16nv40: fix non-debug builds + start on obeying portability guidelines.Ben Skeggs
2008-02-15tgsi: pass through failure to sse-codegenerate for fragment programs too.Keith Whitwell
2008-02-15draw: subclass vertex shaders according to execution methodKeith Whitwell
2008-02-15softpipe: rename some functions to disambiguateKeith Whitwell
2008-02-15Merge commit 'origin/gallium-0.1' into gallium-0.1Keith Whitwell
2008-02-15Merge commit 'origin/gallium-0.1' into gallium-0.1Keith Whitwell
2008-02-15Code reorganization: s/aux/auxiliary/ -- update build.José Fonseca
2008-02-15Code reorganization: s/aux/auxiliary/.José Fonseca
2008-02-15gallium: reorganize fragment shader execution, unbreak sseKeith Whitwell
2008-02-15tgsi: disable dummy sse2 texture codeKeith Whitwell
2008-02-15Code reorganization: placeholder for state-trackers.José Fonseca
2008-02-15Code reorganization: update build.José Fonseca
2008-02-15Code reorganization: move files into their places.José Fonseca
2008-02-15vastly simplify indexingZack Rusin
2008-02-15redo indirectionZack Rusin
2008-02-15redo the way immediates are handledZack Rusin
2008-02-15rename 'argument' to 'load' because that's what it doesZack Rusin
2008-02-15implement swizzling on writesZack Rusin
2008-02-15a call was missed during the last renameZack Rusin
2008-02-15nouveau: more nv30 fixes, still doesn't work as well as before.Stephane Marchesin
2008-02-15nouveau: nv30 fixes.Stephane Marchesin
2008-02-15nv30: more interface updatesBen Skeggs
2008-02-15nv30: fix buildBen Skeggs
2008-02-15nv40: always copy 4 float immediates for now.Ben Skeggs
2008-02-15nv40: attempt at obeying sampler min_lod/max_lod/lod_biasBen Skeggs
2008-02-15nv40: remove use of pt->first_levelBen Skeggs
2008-02-15gallium: initial code for wide/AA line drawingBrian
2008-02-15gallium: fix/finish glReadPixels(GL_DEPTH_COMPONENT).Brian
2008-02-15gallium: clamp min_lod so it's never negativeBrian
2008-02-15Fix broken test.Brian
2008-02-15gallium: remove dead codeBrian
2008-02-15gallium: added null ptr checkBrian
2008-02-15gallium: rename st_fragment_program's fs field to cso to match st_vertex_programBrian
2008-02-15gallium: move gen-mipmap global/static vars into st_contextBrian
2008-02-15Set Min/MaxLod with glTexParameterf, not glTexParameteriBrian
2008-02-15press 0,1,2,etc keys for specific bias valuesBrian
2008-02-15tweak incr/decrements amounts for keyboard optionsBrian