summaryrefslogtreecommitdiff
path: root/src/mesa/shader
AgeCommit message (Expand)Author
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-07check for null program ptrs in _mesa_uniform()Brian
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-06more DEBUG_PROG codeBrian
2007-03-06fix vert/frag typoBrian
2007-03-04Propogate UsesKill information.Keith Whitwell
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-26disable execute bitBrian
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-25update commentsBrian
2007-02-25fix bounds checking in get_register_pointer()Brian
2007-02-25define and use MAX_PROGRAM_ADDRESS_REGSBrian
2007-02-25Add EnvParams field to gl_program_machine, avoid passing ctx to a bunch of fu...Brian
2007-02-25simplify _mesa_get_program_register()Brian
2007-02-25s/GetFragmentProgramRegister/GetProgramRegister/Brian
2007-02-25minor clean-ups in _mesa_execute_program()Brian
2007-02-25remove 'maxInst' parameter from _mesa_execute_program()Brian
2007-02-25remove unused 'element' parameter from _mesa_execute_program()Brian
2007-02-24add missing code for newer STATE_INTERNAL itemsBrian
2007-02-24Outputs[] array wasn't large enough, define MAX_PROGRAM_OUTPUTS, new assertions.Brian
2007-02-24Remove unneeded _Fragment/VertexShaderPresent fields, update comments.Brian
2007-02-24remove commentBrian
2007-02-24Fix assertion in get_register_pointer(), fix EXP case.Brian
2007-02-23added ARL, EXP, LOG, relative indexingBrian
2007-02-23add some missing cases in _mesa_program_state_string()Brian
2007-02-23fix fog breakageBrian
2007-02-23reindentBrian
2007-02-23don't pass program ptr to fetch_vector[14]()Brian
2007-02-23re-expose _mesa_print_alu_instruction()Brian
2007-02-23remove dead codeBrian
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