aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300/r300_context.c
Commit message (Expand)AuthorAgeFilesLines
* merge of glsl-compiler-1 branchBrian2007-03-261-1/+1
|\
| * Update DRI drivers for new glsl compiler.Brian2007-02-231-1/+1
* | r300: Fix texture coordinate calculation for rectangle texturesNicolai Haehnle2007-03-241-20/+17
|/
* r300CreateContext: Really initialize r300->initialMaxAnisotropy.Michel Dänzer2007-02-031-0/+2
* Merge branch 'vbo-0.2'Keith Whitwell2007-02-021-4/+4
|\
| * disable vtxfmt_a code, switch over to vboKeith Whitwell2006-10-311-4/+4
* | support as much of GL_EXT_stencil_two_side as we can. untested.Aapo Tahkola2007-01-181-0/+8
|/
* Give the user posibility to choose speed over correctness.Rune Petersen2006-08-311-1/+3
* Enable support for GL_EXT_gpu_program_parameters for R300.Ian Romanick2006-08-151-0/+2
* Fix #7195Aapo Tahkola2006-07-091-2/+18
* Vertex/fragment program patches (Rune Petersen)Brian Paul2006-06-301-1/+2
* 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