aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300/r300_state.c
Commit message (Expand)AuthorAgeFilesLines
* Removing some of r200 dependency, cleaning up code a bit,Jerome Glisse2006-09-121-52/+51
* fix #8008Aapo Tahkola2006-08-261-8/+4
* fix broken write-only depth setting. use early z where possible.Aapo Tahkola2006-08-221-126/+117
* support shorts as vertex dataAapo Tahkola2006-08-111-17/+7
* fix #6991Aapo Tahkola2006-07-311-0/+10
* R300_RR_ROUTE_1 still needs to be initialized.Aapo Tahkola2006-07-051-0/+2
* Vertex/fragment program patches (Rune Petersen)Brian Paul2006-06-301-4/+3
* prevent run_arb_vertex_program from running tnl programs unless ctx->_Maintai...Aapo Tahkola2006-06-061-4/+0
* updates to dri drivers for recent stencil changesKeith Whitwell2006-05-081-5/+5
* limit max program/param length to 255 (spotted by sroland)Aapo Tahkola2006-04-201-0/+1
* GLboolean cannot hold GLuint! usage of tmus >= 4 no longer lock r300.Aapo Tahkola2006-04-121-12/+7
* add missing 'union' keywordBrian Paul2006-04-111-2/+3
* More GLSL code:Michal Krol2006-04-111-9/+22
* get fog going(for real)Aapo Tahkola2006-04-111-1/+0
* Fog support (Ewald Snel)Aapo Tahkola2006-04-111-11/+124
* fix missing *_STATECHANGE in *UpdateViewportOffset for radeon, r200 and r300 ...Roland Scheidegger2006-03-281-0/+1
* Disable tnl programs when doing software vertex programs. compiz with its tex...Aapo Tahkola2006-03-191-0/+4
* Clean build.Aapo Tahkola2006-03-131-3/+2
* Fix broken max mipmap leveling that was horribly wrong.Aapo Tahkola2006-03-131-51/+14
* Fix aliasing bug (Benjamin Herrenschmidt)Aapo Tahkola2006-02-281-8/+10
* Add all pci ids known by ddx to radeon dri driver. Remove the entries not kno...Roland Scheidegger2006-02-251-1/+7
* remove broken non arb fp pathAapo Tahkola2006-01-271-254/+0
* remove some testing codeAapo Tahkola2006-01-261-30/+0
* Fix a problem where offsets from disabled tmus reach drmAapo Tahkola2006-01-261-38/+66
* namespace pollution fixes (Tilman Sauerbeck)Aapo Tahkola2006-01-131-1/+1
* Fix invalid tex coord routing and couple other small things.Aapo Tahkola2006-01-131-13/+15
* Missing patch from Ben Skeggs:Aapo Tahkola2006-01-091-10/+9
* Handle fatal case.Aapo Tahkola2005-12-181-4/+8
* Warn only when being enabled.Aapo Tahkola2005-12-171-1/+1
* Fix (likely) typo.Aapo Tahkola2005-12-171-1/+1
* Add some missing hooks. This should fix various little problems with window m...Aapo Tahkola2005-12-171-1/+88
* Make missing interpolator inputs fatalAapo Tahkola2005-12-061-5/+38
* Fix r300 rectangular texture upload and swtcl coordinate fixing same as radeonDave Airlie2005-12-041-0/+3
* Move stuff common to vertex/fragment_program into the base class, including:Brian Paul2005-11-121-4/+4
* First step of Radeon DRI unification:Eric Anholt2005-11-021-3/+3
* Re-enable fallbacks.Aapo Tahkola2005-11-011-3/+1
* -Fix first frame -bugAapo Tahkola2005-11-011-31/+41
* Compiled arrays for vtxfmt_a path.Aapo Tahkola2005-10-281-1/+5
* Correct the ordering of the blend constant color.Eric Anholt2005-10-281-2/+3
* Reduce stderr noise and fix some compiler warnings.Aapo Tahkola2005-10-261-67/+7
* Sync with my local tree.Aapo Tahkola2005-10-261-0/+30
* fix breakage from Brians changes earlierDave Airlie2005-09-141-3/+3
* Replace ctx->Driver.StencilOp/Func/Mask() functions withBrian Paul2005-09-131-8/+8
* Clean up warnings in r300 code by making some symbols static, adding prototypesEric Anholt2005-07-201-6/+7
* Expose the fact that we do not do either selection of feedback buffers - eith...Vladimir Dergachev2005-07-021-0/+9
* -"fix" page flippingAapo Tahkola2005-06-301-13/+12
* Rename unchecked state to match DRM driver.Vladimir Dergachev2005-06-271-19/+19
* Back out the actual enabling of depth tiling.Nicolai Haehnle2005-06-211-7/+0
* r300 driver side of color tiling support.Aapo Tahkola2005-06-211-0/+3
* Make sure texture base addresses are used correctly.Nicolai Haehnle2005-06-211-1/+1