summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2008-07-25mesa: glsl: assorted fixes for resolving polymorphic functionsBrian Paul
2008-07-25mesa: regenerated filesBrian Paul
2008-07-25mesa: glsl: re-order some constructorsBrian Paul
2008-07-25mesa: glsl: remove unneeded operatorsBrian Paul
2008-07-25mesa: fix issues causing warnings on WindowsBrian Paul
2008-07-25mesa: glsl: additional error detectionBrian Paul
2008-07-25mesa: Mark as XXX unresolved warnings on windows.Michal Krol
2008-07-24mesa: gls: fix broken else clause of conditional break/continueBrian Paul
2008-07-24mesa: move extensions->version code into separate functionBrian Paul
2008-07-24mesa: don't include Mesa version in GL_SHADING_LANGUAGE_VERSION stringBrian Paul
2008-07-24mesa: glsl: only try to link shaders defining main()Brian Paul
2008-07-24mesa: Prefix main includes with dir to avoid conflicts.José Fonseca
2008-07-24mesa: Silence compiler warning on windows.Michal Krol
2008-07-23mesa: glsl: fix/simplify built-in constant lookupBrian Paul
2008-07-23mesa: glsl: fix/simplify array element handlingBrian Paul
2008-07-23mesa: glsl: mark constructor params as constBrian Paul
2008-07-23gallium: fix translation of extended swizzles, per-component negationBrian Paul
2008-07-22mesa: glsl: rework swizzle storage handlingBrian Paul
2008-07-22mesa: fix uninitialized varBrian Paul
2008-07-22mesa: glsl: implement constructor functions for user-defined typesBrian Paul
2008-07-22mesa: remove stray debug assertionBrian Paul
2008-07-22add env var to override msaa visual selectionRoland Scheidegger
2008-07-21mesa: fix glUniform error checking for samplersBrian
2008-07-21mesa: refactor: move _mesa_Bind/Gen/DeleteProgram() to arbprogram.cBrian
2008-07-21mesa: initial support for GLSL struct/array comparisonsBrian Paul
2008-07-21mesa: added null ptr check (error handling case)Brian Paul
2008-07-21mesa: fix +=, -=, etc. operatorsBrian Paul
2008-07-21gallium: Temporary workaround for mismatched pipe create and pipe destroyJonathan White
2008-07-21mesa: remove an error check for NV_v_p that doesn't apply to ARB_v_pBrian Paul
2008-07-21mesa: fix some issues in _mesa_validate_program()Brian Paul
2008-07-21mesa: assorted glsl uniform/attribute fixesBrian Paul
2008-07-21mesa: remove debug codeBrian Paul
2008-07-19gallium: Finer grained is_format_supported.José Fonseca
2008-07-18mesa: glsl: various writemask/swizzle improvements and clean-upsBrian Paul
2008-07-18mesa: rework array/struct addressing code.Brian Paul
2008-07-18mesa: regenerated fileBrian Paul
2008-07-18mesa: fix some GLSL /= int operatorsBrian Paul
2008-07-18mesa: fix set_program_uniform_matrix(): need to loop over matrix countBrian Paul
2008-07-17mesa: regenerated fileBrian Paul
2008-07-17mesa: fix/improve the atan(y,x) functionBrian Paul
2008-07-17mesa: added checks for OpenBSDBrad Smith
2008-07-16mesa: fix temp re-use bug in emit_arith()Brian Paul
2008-07-16mesa: regenerated filesBrian Paul
2008-07-16mesa: fix copy&paste errors in degrees() functionsBrian Paul
2008-07-16mesa: implement grammar/parsing for precision/invariant syntaxBrian Paul
2008-07-16mesa: Silence compiler warnings on Windows.Michal Krol
2008-07-16mesa: add GL_POLYGON_OFFSET_POINT/LINE/FILL queries, remove GL_TEXTURE_ENV_CO...Brian Paul
2008-07-15mesa: added test for __NetBSD__Blair Sadewitz
2008-07-15mesa: added test for __NetBSD__Blair Sadewitz
2008-07-15mesa: add missing IR_LOG2 caseBrian Paul