summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader
Commit message (Expand)AuthorAgeFilesLines
* move commentsBrian Paul2006-11-232-26/+33
* indentBrian Paul2006-11-231-303/+305
* clean-up, commentsBrian Paul2006-11-231-1/+3
* indentBrian Paul2006-11-221-76/+76
* const correctnessBrian Paul2006-11-222-3/+3
* new commentsBrian Paul2006-11-221-9/+9
* clean-up, commentsBrian Paul2006-11-221-15/+23
* reindentBrian Paul2006-11-221-269/+281
* fix commentsBrian Paul2006-11-222-3/+3
* list header files in sources files (Dan Nicholson)Brian Paul2006-11-213-0/+44
* Committing in .Jouk Jansen2006-11-201-4/+3
* move fix-up code into new slang_fixup_save() functionBrian Paul2006-11-183-13/+32
* commentsBrian Paul2006-11-182-18/+50
* reindentBrian Paul2006-11-181-35/+63
* reindent, doxygen-style commentsBrian Paul2006-11-172-512/+572
* Comment and indent the atom functions.Michal Krol2006-11-171-54/+71
* add STATE_INTERNAL_DRIVER, etc (Rune Petersen)Brian Paul2006-11-172-4/+9
* revert prev check-inBrian Paul2006-11-162-14/+9
* Add a lot of const qualifiers for const-correctness.Brian Paul2006-11-166-99/+184
* reindentBrian Paul2006-11-161-494/+493
* Initial implementation work for CAL, RET, and BRA instructions for fragmentBrian Paul2006-11-161-1/+6
* disable yesterday's _mesa_add_named_constant() change for nowBrian Paul2006-11-161-0/+2
* reindent, clean-upBrian Paul2006-11-161-119/+146
* Add a size parameter to _mesa_add_unnamed_constant() andBrian Paul2006-11-155-10/+14
* Add new _mesa_lookup_parameter_constant() to search for a GLfloat4 constantBrian Paul2006-11-152-15/+88
* reindent, add some commentsBrian Paul2006-11-151-1545/+1625
* reindentBrian Paul2006-11-151-103/+130
* indent, commentsBrian Paul2006-11-151-24/+42
* s/int/GLboolean/Brian Paul2006-11-152-2/+2
* improved error mesagesBrian Paul2006-11-151-2/+2
* fix casts to silence warningsBrian Paul2006-11-151-5/+5
* #define LONGSTRING __extension__ in imports.h and use it to silence gccBrian Paul2006-11-152-13/+10
* Comments for operations.Brian Paul2006-11-151-54/+66
* reindentBrian Paul2006-11-052-1771/+1822
* Fix for glGetVertexAttribfvNV, bug 8883Brian Paul2006-11-041-3/+18
* fix error msgBrian Paul2006-11-041-1/+1
* fix for glGetVertexAttribfvARB, bug 8883Brian Paul2006-11-041-1/+6
* Fix _mesa_IsProgram() and _mesa_IsShader()Brian Paul2006-11-031-4/+16
* implement _mesa_GetShaderiv()Brian Paul2006-11-031-2/+30
* implement _mesa_GetProgramiv()Brian Paul2006-11-031-3/+40
* Simplify GET_CURRENT_LINKED_PROGRAM() macro and calling code.Brian Paul2006-11-031-34/+29
* Use inlined uniform() helper function in all the glUniform*() function toBrian Paul2006-11-033-270/+193
* Added OpenGL 2.1 glUniformMatrix* functions.Brian Paul2006-11-033-127/+199
* reformat comments in Doxygen styleBrian Paul2006-11-031-44/+71
* reindentBrian Paul2006-11-031-1225/+1264
* s/_mesa_IsProgram2/_mesa_IsProgram/Brian Paul2006-11-022-2/+2
* Rename _mesa_IsProgram() to _mesa_IsProgramARB() to avoid collision with theBrian Paul2006-11-024-31/+32
* OpenGL 2.0 entrypointsBrian Paul2006-11-022-0/+138
* run indent on the codeBrian Paul2006-11-021-865/+821
* minor clean-ups, simplifications and new commentsBrian Paul2006-10-311-26/+21