summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300/r300_context.h
Commit message (Expand)AuthorAgeFilesLines
* R300_SPAN_DISABLE_LOCKING env varAapo Tahkola2006-04-261-0/+1
* Enable USER_BUFFERS, RADEON_VTXFMT_A and HW_VBOS on big endian by forcing all...Benjamin Herrenschmidt2006-04-231-2/+4
* limit max program/param length to 255 (spotted by sroland)Aapo Tahkola2006-04-201-1/+2
* More GLSL code:Michal Krol2006-04-111-1/+1
* Fog support (Ewald Snel)Aapo Tahkola2006-04-111-2/+19
* FP textures and fixes (Ewald Snel)Brian Paul2006-03-291-1/+1
* remove unnecessary typedefs causing compiler warningsRoland Scheidegger2006-03-271-3/+0
* -fix texrect fallback when using vtxfmt_a (glitz, xgl, etc.)Aapo Tahkola2006-03-191-9/+7
* Clean build.Aapo Tahkola2006-03-131-80/+3
* Kick VBOs out of GART if nothing else helps.Aapo Tahkola2006-03-091-0/+1
* Enable HW VBOs and other things needed by it.Aapo Tahkola2006-03-071-3/+8
* Various fallbacks, checks and tags.Aapo Tahkola2006-03-071-0/+2
* Port r200 tex tiling code to run on r300 but keep it disabled.Aapo Tahkola2006-03-061-0/+4
* per vp sw fallbacksAapo Tahkola2006-01-271-0/+12
* Missing patch from Ben Skeggs:Aapo Tahkola2006-01-091-10/+37
* Drop output checking.Aapo Tahkola2005-12-171-2/+4
* Enable CB_DPATH by default.Aapo Tahkola2005-12-171-1/+1
* Fix r300 rectangular texture upload and swtcl coordinate fixing same as radeonDave Airlie2005-12-041-1/+3
* Move stuff common to vertex/fragment_program into the base class, including:Brian Paul2005-11-121-1/+1
* Use ctx->VertexProgram._Current .Aapo Tahkola2005-11-021-1/+1
* First step of Radeon DRI unification:Eric Anholt2005-11-021-1/+1
* Re-enable fallbacks.Aapo Tahkola2005-11-011-0/+1
* -Fix first frame -bugAapo Tahkola2005-11-011-12/+2
* Compiled arrays for vtxfmt_a path.Aapo Tahkola2005-10-281-0/+1
* Correct the ordering of the blend constant color.Eric Anholt2005-10-281-1/+1
* Sync with my local tree.Aapo Tahkola2005-10-261-2/+55
* Fix invalid vsf temp count for rv350.Aapo Tahkola2005-10-261-3/+3
* Clean up warnings in r300 code by making some symbols static, adding prototypesEric Anholt2005-07-201-0/+1
* Make sure texture base addresses are used correctly.Nicolai Haehnle2005-06-211-1/+1
* Up MAX_AOS_ARRAYS to 16. Do we need more?Ben Skeggs2005-05-281-1/+1
* Programmable per-vertex point sizes and proper result reg assigns.Aapo Tahkola2005-05-281-2/+2
* constant trackingBen Skeggs2005-05-261-6/+11
* Implement enough of ARB_fragment_program for Keith's texenv programBen Skeggs2005-05-231-1/+70
* Ditch unused code and features that arent in subject to get supported any nea...the_perfect_fragAapo Tahkola2005-05-191-3/+0
* VBOs.Aapo Tahkola2005-05-111-1/+1
* Getting rusty... 4278 was already there.Aapo Tahkola2005-05-051-4/+0
* Flat shading and bunch of clarifications to r300_reg.h .Aapo Tahkola2005-05-051-0/+4
* Pack tex coord regs at vertex program backend.Aapo Tahkola2005-05-051-1/+2
* r300 side support for fixed function pipeline. This isnt functional with curr...Aapo Tahkola2005-04-301-7/+9
* Reorganized shader stuff.Aapo Tahkola2005-04-191-1/+2
* Fixes for bugs that were nailed down when compairing against software vertex ...Aapo Tahkola2005-04-191-1/+2
* Misc fixes.Aapo Tahkola2005-03-181-0/+3
* Proper VAP output configuration as R300_RS_ROUTE_0_COLOR became optional and ...Aapo Tahkola2005-03-161-0/+1
* Initial multitexturing support. Old behaviour can be re-enabled by changing ...Ben Skeggs2005-03-151-1/+6
* Stencil supportPeter Zubaj2005-03-141-1/+9
* Unlike radeon and r200 drivers r300AllocCmdBuf allocs dwords not bytes.Aapo Tahkola2005-03-121-2/+5
* fix for 'nasty bug' and some sanity checks to avoid buffer overruns. Bumping ...before_upgrade_03_01_05Aapo Tahkola2005-02-281-8/+2
* Another nasty struct size bug found.Aapo Tahkola2005-02-241-1/+7
* New elt buffer code should be fairly stable.Aapo Tahkola2005-02-221-1/+5
* Add code to autogenerate vertex shaders.Vladimir Dergachev2005-02-211-1/+4