fix several program-related bugs (bug 9136)
[mesa.git] / src / mesa / shader / program.c
2006-11-23 Brian Paulfix several program-related bugs (bug 9136)
2006-11-17 Brian Pauladd STATE_INTERNAL_DRIVER, etc (Rune Petersen)
2006-11-16 Brian Pauldisable yesterday's _mesa_add_named_constant() change...
2006-11-15 Brian PaulAdd a size parameter to _mesa_add_unnamed_constant...
2006-11-15 Brian PaulAdd new _mesa_lookup_parameter_constant() to search...
2006-11-02 Brian PaulRename _mesa_IsProgram() to _mesa_IsProgramARB() to...
2006-10-31 Brian Paulminor clean-ups, simplifications and new comments
2006-10-30 Brian PaulMove gl_vertex_program_machine struct out of mtypes...
2006-10-29 Brian PaulChange _mesa_init_instruction() to initialize an array...
2006-10-28 Brian Paulspecial case END in _mesa_print_instruction()
2006-10-10 Brian Paula step toward moving run-time vertex program state...
2006-10-10 Brian PaulMove the fp_machine struct into s_nvfragmprog.c since...
2006-09-20 Keith WhitwellAdd a new internal program parameter value STATE_TEXREC...
2006-09-20 Keith WhitwellExport _mesa_print_alu_instruction() to allow drivers...
2006-08-25 Brian PaulFree vertex program TnlData, if any. Fixes a mem leak.
2006-08-25 Brian PaulRearrange glBindProgram() code to do all error checking...
2006-08-25 Brian Pauladded _mesa_alloc_instructions() utility function
2006-08-24 Brian PaulCg tries to bind NV fragment programs to the GL_FRAGMEN...
2006-08-24 Brian PaulAdded _mesa_realloc_instructions() utility function.
2006-08-23 Brian PaulAdded _mesa_lookup_program() and _mesa_lookup_bufferobj...
2006-07-20 Brian PaulSome structure renaming. Prefix vertex/fragment-relate...
2006-05-24 Brian PaulRoll _mesa_free_parameters() into calling function...
2006-05-24 Brian Paulfix a small memory leak in _mesa_add_state_reference()
2006-03-03 Roland ScheideggerUse standard ARB names instead of vendor-specific NV...
2006-03-01 Roland ScheideggerFix glGet with enums which are used not only in NV_vert...
2005-12-06 Brian PaulC++ fixes, mostly casts (Stephane Conversy)
2005-11-22 Keith Whitwelltrack state flags which might invalidate parameter...
2005-11-20 Brian Paulmove _mesa_init_instruction() to program.c
2005-11-20 Brian PaulMake Saturate a 2-bit field again, renamed to SaturateM...
2005-11-19 Brian PaulNo longer derive 'ati_fragment_shader' from 'program...
2005-11-12 Brian PaulImprove _mesa_print_program().
2005-11-12 Brian PaulMove stuff common to vertex/fragment_program into the...
2005-11-08 Ian RomanickThis patch adds the missing NV_vertex_program2 and...
2005-11-08 Brian Paulminor work in _mesa_print_program()
2005-11-05 Brian Paulconsolidate vertex/fragment program printing into _mesa...
2005-11-05 Brian Pauladded _mesa_program_file_string()
2005-11-05 Brian Pauladded _mesa_num_inst_src_regs() and _mesa_opcode_string()
2005-11-05 Brian PaulUnify vertex/fragment program instuctions.
2005-11-05 Brian PaulReplace parameter_type enum in program.[ch], use regist...
2005-11-03 Brian Pauladded a const, clean-up
2005-11-02 Brian PaulRename FRAG_OUTPUT_* tokens to FRAG_RESULT_* to match...
2005-11-01 Brian PaulRe-org and clean-up of vertx/fragment program limits...
2005-09-16 Brian Pauluse mesa import wrappers, bug 4468
2005-09-02 Roland Scheideggeradd error checking to the GL_ATI_FRAGMENT_SHADER entryp...
2005-06-08 Keith WhitwellUse ALIGN_MALLOC for parameter lists.
2005-05-10 Keith WhitwellFix some valgrind complaints
2005-05-10 Keith WhitwellFix some valgrind complaints
2005-05-10 Keith Whitwellreduce the use of malloc and strdup for parameter lists
2005-04-21 Keith WhitwellReduce the size of mesa's internal fragment and vertex...
2005-04-20 Brian Paulfix state.light[n].spot.direction.w value (bug 3083)
2005-04-18 Jouk Jansen Updates for OpenVMS : New makefiles
2005-04-15 Keith WhitwellFix alpha value of STATE_LIGHTMODEL_SCENECOLOR. From...
2005-02-14 Daniel BorcaProgramCallbackMesa must match the prototype
2005-01-20 Brian PaulUpdate glDeletePrograms/Buffers() so that the ID is...
2005-01-11 Brian Paulprototype _mesa_init_ati_fragment_shader()
2004-12-19 Dave AirlieImplement software ATI_fragment_shader
2004-12-18 Brian PaulAdded PRINT instruction for GL_NV_fragment_program.
2004-12-16 Brian PaulExperimental PRINT instruction for NV_vertex_program.
2004-12-02 Alan HourihaneFix some warnings
2004-10-02 Brian Paulfix LoadProgramNV regression when I had fixed the RefCo...
2004-09-14 Brian Paulalso fix possible delete bugs with buffer objects and...
2004-08-25 Brian PaulSilence gcc 3.4 warnings on ReactOS. Mostly unused...
2004-08-14 Brian Paulfix some memory leaks (bug #1002030)
2004-06-29 Brian Paulremove trailing whitespace and misc clean-ups
2004-06-25 Brian Paulremove program from hash table when deleted (bug 979514)
2004-06-20 Brian Paulremove redundant program field initializers in BindProg...
2004-05-04 Brian Paulremove unneeded line
2004-04-23 Brian PaulAdded ctx->Vertex/FragmentProgram._Enable flags. Set...
2004-03-29 Michal KrolMoved from src/mesa/main