| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'gallium-0.1' into gallium-0.2 | Keith Whitwell | 2008-09-11 | 1 | -153/+59 |
|\ |
|
| * | mesa: Apply MSVC portability fixes from Alan Hourihane. | José Fonseca | 2008-05-31 | 1 | -5/+5 |
| * | use PROGRAM_CONSTANT instead of PROGRAM_STATE_VAR when generating immediates/... | Brian | 2008-01-18 | 1 | -1/+1 |
| * | set SamplerUnit[] entry in load_texture() just to be safe | Brian | 2007-12-14 | 1 | -0/+4 |
| * | set program->SamplersUsed bit when using a texture instruction | Brian | 2007-12-14 | 1 | -1/+3 |
| * | Update texenvprogram.c code to use prog_cache.c routines. | Brian | 2007-10-31 | 1 | -128/+7 |
| * | Remove ctx field from texenvprog_cache | Brian | 2007-10-29 | 1 | -12/+11 |
| * | Refactor _mesa_UpdateTexEnvProgram() | Brian | 2007-10-29 | 1 | -32/+36 |
| * | Disable the else clause which assigns the default fragment program to ctx->Fr... | Brian | 2007-10-29 | 1 | -0/+2 |
| * | properly init dst reg's CondMask/Swizzle fields | Brian | 2007-10-23 | 1 | -2/+2 |
| * | bump up MAX_INSTRUCTIONS and add an assertion to catch emitting too many inst... | Brian | 2007-10-23 | 1 | -3/+6 |
| * | Generate a texenv fragment program if there's a GLSL vertex shader but no GLS... | Brian | 2007-10-02 | 1 | -1/+2 |
| * | include programopt.h | Brian | 2007-09-25 | 1 | -0/+1 |
| * | Disable vertex shader fog, compute fog in fragment shader. | Brian | 2007-09-25 | 1 | -5/+11 |
| * | temporarily set the FRAG_BIT_FOGC bit in InputsRead when fog is enabled | Brian | 2007-09-18 | 1 | -0/+1 |
* | | texenvprogram: Mark textures using ARB_shadow as ShadowSamplers | Nicolai Haehnle | 2008-06-14 | 1 | -2/+6 |
* | | [texenvprogram] Fix refcounting-related memory leak. | Nicolai Haehnle | 2008-06-02 | 1 | -1/+2 |
* | | fix refcounting bugs in tnl/tex program caches | Brian Paul | 2008-05-07 | 1 | -26/+33 |
* | | replace // comment with /* */ (bug 14916) | Brian | 2008-03-09 | 1 | -1/+1 |
* | | i965: use _Current pointer instead of Current pointer. | Xiang, Haihao | 2008-02-29 | 1 | -1/+2 |
* | | fix bug with generated fragment programs if vertex shader is active | Roland Scheidegger | 2008-02-15 | 1 | -2/+2 |
* | | Merge branch '965-glsl' | Zou Nan hai | 2007-10-26 | 1 | -1/+1 |
|\ \ |
|
| * | | Only vertex program fix, bypass tnl vertex program | Zou Nan hai | 2007-10-08 | 1 | -1/+1 |
| |/ |
|
* | | properly init dst reg's CondMask/Swizzle fields | Brian | 2007-10-23 | 1 | -2/+2 |
* | | bump up MAX_INSTRUCTIONS and add an assertion to catch emitting too many inst... | Brian | 2007-10-23 | 1 | -4/+7 |
* | | Brian's fix for bug9829 | Xiang, Haihao | 2007-08-17 | 1 | -1/+1 |
|/ |
|
* | Be more consistant with paths in #includes. Eventually, eliminate a bunch of... | Brian | 2007-07-04 | 1 | -4/+4 |
* | fix GL_DOT3_RGBA texture combiner mode in generated fragment programs (bug #1... | Roland Scheidegger | 2007-07-03 | 1 | -1/+1 |
* | merge of glsl-compiler-1 branch | Brian | 2007-03-26 | 1 | -40/+58 |
|\ |
|
| * | Undo some changes to _mesa_UpdateTexEnvProgram(). Fixes broken i915 texturing. | Brian | 2007-02-24 | 1 | -3/+9 |
| * | s/GLint/gl_state_index/, length is now 5 not 6 | Brian | 2007-02-23 | 1 | -9/+7 |
| * | fix g++ warnings/errors | Brian | 2007-01-23 | 1 | -2/+3 |
| * | Moved NumTexInstructions, NumTexIndirections, etc. into gl_program since | Brian | 2007-01-09 | 1 | -9/+9 |
| * | Lots of assorted changes for new GLSL compiler backend. | Brian | 2006-12-15 | 1 | -26/+40 |
* | | use _mesa_copy_instructions() | Brian | 2007-03-22 | 1 | -4/+3 |
* | | fixes for C++ warnings/errors | Brian | 2007-01-23 | 1 | -2/+3 |
|/ |
|
* | Add a size parameter to _mesa_add_unnamed_constant() and | Brian Paul | 2006-11-15 | 1 | -1/+1 |
* | remove debug code | Brian Paul | 2006-10-30 | 1 | -7/+0 |
* | Rather than always allocating 100 instructions, put instructions into a | Brian Paul | 2006-10-29 | 1 | -18/+42 |
* | Change _mesa_init_instruction() to initialize an array of instructions. | Brian Paul | 2006-10-29 | 1 | -1/+1 |
* | Fix some breakage after the PROGRAM_UNDEFINED change | Alan Hourihane | 2006-08-10 | 1 | -2/+2 |
* | Some structure renaming. Prefix vertex/fragment-related structs with | Brian Paul | 2006-07-20 | 1 | -8/+9 |
* | remove redundant 'const' | Brian Paul | 2006-05-30 | 1 | -1/+1 |
* | Add const qualifiers in a number of places. | Brian Paul | 2006-05-23 | 1 | -11/+12 |
* | In cache_item(), there was sizeof(void) expression. | Brian Paul | 2006-05-23 | 1 | -1/+1 |
* | memory usage fixes for glean/conform, use a better hash function | Keith Whitwell | 2006-05-22 | 1 | -29/+49 |
* | Fix typo | Keith Whitwell | 2006-05-22 | 1 | -1/+1 |
* | Better caching for texenv programs. | Keith Whitwell | 2006-05-22 | 1 | -15/+60 |
* | casts to fix some -pedantic warnings | Brian Paul | 2006-04-13 | 1 | -4/+4 |
* | fix #6072 (Keith Whitwell) | Aapo Tahkola | 2006-03-28 | 1 | -12/+17 |