Age | Commit message (Expand) | Author |
2008-12-19 | GLSL: The LOG2 macro doesn't have enough precision | Ian Romanick |
2008-12-15 | mesa: rename slang_library_noise.[ch] to prog_noise.[ch] and rename functions | Brian Paul |
2008-12-12 | mesa: use IFLOOR(x) instead of (int) FLOORF(x) | Brian Paul |
2008-11-11 | mesa: allow relative indexing into all register files and indirect dst regist... | Brian Paul |
2008-11-07 | mesa: forgot sqrt in NRM3/4 instructions | Brian Paul |
2008-11-07 | mesa: added DP2, DP2A instructions | Brian Paul |
2008-11-07 | mesa: added AND/OR/NOT/XOR instructions | Brian Paul |
2008-11-07 | mesa: added OPCODE_NRM3/NRM4 instructions for vector normalization. | Brian Paul |
2008-11-06 | mesa: rename OPCODE_INT -> OPCODE_TRUNC | Brian Paul |
2008-09-23 | mesa: Apply MSVC portability fixes from Alan Hourihane. | José Fonseca |
2008-09-18 | mesa: prefix a bunch of #include lines with "main/". | Brian Paul |
2008-07-29 | mesa: Silence compiler warnings on Windows. | Brian Paul |
2008-06-12 | glsl: allow uniforms | Zack Rusin |
2008-05-16 | whitespace/formatting | Brian Paul |
2008-05-14 | Updated GLSL uniform/sampler handling from gallium-0.1 branch | Brian Paul |
2008-04-22 | Fix error string | Alan Hourihane |
2008-04-11 | fix failed assertion (parameter can be a PROGRAM_CONSTANT) | Brian Paul |
2007-11-23 | Consolidate texture fetch code and use partial derivatives when possible. | Brian |
2007-07-04 | Be more consistant with paths in #includes. Eventually, eliminate a bunch of... | Brian |
2007-05-02 | Resuscitate some of the DDX,DDY code. | Brian |
2007-04-21 | another bit of debug code | Brian |
2007-03-28 | Get rid of BRK0, BRK1, CONT0, CONT1 instructions. | Brian |
2007-03-28 | print condcodes if DEBUG_PROG | Brian |
2007-03-27 | fix another pc off-by one | Brian |
2007-03-27 | fix off by one error in OPCODE_RET | Brian |
2007-03-23 | Add the ability to generate programs that doesn't use condition codes. | Brian |
2007-03-07 | more DEBUG_PROG | Brian |
2007-03-06 | more DEBUG_PROG code | Brian |
2007-02-25 | update comments | Brian |
2007-02-25 | fix bounds checking in get_register_pointer() | Brian |
2007-02-25 | Add EnvParams field to gl_program_machine, avoid passing ctx to a bunch of fu... | Brian |
2007-02-25 | simplify _mesa_get_program_register() | Brian |
2007-02-25 | minor clean-ups in _mesa_execute_program() | Brian |
2007-02-25 | remove 'maxInst' parameter from _mesa_execute_program() | Brian |
2007-02-25 | remove unused 'element' parameter from _mesa_execute_program() | Brian |
2007-02-24 | Outputs[] array wasn't large enough, define MAX_PROGRAM_OUTPUTS, new assertions. | Brian |
2007-02-24 | remove comment | Brian |
2007-02-24 | Fix assertion in get_register_pointer(), fix EXP case. | Brian |
2007-02-23 | added ARL, EXP, LOG, relative indexing | Brian |
2007-02-23 | reindent | Brian |
2007-02-23 | don't pass program ptr to fetch_vector[14]() | Brian |
2007-02-22 | New, unified interpretor/executor for vertex and fragment programs. | Brian |