Age | Commit message (Expand) | Author |
2008-12-31 | mesa: increase max texture image units and GLSL samplers to 16 | Brian Paul |
2008-11-20 | mesa: fix shadow sampling unit issue. | Xiang, Haihao |
2008-09-24 | set SamplerUnit[] entry in load_texture() just to be safe | Brian |
2008-09-24 | use PROGRAM_CONSTANT instead of PROGRAM_STATE_VAR when generating immediates/... | Brian |
2008-09-24 | set program->SamplersUsed bit when using a texture instruction | Brian |
2008-09-24 | Remove ctx field from texenvprog_cache | Brian |
2008-09-24 | include programopt.h | Brian |
2008-09-24 | Disable vertex shader fog, compute fog in fragment shader. | Brian |
2008-09-24 | temporarily set the FRAG_BIT_FOGC bit in InputsRead when fog is enabled | Brian |
2008-09-23 | mesa: Apply MSVC portability fixes from Alan Hourihane. | José Fonseca |
2008-09-21 | mesa: move fixed function vertex program builder from tnl to core mesa | Keith Whitwell |
2008-06-14 | texenvprogram: Mark textures using ARB_shadow as ShadowSamplers | Nicolai Haehnle |
2008-06-02 | [texenvprogram] Fix refcounting-related memory leak. | Nicolai Haehnle |
2008-05-07 | fix refcounting bugs in tnl/tex program caches | Brian Paul |
2008-03-09 | replace // comment with /* */ (bug 14916) | Brian |
2008-02-29 | i965: use _Current pointer instead of Current pointer. | Xiang, Haihao |
2008-02-15 | fix bug with generated fragment programs if vertex shader is active | Roland Scheidegger |
2007-10-26 | Merge branch '965-glsl' | Zou Nan hai |
2007-10-23 | properly init dst reg's CondMask/Swizzle fields | Brian |
2007-10-23 | bump up MAX_INSTRUCTIONS and add an assertion to catch emitting too many inst... | Brian |
2007-10-08 | Only vertex program fix, bypass tnl vertex program | Zou Nan hai |
2007-08-17 | Brian's fix for bug9829 | Xiang, Haihao |
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 |