Age | Commit message (Expand) | Author |
2010-06-02 | shaders: Don't lose the param binding swizzle for single params. | Eric Anholt |
2010-04-24 | mesa: Eliminate multiple va_list usage. | José Fonseca |
2010-04-18 | mesa: Restore comment too. | José Fonseca |
2010-02-19 | mesa: fix snprintf() typo | Brian Paul |
2010-02-19 | mesa: restore _mesa_snprintf() - it's needed for Windows | Brian Paul |
2010-02-19 | Replace the _mesa_*printf() wrappers with the plain libc versions | Kristian Høgsberg |
2010-02-19 | Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions | Kristian Høgsberg |
2010-02-19 | Remove _mesa_memcpy in favor of plain memcpy. | Kenneth Graunke |
2010-01-22 | mesa: Add "shader/" path to #include statements in shader parser/lexer sources | Alan Coopersmith |
2010-01-05 | ARB prog parser: fix parameter binding type | Brian Paul |
2010-01-05 | ARB prog parser: add allowSwizzle param to initialize_symbol_from_const() | Brian Paul |
2010-01-01 | ARB prog parser: Silence unused variable warnings. | Vinson Lee |
2009-12-29 | ARB prog parser: use _mesa_add_unnamed_constant() to use fewer constant slots | Brian Paul |
2009-11-17 | Merge branch 'outputswritten64' | Ian Romanick |
2009-11-06 | Merge branch 'mesa_7_6_branch' | Ian Romanick |
2009-11-06 | ARB prog parser: Release old program string in _mesa_parse_arb_{fragment,vert... | Ian Romanick |
2009-11-06 | ARB prog parser: Release strings returned from the lexer that don't need to b... | Ian Romanick |
2009-11-06 | Revert "ARB prog parser: Fix epic memory leak in lexer / parser interface" | Ian Romanick |
2009-11-04 | ARB prog parser: include variable name in error text | Brian Paul |
2009-10-30 | ARB prog parser: new set_src_reg(), set_dst_reg() helpers | Brian Paul |
2009-10-28 | Merge branch 'mesa_7_6_branch' | Brian Paul |
2009-10-27 | ARB prog parser: Fix epic memory leak in lexer / parser interface | Ian Romanick |
2009-10-27 | ARB prog parser: Don't leak program string | Ian Romanick |
2009-10-23 | Merge remote branch 'origin/mesa_7_6_branch' | Eric Anholt |
2009-10-22 | ARB prog parser: Fix parameter array size comparison | Ian Romanick |
2009-09-25 | Merge branch 'asm-shader-rework-2' | Ian Romanick |
2009-09-15 | ARB prog parser: more detailed error message for out of bounds ADDR offsets | Brian Paul |
2009-09-10 | Merge branch 'master' into asm-shader-rework-2 | Ian Romanick |
2009-09-10 | NV fp parser: Add support for condition codes | Ian Romanick |
2009-09-10 | ARB prog parser: Differentiate between used and unused names in the lexer | Ian Romanick |
2009-09-04 | NV fp parser: Support instruction and TEMP / OUTPUT sizes | Ian Romanick |
2009-09-04 | ARB prog parser: Add new constructor for asm_instruction | Ian Romanick |
2009-09-04 | ARB prog: replace 'unsigned' with 'gl_state_index' | Brian Paul |
2009-09-04 | ARB prog: rename POINT, SIZE to POINT_TOK, SIZE_TOK | Brian Paul |
2009-09-03 | NV fp parser: Add support for absolute value operator on instruction operands | Ian Romanick |
2009-09-03 | NV fp parser: Support new scalar constant behavior | Ian Romanick |
2009-09-01 | NV fp parser: Parse TXD instruction | Ian Romanick |
2009-09-01 | ARB prog parser: Fix handling of stateOptModMatNum | Ian Romanick |
2009-08-31 | NV fp lexer: Add new opcodes | Ian Romanick |
2009-08-24 | ARB prog parser: use correct context limits | Brian Paul |
2009-08-20 | ARB prog parser: Revert part of previous change to constant parsing | Ian Romanick |
2009-07-30 | ARB prog parser: Add support for RGBA components to SWZ instruction in fp | Ian Romanick |
2009-07-30 | ARB prog parser: Prevent NULL ptr deref for KIL instruction | Ian Romanick |
2009-07-29 | ARP prog parser: Implement the spec, not what makes sense | Ian Romanick |
2009-07-29 | ARB prog parser: Get program limits from the context | Ian Romanick |
2009-07-29 | ARB prog parser: Finish implementing fp state.depth.range | Ian Romanick |
2009-07-29 | Indentation fixes. | Ian Romanick |
2009-07-29 | ARB prog parser: Set NumAttributes based on the number of attribs read | Ian Romanick |
2009-07-28 | ARB prog parser: Set component negation mask for SWZ instruction | Ian Romanick |
2009-07-28 | ARB prog parser: Set correct register file for OUTPUT variables | Ian Romanick |