Age | Commit message (Expand) | Author |
2010-07-23 | st/mesa: get rid of unneeded ureg_writemask() | Brian Paul |
2010-07-23 | st/mesa: fix bug in emit_adjusted_wpos() | Brian Paul |
2010-07-13 | mesa: add comments and change Index2D to just Index2 | Zack Rusin |
2010-07-10 | mesa: get the translation from mesa 2d regs to tgsi working | Zack Rusin |
2010-07-09 | mesa: add basic support for 2D register arrays to mesa | Zack Rusin |
2010-07-08 | st/mesa: additional assertions in st_translate_mesa_program() | Brian Paul |
2010-06-28 | mesa: initial support for ARB_geometry_shader4 | Zack Rusin |
2010-06-10 | mesa: rename src/mesa/shader/ to src/mesa/program/ | Brian Paul |
2010-06-02 | st/mesa: fix indirect addressing of input/output regs | Brian Paul |
2010-05-10 | st/mesa: rename vars, added comments | Brian Paul |
2010-05-10 | st/mesa: only set prevInstWrotePsiz if translating a vertex program | Brian Paul |
2010-05-10 | st/mesa: additional assertions in dst_register() | Brian Paul |
2010-05-05 | st/mesa: fix per-vertex point size | Marek Olšák |
2010-04-09 | st/mesa: new assertions to check array indexes | Brian Paul |
2010-04-05 | st/mesa: reformatting | Brian Paul |
2010-04-05 | st/mesa: put fragment wpos code into separate function | Brian Paul |
2010-02-19 | Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions | Kristian Høgsberg |
2010-02-09 | Merge branch 'gallium-nopointsizeminmax' | Roland Scheidegger |
2010-02-09 | st/mesa: check for PROG_PARAM_BIT_CYL_WRAP flag | Brian Paul |
2010-02-05 | st/mesa: allow negative index for PROGRAM_STATE_VAR | Brian Paul |
2010-02-04 | gallium: add point size clamp to implementation limits in vertex shader | Roland Scheidegger |
2010-01-31 | st/mesa: Remove unnecessary headers. | Vinson Lee |
2010-01-29 | st/mesa: Gallium support for ARB_fragment_coord_conventions (v4) | Luca Barbieri |
2010-01-18 | st/mesa: updated comments and whitespace | Brian Paul |
2010-01-18 | st/mesa: fix memory leak in st_translate_mesa_program | Marcin Slusarz |
2010-01-06 | Merge remote branch 'origin/mesa_7_7_branch' | José Fonseca |
2010-01-05 | st/mesa: fix broken translation of negative register indexes | Brian Paul |
2010-01-05 | st/mesa: added PROGRAM_LOCAL_PARAM case in src_register() | Brian Paul |
2009-12-18 | fix debug output mising from edgeflag changes | Roland Scheidegger |
2009-12-18 | gallium: fix mesa to tgsi translation for edgeflags | Roland Scheidegger |
2009-12-14 | gallium: more work for edgeflags changes | Roland Scheidegger |
2009-12-09 | gallium: first steps to treat edgeflags as regular vertex element | Keith Whitwell |
2009-12-07 | st/mesa: remove debug code | Brian Paul |
2009-12-07 | st/mesa: negate DDY to match GL semantics | Brian Paul |
2009-12-02 | Merge branch 'mesa_7_7_branch' | Jakob Bornecrantz |
2009-12-01 | st/mesa: updated emit_swz() comment | Brian Paul |
2009-11-30 | st/mesa: handle front/back-face +1/-1 vs. 1/0 conversion | Brian Paul |
2009-11-15 | mesa/st: don't calculate unused output_flags data either | Keith Whitwell |
2009-11-15 | mesa/st: don't calculate unused input_flags data | Keith Whitwell |
2009-10-23 | gallium: remove the swizzling parts of ExtSwizzle | Keith Whitwell |
2009-10-23 | gallium: remove noise opcodes | Keith Whitwell |
2009-10-07 | mesa/st: add missing mesa constant file name | Keith Whitwell |
2009-09-21 | mesa: Ensure TGSI tokens are freed with gallium's free. | José Fonseca |
2009-09-15 | st/mesa: disable accidentally committed _mesa_print_program() call | Brian Paul |
2009-09-14 | st/mesa: minor whitespace, comment clean-ups | Brian Paul |
2009-09-14 | mesa/st: remove dead comment | Keith Whitwell |
2009-09-14 | st/mesa: convert to new tgsi_ureg mechanism for shader emit | Keith Whitwell |
2009-09-12 | mesa: remove unused SATURATE_PLUS_MINUS_ONE flag | Keith Whitwell |
2009-08-12 | Merge branch 'new-frag-attribs' | Brian Paul |
2009-07-31 | Rename TGSI LOOP instruction to better match theri usage. | Michal Krol |