summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_context.c
AgeCommit message (Expand)Author
2007-07-04r300: only init swtcl on tcl-less cardsDave Airlie
2007-07-01r300: cleanup some of the swtcl codeDave Airlie
2007-06-14Initial r300 modes for swtcl it compiles!!Dave Airlie
2007-05-11r300: Removed deprecated/disabled VBO code from r300_mem.cOliver McFadden
2007-05-11r300: Renamed r300_maos.c to r300_emit.c; it contains mostly emit code now.Oliver McFadden
2007-05-09r300: Added some more Doxygen documentation and made some functions static.Oliver McFadden
2007-05-09r300: Removed the "texmicrotile" variable; the tiling code is disabled via aOliver McFadden
2007-05-09r300: Renamed the R300 memory manager from "radeon" to "r300"; it's R300Oliver McFadden
2007-05-09r300: Removed the deprecated VTXFMT code.Oliver McFadden
2007-05-09r300: Indented r300_context.[ch].Oliver McFadden
2007-05-08r300: Renamed the VBO functions to the R300 name format.Oliver McFadden
2007-05-08r300: Removed some deprecated code from r300_context.c and corrected an unusedOliver McFadden
2007-05-07radeon: enable xpress chipsetsDave Airlie
2007-04-16move GL_EXT_stencil_two_side into alphabetical positionBrian
2007-04-16Fix glActiveStencilFaceEXT dispatch problem (bug 10523).Brian
2007-04-16remove _tnl_arb_vertex_program_stageBrian
2007-03-26merge of glsl-compiler-1 branchBrian
2007-03-24r300: Fix texture coordinate calculation for rectangle texturesNicolai Haehnle
2007-02-23Update DRI drivers for new glsl compiler.Brian
2007-02-03r300CreateContext: Really initialize r300->initialMaxAnisotropy.Michel Dänzer
2007-02-02Merge branch 'vbo-0.2'Keith Whitwell
2007-01-18support as much of GL_EXT_stencil_two_side as we can. untested.Aapo Tahkola
2006-10-31disable vtxfmt_a code, switch over to vboKeith Whitwell
2006-08-31Give the user posibility to choose speed over correctness.Rune Petersen
2006-08-15Enable support for GL_EXT_gpu_program_parameters for R300.Ian Romanick
2006-07-09Fix #7195Aapo Tahkola
2006-06-30Vertex/fragment program patches (Rune Petersen)Brian Paul
2006-06-29destroy left-over VBOs on shutdownTilman Sauerbeck
2006-06-11destroy the memory manager along with the contextTilman Sauerbeck
2006-06-06prevent run_arb_vertex_program from running tnl programs unless ctx->_Maintai...Aapo Tahkola
2006-04-23need to hold before freeingAapo Tahkola
2006-04-23Enable USER_BUFFERS, RADEON_VTXFMT_A and HW_VBOS on big endian by forcing all...Benjamin Herrenschmidt
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