summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)AuthorFilesLines
2008-02-21gallium: fill in some blend/rasterizer template fields to make sure they're a...Brian1-0/+8
2008-02-20gallium: replace some ordinary assignments with pipe_reference_texture()Brian1-3/+6
2008-02-20gallium: new pipe->texture_update() functionBrian1-4/+10
2008-02-20gallium: mark texture object data dirty in do_copy_texsubimage()Brian1-0/+4
2008-02-20gallium: re-enable GenerateMipmap callsBrian1-17/+2
2008-02-20gallium: state tracker didn't always notify drivers of texobj data changesBrian8-71/+115
2008-02-19Remove src/mesa and src/mesa/main from gallium source include paths.José Fonseca2-1/+8
2008-02-19Bring in ppc spe rtasm into gallium's rtasm module.José Fonseca3-700/+0
2008-02-19Simplify makefile boilerplate code.José Fonseca1-3/+3
2008-02-19Use gallium's rtasm module.José Fonseca1-1/+0
2008-02-18Update for llvm -> gallivm rename.José Fonseca1-2/+2
2008-02-18Update scons build for new code layout.José Fonseca2-208/+10
2008-02-18Code reorganization: split gallium and mesa makefiles.José Fonseca2-122/+8
2008-02-15Move cell_vertex_fetch.c for recent code reorg.Ian Romanick1-392/+0
2008-02-15Initial version of code gen for attribute fetchIan Romanick1-0/+392
2008-02-15Correct the convert to and from float instructionsIan Romanick2-4/+42
2008-02-15draw: subclass vertex shaders according to execution methodKeith Whitwell1-0/+3
2008-02-15Merge commit 'origin/gallium-0.1' into gallium-0.1Keith Whitwell2-34/+34
2008-02-15Merge commit 'origin/gallium-0.1' into gallium-0.1Keith Whitwell371-91106/+833
2008-02-15Code reorganization: s/aux/auxiliary/ -- update build.José Fonseca2-34/+34
2008-02-15gallium: reorganize fragment shader execution, unbreak sseKeith Whitwell12-307/+613
2008-02-15tgsi: disable dummy sse2 texture codeKeith Whitwell1-7/+14
2008-02-15Code reorganization: update build.José Fonseca23-85/+86
2008-02-15Code reorganization: move files into their places.José Fonseca342-90658/+0
2008-02-15vastly simplify indexingZack Rusin4-130/+59
2008-02-15redo indirectionZack Rusin4-31/+130
2008-02-15redo the way immediates are handledZack Rusin5-57/+190
2008-02-15rename 'argument' to 'load' because that's what it doesZack Rusin3-14/+14
2008-02-15implement swizzling on writesZack Rusin3-54/+56
2008-02-15a call was missed during the last renameZack Rusin1-1/+1
2008-02-15gallium: Fix memory leak.Michal Krol1-0/+3
2008-02-15gallium: Fix memory leak.Michal Krol1-0/+1
2008-02-15gallium: Use align_free() to free aligned memories.Michal Krol1-2/+2
2008-02-15gallium: Fix build on Windows.Michal Krol3-3/+3
2008-02-15gallium: Use MALLOC().Michal Krol1-2/+2
2008-02-15gallium: Fix MSVC compiler warnings.José Fonseca1-0/+4
2008-02-14gallium: remove some debug assertions in vertex format validationBrian1-12/+11
2008-02-14gallium: rearrange vertex info/layout validationBrian4-76/+134
2008-02-14gallium: include draw_context.h to silence warningBrian1-0/+1
2008-02-14gallium: minor function renamingBrian1-2/+2
2008-02-14gallium: new tgsi_transform_shader() functionBrian2-0/+292
2008-02-14gallium: call draw_flush() in softpipe_flush()Brian1-0/+2
2008-02-14gallium: fix some "instruction"/"declaration" mix-ups in tgsi_exec_prepare().Brian1-3/+3
2008-02-14gallium: replace "interpolate" terminology with "eval" to better reflect what...Brian1-11/+22
2008-02-14gallium: changes to polygon mode weren't detected in draw_unfilled stage.Brian1-0/+2
2008-02-14gallium: rename draw_free_tmps->draw_free_temp_verts, draw_alloc_tmps->draw_a...Brian10-20/+20
2008-02-14galllium: comments, minor clean-upsBrian3-4/+22
2008-02-14More name typeo fixes.Ian Romanick2-16/+16
2008-02-14s/spu_/spe_/g Ugh.Ian Romanick1-99/+99
2008-02-14Cell: pass pointers to stored memory valuesIan Romanick2-65/+98