summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2008-02-23Avoid building problematic module/drivers on windows.José Fonseca2-3/+9
2008-02-21gallium: new draw stage for polygon stipple.Brian8-0/+742
2008-02-21gallium: new AA point drawing stageBrian7-1/+892
2008-02-21gallium: comments, white-space clean-upBrian1-23/+30
2008-02-21[PATCH] softpipe: unbreak sp_setup_pos_vector on non-x86 systemsKeith Whitwell2-35/+35
2008-02-21[PATCH] gallium: include p_compiler.h for boolean defnKeith Whitwell1-0/+2
2008-02-21draw: vertex cache reworkKeith Whitwell5-37/+53
2008-02-21tgsi: print debug messages on failure to codegenerateKeith Whitwell1-0/+6
2008-02-21Cell: Remove erroneous ALIGN16_ATTRIB attributesIan Romanick1-3/+3
2008-02-21Cell: Add spu_dcache.c to Makefile.Ian Romanick1-0/+1
2008-02-21Cell: Initial scalar implementation of spu_dcache_mark_dirtyIan Romanick1-6/+16
2008-02-21Cell: Fix off-by-one error in spu_dcache_fetch_unalignedIan Romanick2-6/+6
2008-02-21Cell: Initial pass at unified data cacheIan Romanick8-95/+194
2008-02-20gallium: include p_inlines.hBrian1-0/+1
2008-02-20gallium: s/pipe_reference_texture/pipe_texture_reference/Brian1-1/+1
2008-02-20gallium: re-fix some msvc warningsBrian1-8/+8
2008-02-20cell: use pipe_texture_reference()Brian1-1/+3
2008-02-20gallium: replace some ordinary assignments with pipe_reference_texture()Brian9-6/+18
2008-02-20gallium: fix bad ptr comparisonBrian1-1/+1
2008-02-20cell: rename cell_state_fs.c -> cell_state_shader.cBrian2-1/+1
2008-02-20cell: init shader-related functions in cell_init_shader_functions()Brian4-36/+55
2008-02-20cell: #includes to silence warningsBrian2-0/+2
2008-02-20cell: plug in cell_set_sampler_textureBrian1-0/+2
2008-02-20Remove obsolete files replaced by cell_pipe_state.cBrian5-454/+0
2008-02-20cell: put most simple state-setter functions in new cell_pipe_state.c fileBrian7-124/+389
2008-02-20gallium: re-org of i965 texture/surface code, functionsBrian4-57/+60
2008-02-20gallium: minor re-org of 915 surface/texture codeBrian4-60/+84
2008-02-20gallium: new pipe->texture_update() functionBrian15-24/+94
2008-02-20gallium: use pipe_texture_reference() in sp_tile_cache_set_texture()Brian3-4/+6
2008-02-19gallium: general clean-up of xlib winsys MakefileBrian1-29/+12
2008-02-19gallium: initialize the killmask register to zero before running shaderBrian1-0/+3
2008-02-19gallium: add some casts to prevent likely msvc warningsBrian1-3/+3
2008-02-19gallium: don't hard-code attrib slot=0 in setup_fragcoord_coeff()Brian1-23/+18
2008-02-19gallium: implement correct sampling for RECT targets / unnormalized texcoordsBrian1-25/+143
2008-02-19gallium: updated cell buildBrian2-13/+18
2008-02-19Cell: emit vertex shaders and uniforms more intelligentlyIan Romanick7-60/+85
2008-02-19Cell: trivial clean-upsIan Romanick1-6/+2
2008-02-19Fix windows build.José Fonseca3-3/+4
2008-02-19Portability fixes.José Fonseca1-12/+23
2008-02-19Remove src/mesa and src/mesa/main from gallium source include paths.José Fonseca13-61/+524
2008-02-19Bring in ppc spe rtasm into gallium's rtasm module.José Fonseca6-4/+706
2008-02-19Add run-time cpu capabilities detection stubs.José Fonseca5-3/+97
2008-02-19Simplify makefile boilerplate code.José Fonseca11-84/+19
2008-02-19Use gallium's rtasm module.José Fonseca6-12/+8
2008-02-19Move mm.c code into util module.José Fonseca8-317/+19
2008-02-19Add copyright headers to all rtasm source files.José Fonseca2-3/+48
2008-02-19Rename rtasm files.José Fonseca6-23/+25
2008-02-19Bring rtasm from mesa to gallium.José Fonseca9-0/+2033
2008-02-19Initial scons support to build gallivm.José Fonseca2-1/+21
2008-02-19More llvm -> gallivm.José Fonseca1-1/+1