updated some printfs, added comment about sched_yield
[mesa.git] / src / mesa / shader /
2006-03-15 Brian Paulrename enums, fixes compilation breakage (Michal Krol)
2006-03-14 Michal KrolMore GLSL code:
2006-03-07 Jouk Jansen Committing in .
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...
2006-02-27 Brian Paulsilence a bunch of warnings
2006-02-27 Michal KrolMore GLSL code:
2006-02-22 Brian Pauladd some #includes, fix some prototypes (bug 5992)
2006-02-22 Brian Pauladd missing prototypes, use _slang_ prefix on non-stati...
2006-02-22 Brian Paulsilence a variety of compiler warnings
2006-02-21 Michal KrolMore GLSL code:
2006-02-21 Jouk Jansen Committing in .
2006-02-18 Michal KrolMore GLSL code.
2006-02-15 Brian PaulSet NumInstructions (bug 5864)
2006-02-15 Brian PaulFix a few warnings:
2006-02-15 Michal KrolAdd support for forward function declarations.
2006-02-15 Michal KrolAdd fragment shader execute entry.
2006-02-13 Jouk Jansen Update OpenVMS compile support
2006-02-13 Michal KrolMore glsl code.
2006-02-13 Michal KrolREVISION 3.
2006-02-13 Michal KrolCosmetic changes.
2006-02-13 Michal KrolDelete most of the comments.
2006-02-13 Michal KrolGet it running for ARB_vertex_shader.
2006-02-13 Michal KrolRename current_program to CurrentProgram.
2006-01-30 Michal KrolSplit slang_compile.c into several smaller files -...
2006-01-16 Michal Krolremove some test code;
2006-01-16 Michal Krolremove slang_*_gc.h files;
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 Paulremove incorrect cast
2005-11-19 Brian PaulSaturate is a 1-bit boolean field
2005-11-19 Brian PaulNo longer derive 'ati_fragment_shader' from 'program...
2005-11-19 Brian PaulRemove the _mesa_parse_arb_vertex/fragment_program...
2005-11-19 Brian Paulupdate comments, remove ^M chars
2005-11-19 Brian Paulmove a bunch of gl2/shading language structs from mtype...
2005-11-12 Brian PaulImprove _mesa_print_program().
2005-11-12 Brian Paulfix comment for TexSrcTarget
2005-11-12 Brian Paulupdate some assertions
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 Paulremove _mesa_debug_fp_inst()
2005-11-08 Brian Paulminor work in _mesa_print_program()
2005-11-08 Brian Paulremove unneeded #includes
2005-11-07 Brian Paulremove unneeded #includes
2005-11-05 Brian Paulconsolidate vertex/fragment program printing into _mesa...
2005-11-05 Brian Pauluse _mesa_program_file_string() and _mesa_opcode_string()
2005-11-05 Brian Pauladded _mesa_program_file_string()
2005-11-05 Brian PaulUse _mesa_opcode_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 Pauldon't need MAKE_SWIZZLE() macro
2005-11-05 Brian PaulReplace parameter_type enum in program.[ch], use regist...
2005-11-04 Brian Pauluse VERT_RESULT_HPOS, VERT_BIT_POS tokens
2005-11-03 Brian PaulStreamline code generation by using a fixed size instru...
2005-11-03 Brian Pauluse WRITEMASK_* tokens
2005-11-03 Brian Pauladded a const, clean-up
2005-11-03 Brian Paulfix typo, minor clean-ups
2005-11-02 Brian PaulRename FRAG_OUTPUT_* tokens to FRAG_RESULT_* to match...
2005-11-01 Keith WhitwellSeveral fp and vp tweaks:
2005-11-01 Brian PaulRe-org and clean-up of vertx/fragment program limits...
2005-10-30 Brian PaulSimplify parse_attrib_binding().
2005-10-30 Brian PaulLots of clean-up in arb program parser.
2005-10-29 Brian PaulUse MAKE_SWIZZLE4() macro in a few more places.
2005-10-29 Brian PaulFree old parameter list before assigning new one. ...
2005-10-29 Brian Pauls/lenght/length/
2005-10-29 Brian Paulfix a few bugs in SWZ execution
2005-10-29 Brian PaulIf parsing a program fails, don't change the vertex...
2005-10-28 Brian Pauladd newline at end of file
2005-10-21 Brian Paulfix broken SWZ instruction
2005-09-23 Jouk Jansen Committing in .
2005-09-19 Brian Pauladditional wrapper updates, bug 4468
2005-09-16 Brian Paulremove unused ctx var
2005-09-16 Brian Pauluse mesa import wrappers, bug 4468
2005-09-12 Roland Scheideggerremove unnecessary Swizzle parameter from struct (forgo...
2005-09-08 Keith Whitwellbe consistent in populating NegateBase field
2005-09-08 Roland Scheideggerfix incorrect swizzling handling. fix code so it can...
2005-09-08 Roland Scheideggeradd a bunch of FLUSH_VERTICES to some of the ATI_fs...
2005-09-05 Karl Schultzfix var declaration so that a C compiler can build it.
2005-09-02 Brian Paulreplace -1 with PROGRAM_UNDEFINED when initializing...
2005-09-02 Roland Scheideggeradd error checking to the GL_ATI_FRAGMENT_SHADER entryp...
2005-08-10 Brian Paulfix static assertion problem for gcc (bug 4022)
2005-08-10 Brian Pauldisable the pointer size assertions (bug 4021)
2005-08-10 Brian Paulfix indentation
2005-07-28 Ian RomanickFix SPARC assembly for 64-bit
2005-07-22 Brian PaulMake the vertex program source register Index field...
2005-07-18 Ian RomanickWrap every place that accesses a dispatch table with...
2005-07-01 Keith WhitwellSet fp->Opcode for OP_TEX_KILL case, fix from Ben Skeggs.
2005-07-01 Brian Paulcomment-out some unused code to silence warnings
2005-07-01 Brian Paulfix typo in assertions
2005-06-30 Brian Pauladded newline at end of file
2005-06-30 Brian PaulAdd a set of predicate functions for testing matrices...
2005-06-08 Keith WhitwellUse ALIGN_MALLOC for parameter lists.
2005-06-07 Keith WhitwellAdd a VP_MAX_OPCODE entry to allow engines with interna...
2005-06-01 Jouk Jansen Committing in .
2005-06-01 Jouk Jansen Committing in .
2005-05-25 Michal Krolchange local var names from "asm" to "assem" - I guess...
2005-05-25 Michal Krola small utility to convert .syn files to its binary...
2005-05-25 Michal Krolsilencium gcc warnings
next