summaryrefslogtreecommitdiff
path: root/src/mesa/pipe
AgeCommit message (Expand)Author
2008-02-16Merge branch 'upstream-gallium-0.1' into nouveau-gallium-0.1Ben Skeggs
2008-02-16nv30: fixes.Stephane Marchesin
2008-02-16nv30: fixes.Stephane Marchesin
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-16nv40: over-zealous s/Ben Skeggs
2008-02-16nv40: fix non-debug builds + start on obeying portability guidelines.Ben Skeggs
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: clean-up, simplification of mipmapped texturesBrian
2008-02-15nv40: fix inline u08/u16 indicesBen Skeggs
2008-02-15gallium: update comment about buffer map flagsBrian
2008-02-15gallium: fix fragment/vertex typoBrian
2008-02-15remove seperate llvm vs entry pointsZack Rusin
2008-02-15start genering soa type code in llvm pathsZack Rusin
2008-02-15disable llvm for fragment shaders for nowZack Rusin
2008-02-15rewrite the way cpu engine is handledZack Rusin
2008-02-15rewrite the way we handle ir in llvm codeZack Rusin
2008-02-15add a stub of a lowering passZack Rusin
2008-02-15nv40: prep for multiple pipe contexts on a single hw channelBen Skeggs
2008-02-15nouveau: interface updatesBen Skeggs
2008-02-15nv40: delay all state emit until before drawBen Skeggs
2008-02-15fix comment typosBrian
2008-02-15gallium: added draw_flush() call in softpipe_bind_sampler_state()Brian
2008-02-15failover: several fixes to failover pipe moduleJerome Glisse
2008-02-15tgsi: Fall back to interpreter instead of assert(0) on unimplemented SSE code.Michel Dänzer
2008-02-15pipebuffer: Fix reversed assertion.Michel Dänzer
2008-02-15Cell: silence unused var warningsBrian
2008-02-15gallium: #include p_debug.h since we use assertBrian
2008-02-15Cell: use mem_dup()Brian
2008-02-15gallium: use mem_dup()Brian
2008-02-15gallium: added mem_dup()Brian
2008-02-15gallium: change pipe->texture_create() to operate like the CSO functionsBrian
2008-02-15gallium: add bitmap/drawpixels texcoord bias supportBrian
2008-02-15gallium: Bring latest fixes.José Fonseca
2008-02-15gallium: Use p_debug.h instead of non-portable stdio.h/assert.h functions.José Fonseca
2008-02-15gallium: Add forgotten return type.José Fonseca