pass src->NegateBase as-is in t_src() now, as the flags are equivalent to r300's...
[mesa.git] / src / mesa / shader /
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
2005-05-25 Michal Krolmore slang code
2005-05-25 Michal Krolncrease stack size
2005-05-25 Michal Krolmoved from mesa/shader to mesa/shader/grammar
2005-05-25 Michal Krolremove the GLSL spec wording;
2005-05-25 Michal Krolstand-alone vertsions of grammar_mesa - used by utilities;
2005-05-25 Michal Krolchange the behaviour of enter and local_addr instructions
2005-05-24 Karl Schultzmoved to windows build dir
2005-05-23 Keith Whitwellsilence gcc warnings
2005-05-20 Jouk Jansen Committing in .
2005-05-19 Michal Krolintermediate code generator (not finished);
2005-05-19 Michal Kroladd static_assert macro
2005-05-19 Michal Krolfix info log grabbing
2005-05-11 Adam Jacksonint -> size_t to fix compile on LP64.
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-05-05 Karl SchultzPort Mesa to build on a P64 platform (e.g., Win64)...
2005-05-04 Keith WhitwellSort instructions for clarity.
2005-05-04 Keith WhitwellInclude negate information in disassembly output.
2005-05-04 Keith WhitwellMark unused registers as undefined so dissassemblers...
2005-05-04 Keith WhitwellImprove the quality of the disassembly output for fragm...
2005-05-04 Jouk Jansen Committing in .
2005-04-22 Michal KrolAdd more error checking.
2005-04-22 Michal KrolCosmetic changes.
2005-04-22 Michal KrolMove some utility functions to slang_utility.c.
2005-04-22 Michal KrolProvide precompiled binary versions of built-in library...
2005-04-21 Keith WhitwellReduce the size of mesa's internal fragment and vertex...
2005-04-21 Brian Pauluse _mesa_pow() for LIT (bug 3087)
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 Brian Paulremove carriage returns
2005-04-15 Keith WhitwellFix alpha value of STATE_LIGHTMODEL_SCENECOLOR. From...
2005-04-15 Michal Krolimplement info log; parse #version directive
2005-04-15 Michal Krolslang preprocessor
2005-04-15 Michal Krolslang #version directive syntax
2005-04-15 Michal Krolchange __asm statement semantics
2005-04-14 Michal Krolhook to _slang_compile()
2005-04-14 Michal Kroldo not use isdigit() - can cause link errors
2005-04-13 Michal Krolclean-up stuff
2005-04-13 Michal Krolsimple front-end compiler
2005-04-13 Michal Kroladd __fixed_input and __fixed_output qualifier support;
2005-04-13 Michal Krolcosmetic changes;
2005-04-13 Michal Krolcosmetic changes;
2005-04-13 Michal Krolcosmetic changes;
2005-04-13 Michal Krolconverts a .gc file to a C header containing string...
2005-04-07 Brian PaulAdd shaderobjects_3dlabs.c back into build but use...
2005-04-01 Brian PaulUse FEATURE_shading_language to control whether the...
2005-03-30 Adam JacksonDisable _mesa_3dlabs_create_{program,shader}_object...
2005-03-29 Brian PaulDisable C++ shading language code yet again. Doesn...
2005-03-29 Brian Paulre-enable _mesa_init_shaderobjects_3dlabs() call
2005-03-29 Brian Paulfix a variety of warnings/errors
2005-03-26 Brian Pauldisable _mesa_init_shaderobjects_3dlabs() call until...
2005-03-25 Michal Krolimplement gl2_3dlabs_shhandle interface; resolve few...
2005-03-25 Michal Krolcleanup query functions
2005-03-25 Michal Kroladd _mesa_init_shaderobjects_3dlabs() declaration
2005-03-25 Michal Krolfix comments; fix TBuiltInResource typedef
2005-03-25 Michal Krolfix comments; disable DLL linkage for WIN32
2005-03-18 Michal Krolupdate against 03-Feb-2005 release
2005-03-18 Michal Krola little program to change // comments to /* */ ones
2005-03-18 Michal Krolglslang flex and bison sources:
next