Age | Commit message (Expand) | Author |
2009-08-26 | mesa: additional instruction field size assertions | Brian Paul |
2009-06-17 | mesa: silence warning | Brian Paul |
2009-06-17 | mesa: added _mesa_postprocess_program() to aid shader debugging | Brian Paul |
2009-04-18 | mesa: add switch case for GL_VERTEX_STATE_PROGRAM_NV in _mesa_new_program() | Brian Paul |
2009-02-28 | mesa: rename, reorder FRAG_RESULT_x tokens | Brian Paul |
2009-02-18 | mesa: increase MAX_UNIFORMS to 1024 (of vec4 type) | Brian Paul |
2009-01-09 | mesa: fix off-by-one bug in _mesa_delete_instructions() | Brian Paul |
2008-10-10 | Merge commit 'origin/master' into gallium-0.2 | Keith Whitwell |
2008-10-10 | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Keith Whitwell |
2008-10-08 | mesa: in _mesa_combine_programs() take new STATE_CURRENT_ATTRIB color into ac... | Brian Paul |
2008-09-26 | mesa: fix assertion in _mesa_reference_program() | Brian Paul |
2008-09-21 | Merge branch 'master' into gallium-0.2 | Keith Whitwell |
2008-09-21 | mesa: set point state | Brian Paul |
2008-09-21 | mesa: Use appropriate unsigned/signed, float/integer types. | José Fonseca |
2008-09-21 | mesa: move fixed function vertex program builder from tnl to core mesa | Keith Whitwell |
2008-09-18 | mesa: prefix a bunch of #include lines with "main/". | Brian Paul |
2008-09-11 | Merge branch 'gallium-0.1' into gallium-0.2 | Keith Whitwell |
2008-08-12 | mesa: set point state | Brian Paul |
2008-07-29 | mesa: refactor: move _mesa_Bind/Gen/DeleteProgram() to arbprogram.c | Brian Paul |
2008-07-24 | mesa: Prefix main includes with dir to avoid conflicts. | José Fonseca |
2008-07-21 | mesa: refactor: move _mesa_Bind/Gen/DeleteProgram() to arbprogram.c | Brian |
2008-07-12 | r500: Add "Not quite SSA" and dead code elimination pass | Nicolai Haehnle |
2008-07-05 | _mesa_clone_program: Copy ShadowSamplers | Nicolai Haehnle |
2008-06-24 | mesa: Use appropriate unsigned/signed, float/integer types. | José Fonseca |
2008-05-19 | fix tempReg test in _mesa_combine_programs() | Brian Paul |
2008-05-19 | fix tempReg test in _mesa_combine_programs() | Brian Paul |
2008-05-18 | fixes to _mesa_combine_programs(), from gallium-0.1 | Brian Paul |
2008-05-16 | minor changes to aid debugging | Brian Paul |
2008-05-16 | remove stray, left-over RefCount++ | Brian Paul |
2008-05-14 | added _mesa_combine_parameter_lists() | Brian Paul |
2008-05-14 | fix some additional program refcounting bugs | Brian Paul |
2008-05-14 | mesa: added _mesa_insert_instructions() | Brian Paul |
2008-05-14 | fix some additional program refcounting bugs | Brian Paul |
2008-05-08 | disable debug printfs | Brian Paul |
2008-05-07 | fix refcounting bugs in tnl/tex program caches | Brian Paul |
2008-05-07 | gallium: implement full reference counting for vertex/fragment programs | Brian Paul |
2008-05-06 | implement full reference counting for vertex/fragment programs | Brian |
2008-04-22 | small cleanups | Alan Hourihane |
2008-04-07 | mesa: added _mesa_insert_instructions() | Brian |
2008-04-04 | gallium: make sure to set the SamplersUsed field for bitmap/drawpixels shaders | Brian Paul |
2008-03-25 | mesa: fix some issues in _mesa_combine_programs() | Brian Paul |
2008-03-22 | use ctx->Driver.DeleteProgram() in a few more places | Brian |
2008-03-22 | use ctx->Driver.DeleteProgram() in a few more places | Brian |
2008-01-16 | copy UsesKill state in _mesa_combine_programs() | Brian |
2008-01-01 | free program caches | Brian |
2007-11-01 | remove dead code in _mesa_new_program() | Brian |
2007-10-31 | alloc caches for fixed-func vertex/fragment progs | Brian |
2007-10-30 | fix InputsRead bug in _mesa_combine_programs() | Brian |
2007-10-30 | make _mesa_combine_programs() params const | Brian |
2007-10-30 | Added _mesa_combine_programs() for concatenating two programs. | Brian |