aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300/r300_context.c
Commit message (Expand)AuthorAgeFilesLines
* destroy left-over VBOs on shutdownTilman Sauerbeck2006-06-291-2/+6
* destroy the memory manager along with the contextTilman Sauerbeck2006-06-111-0/+7
* prevent run_arb_vertex_program from running tnl programs unless ctx->_Maintai...Aapo Tahkola2006-06-061-3/+3
* need to hold before freeingAapo Tahkola2006-04-231-41/+45
* Enable USER_BUFFERS, RADEON_VTXFMT_A and HW_VBOS on big endian by forcing all...Benjamin Herrenschmidt2006-04-231-0/+2
* Ensure all GART allocations are freed on context destruction, rather thanAdam Jackson2006-04-211-1/+49
* FP textures and fixes (Ewald Snel)Brian Paul2006-03-291-0/+1
* Clean build.Aapo Tahkola2006-03-131-0/+1
* Port r200 tex tiling code to run on r300 but keep it disabled.Aapo Tahkola2006-03-061-0/+4
* remove broken non arb fp pathAapo Tahkola2006-01-271-4/+0
* enable hw vertex programs by defaultAapo Tahkola2006-01-271-2/+2
* Work around problems with t_vp_build.cAapo Tahkola2006-01-271-2/+3
* Missing bits of code spotted by Tilman SauerbeckAapo Tahkola2006-01-151-1/+27
* Fix r300 rectangular texture upload and swtcl coordinate fixing same as radeonDave Airlie2005-12-041-0/+3
* First step of Radeon DRI unification:Eric Anholt2005-11-021-4/+4
* Fix broken tnl stage.Aapo Tahkola2005-11-011-0/+3
* Re-org and clean-up of vertx/fragment program limits (instructions,Brian Paul2005-11-011-16/+16
* Sync with my local tree.Aapo Tahkola2005-10-261-76/+20
* Add support for texture compression to R300 driverDave Airlie2005-09-251-0/+8
* add _tnl_arb_vertex_program_stage to all drivers which already have _tnl_vert...Roland Scheidegger2005-09-091-0/+1
* fix a cast/assignment warningBrian Paul2005-08-311-1/+1
* Fix card_extensions by following corresponding r200 code.Vladimir Dergachev2005-08-061-50/+12
* Major rip-up of internal function insertion interface. The oldmesa_6_3_1Ian Romanick2005-07-281-1/+1
* Clean up warnings in r300 code by making some symbols static, adding prototypesEric Anholt2005-07-201-2/+3
* Adapt extension string to new GL dispatch schema proposedJerome Glisse2005-07-011-1/+48
* Turn off VBO's.Aapo Tahkola2005-06-161-3/+27
* Fix xyz/w interaction (needs a cleanup still..)Ben Skeggs2005-06-051-2/+2
* Implement enough of ARB_fragment_program for Keith's texenv programBen Skeggs2005-05-231-3/+20
* Ditch unused code and features that arent in subject to get supported any nea...the_perfect_fragAapo Tahkola2005-05-191-6/+0
* Don't print debug messages unless the user explicitly requested themNicolai Haehnle2005-05-141-2/+4
* Make software fallbacks work again:Nicolai Haehnle2005-05-131-0/+1
* VBOs.Aapo Tahkola2005-05-111-0/+53
* Updated for EXT_framebuffer_object changes. I don't know if this is correct, ...Ben Skeggs2005-05-061-1/+1
* Add support to external tnl switcher and disable hw tnl by default.Aapo Tahkola2005-05-011-1/+3
* r300 side support for fixed function pipeline. This isnt functional with curr...Aapo Tahkola2005-04-301-2/+2
* Modifying to build against current Mesa. Disabled r200*.c files since they di...Aapo Tahkola2005-04-241-1/+3
* Reorganized shader stuff.Aapo Tahkola2005-04-191-1/+1
* Fixes for bugs that were nailed down when compairing against software vertex ...Aapo Tahkola2005-04-191-1/+2
* Simple TCL stage and ability to disable vps.Aapo Tahkola2005-03-171-1/+2
* Unlike radeon and r200 drivers r300AllocCmdBuf allocs dwords not bytes.Aapo Tahkola2005-03-121-6/+6
* Improving Vladimirs alpha test fix a bit as it turns out r300Enable didnt cor...Aapo Tahkola2005-03-081-1/+1
* fix for 'nasty bug' and some sanity checks to avoid buffer overruns. Bumping ...before_upgrade_03_01_05Aapo Tahkola2005-02-281-1/+1
* Adding support for front buffer mode, removing some code we dont really need ...Aapo Tahkola2005-02-201-3/+1
* Support for blend color(not tested), "proper line width/point size" clamps an...Aapo Tahkola2005-02-141-1/+0
* Added kindly note about single buffer mode.Aapo Tahkola2005-02-101-0/+4
* Adding support for selecting line width. Stipple patterns still cause lots of...Aapo Tahkola2005-02-101-6/+4
* Add basic sceleton for vertex programs + some other fixesAapo Tahkola2005-01-281-4/+19
* Reduce amount of stderr output.Vladimir Dergachev2005-01-141-0/+2
* Prevent "disabling 3D acceleration" message from printing - we do not define ...Vladimir Dergachev2005-01-131-2/+1
* Port texture allocation code from R200.red_tinted_cubeVladimir Dergachev2005-01-031-4/+34