summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader
Commit message (Expand)AuthorAgeFilesLines
* Committing in .Jouk Jansen2005-09-233-3/+3
* additional wrapper updates, bug 4468Brian Paul2005-09-194-20/+37
* remove unused ctx varBrian Paul2005-09-161-1/+0
* use mesa import wrappers, bug 4468Brian Paul2005-09-165-7/+7
* remove unnecessary Swizzle parameter from struct (forgotten when the code was...Roland Scheidegger2005-09-121-1/+0
* be consistent in populating NegateBase fieldKeith Whitwell2005-09-083-30/+28
* fix incorrect swizzling handling. fix code so it can potentially handle imple...Roland Scheidegger2005-09-081-13/+18
* add a bunch of FLUSH_VERTICES to some of the ATI_fs functions, most notably w...Roland Scheidegger2005-09-081-0/+4
* fix var declaration so that a C compiler can build it.Karl Schultz2005-09-051-1/+2
* replace -1 with PROGRAM_UNDEFINED when initializing instructionsBrian Paul2005-09-021-6/+5
* add error checking to the GL_ATI_FRAGMENT_SHADER entrypoints. Fix bug with sc...Roland Scheidegger2005-09-023-63/+357
* fix static assertion problem for gcc (bug 4022)Brian Paul2005-08-101-1/+4
* disable the pointer size assertions (bug 4021)Brian Paul2005-08-101-2/+5
* fix indentationBrian Paul2005-08-101-14/+14
* Fix SPARC assembly for 64-bitIan Romanick2005-07-281-12/+12
* Make the vertex program source register Index field a signed int sinceBrian Paul2005-07-222-10/+10
* Wrap every place that accesses a dispatch table with a macro. A new script-Ian Romanick2005-07-181-1/+4
* Set fp->Opcode for OP_TEX_KILL case, fix from Ben Skeggs.Keith Whitwell2005-07-011-0/+1
* comment-out some unused code to silence warningsBrian Paul2005-07-012-2/+3
* fix typo in assertionsBrian Paul2005-07-011-2/+2
* added newline at end of fileBrian Paul2005-06-302-2/+2
* Add a set of predicate functions for testing matrices instead of directlyBrian Paul2005-06-301-3/+3
* Use ALIGN_MALLOC for parameter lists.Keith Whitwell2005-06-081-6/+13
* Add a VP_MAX_OPCODE entry to allow engines with internal opcodes toKeith Whitwell2005-06-071-1/+3
* Committing in .Jouk Jansen2005-06-011-0/+41
* Committing in .Jouk Jansen2005-06-015-382/+382
* change local var names from "asm" to "assem" - I guess it causedMichal Krol2005-05-251-22/+22
* a small utility to convert .syn files to its binary forms;Michal Krol2005-05-251-0/+79
* silencium gcc warningsMichal Krol2005-05-251-0/+2
* more slang codeMichal Krol2005-05-256-255/+312
* ncrease stack sizeMichal Krol2005-05-252-1/+2
* moved from mesa/shader to mesa/shader/grammarMichal Krol2005-05-256-0/+0
* remove the GLSL spec wording;Michal Krol2005-05-253-3020/+2267
* stand-alone vertsions of grammar_mesa - used by utilities;Michal Krol2005-05-252-0/+84
* change the behaviour of enter and local_addr instructionsMichal Krol2005-05-251-5/+5
* moved to windows build dirKarl Schultz2005-05-241-493/+0
* silence gcc warningsKeith Whitwell2005-05-233-0/+10
* Committing in .Jouk Jansen2005-05-201-2/+11
* intermediate code generator (not finished);Michal Krol2005-05-1914-77/+4053
* add static_assert macroMichal Krol2005-05-191-0/+2
* fix info log grabbingMichal Krol2005-05-191-3/+3
* int -> size_t to fix compile on LP64.Adam Jackson2005-05-111-1/+1
* Fix some valgrind complaintsKeith Whitwell2005-05-101-0/+4
* Fix some valgrind complaintsKeith Whitwell2005-05-101-2/+0
* reduce the use of malloc and strdup for parameter listsKeith Whitwell2005-05-102-25/+33
* Port Mesa to build on a P64 platform (e.g., Win64). P64 platformsKarl Schultz2005-05-057-15/+15
* Sort instructions for clarity.Keith Whitwell2005-05-041-33/+33
* Include negate information in disassembly output.Keith Whitwell2005-05-041-6/+12
* Mark unused registers as undefined so dissassemblers can recognizedKeith Whitwell2005-05-041-0/+10
* Improve the quality of the disassembly output for fragment programs.Keith Whitwell2005-05-041-129/+125