mesa.git
2007-03-08 Brianfix assertion
2007-03-08 Brian; and {} statements were broken
2007-03-08 Brianremove unused new_cjump()
2007-03-08 BrianIR_CJUMP0/1 no longer used/needed
2007-03-08 Brianrewrite _slang_gen_select() to use IF node
2007-03-08 Brians/_slang_gen_hl_if/_slang_gen_if/
2007-03-08 Brians/_slang_gen_hl_if/_slang_gen_if/
2007-03-08 Brianremove old assertion
2007-03-08 Briancheck for attempted writes to read-only vars
2007-03-08 BrianRework matrix-related code.
2007-03-08 Brianfix ProjectionMatrix typo
2007-03-08 Brianfix gl_TextureMatrix indexing
2007-03-08 Brianmore DEBUG_PROG
2007-03-08 Brianupdate comments
2007-03-07 Brianremove unneeded return stmt
2007-03-07 Brianadd missing gl_Point state, fix IR storage bug
2007-03-07 Brians/diffuset/diffuse/
2007-03-07 Brianregenerated
2007-03-07 Brianuse 2.0, 2.1 version strings
2007-03-07 Brianremove end_label field
2007-03-07 BrianFix problem with nested function calls such as y =...
2007-03-07 Brians/equal/EQUAL/, fix bugs in logical or/and code.
2007-03-07 Brianfix broken __postDecr()
2007-03-07 Brianfix deferredTexture bug
2007-03-07 Brianfix swizzled writemask bug
2007-03-07 Brianremove bogus assertion
2007-03-07 Brianfix incorrect HPOS write test
2007-03-07 Brianadditional error detection
2007-03-07 Briancheck for null program ptrs in _mesa_uniform()
2007-03-07 BrianGenerate an error if the vertex shader does not write...
2007-03-06 Brianmore integer arithmetic updates
2007-03-06 Brianfix some int arithmetic problems
2007-03-06 Brianmore DEBUG_PROG code
2007-03-06 Brianfix vert/frag typo
2007-02-27 Brianinfo about how the compiler works
2007-02-27 Brians/matrix_stack/gl_matrix_stack/ and s/mesa_list_state...
2007-02-27 Brianremove unused DriverMgrCtx
2007-02-27 BrianAdd EmitHighLevelInstructions, EmitComments booleans...
2007-02-27 Brianre-enable var scope destruct in slang_operation_destruct()
2007-02-27 BrianFix a few bugs in slang_operation variable scoping...
2007-02-27 Brianformatting fixes
2007-02-27 Brianfix mem leak in _mesa_ShaderSourceARB()
2007-02-26 Brianfix logic for reporting errors
2007-02-26 Briandisable execute bit
2007-02-26 Brianfix error flagging
2007-02-26 Brianre-enable some code
2007-02-26 BrianMerge branch 'glsl-compiler-1' of git+ssh://brianp...
2007-02-26 BrianRemove old error logging code. New slang_log.[ch]...
2007-02-26 BrianOverhaul of error handling.
2007-02-26 BrianOverhaul of error logging.
2007-02-26 BrianUse new slang_emit_info struct for passing context...
2007-02-26 BrianMerge branch 'glsl-compiler-1' of git+ssh://brianp...
2007-02-26 Brianremove unneeded includes
2007-02-26 Brianupdate comments
2007-02-26 Brianfix bounds checking in get_register_pointer()
2007-02-26 Briandefine and use MAX_PROGRAM_ADDRESS_REGS
2007-02-26 BrianAdd EnvParams field to gl_program_machine, avoid passin...
2007-02-26 Briansimplify _mesa_get_program_register()
2007-02-26 Brians/GetFragmentProgramRegister/GetProgramRegister/
2007-02-26 Brianminor clean-ups in _mesa_execute_program()
2007-02-26 Brianremove 'maxInst' parameter from _mesa_execute_program()
2007-02-26 Brianremove unused 'element' parameter from _mesa_execute_pr...
2007-02-26 Brians/attribs/results/
2007-02-26 Brianremove unused VaryingPtr
2007-02-26 BrianOptimize the loop for copying output results.
2007-02-26 Brianadd texture rotation
2007-02-25 Brianonly copy used outputs
2007-02-25 Brianoutput texcoord in vertex program
2007-02-25 BrianRevert "option to test mipmapping"
2007-02-25 Brianoption to test mipmapping
2007-02-25 Brianadd missing code for newer STATE_INTERNAL items
2007-02-24 BrianUndo some changes to _mesa_UpdateTexEnvProgram(). ...
2007-02-24 BrianOutputs[] array wasn't large enough, define MAX_PROGRAM...
2007-02-24 BrianRemove unneeded _Fragment/VertexShaderPresent fields...
2007-02-24 BrianUse prog_execute.c to run vertex programs until t_vb_ar...
2007-02-24 Brianremove comment
2007-02-24 BrianFix assertion in get_register_pointer(), fix EXP case.
2007-02-24 Brianadded ARL, EXP, LOG, relative indexing
2007-02-24 Brianadd some missing cases in _mesa_program_state_string()
2007-02-24 Brianfix fog breakage
2007-02-23 Brianreindent
2007-02-23 Briandon't pass program ptr to fetch_vector[14]()
2007-02-23 BrianUpdate DRI drivers for new glsl compiler.
2007-02-23 Brianexpose _mesa_load_tracked_matrices()
2007-02-23 Brianadded linux-dri-debug
2007-02-23 BrianSWvertex no longer has texcoord field, use attrib field...
2007-02-23 Brians/GLint/gl_state_index/, length is now 5 not 6
2007-02-23 Brians/GLint/gl_state_index/, length is now 5 not 6
2007-02-23 Brianre-expose _mesa_print_alu_instruction()
2007-02-23 Brianremove dead code
2007-02-23 Brianreplace GLint with gl_state_index
2007-02-23 Briancomments, clean-up
2007-02-23 Brianremove unused slang_atom_pool_gen()
2007-02-23 Brianadded slang_label.c
2007-02-23 Briancomments, clean-up
2007-02-23 BrianReplace slang_ir_node::Target w/ Field. Remove Comment...
2007-02-23 Brianremove old _slang_gen_if()
2007-02-23 BrianRe-implement branching with slang_labels.
2007-02-23 Brianlabel routines for implementing branches, jumps
2007-02-23 Briandebug code for emitting variable allocation comments
next