Fix SPARC assembly for 64-bit
[mesa.git] / src / mesa / shader /
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:
2005-03-14 Michal Krolmake it compile under linux
2005-03-14 Michal Krolmake it compile under gcc 3.3.2
2005-03-14 Michal Krolfix enum comma
2005-02-16 Brian Paulfixed problems with parse_float() (fd.o bug 2520)
2005-02-14 Daniel BorcaProgramCallbackMesa must match the prototype
2005-01-30 Dave Airlieadd number of passes count to ati_fragment_shader
2005-01-28 Michal Krolmove file
2005-01-21 Michal Kroladd slang/traverse_wrap.h
2005-01-21 Michal KrolHandy TIntermTraverser class wrapper
2005-01-20 Brian PaulUpdate glDeletePrograms/Buffers() so that the ID is...
2005-01-19 Brian Paulmake sure the new instruction Data pointer is set to...
2005-01-19 Brian Paulfix a typo
2005-01-19 Brian Paulminor formatting fix
2005-01-18 Michal Krolremove #ifndef linux, it isnt defined on Linux, where...
2005-01-18 Michal Krolcomment out _THROW calls, dont want to compile under...
2005-01-18 Michal Krolfix // comments
2005-01-17 Michal Kroladd slang/ directory tree
2005-01-17 Michal Krol2005-oct-19 3dlabs slang compiler, tweaked a little bit
2005-01-17 Michal Krolslang to mesa compatibility, tested only under Windows
2005-01-17 Michal Kroladd [.slang] to INCDIR, fix comma in OBJECTS
2005-01-17 Brian Paulsilence warning
2005-01-17 Brian Paulsilence a bunch of warnings
2005-01-13 Michal Krol3dlabs glslang frontend
2005-01-13 Michal Krol3dlabs glslang frontend, not complete
2005-01-13 Michal Krolcosmetic changes
next