aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/shader
Commit message (Expand)AuthorAgeFilesLines
* hook to _slang_compile()Michal Krol2005-04-141-0/+18
* do not use isdigit() - can cause link errorsMichal Krol2005-04-141-1/+1
* clean-up stuffMichal Krol2005-04-131-24/+32
* simple front-end compilerMichal Krol2005-04-132-0/+2061
* add __fixed_input and __fixed_output qualifier support;Michal Krol2005-04-132-9/+22
* cosmetic changes;Michal Krol2005-04-134-35/+663
* cosmetic changes;Michal Krol2005-04-132-20/+1431
* cosmetic changes;Michal Krol2005-04-133-90/+1825
* converts a .gc file to a C header containing string form of the fileMichal Krol2005-04-131-0/+55
* Add shaderobjects_3dlabs.c back into build but use #ifdef FEATURE_shading_lan...Brian Paul2005-04-072-7/+29
* Use FEATURE_shading_language to control whether the shading languageBrian Paul2005-04-011-3/+3
* Disable _mesa_3dlabs_create_{program,shader}_object references.Adam Jackson2005-03-301-0/+4
* Disable C++ shading language code yet again. Doesn't compile with olderBrian Paul2005-03-291-0/+2
* re-enable _mesa_init_shaderobjects_3dlabs() callBrian Paul2005-03-291-2/+0
* fix a variety of warnings/errorsBrian Paul2005-03-296-16/+21
* disable _mesa_init_shaderobjects_3dlabs() call until build is fixedBrian Paul2005-03-261-0/+2
* implement gl2_3dlabs_shhandle interface; resolve few TODOsMichal Krol2005-03-251-46/+266
* cleanup query functionsMichal Krol2005-03-251-910/+966
* add _mesa_init_shaderobjects_3dlabs() declarationMichal Krol2005-03-251-0/+3
* fix comments; fix TBuiltInResource typedefMichal Krol2005-03-251-5/+5
* fix comments; disable DLL linkage for WIN32Michal Krol2005-03-251-49/+51
* update against 03-Feb-2005 releaseMichal Krol2005-03-1858-11765/+12981
* a little program to change // comments to /* */ onesMichal Krol2005-03-181-0/+76
* glslang flex and bison sources:Michal Krol2005-03-182-0/+2623
* make it compile under linuxMichal Krol2005-03-141-1/+2
* make it compile under gcc 3.3.2Michal Krol2005-03-141-1/+1
* fix enum commaMichal Krol2005-03-144-6/+6
* fixed problems with parse_float() (fd.o bug 2520)Brian Paul2005-02-161-27/+48
* ProgramCallbackMesa must match the prototypeDaniel Borca2005-02-141-2/+2
* add number of passes count to ati_fragment_shaderDave Airlie2005-01-301-1/+12
* move fileMichal Krol2005-01-286-0/+0
* add slang/traverse_wrap.hMichal Krol2005-01-211-0/+4
* Handy TIntermTraverser class wrapperMichal Krol2005-01-211-0/+112
* Update glDeletePrograms/Buffers() so that the ID is freed immediately, likeBrian Paul2005-01-202-10/+14
* make sure the new instruction Data pointer is set to NULLBrian Paul2005-01-191-0/+6
* fix a typoBrian Paul2005-01-191-3/+3
* minor formatting fixBrian Paul2005-01-191-2/+2
* remove #ifndef linux, it isnt defined on Linux, where should I define it?Michal Krol2005-01-181-77/+73
* comment out _THROW calls, dont want to compile under LinuxMichal Krol2005-01-181-142/+144
* fix // commentsMichal Krol2005-01-1817-4834/+4834
* add slang/ directory treeMichal Krol2005-01-171-2/+270
* 2005-oct-19 3dlabs slang compiler, tweaked a little bitMichal Krol2005-01-1759-0/+22041
* slang to mesa compatibility, tested only under WindowsMichal Krol2005-01-172-0/+178
* add [.slang] to INCDIR, fix comma in OBJECTSMichal Krol2005-01-171-4/+4
* silence warningBrian Paul2005-01-171-1/+1
* silence a bunch of warningsBrian Paul2005-01-171-47/+77
* 3dlabs glslang frontendMichal Krol2005-01-131-0/+37
* 3dlabs glslang frontend, not completeMichal Krol2005-01-131-0/+745
* cosmetic changesMichal Krol2005-01-131-13/+10
* implement ARB_shader_objects, not completeMichal Krol2005-01-131-91/+957