Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-13 | Clean build. | Aapo Tahkola | |
2006-03-10 | Option to init vp temps(for testing) | Aapo Tahkola | |
2006-02-28 | Free temps when possible | Aapo Tahkola | |
2006-02-28 | Dont let (possibly) undefined z component reach hw as its unused | Aapo Tahkola | |
2006-02-16 | Skip ARL while we dont implement it. Fix broken nv vps but do it with ↵ | Aapo Tahkola | |
software for now. | |||
2006-02-10 | Workaround problems with NWN. (Tilman Sauerbeck) | Aapo Tahkola | |
2006-01-27 | per vp sw fallbacks | Aapo Tahkola | |
2006-01-15 | Fix ARB_position_invariant handling | Aapo Tahkola | |
2006-01-09 | Fix pow <small> and a very stypid bug with dummy srcs(0 equals to ↵ | Aapo Tahkola | |
tmp0.x)</small>. demos/cubemap looks perfect now. | |||
2005-12-06 | Make missing interpolator inputs fatal | Aapo Tahkola | |
2005-12-06 | Fix secondary color for VP's | Aapo Tahkola | |
2005-11-12 | Move stuff common to vertex/fragment_program into the base class, including: | Brian Paul | |
Instructions, InputsRead, OutputsWritten, and Parameters. Also, added debug functions: _mesa_print_instruction(), _mesa_print_program_parameters() and revamp _mesa_print_program(). | |||
2005-11-05 | s/Negate/NegateBase/ | Brian Paul | |
2005-11-05 | Unify vertex/fragment program instuctions. | Brian Paul | |
Based on patch by Ian (#4967) but also unify instruction opcodes. | |||
2005-11-05 | Fix broken build. | Aapo Tahkola | |
2005-11-01 | -Fix first frame -bug | Aapo Tahkola | |
-Use 16-bit elts in vtxfmt_a path if possible -Optimize VSF param uploading -return in r300DepthMask looks suspicious, use r300Enable instead -Dont use r300ResetHwState in invalidate state(disabled, missing hooks, possible instabilities) | |||
2005-10-26 | Cover my arse. | Aapo Tahkola | |
2005-10-26 | Sync with my local tree. | Aapo Tahkola | |
Changes to current operation: -Elts are no longer converted to 16-bit format -Cube maps | |||
2005-07-20 | Clean up warnings in r300 code by making some symbols static, adding prototypes | Eric Anholt | |
for others, and being cleaner with types in fragment/vertex program structures. One warning in r300_shader.c is still concerning. | |||
2005-06-16 | Fix gloss breakage when using hw tnl. | Aapo Tahkola | |
2005-05-28 | Programmable per-vertex point sizes and proper result reg assigns. | Aapo Tahkola | |
2005-05-05 | Pack tex coord regs at vertex program backend. | Aapo Tahkola | |
2005-05-01 | Add support to external tnl switcher and disable hw tnl by default. | Aapo Tahkola | |
2005-04-30 | r300 side support for fixed function pipeline. This isnt functional with ↵ | Aapo Tahkola | |
current Mesa. | |||
2005-04-24 | Modifying to build against current Mesa. Disabled r200*.c files since they ↵ | Aapo Tahkola | |
didnt want to build anymore. | |||
2005-04-21 | Adding some comments. | Aapo Tahkola | |
2005-04-21 | Had some odd problems with add and temps so doing it with mad. Adding some ↵ | Aapo Tahkola | |
MAD_2 cases. | |||
2005-04-19 | Reorganized shader stuff. | Aapo Tahkola | |
2005-04-19 | Fixes for bugs that were nailed down when compairing against software vertex ↵ | Aapo Tahkola | |
shading. | |||
2005-03-18 | Misc fixes. | Aapo Tahkola | |
2005-03-17 | Fix to get doom3 started. | Aapo Tahkola | |
2005-03-16 | Proper VAP output configuration as R300_RS_ROUTE_0_COLOR became optional and ↵ | Aapo Tahkola | |
broke arbvptorus(takes no input color but produces output color). Also removing some useless code. | |||
2005-03-12 | Unlike radeon and r200 drivers r300AllocCmdBuf allocs dwords not bytes. | Aapo Tahkola | |
2005-03-08 | Improving Vladimirs alpha test fix a bit as it turns out r300Enable didnt ↵ | Aapo Tahkola | |
correctly disable alpha test. Vertex programs with high vertex count now run a lot faster as software fallback is no longer on. Also disabling 'temp to result'-instructions as they probably violate the spec and dont seem to be something thats needed. | |||
2005-02-28 | fix for 'nasty bug' and some sanity checks to avoid buffer overruns. Bumping ↵ | Aapo Tahkola | |
VSF_MAX_FRAGMENT_LENGTH as it seems a bit low otherwise. | |||
2005-02-03 | Since high bits can be used for flags, mask them out. | Vladimir Dergachev | |
This stops arbvpwarpmesh from segfaulting and it actually works - with immediate mode rendering. | |||
2005-02-01 | Add a missing break and a reminder. | Aapo Tahkola | |
2005-02-01 | Implement appropriate src checks for attribs/params. | Aapo Tahkola | |
2005-02-01 | Implemented bunch of ops. | Aapo Tahkola | |
2005-02-01 | Vertex programs work now with some restrictions. I expect arbvptorus to work | Aapo Tahkola | |
correctly when normals are delivered. Please note that some programs only start in vb mode as there is something wrong in immediate mode vb code. | |||
2005-01-30 | My bad, the old code works fine if updated to newer Mesa tree. | Vladimir Dergachev | |
2005-01-30 | struct ati_fragment_shader was not defined anywhere, define it to get ↵ | Vladimir Dergachev | |
r300_vertexprog.c to compile. | |||
2005-01-29 | Beginings of program generation. This code havent been tested nor hooked up. | Aapo Tahkola | |
2005-01-29 | Cleaning up. | Aapo Tahkola | |
2005-01-28 | Fix wrong comment. | Aapo Tahkola | |
2005-01-28 | Forgot one comment... | Aapo Tahkola | |
2005-01-28 | Add basic sceleton for vertex programs + some other fixes | Aapo Tahkola | |