summaryrefslogtreecommitdiff
path: root/src/mesa/shader/slang
AgeCommit message (Expand)Author
2007-03-08remove old assertionBrian
2007-03-08check for attempted writes to read-only varsBrian
2007-03-08Rework matrix-related code.Brian
2007-03-08fix ProjectionMatrix typoBrian
2007-03-08fix gl_TextureMatrix indexingBrian
2007-03-07remove unneeded return stmtBrian
2007-03-07add missing gl_Point state, fix IR storage bugBrian
2007-03-07s/diffuset/diffuse/Brian
2007-03-07regeneratedBrian
2007-03-07remove end_label fieldBrian
2007-03-07Fix problem with nested function calls such as y = f(f(x))Brian
2007-03-07s/equal/EQUAL/, fix bugs in logical or/and code.Brian
2007-03-07fix broken __postDecr()Brian
2007-03-07fix swizzled writemask bugBrian
2007-03-07remove bogus assertionBrian
2007-03-07fix incorrect HPOS write testBrian
2007-03-07additional error detectionBrian
2007-03-07Generate an error if the vertex shader does not write to gl_Position.Brian
2007-03-06more integer arithmetic updatesBrian
2007-03-06fix some int arithmetic problemsBrian
2007-03-06fix vert/frag typoBrian
2007-02-26Add EmitHighLevelInstructions, EmitComments booleans to gl_shader_state.Brian
2007-02-26re-enable var scope destruct in slang_operation_destruct()Brian
2007-02-26Fix a few bugs in slang_operation variable scoping. Seems to fix a double-free.Brian
2007-02-26formatting fixesBrian
2007-02-26fix logic for reporting errorsBrian
2007-02-26fix error flaggingBrian
2007-02-26re-enable some codeBrian
2007-02-26Remove old error logging code. New slang_log.[ch] files.Brian
2007-02-26Overhaul of error handling.Brian
2007-02-26Overhaul of error logging.Brian
2007-02-26Use new slang_emit_info struct for passing context info around.Brian
2007-02-23replace GLint with gl_state_indexBrian
2007-02-23comments, clean-upBrian
2007-02-23remove unused slang_atom_pool_gen()Brian
2007-02-23comments, clean-upBrian
2007-02-23Replace slang_ir_node::Target w/ Field. Remove Comment field. Clean-up.Brian
2007-02-23remove old _slang_gen_if()Brian
2007-02-23Re-implement branching with slang_labels.Brian
2007-02-23label routines for implementing branches, jumpsBrian
2007-02-22debug code for emitting variable allocation commentsBrian
2007-02-22emit high-level IF/ELSE/ENDIF for vertex progs nowBrian
2007-02-22remove unneeded #includes, misc clean-upBrian
2007-02-22get rid of some unused slang_variable fieldsBrian
2007-02-22Replace slang_allocate_storage() with simpler _slang_attach_storage()Brian
2007-02-22Undo some STATE_POINT/FOG changes. Max length of state token array is now 5.Brian
2007-02-21disable debugBrian
2007-02-21remove unneeded #includesBrian
2007-02-21fix copy&paste errorsBrian
2007-02-21remove dead codeBrian