Age | Commit message (Expand) | Author |
2007-10-02 | Generate a texenv fragment program if there's a GLSL vertex shader but no GLS... | Brian |
2007-09-25 | include programopt.h | Brian |
2007-09-25 | Disable vertex shader fog, compute fog in fragment shader. | Brian |
2007-09-18 | temporarily set the FRAG_BIT_FOGC bit in InputsRead when fog is enabled | Brian |
2007-07-04 | Be more consistant with paths in #includes. Eventually, eliminate a bunch of... | Brian |
2007-07-03 | fix GL_DOT3_RGBA texture combiner mode in generated fragment programs (bug #1... | Roland Scheidegger |
2007-03-26 | merge of glsl-compiler-1 branch | Brian |
2007-03-22 | use _mesa_copy_instructions() | Brian |
2007-02-24 | Undo some changes to _mesa_UpdateTexEnvProgram(). Fixes broken i915 texturing. | Brian |
2007-02-23 | s/GLint/gl_state_index/, length is now 5 not 6 | Brian |
2007-01-23 | fix g++ warnings/errors | Brian |
2007-01-23 | fixes for C++ warnings/errors | Brian |
2007-01-09 | Moved NumTexInstructions, NumTexIndirections, etc. into gl_program since | Brian |
2006-12-15 | Lots of assorted changes for new GLSL compiler backend. | Brian |
2006-11-15 | Add a size parameter to _mesa_add_unnamed_constant() and | Brian Paul |
2006-10-30 | remove debug code | Brian Paul |
2006-10-29 | Rather than always allocating 100 instructions, put instructions into a | Brian Paul |
2006-10-29 | Change _mesa_init_instruction() to initialize an array of instructions. | Brian Paul |
2006-08-10 | Fix some breakage after the PROGRAM_UNDEFINED change | Alan Hourihane |
2006-07-20 | Some structure renaming. Prefix vertex/fragment-related structs with | Brian Paul |
2006-05-30 | remove redundant 'const' | Brian Paul |
2006-05-23 | Add const qualifiers in a number of places. | Brian Paul |
2006-05-23 | In cache_item(), there was sizeof(void) expression. | Brian Paul |
2006-05-22 | memory usage fixes for glean/conform, use a better hash function | Keith Whitwell |
2006-05-22 | Fix typo | Keith Whitwell |
2006-05-22 | Better caching for texenv programs. | Keith Whitwell |
2006-04-13 | casts to fix some -pedantic warnings | Brian Paul |
2006-03-28 | fix #6072 (Keith Whitwell) | Aapo Tahkola |
2006-01-24 | fix using a tmp without asking for one | Jerome Glisse |
2006-01-24 | fix broken get_half & get_zero | Aapo Tahkola |
2005-12-14 | use GLbitfield instead of GLuint | Brian Paul |
2005-12-12 | silence warning, bug 5318 | Brian Paul |
2005-12-06 | C++ fixes, mostly casts (Stephane Conversy) | Brian Paul |
2005-11-20 | Make Saturate a 2-bit field again, renamed to SaturateMode with three | Brian Paul |
2005-11-19 | additional clean-ups and improvements | Brian Paul |
2005-11-19 | Bunch of little fixes: | Brian Paul |
2005-11-19 | Remove the _mesa_parse_arb_vertex/fragment_program() functions into | Brian Paul |
2005-11-18 | Reduce stderr noise. | Aapo Tahkola |
2005-11-12 | Move stuff common to vertex/fragment_program into the base class, including: | Brian Paul |
2005-11-08 | s/_mesa_debug_fp_inst/_mesa_print_program/ | Brian Paul |
2005-11-05 | Unify vertex/fragment program instuctions. | Brian Paul |
2005-11-02 | Rename FRAG_OUTPUT_* tokens to FRAG_RESULT_* to match vertex program convention | Brian Paul |
2005-11-01 | Several fp and vp tweaks: | Keith Whitwell |
2005-11-01 | Re-org and clean-up of vertx/fragment program limits (instructions, | Brian Paul |
2005-10-07 | Populate arb_fp_instruction negate field correctly. | Keith Whitwell |
2005-09-19 | additional wrapper updates, bug 4468 | Brian Paul |
2005-09-16 | use mesa import wrappers, bug 4468 | Brian Paul |
2005-09-15 | Replace GLuint with GLbitfield where appropriate. Also replace GLuint | Brian Paul |
2005-09-08 | Keep NumTemporaries uptodate. | Keith Whitwell |
2005-08-06 | Follow suggestion by Aapo Tahkola to fix giant memory leak from forgetting to... | Vladimir Dergachev |