summaryrefslogtreecommitdiff
path: root/src/mesa/shader
AgeCommit message (Expand)Author
2005-04-22Add more error checking.Michal Krol
2005-04-22Cosmetic changes.Michal Krol
2005-04-22Move some utility functions to slang_utility.c.Michal Krol
2005-04-22Provide precompiled binary versions of built-in library .gc sourcesMichal Krol
2005-04-21Reduce the size of mesa's internal fragment and vertex programKeith Whitwell
2005-04-21use _mesa_pow() for LIT (bug 3087)Brian Paul
2005-04-20fix state.light[n].spot.direction.w value (bug 3083)Brian Paul
2005-04-18 Updates for OpenVMS : New makefilesJouk Jansen
2005-04-15remove carriage returnsBrian Paul
2005-04-15Fix alpha value of STATE_LIGHTMODEL_SCENECOLOR. From the spec:Keith Whitwell
2005-04-15implement info log; parse #version directiveMichal Krol
2005-04-15slang preprocessorMichal Krol
2005-04-15slang #version directive syntaxMichal Krol
2005-04-15change __asm statement semanticsMichal Krol
2005-04-14hook to _slang_compile()Michal Krol
2005-04-14do not use isdigit() - can cause link errorsMichal Krol
2005-04-13clean-up stuffMichal Krol
2005-04-13simple front-end compilerMichal Krol
2005-04-13add __fixed_input and __fixed_output qualifier support;Michal Krol
2005-04-13cosmetic changes;Michal Krol
2005-04-13cosmetic changes;Michal Krol
2005-04-13cosmetic changes;Michal Krol
2005-04-13converts a .gc file to a C header containing string form of the fileMichal Krol
2005-04-07Add shaderobjects_3dlabs.c back into build but use #ifdef FEATURE_shading_lan...Brian Paul
2005-04-01Use FEATURE_shading_language to control whether the shading languageBrian Paul
2005-03-30Disable _mesa_3dlabs_create_{program,shader}_object references.Adam Jackson
2005-03-29Disable C++ shading language code yet again. Doesn't compile with olderBrian Paul
2005-03-29re-enable _mesa_init_shaderobjects_3dlabs() callBrian Paul
2005-03-29fix a variety of warnings/errorsBrian Paul
2005-03-26disable _mesa_init_shaderobjects_3dlabs() call until build is fixedBrian Paul
2005-03-25implement gl2_3dlabs_shhandle interface; resolve few TODOsMichal Krol
2005-03-25cleanup query functionsMichal Krol
2005-03-25add _mesa_init_shaderobjects_3dlabs() declarationMichal Krol
2005-03-25fix comments; fix TBuiltInResource typedefMichal Krol
2005-03-25fix comments; disable DLL linkage for WIN32Michal Krol
2005-03-18update against 03-Feb-2005 releaseMichal Krol
2005-03-18a little program to change // comments to /* */ onesMichal Krol
2005-03-18glslang flex and bison sources:Michal Krol
2005-03-14make it compile under linuxMichal Krol
2005-03-14make it compile under gcc 3.3.2Michal Krol
2005-03-14fix enum commaMichal Krol
2005-02-16fixed problems with parse_float() (fd.o bug 2520)Brian Paul
2005-02-14ProgramCallbackMesa must match the prototypeDaniel Borca
2005-01-30add number of passes count to ati_fragment_shaderDave Airlie
2005-01-28move fileMichal Krol
2005-01-21add slang/traverse_wrap.hMichal Krol
2005-01-21Handy TIntermTraverser class wrapperMichal Krol
2005-01-20Update glDeletePrograms/Buffers() so that the ID is freed immediately, likeBrian Paul
2005-01-19make sure the new instruction Data pointer is set to NULLBrian Paul
2005-01-19fix a typoBrian Paul