summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader
Commit message (Expand)AuthorAgeFilesLines
* tweaks to the LIT instructionsBrian Paul2004-12-151-9/+4
* uint*t -> u_int*t changesAlan Hourihane2004-12-141-1/+4
* silence warningsAlan Hourihane2004-12-081-3/+3
* Fix some warningsAlan Hourihane2004-12-021-5/+1
* update from JoukBrian Paul2004-11-291-2/+2
* update some type namesBrian Paul2004-11-263-7/+9
* added shaderobjects.cBrian Paul2004-11-101-2/+5
* slang syntax conforming spec rev. 1.10.59Michal Krol2004-10-292-0/+2253
* remove unused entriesMichal Krol2004-10-271-7/+0
* by karoshi - ARB_shader_objects implementationMichal Krol2004-10-271-0/+258
* by karoshi - header file for ARB_shader_objects implementationMichal Krol2004-10-271-0/+178
* Bug #1682: Mesa core code that gets linked into DRI drivers should never callAdam Jackson2004-10-241-1/+1
* - add decimal literal integer supportMichal Krol2004-10-222-588/+609
* forgot about revision incrementMichal Krol2004-10-212-2/+2
* - use new program option values from arbprogram.synMichal Krol2004-10-211-32/+18
* remove redundant check of parsed program targetMichal Krol2004-10-212-30/+2
* change program options numbering to accommodate futureMichal Krol2004-10-212-28/+50
* add new grammar_check_fast entry for faster parsingMichal Krol2004-10-201-1/+12
* - speed up syntax parsing - the parser is now 4 times fasterMichal Krol2004-10-201-178/+531
* conform to shader spec 1.10.59Michal Krol2004-10-183-1916/+2037
* conform to language version 1.10 rev 59Michal Krol2004-10-181-1654/+1751
* fix if/else bug in _mesa_ProgramEnvParameter4fARB (fdo bug 1645)Brian Paul2004-10-161-2/+2
* add newline to end of fileDaniel Borca2004-10-121-1/+1
* Fix strange white space that gcc didn't like.Felix Kuehling2004-10-111-1/+1
* Prefix operator and constructor keywords with two consequtive underscoresMichal Krol2004-10-111-327/+327
* Enable draw_buffers only if GL_ARB_draw_buffers string isMichal Krol2004-10-111-1/+12
* more GL_ARB_draw_buffers updates from Michale KrolBrian Paul2004-10-062-63/+54
* fix GetVertexAttrib problemBrian Paul2004-10-061-1/+4
* ARB_fp support for GL_ARB_draw_buffers (Karl Rasche)Brian Paul2004-10-044-9/+69
* fix indentationBrian Paul2004-10-021-12/+6
* fix LoadProgramNV regression when I had fixed the RefCount bugBrian Paul2004-10-023-9/+12
* also fix possible delete bugs with buffer objects and vertex/fragment programsBrian Paul2004-09-141-50/+75
* reset error state before parsing (David Reveman)Brian Paul2004-09-101-0/+3
* More updates for Doxygen.Brian Paul2004-09-101-2/+10
* Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul2004-08-258-41/+55
* cast to fix a warning (in disabled code anyway)Brian Paul2004-08-221-1/+1
* enabled GL_ARB_texture_rectangleBrian Paul2004-08-201-0/+2
* New Visual Studio project file for this directory.Karl Schultz2004-08-141-0/+197
* fix some memory leaks (bug #1002030)Brian Paul2004-08-142-3/+33
* error message fixups and some debug codeBrian Paul2004-07-201-2/+13
* fix compare w/ zero warnings (bug #988766)Brian Paul2004-07-202-9/+13
* fix another bug in get_register_pointer()Brian Paul2004-06-291-1/+3
* the get_register_pointer() function was pretty well broken in a few waysBrian Paul2004-06-291-16/+9
* disable some debug codeBrian Paul2004-06-292-4/+4
* remove trailing whitespace and misc clean-upsBrian Paul2004-06-291-20/+16
* remove program from hash table when deleted (bug 979514)Brian Paul2004-06-251-8/+7
* call ctx->Driver.NewProgram() instead of CALLOC/etc in _mesa_LoadProgramNV. ...Brian Paul2004-06-201-7/+5
* remove redundant program field initializers in BindProgram(); ctx->Driver.New...Brian Paul2004-06-201-4/+0
* fix parse error in sign of exponents (bug 968323)Brian Paul2004-06-081-30/+13
* remove unneeded lineBrian Paul2004-05-041-1/+0