1279923d72942ee201fcc6ad40d552143f651f03 |
|
30-Apr-2012 |
Francisco Jerez <currojerez@riseup.net> |
gallium/tgsi: Move interpolation info from tgsi_declaration to a separate token. Move Interpolate, Centroid and CylindricalWrap from tgsi_declaration to a separate token -- they only make sense for FS inputs and we need room for other flags in the top-level declaration token.
/external/mesa3d/src/gallium/drivers/r300/r300_vs_draw.c
|
75f8990547903f7dde5d98319cc813f94a15aa78 |
|
04-Apr-2012 |
Marek Olšák <maraeo@gmail.com> |
r300g/swtcl: fix crash when back color is present in vertex shader The shader transformation code sometimes produced invalid TGSI.
/external/mesa3d/src/gallium/drivers/r300/r300_vs_draw.c
|
5ce0598a034179eaacff96f39eaebf0ba0f30d4c |
|
03-Apr-2012 |
Marek Olšák <maraeo@gmail.com> |
r300g/swtcl: don't print an error when getting ClipVertex Draw can do it just fine.
/external/mesa3d/src/gallium/drivers/r300/r300_vs_draw.c
|
75d0e95a3ad188ae1c4cc38a73241c6b227c0733 |
|
09-Jul-2010 |
Marek Olšák <maraeo@gmail.com> |
r300g/swtcl: fix out-of-bounds write This is a typo fix, the generated code should be the same.
/external/mesa3d/src/gallium/drivers/r300/r300_vs_draw.c
|
3262554bb375230a39e155ad712740bdcd657d4c |
|
28-May-2010 |
Marek Olšák <maraeo@gmail.com> |
r300g/swtcl: fix WPOS There you are! r300->viewport_state is undefined when using SW TCL. Piglit score (r300g.tests): HW TCL: 231/275 SW TCL: 233/275
/external/mesa3d/src/gallium/drivers/r300/r300_vs_draw.c
|
90e5a37d128efaca9e89434ab103826ee82cb911 |
|
27-May-2010 |
Marek Olšák <maraeo@gmail.com> |
r300g/swtcl: fix secondary color and back-face color outputs These piglit tests have been fixed: - bgra-sec-color-pointer - glsl-routing See comments at the beginning of r300_vs_draw.c WPOS is implemented too but it doesn't work yet. I'm still working on it.
/external/mesa3d/src/gallium/drivers/r300/r300_vs_draw.c
|