summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_context.c
AgeCommit message (Expand)Author
2008-10-01Unify ARB_depth_texture and SGIX_depth_textureIan Romanick
2008-09-22r300: Adapt to the removal of _tnl_ProgramCacheInit() and friends.Michel Dänzer
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2008-07-27r300: Implement ARB_shadow_ambient; add STATE_SHADOW_AMBIENTNicolai Haehnle
2008-06-30r3xx/r5xx: Enable ARB_point_parameters.Corbin Simpson
2008-06-30r300: Cleanup LodBias supportNicolai Haehnle
2008-06-14r300: Implement GL_ARB_shadow and GL_EXT_shadow_funcsNicolai Haehnle
2008-05-12R500: add support for 4k texturesAlex Deucher
2008-04-24enable GL_EXT_multi_draw_arrays (see bug 15670)Pierre Beyssac
2007-10-17Initial support for ARB_depth_textureIan Romanick
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