summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_context.c
AgeCommit message (Expand)Author
2006-04-21Ensure all GART allocations are freed on context destruction, rather thanAdam Jackson
2006-03-29FP textures and fixes (Ewald Snel)Brian Paul
2006-03-13Clean build.Aapo Tahkola
2006-03-06Port r200 tex tiling code to run on r300 but keep it disabled.Aapo Tahkola
2006-01-27remove broken non arb fp pathAapo Tahkola
2006-01-27enable hw vertex programs by defaultAapo Tahkola
2006-01-27Work around problems with t_vp_build.cAapo Tahkola
2006-01-15Missing bits of code spotted by Tilman SauerbeckAapo Tahkola
2005-12-04Fix r300 rectangular texture upload and swtcl coordinate fixing same as radeonDave Airlie
2005-11-02First step of Radeon DRI unification:Eric Anholt
2005-11-01Fix broken tnl stage.Aapo Tahkola
2005-11-01Re-org and clean-up of vertx/fragment program limits (instructions,Brian Paul
2005-10-26Sync with my local tree.Aapo Tahkola
2005-09-25Add support for texture compression to R300 driverDave Airlie
2005-09-09add _tnl_arb_vertex_program_stage to all drivers which already have _tnl_vert...Roland Scheidegger
2005-08-31fix a cast/assignment warningBrian Paul
2005-08-06Fix card_extensions by following corresponding r200 code.Vladimir Dergachev
2005-07-28Major rip-up of internal function insertion interface. The oldIan Romanick
2005-07-20Clean up warnings in r300 code by making some symbols static, adding prototypesEric Anholt
2005-07-01Adapt extension string to new GL dispatch schema proposedJerome Glisse
2005-06-16Turn off VBO's.Aapo Tahkola
2005-06-05Fix xyz/w interaction (needs a cleanup still..)Ben Skeggs
2005-05-23Implement enough of ARB_fragment_program for Keith's texenv programBen Skeggs
2005-05-19Ditch unused code and features that arent in subject to get supported any nea...Aapo Tahkola
2005-05-14Don't print debug messages unless the user explicitly requested themNicolai Haehnle
2005-05-13Make software fallbacks work again:Nicolai Haehnle
2005-05-11VBOs.Aapo Tahkola
2005-05-06Updated for EXT_framebuffer_object changes. I don't know if this is correct, ...Ben Skeggs
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-19Reorganized shader stuff.Aapo Tahkola
2005-04-19Fixes for bugs that were nailed down when compairing against software vertex ...Aapo Tahkola
2005-03-17Simple TCL stage and ability to disable vps.Aapo Tahkola
2005-03-12Unlike radeon and r200 drivers r300AllocCmdBuf allocs dwords not bytes.Aapo Tahkola
2005-03-08Improving Vladimirs alpha test fix a bit as it turns out r300Enable didnt cor...Aapo Tahkola
2005-02-28fix for 'nasty bug' and some sanity checks to avoid buffer overruns. Bumping ...Aapo Tahkola
2005-02-20Adding support for front buffer mode, removing some code we dont really need ...Aapo Tahkola
2005-02-14Support for blend color(not tested), "proper line width/point size" clamps an...Aapo Tahkola
2005-02-10Added kindly note about single buffer mode.Aapo Tahkola
2005-02-10Adding support for selecting line width. Stipple patterns still cause lots of...Aapo Tahkola
2005-01-28Add basic sceleton for vertex programs + some other fixesAapo Tahkola
2005-01-14Reduce amount of stderr output.Vladimir Dergachev
2005-01-13Prevent "disabling 3D acceleration" message from printing - we do not define ...Vladimir Dergachev
2005-01-03Port texture allocation code from R200.Vladimir Dergachev
2004-11-02No visible changes, but commit the groundwork for further experiments:Nicolai Haehnle
2004-10-17- FIX: flickeringNicolai Haehnle
2004-10-15Huge dumb drop. State:Nicolai Haehnle
2004-09-28Initial revisionNicolai Haehnle