summaryrefslogtreecommitdiff
path: root/src/mesa/shader
AgeCommit message (Expand)Author
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
2007-07-26fix-up inlined/non-inlined function inconsistenciesBrian
2007-07-26Fix function call bug 11731. Also, fix up IR_CALL/IR_FUNC confusion.Brian
2007-07-26generate error upon writing to varying var in fragment program (bug 11733)Brian
2007-07-25Merge branch 'master' of git+ssh://joukj@git.freedesktop.org/git/mesa/mesaJouk
2007-07-24call ctx->Driver.NewProgram() instead of _mesa_new_program()Brian
2007-07-17Merge branch 'master' of git+ssh://znh@git.freedesktop.org/git/mesa/mesa into...Zou Nan hai
2007-07-17 Use ProgramStringNotifyZou Nan hai
2007-07-13fix shader/info string length queries (bug 11588)Jan Dvorak
2007-07-12fix swizzle-related bug 11534Brian
2007-07-04Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian
2007-07-04Merge branch 'master' of git+ssh://znh@git.freedesktop.org/git/mesa/mesa into...Zou Nan hai
2007-07-03added vec2(vec4) constructor, bug 11404Brian
2007-07-03add code for stpq, rgba writemasks in make_writemask(), bug 11404Brian
2007-06-08Merge branch 'master' of git+ssh://joukj@git.freedesktop.org/git/mesa/mesaJouk
2007-06-07Add support for GL_ARB_fragment_program_shadow.Ian Romanick
2007-06-05Updates for array texture shadow targets.Ian Romanick
2007-05-22make sure optimized fog params get updatedRoland Scheidegger
2007-05-18fix STATE_HALF_VECTOR value (bug 10987)Brian