aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300/r300_context.c
Commit message (Expand)AuthorAgeFilesLines
* Initial support for ARB_depth_textureIan Romanick2007-10-171-1/+3
* r300: only init swtcl on tcl-less cardsDave Airlie2007-07-041-10/+13
* r300: cleanup some of the swtcl codeDave Airlie2007-07-011-1/+1
* Initial r300 modes for swtcl it compiles!!Dave Airlie2007-06-141-1/+3
* r300: Removed deprecated/disabled VBO code from r300_mem.cOliver McFadden2007-05-111-9/+0
* r300: Renamed r300_maos.c to r300_emit.c; it contains mostly emit code now.Oliver McFadden2007-05-111-1/+1
* r300: Added some more Doxygen documentation and made some functions static.Oliver McFadden2007-05-091-4/+7
* r300: Removed the "texmicrotile" variable; the tiling code is disabled via aOliver McFadden2007-05-091-2/+0
* r300: Renamed the R300 memory manager from "radeon" to "r300"; it's R300Oliver McFadden2007-05-091-3/+3
* r300: Removed the deprecated VTXFMT code.Oliver McFadden2007-05-091-9/+1
* r300: Indented r300_context.[ch].Oliver McFadden2007-05-091-48/+70
* r300: Renamed the VBO functions to the R300 name format.Oliver McFadden2007-05-081-1/+1
* r300: Removed some deprecated code from r300_context.c and corrected an unusedOliver McFadden2007-05-081-6/+0
* radeon: enable xpress chipsetsDave Airlie2007-05-071-0/+3
* move GL_EXT_stencil_two_side into alphabetical positionBrian2007-04-161-1/+1
* Fix glActiveStencilFaceEXT dispatch problem (bug 10523).Brian2007-04-161-6/+3
* remove _tnl_arb_vertex_program_stageBrian2007-04-161-1/+0
* 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