summaryrefslogtreecommitdiff
path: root/src/mesa/shader
AgeCommit message (Expand)AuthorFilesLines
2008-01-14Merge branch 'mesa_7_0_branch' of git://anongit.freedesktop.org/git/mesa/mesa...Julien Cristau1-27/+169
2008-01-01Convert to 0/1 when setting boolean uniformsBruce Merry1-0/+7
2008-01-01Make use of count in _mesa_uniform_matrixBruce Merry1-13/+25
2008-01-01More fixes to shader_apiBruce Merry1-7/+16
2008-01-01Fix several bugs relating to uniforms and attributes in GLSL APIBruce Merry1-11/+73
2007-12-20return correct size from glGetActiveUniform (bug 13751)Brian1-3/+55
2007-12-18Merge branch 'mesa_7_0_branch' of git.freedesktop.org:/git/mesa/mesa into deb...Julien Cristau9-76/+191
2007-12-04Fix gl_FrontFacing compilation problemBrian1-1/+2
2007-11-29Move _mesa_load_tracked_matrices() from TNL module to prog_statevars.cBrian2-3/+98
2007-11-29make sure state token values are fully initializedRoland Scheidegger2-2/+2
2007-11-27set fp->UsesKill when emitting OPCODE_KILBrian1-1/+7
2007-11-23Consolidate texture fetch code and use partial derivatives when possible.Brian2-64/+67
2007-11-23Fix parsing of gl_FrontLightModelProduct.sceneColor, don't segfault on variableBrian2-5/+15
2007-11-11Merge tag 'mesa_7_0_2' into debian-unstableBrice Goglin2-48/+70
2007-10-03make sure optimized fog params get updatedRoland Scheidegger1-0/+2
2007-09-13added program_error2() function for better error reportingBrian1-46/+59
2007-09-13Fix state.texgen parsing error (bug 12313).Brian1-5/+12
2007-08-28Merge branch 'mesa_7_0_branch' of git.freedesktop.org:/git/mesa/mesa into deb...Julien Cristau2-4/+8
2007-08-09Merge tag 'mesa_7_0_1' into debian-experimentalJulien Cristau2-2/+5
2007-08-07fix potential NULL dereference (bug 11880)Brian1-2/+6
2007-08-07fix swizzle error test (bug 11881)Brian1-2/+2
2007-07-31fix failure caused by undeclared variable (bug 11783)Brian1-1/+2
2007-07-31glGetAttribLocation always returned 1 (bug 11774)Brian1-1/+3
2007-07-27Merge branch 'mesa_7_0_branch' of git://anongit.freedesktop.org/git/mesa/mesa...Julien Cristau6-41/+55
2007-07-26Fix function call bug 11731. Also, fix up IR_CALL/IR_FUNC confusion.Brian4-34/+45
2007-07-26generate error upon writing to varying var in fragment program (bug 11733)Brian1-5/+8
2007-07-24call ctx->Driver.NewProgram() instead of _mesa_new_program()Brian2-2/+2
2007-07-23Merge branch 'mesa_7_0_branch' of git://anongit.freedesktop.org/git/mesa/mesa...Julien Cristau4-58/+73
2007-07-13fix shader/info string length queries (bug 11588)Jan Dvorak1-3/+3
2007-07-12fix swizzle-related bug 11534Brian1-2/+3
2007-07-03added vec2(vec4) constructor, bug 11404Brian2-53/+59
2007-07-03add code for stpq, rgba writemasks in make_writemask(), bug 11404Brian1-0/+8
2007-06-27Merge branch 'upstream-experimental' into debian-experimentalDavid Nusinow10-898/+802
2007-05-18fix STATE_HALF_VECTOR value (bug 10987)Brian1-8/+8
2007-05-14comment about fixing uniform structsBrian1-0/+13
2007-05-11user-declared uniform structs not supported yet (see bug 10908)Brian1-3/+16
2007-05-11don't ignore return value of _slang_codegen_global_variable()Brian1-1/+2
2007-05-10regeneratedBrian1-524/+528
2007-05-10Implement exp() in terms of __asm float_power. Fix typo in mod(vec4) function.Brian1-11/+15
2007-05-09Check that texture units/samplers specified with glUniform1i() are legal.Brian1-1/+9
2007-05-02Resuscitate some of the DDX,DDY code.Brian2-243/+51
2007-05-02fix some DDX,DDY mix-upsBrian1-1/+1
2007-05-01regeneratedBrian1-78/+85
2007-05-01implement acos(), asin(), atan()Brian1-9/+14
2007-05-01Rewrite of slang_inline_asm_function() to do full parameter/argument substitu...Brian1-31/+64
2007-04-29Merge branch 'upstream-experimental' into debian-experimentalDavid Nusinow3-688/+723
2007-04-28fix GL_PROGRAM_UNDER_NATIVE_LIMITS_ARB bug (10787)Brian1-4/+12
2007-04-27asin(), acos(), atan() just return 0.5 for now to avoid crashing. Fix someday.Brian2-680/+688
2007-04-26Added error check that all varying vars needed by the fragment shader are pro...Brian1-8/+35
2007-04-25Merge tag 'mesa_6_5_3_rc3' into debian-experimentalJulien Cristau2-3/+3