summaryrefslogtreecommitdiff
path: root/src/mesa/shader
AgeCommit message (Expand)Author
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
2005-01-19minor formatting fixBrian Paul
2005-01-18remove #ifndef linux, it isnt defined on Linux, where should I define it?Michal Krol
2005-01-18comment out _THROW calls, dont want to compile under LinuxMichal Krol
2005-01-18fix // commentsMichal Krol
2005-01-17add slang/ directory treeMichal Krol
2005-01-172005-oct-19 3dlabs slang compiler, tweaked a little bitMichal Krol
2005-01-17slang to mesa compatibility, tested only under WindowsMichal Krol
2005-01-17add [.slang] to INCDIR, fix comma in OBJECTSMichal Krol
2005-01-17silence warningBrian Paul
2005-01-17silence a bunch of warningsBrian Paul
2005-01-133dlabs glslang frontendMichal Krol
2005-01-133dlabs glslang frontend, not completeMichal Krol
2005-01-13cosmetic changesMichal Krol
2005-01-13implement ARB_shader_objects, not completeMichal Krol
2005-01-13add atifragshader.c, shaderobjects.c, shaderobjects_3dlabs.c, atifragshader.h,Michal Krol
2005-01-13add shaderobjects_3dlabs.cMichal Krol
2005-01-11prototype _mesa_init_ati_fragment_shader()Brian Paul
2005-01-11aliasing was brokenMichal Krol
2005-01-03updates from JoukBrian Paul
2004-12-19Implement software ATI_fragment_shaderDave Airlie
2004-12-18Added PRINT instruction for GL_NV_fragment_program.Brian Paul