summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-07-30Always pass CFLAGS when compiling or linking demosGuillaume Melquiond5-22/+22
2008-07-29updated GLSL bug fixesBrian Paul1-1/+1
2008-07-29mesa: glsl: remove old assertion (fixes glsl/bitmap.c)Brian Paul1-1/+1
2008-07-29mesa: disable debug codeBrian Paul1-1/+1
2008-07-29mesa: regenerated filesBrian Paul2-820/+800
2008-07-29mesa: Silence compiler warnings on Windows.Brian Paul7-17/+19
2008-07-29mesa: cast to fix warningBrian Paul1-1/+1
2008-07-29mesa: fix bug/failure in recursive function inliningBrian Paul1-5/+27
2008-07-29mesa: glsl: silence warning (s/int/GLuint)Brian Paul1-1/+1
2008-07-29mesa: remove stray debug codeBrian Paul1-1/+0
2008-07-29mesa: glsl: assorted fixes for resolving polymorphic functionsBrian Paul8-205/+393
2008-07-29mesa: glsl: re-order some constructorsBrian Paul1-12/+12
2008-07-29mesa: glsl: remove unneeded operatorsBrian Paul1-50/+0
2008-07-29mesa: glsl: added null ptr checkBrian Paul1-1/+2
2008-07-29mesa: fix issues causing warnings on WindowsBrian Paul2-3/+6
2008-07-29mesa: glsl: additional error detectionBrian Paul3-10/+64
2008-07-29mesa: gls: fix broken else clause of conditional break/continueBrian Paul2-13/+5
2008-07-29mesa: glsl: only try to link shaders defining main()Brian Paul4-37/+31
2008-07-29mesa: Silence compiler warning on windows.Michal Krol1-1/+1
2008-07-29mesa: glsl: fix/simplify array element handlingBrian Paul1-39/+15
2008-07-29mesa: glsl: mark constructor params as constBrian Paul1-1/+2
2008-07-29mesa: glsl: rework swizzle storage handlingBrian Paul3-53/+40
2008-07-29mesa: fix uninitialized varBrian Paul1-0/+1
2008-07-29mesa: glsl: implement constructor functions for user-defined typesBrian Paul2-5/+174
2008-07-29mesa: remove stray debug assertionBrian Paul1-1/+0
2008-07-29mesa: fix glUniform error checking for samplersBrian1-0/+24
2008-07-29mesa: refactor: move _mesa_Bind/Gen/DeleteProgram() to arbprogram.cBrian Paul4-226/+213
2008-07-29mesa: initial support for GLSL struct/array comparisonsBrian Paul1-14/+57
2008-07-29mesa: added null ptr check (error handling case)Brian Paul1-0/+3
2008-07-29mesa: fix +=, -=, etc. operatorsBrian Paul1-4/+4
2008-07-29mesa: remove an error check for NV_v_p that doesn't apply to ARB_v_pBrian Paul1-5/+0
2008-07-29mesa: fix some issues in _mesa_validate_program()Brian Paul1-5/+11
2008-07-29mesa: assorted glsl uniform/attribute fixesBrian Paul5-43/+166
2008-07-29mesa: glsl: various writemask/swizzle improvements and clean-upsBrian Paul5-70/+81
2008-07-29mesa: rework array/struct addressing code.Brian Paul7-138/+372
2008-07-29mesa: fix some GLSL /= int operatorsBrian Paul1-7/+21
2008-07-29mesa: fix set_program_uniform_matrix(): need to loop over matrix countBrian Paul1-18/+24
2008-07-29mesa: implement grammar/parsing for precision/invariant syntaxBrian Paul5-10/+252
2008-07-29mesa: Silence compiler warnings on Windows.Brian Paul1-7/+3
2008-07-29mesa: fix some function inlining bugsBrian Paul4-1/+53
2008-07-29mesa: improved printingBrian Paul1-4/+8
2008-07-29document GLSL 1.20 statusBrian Paul1-0/+35
2008-07-29disable GL_ARB_shading_language_120 until 1.20 features are completeBrian Paul1-2/+2
2008-07-28autoconf: disable dri drivers build if being askedFlorent Thoumie1-6/+13
2008-07-28r300: Fix off-by-one error in calculation of scissor cliprect.Michel Dänzer1-2/+2
2008-07-27r300: Fix a crash related to depth textures (triggered by Glest w/ shadowmaps)Nicolai Haehnle1-0/+2
2008-07-27r300: Implement ARB_shadow_ambient; add STATE_SHADOW_AMBIENTNicolai Haehnle5-26/+86
2008-07-27r300: Fix point minmax sizeNicolai Haehnle1-2/+2
2008-07-27r300: Implement hardware acceleration for ColorLogicOpNicolai Haehnle5-4/+49
2008-07-27r500: Handle non-native swizzles in texture instructionsNicolai Haehnle2-26/+79