summaryrefslogtreecommitdiff
path: root/src/mesa/shader
AgeCommit message (Expand)Author
2008-03-31mesa: Free all shader program data before deleting allXiang, Haihao
2008-03-31Revert "mesa: separate shader program object from shader object." (bug#15244)Xiang, Haihao
2008-03-27consolidate some parsing functions that were pretty much identical for vertex...Brian
2008-03-27when negating scalar src args, use NEGATE_XYZW, not NEGATE_XBrian
2008-03-27Set param_var->param_binding_type = PROGRAM_CONSTANTBrian
2008-03-22use ctx->Driver.DeleteProgram() in a few more placesBrian
2008-03-17only set InputsRead bit if input is really usedMarkus Amsler
2008-03-17mesa: Add vertex.attrib 0-15 to arb_input_attrib_string.Markus Amsler
2008-03-14init tmpNode to zerosBrian
2008-03-14mesa: fix emit_clamp() so that we don't use an output register as temporaryBrian
2008-03-13fix state.lightprod ambient/specular w value (bug #14983)Roland Scheidegger
2008-03-10fix parsing of state.texenv.color (bug 14931)Brian
2008-03-01state.depth.range alpha value should be 1, not 0 (bug #14733)Roland Scheidegger
2008-02-28mesa: separate shader program object from shader object.Xiang, Haihao
2008-02-27mesa: set input read only on successMarkus Amsler
2008-02-20raise GL_INVALID_OPERATION if glProgramString compilation failsBrian
2008-01-31regenerate glsl library functionsRoland Scheidegger
2008-01-31fix w component of glsl vec4 asinRoland Scheidegger
2008-01-15Fix the compile of disabled DEBUG_PARSING code.Eric Anholt
2008-01-15Bug #13492: Only call ProgramStringNotify if program parsing succeeded.Eric Anholt
2008-01-01Convert to 0/1 when setting boolean uniformsBruce Merry
2008-01-01Make use of count in _mesa_uniform_matrixBruce Merry
2008-01-01More fixes to shader_apiBruce Merry
2008-01-01Fix several bugs relating to uniforms and attributes in GLSL APIBruce Merry
2007-12-20return correct size from glGetActiveUniform (bug 13751)Brian
2007-12-11make sure state token values are fully initializedRoland Scheidegger
2007-12-04Fix gl_FrontFacing compilation problemBrian
2007-11-30Merge branch 'master' of git+ssh://joukj@git.freedesktop.org/git/mesa/mesajoukj
2007-11-29Move _mesa_load_tracked_matrices() from TNL module to prog_statevars.cBrian
2007-11-27set fp->UsesKill when emitting OPCODE_KILBrian
2007-11-23Consolidate texture fetch code and use partial derivatives when possible.Brian
2007-11-23Fix parsing of gl_FrontLightModelProduct.sceneColor, don't segfault on variab...Brian
2007-11-09alias ProgramEnvParameter4xyARB and ProgramParameter4xyNV (bug #12935)Roland Scheidegger
2007-11-01remove dead code in _mesa_new_program()Brian
2007-10-31Merge branch 'master' of git+ssh://joukj@git.freedesktop.org/git/mesa/mesaJouk
2007-10-29disable ctx->Driver.NewProgram() call in _mesa_new_program()Brian
2007-10-26Merge branch '965-glsl'Zou Nan hai
2007-10-24add to gitBrian
2007-10-24Implement gl_PointCoord attribute for GLSL fragment shaders.Brian
2007-10-11remove unneeded castBrian
2007-10-03 Update of OpenVMS makefiles for the use of "new" include file conventionJouk
2007-10-02fix comment: s/branch/kill/Brian
2007-10-02Merge branch 'master' of git+ssh://joukj@git.freedesktop.org/git/mesa/mesaJouk
2007-09-13added program_error2() function for better error reportingBrian
2007-09-13Fix state.texgen parsing error (bug 12313).Brian
2007-08-23For _mesa_share_state(), update the context's references to the new share gro...Brian
2007-08-07fix potential NULL dereference (bug 11880)Brian
2007-08-07fix swizzle error test (bug 11881)Brian
2007-07-31fix failure caused by undeclared variable (bug 11783)Brian
2007-07-31glGetAttribLocation always returned 1 (bug 11774)Brian