summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-06-03draw: Use register names more consistently.gallium-tex-surfacesMichal Krol1-2/+3
2008-06-03draw: Fix fetch_src(). Resurrect SSE version of DP3.Michal Krol1-37/+6
2008-06-02draw: Fix DP3 implementation by replacing SSE with x87 version.Michal Krol1-1/+28
2008-06-02gallium: Fix log<->cos typo in logf.José Fonseca1-1/+1
2008-05-30sis: Removed useless commentJakob Bornecrantz1-1/+0
2008-05-29draw: quieten some debugKeith Whitwell1-1/+1
2008-05-29draw: add more switches to turn FSE on/offKeith Whitwell2-2/+4
2008-05-29gallium: MSVC warning fixes.José Fonseca5-11/+13
2008-05-29psb: Make msvc happy.José Fonseca1-3/+3
2008-05-29draw: michal's patch for calling powf... teapot still not quite rightKeith Whitwell2-0/+47
2008-05-29draw: better calculation of fetch_countKeith Whitwell1-3/+9
2008-05-29draw: remove printfKeith Whitwell1-2/+0
2008-05-29draw: make sure constant buffer data is aligned before passing to aos.cKeith Whitwell8-13/+43
2008-05-29draw: draw_range_elements trialKeith Whitwell13-17/+404
2008-05-29scons: Remove duplicate entry.Michal Krol1-1/+0
2008-05-29draw: Put PIPE_CDECL in the right places.José Fonseca3-12/+12
2008-05-29draw: share machineKeith Whitwell11-328/+412
2008-05-28draw: enable FSE by defaultKeith Whitwell6-64/+129
2008-05-28rtasm: special case for [ebp]Keith Whitwell1-1/+1
2008-05-28draw: Use PIPE_CDECL.José Fonseca2-11/+11
2008-05-28scons: Add new files.José Fonseca1-0/+3
2008-05-28scons: List missing files for draw module.Michal Krol1-1/+4
2008-05-28draw: Decorate callbacks with PIPE_CDECL.Michal Krol1-8/+8
2008-05-28tgsi: Observe constness.José Fonseca1-2/+2
2008-05-28translate: Mark functions as PIPE_CDECL.José Fonseca1-2/+2
2008-05-28Merge branch 'gallium-vertex-linear' into gallium-tex-surfacesKeith Whitwell53-588/+5495
2008-05-27softpipe: enable vbuf by defaultgallium-vertex-linearKeith Whitwell1-3/+5
2008-05-27draw: reset stipple counter whenever non-line prim encounteredKeith Whitwell1-2/+18
2008-05-27draw: support psize in vs_varient pathsKeith Whitwell6-50/+71
2008-05-27draw: add disabled debug codeKeith Whitwell2-2/+41
2008-05-27draw: ensure vs outputs mapped correctly to vinfo attribsKeith Whitwell3-10/+13
2008-05-27draw: fix ABS aliasing bugKeith Whitwell1-4/+5
2008-05-27gallium: Always unreference bitmap cache texture before resetting the cache.Michel Dänzer1-4/+6
2008-05-27draw: explicitly list nr_inputs, outputs in varient keyKeith Whitwell5-15/+21
2008-05-27draw: remove dead fileKeith Whitwell1-705/+0
2008-05-27draw: Fixed typo in draw_pt_varray and added commentsJakob Bornecrantz1-3/+3
2008-05-27draw: Fix for EMIT_4UB caseJakob Bornecrantz1-1/+4
2008-05-27draw: hook up viewport / rhw emit to varient key stateKeith Whitwell3-19/+53
2008-05-27draw: restore extras path in draw_pt_vcache.c, keep pipeline flags out of non...Keith Whitwell1-52/+65
2008-05-27draw: dump individual instructions as they are processedKeith Whitwell1-2/+24
2008-05-27tgsi: export utils for dumping individual instructionsKeith Whitwell2-12/+30
2008-05-27draw: fix writemask/shufps confusionKeith Whitwell1-3/+4
2008-05-27draw: some possible fixes for spillingKeith Whitwell1-12/+18
2008-05-27ffvertex: emit full LIT when attenuating (needs the 1 in X position)Keith Whitwell2-19/+32
2008-05-27ffvertex: don't compute whole eye vector if only eye.z is requiredKeith Whitwell1-3/+27
2008-05-26gallium: free renderbuffer's old texture in st_renderbuffer_alloc_storage()Brian Paul1-2/+3
2008-05-26draw: defensively flush pipeline backend when setting primitiveKeith Whitwell1-0/+4
2008-05-26draw: defensively reset render primitive some moreKeith Whitwell1-0/+8
2008-05-26draw: defensively reset render primitive, which can get clobbered by clippingKeith Whitwell1-1/+16
2008-05-26draw: add missing breakKeith Whitwell1-0/+1