summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2008-05-27r5xx: Fix emit_mov() regression.Corbin Simpson
2008-05-27r500: the cs is shared per context - doh so don't use for program upload.Dave Airlie
2008-05-27r500: need to re-setup inst offset/end for translated programsDave Airlie
2008-05-27r500: reset fp/fp_const countsDave Airlie
2008-05-27r300/r500: emit flush inside vap_cntl state atomDave Airlie
2008-05-27r500: hopefully fix 4096 texture harderDave Airlie
2008-05-26r5xx: Fix FP temp counting.Corbin Simpson
2008-05-27r500: remove debuggingDave Airlie
2008-05-27r300/r500: fix r500 fragment program texture unit referencesDave Airlie
2008-05-27r500: initial support for tmu mappingsDave Airlie
2008-05-26r5xx: Enhance emit_mov().Corbin Simpson
2008-05-26r5xx: Moar LIT.Corbin Simpson
2008-05-26r5xx: First stab at LIT.Corbin Simpson
2008-05-26gallium: free renderbuffer's old texture in st_renderbuffer_alloc_storage()Brian Paul
2008-05-26gallium: free renderbuffer's old texture in st_renderbuffer_alloc_storage()Brian Paul
2008-05-26Remove CVS keywords.José Fonseca
2008-05-26Remove CVS keywords.José Fonseca
2008-05-26Merge branch 'gallium-tex-surface' into gallium-0.1Jakob Bornecrantz
2008-05-26[intel] all flushing in intelEmitCopyBlitKeith Packard
2008-05-25Replace copyright on r500_fragprog.cCorbin Simpson
2008-05-25[intel] Enable buffer re-use for gemKeith Packard
2008-05-25r5xx: Unbreak texture swizzling.Corbin Simpson
2008-05-25r5xx: Massive MAD cleanup.Corbin Simpson
2008-05-25r5xx: Negation masks for every inst except SWZ.Corbin Simpson
2008-05-25r5xx: More emit_alu().Corbin Simpson
2008-05-25r5xx: Add emit_mad() for FP.Corbin Simpson
2008-05-24r5xx: Consolidate FP tex insts.Corbin Simpson
2008-05-24r5xx: Fix SGE/SLT.Corbin Simpson
2008-05-24r5xx: Remove some debugging cruft.Corbin Simpson
2008-05-24dri: vblank_mode warningTormod Volden
2008-05-24Revert "mesa: save a temp on normalizes"Keith Whitwell
2008-05-24mesa: pre-swizzle normal scale state valueKeith Whitwell
2008-05-24mesa: evaluate _NeedEyeCoords prior to generating internal vertex shaderKeith Whitwell
2008-05-24r500: missed a couple of inst4s.Dave Airlie
2008-05-24r500: add depth output writeDave Airlie
2008-05-23dri/swrast: cosmetic, mainly generic vs. xorg terminologyGeorge Sapountzis
2008-05-23dri/swrast: add dithering supportGeorge Sapountzis
2008-05-23dri/swrast: add support for r3g3b2George Sapountzis
2008-05-23dri: add support for generating 3_3_2 configsGeorge Sapountzis
2008-05-23dri/swrast: split out common pixel macrosGeorge Sapountzis
2008-05-23dri/swrast: drop TODO listGeorge Sapountzis
2008-05-23drop GLcoreGeorge Sapountzis
2008-05-23Remove stale comment about glFlush().Eric Anholt
2008-05-23mesa: save a temp on normalizesKeith Whitwell
2008-05-23Emit a flush after the swapbuffers blit, so contents end up on the screen.Eric Anholt
2008-05-23mesa: further degenerate the special case lit substituteKeith Whitwell
2008-05-23glapi: fix include path & make build workKeith Whitwell
2008-05-23mesa: don't emit LIT instruction when mat shininess known to be zeroKeith Whitwell
2008-05-23Merge branch 'gallium-i915-current' into gallium-0.1Jakob Bornecrantz
2008-05-23mesa: do object-space lighting in ffvertex_prog.cKeith Whitwell