aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300/r300_context.c
Commit message (Expand)AuthorAgeFilesLines
* r300: SetTex extension supportJerome Glisse2008-11-141-1/+12
* r300: bo and cs abstraction.Jerome Glisse2008-11-141-132/+3
* Unify ARB_depth_texture and SGIX_depth_textureIan Romanick2008-10-011-1/+0
* r300: Adapt to the removal of _tnl_ProgramCacheInit() and friends.Michel Dänzer2008-09-221-2/+1
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-9/+9
* r300: Implement ARB_shadow_ambient; add STATE_SHADOW_AMBIENTNicolai Haehnle2008-07-271-0/+1
* r3xx/r5xx: Enable ARB_point_parameters.Corbin Simpson2008-06-301-0/+2
* r300: Cleanup LodBias supportNicolai Haehnle2008-06-301-0/+1
* r300: Implement GL_ARB_shadow and GL_EXT_shadow_funcsNicolai Haehnle2008-06-141-0/+2
* R500: add support for 4k texturesAlex Deucher2008-05-121-0/+5
* enable GL_EXT_multi_draw_arrays (see bug 15670)Pierre Beyssac2008-04-241-0/+2
* 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