summaryrefslogtreecommitdiff
path: root/src/mesa/shader
AgeCommit message (Expand)AuthorFilesLines
2007-02-04* Add myself to Uploaders.mesa-6.5.2-2Julien Cristau6-0/+0
2007-02-04Delete directories not included in the mesa tarballs.Julien Cristau62-25960/+0
2006-11-29call Driver.ProgramStringNotify if a ati_fragment_shader changes and pick up ...Roland Scheidegger1-0/+2
2006-11-28indent, comments, etcBrian Paul2-61/+87
2006-11-27commentsBrian Paul1-2/+2
2006-11-24call slang_variable_construct() inside slang_variable_scope_grow()Brian Paul2-7/+6
2006-11-24new slang_variable_scope_grow() functionBrian Paul3-32/+38
2006-11-23const correctness, clean-upsBrian Paul4-24/+30
2006-11-23indentBrian Paul2-96/+105
2006-11-23fix several program-related bugs (bug 9136)Brian Paul2-2/+12
2006-11-23s/ource/source/Brian Paul1-1/+1
2006-11-23move commentsBrian Paul2-26/+33
2006-11-23indentBrian Paul1-303/+305
2006-11-23clean-up, commentsBrian Paul1-1/+3
2006-11-22indentBrian Paul1-76/+76
2006-11-22const correctnessBrian Paul2-3/+3
2006-11-22new commentsBrian Paul1-9/+9
2006-11-22clean-up, commentsBrian Paul1-15/+23
2006-11-22reindentBrian Paul1-269/+281
2006-11-22fix commentsBrian Paul2-3/+3
2006-11-21list header files in sources files (Dan Nicholson)Brian Paul3-0/+44
2006-11-20 Committing in .Jouk Jansen1-4/+3
2006-11-18move fix-up code into new slang_fixup_save() functionBrian Paul3-13/+32
2006-11-18commentsBrian Paul2-18/+50
2006-11-18reindentBrian Paul1-35/+63
2006-11-17reindent, doxygen-style commentsBrian Paul2-512/+572
2006-11-17Comment and indent the atom functions.Michal Krol1-54/+71
2006-11-17add STATE_INTERNAL_DRIVER, etc (Rune Petersen)Brian Paul2-4/+9
2006-11-16revert prev check-inBrian Paul2-14/+9
2006-11-16Add a lot of const qualifiers for const-correctness.Brian Paul6-99/+184
2006-11-16reindentBrian Paul1-494/+493
2006-11-16Initial implementation work for CAL, RET, and BRA instructions for fragmentBrian Paul1-1/+6
2006-11-16disable yesterday's _mesa_add_named_constant() change for nowBrian Paul1-0/+2
2006-11-16reindent, clean-upBrian Paul1-119/+146
2006-11-15Add a size parameter to _mesa_add_unnamed_constant() andBrian Paul5-10/+14
2006-11-15Add new _mesa_lookup_parameter_constant() to search for a GLfloat4 constantBrian Paul2-15/+88
2006-11-15reindent, add some commentsBrian Paul1-1545/+1625
2006-11-15reindentBrian Paul1-103/+130
2006-11-15indent, commentsBrian Paul1-24/+42
2006-11-15s/int/GLboolean/Brian Paul2-2/+2
2006-11-15improved error mesagesBrian Paul1-2/+2
2006-11-15fix casts to silence warningsBrian Paul1-5/+5
2006-11-15#define LONGSTRING __extension__ in imports.h and use it to silence gccBrian Paul2-13/+10
2006-11-15Comments for operations.Brian Paul1-54/+66
2006-11-05reindentBrian Paul2-1771/+1822
2006-11-04Fix for glGetVertexAttribfvNV, bug 8883Brian Paul1-3/+18
2006-11-04fix error msgBrian Paul1-1/+1
2006-11-04fix for glGetVertexAttribfvARB, bug 8883Brian Paul1-1/+6
2006-11-03Fix _mesa_IsProgram() and _mesa_IsShader()Brian Paul1-4/+16
2006-11-03implement _mesa_GetShaderiv()Brian Paul1-2/+30