summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_render.c
AgeCommit message (Expand)Author
2006-09-14Fallback if ColorLogicOp is enabled. Cleanup a bit the fallbackJerome Glisse
2006-09-04Managed to make a commit that can't build... Sorry again...Rune Petersen
2006-09-03add missing change to skip low impact RAST fallback...Rune Petersen
2006-08-22extend some DrawRangeElements cases to support rendering more than 65535 vert...Aapo Tahkola
2006-08-11support shorts as vertex dataAapo Tahkola
2006-07-27r300_emit.h cleanup.Jerome Glisse
2006-04-23enable feedback renderingAapo Tahkola
2006-04-11Fog support (Ewald Snel)Aapo Tahkola
2006-04-08fix some conflict happenings at context destroy by freeing buffers immediatel...Aapo Tahkola
2006-03-31More meaningful warning.Aapo Tahkola
2006-03-19-fix texrect fallback when using vtxfmt_a (glitz, xgl, etc.)Aapo Tahkola
2006-03-13Clean build.Aapo Tahkola
2006-01-27missing link in the fallback chainAapo Tahkola
2006-01-27enable hw vertex programs by defaultAapo Tahkola
2006-01-27per vp sw fallbacksAapo Tahkola
2005-12-17I think this has been tested well enough already.Aapo Tahkola
2005-12-04Fix r300 rectangular texture upload and swtcl coordinate fixing same as radeonDave Airlie
2005-11-01Re-enable fallbacks.Aapo Tahkola
2005-11-01-Fix first frame -bugAapo Tahkola
2005-10-26Reduce stderr noise and fix some compiler warnings.Aapo Tahkola
2005-10-26Sync with my local tree.Aapo Tahkola
2005-07-20Clean up warnings in r300 code by making some symbols static, adding prototypesEric Anholt
2005-07-02Expose the fact that we do not do either selection of feedback buffers - eith...Vladimir Dergachev
2005-06-16Fix problems with elts when immediate mode is on.Aapo Tahkola
2005-05-19Ditch unused code and features that arent in subject to get supported any nea...Aapo Tahkola
2005-05-18Polygon mode fixes.Aapo Tahkola
2005-05-11VBOs.Aapo Tahkola
2005-05-06Missing setups that cause all kinds of problems with hw tnl.Aapo Tahkola
2005-05-01Add support to external tnl switcher and disable hw tnl by default.Aapo Tahkola
2005-04-30r300 side support for fixed function pipeline. This isnt functional with curr...Aapo Tahkola
2005-04-24Modifying to build against current Mesa. Disabled r200*.c files since they di...Aapo Tahkola
2005-04-18Fixing and enabling elt buffers by default.Aapo Tahkola
2005-03-18Misc fixes.Aapo Tahkola
2005-03-17Simple TCL stage and ability to disable vps.Aapo Tahkola
2005-03-08Improving Vladimirs alpha test fix a bit as it turns out r300Enable didnt cor...Aapo Tahkola
2005-03-05Enable VB mode rendering by default. If anyone thinks this is wrong, *please*...Vladimir Dergachev
2005-02-22New elt buffer code should be fairly stable.Aapo Tahkola
2005-02-20Adding support for front buffer mode, removing some code we dont really need ...Aapo Tahkola
2005-02-19Disabling some fallbacks as they cause misc programs not to start and adding ...Aapo Tahkola
2005-02-19Fix for buffer overrun caused by ALLOC_STATE not having args surrounded by pa...Aapo Tahkola
2005-02-18We dont need to call r300EmitAOS if we arent going to draw anything(r300_get_...Aapo Tahkola
2005-02-18Fix: RADEON_DEBUG is a bitfield, so use & to check for flags, not ==Nicolai Haehnle
2005-02-17Fixing *lots* of warning messages, especially concerning unportableNicolai Haehnle
2005-02-17RADEON_DEBUG is a bitfield, so use & instead of ==.Nicolai Haehnle
2005-02-17Switching to start_index32_packet.Aapo Tahkola
2005-02-17magic_1 handling...Aapo Tahkola
2005-02-17oops.Ben Skeggs
2005-02-17Make immediate code do a LOAD_VBPNTR againBen Skeggs
2005-02-16Support for idx buffers. Leaving it on by default as it doesnt seem to cause ...Aapo Tahkola
2005-02-16small cleanup, remove some warningsRune Petersen