summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)AuthorFilesLines
2008-06-05sync up with Makefile changes on masterBrian Paul4-53/+161
2008-06-05Move construction of libOSMesa.so into src/mesa/drivers/osmesa/MakefileBrian Paul2-28/+78
2008-06-05insert mesa/ before include filesBrian Paul1-7/+7
2008-06-05mesa: always build libglapi.a, updated subdir, gl.pc rule code from masterBrian Paul1-6/+16
2008-06-05mesa: Makefile commentBrian Paul1-0/+1
2008-06-05mesa: remove EXT/NV suffixes from _mesa_PointParameter functionsBrian Paul4-41/+28
2008-06-05mesa: added _mesa_DrawArrays, DrawElements, DrawRangeElements() wrappers for ...Brian Paul2-0/+41
2008-06-04Set the attribute as used.Alan Hourihane1-0/+3
2008-06-04scons: Generate matypes.h at build time.José Fonseca1-97/+110
2008-06-04mesa: Remove assyntax.h include from generated matypes.h.José Fonseca17-3/+17
2008-05-31mesa: Fix build after TGSI declaration interface changes.Michal Krol1-17/+11
2008-05-31scons: Enable mesa state tracker in all platforms by default.José Fonseca1-301/+303
2008-05-31mesa: Apply MSVC portability fixes from Alan Hourihane.José Fonseca24-114/+114
2008-05-30mesa: undo accidental setting of _ForceEyeCoordsKeith Whitwell1-1/+1
2008-05-30Fix segfault in _save_OBE_DrawElements() when using VBO and display list (bug...Brian Paul1-0/+3
2008-05-30Merge branch 'gallium-tex-surfaces' into gallium-0.1Jakob Bornecrantz2-11/+33
2008-05-30sis: Removed useless commentJakob Bornecrantz1-1/+0
2008-05-29draw: make sure constant buffer data is aligned before passing to aos.cKeith Whitwell1-3/+4
2008-05-29draw: draw_range_elements trialKeith Whitwell1-4/+23
2008-05-28Merge branch 'gallium-vertex-linear' into gallium-tex-surfacesKeith Whitwell5-94/+259
2008-05-28Merge branch 'gallium-vertex-linear' into gallium-0.1Jakob Bornecrantz5-94/+259
2008-05-27gallium: Always unreference bitmap cache texture before resetting the cache.Michel Dänzer1-4/+6
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-26gallium: free renderbuffer's old texture in st_renderbuffer_alloc_storage()Brian Paul1-2/+3
2008-05-26Remove CVS keywords.José Fonseca300-306/+52
2008-05-26Remove CVS keywords.José Fonseca300-306/+51
2008-05-26Merge branch 'gallium-tex-surface' into gallium-0.1Jakob Bornecrantz1-4/+44
2008-05-24Revert "mesa: save a temp on normalizes"Keith Whitwell1-4/+6
2008-05-24mesa: pre-swizzle normal scale state valueKeith Whitwell2-3/+6
2008-05-24mesa: evaluate _NeedEyeCoords prior to generating internal vertex shaderKeith Whitwell1-12/+14
2008-05-23mesa: save a temp on normalizesKeith Whitwell1-6/+4
2008-05-23mesa: further degenerate the special case lit substituteKeith Whitwell1-9/+12
2008-05-23glapi: fix include path & make build workKeith Whitwell1-1/+1
2008-05-23mesa: don't emit LIT instruction when mat shininess known to be zeroKeith Whitwell1-31/+102
2008-05-23Merge branch 'gallium-i915-current' into gallium-0.1Jakob Bornecrantz1-4/+44
2008-05-23mesa: do object-space lighting in ffvertex_prog.cKeith Whitwell3-39/+88
2008-05-21Merge branch 'gallium-0.1' into gallium-tex-surfacesMichel Dänzer2-2/+2
2008-05-21mesa: fix #include path for glapioffsets.h (fixes x86 build)Brian2-2/+2
2008-05-20Merge branch 'gallium-0.1' into gallium-tex-surfacesBrian Paul1-0/+7
2008-05-20gallium: fix vertex shader mem leak (glRasterPos)Brian Paul1-0/+7
2008-05-20Merge branch 'gallium-0.1' into gallium-tex-surfacesBrian Paul2-1/+5
2008-05-20gallium: replace assignment with pipe_texture_reference()Brian Paul1-1/+1
2008-05-20gallium: fix shader mem leakBrian Paul1-0/+4
2008-05-20Merge branch 'gallium-0.1' into gallium-tex-surfacesBrian Paul2-5/+10
2008-05-20gallium: move vertex/fragment program unbindingBrian Paul1-3/+3
2008-05-20gallium: fix default case in st_new_program()Brian Paul1-2/+7
2008-05-20Merge branch 'gallium-0.1' into gallium-tex-surfacesBrian Paul1-0/+10
2008-05-20gallium: fix mem leaksBrian Paul1-0/+10