Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-09-14 | Fallback if ColorLogicOp is enabled. Cleanup a bit the fallback | Jerome Glisse | |
function. | |||
2006-09-04 | Managed to make a commit that can't build... Sorry again... | Rune Petersen | |
2006-09-03 | add missing change to skip low impact RAST fallback... | Rune Petersen | |
Sorry. | |||
2006-08-22 | extend some DrawRangeElements cases to support rendering more than 65535 ↵ | Aapo Tahkola | |
verts in one blast. ut2k4 cases in other words ... | |||
2006-08-11 | support shorts as vertex data | Aapo Tahkola | |
2006-07-27 | r300_emit.h cleanup. | Jerome Glisse | |
Remove unused macro Replace LOCAL_VAR, PREFIX* Indent code Remove radeon redundant CP type 3 packet | |||
2006-04-23 | enable feedback rendering | Aapo Tahkola | |
2006-04-11 | Fog support (Ewald Snel) | Aapo Tahkola | |
2006-04-08 | fix some conflict happenings at context destroy by freeing buffers ↵ | Aapo Tahkola | |
immediately. array locking can be done with vbos for vtxfmt_a so we dont really need to try to reuse them. | |||
2006-03-31 | More meaningful warning. | Aapo Tahkola | |
2006-03-19 | -fix texrect fallback when using vtxfmt_a (glitz, xgl, etc.) | Aapo Tahkola | |
-struct vertex_buffer to struct radeon_vertex_buffer conversion -vertex attrib arrays did not supersede conventinal arrays when enabled | |||
2006-03-13 | Clean build. | Aapo Tahkola | |
2006-01-27 | missing link in the fallback chain | Aapo Tahkola | |
2006-01-27 | enable hw vertex programs by default | Aapo Tahkola | |
2006-01-27 | per vp sw fallbacks | Aapo Tahkola | |
2005-12-17 | I think this has been tested well enough already. | Aapo Tahkola | |
2005-12-04 | Fix r300 rectangular texture upload and swtcl coordinate fixing same as radeon | Dave Airlie | |
sw tcl | |||
2005-11-01 | Re-enable fallbacks. | 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 | Reduce stderr noise and fix some compiler warnings. | 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-07-02 | Expose the fact that we do not do either selection of feedback buffers - ↵ | Vladimir Dergachev | |
either with software or hardware rendering. | |||
2005-06-16 | Fix problems with elts when immediate mode is on. | Aapo Tahkola | |
2005-05-19 | Ditch unused code and features that arent in subject to get supported any ↵ | Aapo Tahkola | |
near time. | |||
2005-05-18 | Polygon mode fixes. | Aapo Tahkola | |
2005-05-11 | VBOs. | Aapo Tahkola | |
2005-05-06 | Missing setups that cause all kinds of problems with hw tnl. | 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-18 | Fixing and enabling elt buffers by default. | Aapo Tahkola | |
2005-03-18 | Misc fixes. | Aapo Tahkola | |
2005-03-17 | Simple TCL stage and ability to disable vps. | 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-03-05 | Enable VB mode rendering by default. If anyone thinks this is wrong, ↵ | Vladimir Dergachev | |
*please* feel free to change it back. My reasons: * immediate mode is broken * vb mode is faster * vb mode is the right way to do it. | |||
2005-02-22 | New elt buffer code should be fairly stable. | Aapo Tahkola | |
2005-02-20 | Adding support for front buffer mode, removing some code we dont really need ↵ | Aapo Tahkola | |
and some new debugging stuff. | |||
2005-02-19 | Disabling some fallbacks as they cause misc programs not to start and adding ↵ | Aapo Tahkola | |
some comments. | |||
2005-02-19 | Fix for buffer overrun caused by ALLOC_STATE not having args surrounded by ↵ | Aapo Tahkola | |
parenthesis. Can you see it? HINT: Anything texture related should now work slightly better. And yes it took me several hours to find it. | |||
2005-02-18 | We dont need to call r300EmitAOS if we arent going to draw ↵ | Aapo Tahkola | |
anything(r300_get_num_verts returns 0). | |||
2005-02-18 | Fix: RADEON_DEBUG is a bitfield, so use & to check for flags, not == | Nicolai Haehnle | |
2005-02-17 | Fixing *lots* of warning messages, especially concerning unportable | Nicolai Haehnle | |
whitespace before preprocessor commands. Please, can you try to keep the warnings down? Try running make with make -s sometime to see just how bad an offender the current code is. | |||
2005-02-17 | RADEON_DEBUG is a bitfield, so use & instead of ==. | Nicolai Haehnle | |
Also, put the hash in preprocessor directives at the beginning of the line to fix error messages. | |||
2005-02-17 | Switching to start_index32_packet. | Aapo Tahkola | |
2005-02-17 | magic_1 handling... | Aapo Tahkola | |
2005-02-17 | oops. | Ben Skeggs | |
2005-02-17 | Make immediate code do a LOAD_VBPNTR again | Ben Skeggs | |
2005-02-16 | Support for idx buffers. Leaving it on by default as it doesnt seem to cause ↵ | Aapo Tahkola | |
any lock ups nor other issues. Tests with one object using elts should pass. Introducing more than one object will cause indices to mix up as far as i can see. DRM update is needed for this code to work\! | |||
2005-02-16 | small cleanup, remove some warnings | Rune Petersen | |