summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-05-29draw: make sure constant buffer data is aligned before passing to aos.cKeith Whitwell
2008-05-29draw: draw_range_elements trialKeith Whitwell
2008-05-29scons: Remove duplicate entry.Michal Krol
2008-05-29draw: Put PIPE_CDECL in the right places.José Fonseca
2008-05-29draw: share machineKeith Whitwell
2008-05-28draw: enable FSE by defaultKeith Whitwell
2008-05-28rtasm: special case for [ebp]Keith Whitwell
2008-05-28draw: Use PIPE_CDECL.José Fonseca
2008-05-28scons: Add new files.José Fonseca
2008-05-28scons: List missing files for draw module.Michal Krol
2008-05-28draw: Decorate callbacks with PIPE_CDECL.Michal Krol
2008-05-28tgsi: Observe constness.José Fonseca
2008-05-28translate: Mark functions as PIPE_CDECL.José Fonseca
2008-05-28Merge branch 'gallium-vertex-linear' into gallium-tex-surfacesKeith Whitwell
2008-05-27softpipe: enable vbuf by defaultKeith Whitwell
2008-05-27draw: reset stipple counter whenever non-line prim encounteredKeith Whitwell
2008-05-27draw: support psize in vs_varient pathsKeith Whitwell
2008-05-27draw: add disabled debug codeKeith Whitwell
2008-05-27draw: ensure vs outputs mapped correctly to vinfo attribsKeith Whitwell
2008-05-27draw: fix ABS aliasing bugKeith Whitwell
2008-05-27gallium: Always unreference bitmap cache texture before resetting the cache.Michel Dänzer
2008-05-27draw: explicitly list nr_inputs, outputs in varient keyKeith Whitwell
2008-05-27draw: remove dead fileKeith Whitwell
2008-05-27draw: Fixed typo in draw_pt_varray and added commentsJakob Bornecrantz
2008-05-27draw: Fix for EMIT_4UB caseJakob Bornecrantz
2008-05-27draw: hook up viewport / rhw emit to varient key stateKeith Whitwell
2008-05-27draw: restore extras path in draw_pt_vcache.c, keep pipeline flags out of non...Keith Whitwell
2008-05-27draw: dump individual instructions as they are processedKeith Whitwell
2008-05-27tgsi: export utils for dumping individual instructionsKeith Whitwell
2008-05-27draw: fix writemask/shufps confusionKeith Whitwell
2008-05-27draw: some possible fixes for spillingKeith Whitwell
2008-05-27ffvertex: emit full LIT when attenuating (needs the 1 in X position)Keith Whitwell
2008-05-27ffvertex: don't compute whole eye vector if only eye.z is requiredKeith Whitwell
2008-05-26gallium: free renderbuffer's old texture in st_renderbuffer_alloc_storage()Brian Paul
2008-05-26draw: defensively flush pipeline backend when setting primitiveKeith Whitwell
2008-05-26draw: defensively reset render primitive some moreKeith Whitwell
2008-05-26draw: defensively reset render primitive, which can get clobbered by clippingKeith Whitwell
2008-05-26draw: add missing breakKeith Whitwell
2008-05-27pipebuffer: Malloc buffer provider.José Fonseca
2008-05-27pipebuffer: Allow slab allocations of buffers of inequal size.José Fonseca
2008-05-26Revert DOS line endings.José Fonseca
2008-05-26Remove CVS keywords.José Fonseca
2008-05-26draw: extend precision in RSQ opcodeKeith Whitwell
2008-05-26draw: more aos tweaksKeith Whitwell
2008-05-25cso: use memcpy rather than structure asignment for copyingKeith Whitwell
2008-05-25draw: slight tweak for XPD opcodeKeith Whitwell
2008-05-25draw: remove EXP & LOG from vs_aos.cKeith Whitwell
2008-05-25draw: special case for writing out scalar resultsKeith Whitwell
2008-05-25draw: clean up some of the xmm register manipulation function namesKeith Whitwell
2008-05-25cso: use memcpy rather than structure asignment for copyingKeith Whitwell