aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* fix errorneously adding fog state params to all vertex programs...Roland Scheidegger2007-02-031-1/+1
* Merge branch 'vbo-0.2'Keith Whitwell2007-02-02107-12102/+433
|\
| * Modify assert to reflect rebase criteriaKeith Whitwell2007-02-021-1/+9
| * Correct usage/meaning of max_index parameter.Keith Whitwell2007-02-012-2/+4
| * Cope with internally-generated null inputs.Keith Whitwell2007-02-011-3/+6
| * Use new rebase helper. Remove other rebase code.Keith Whitwell2007-01-302-90/+68
| * Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa i...Keith Whitwell2007-01-16208-3764/+19184
| |\
| * | remove remaining traces of r200FlushVertices...Roland Scheidegger2006-11-032-2/+0
| * | Move r300 to new fbo interface based on Keith Whithwell.Jerome Glisse2006-11-021-218/+86
| * | merge current trunk into vbo branchAlan Hourihane2006-11-02136-354/+27223
| * | switch remaining drivers over to vboKeith Whitwell2006-10-3129-68/+68
| * | disable vtxfmt_a code, switch over to vboKeith Whitwell2006-10-315-13/+14
| * | remove vtxfmt code, switch over to vboKeith Whitwell2006-10-3126-6923/+21
| * | cleanup code, compiles with vbo changesKeith Whitwell2006-10-3115-612/+98
| * | switch several dri drivers overKeith Whitwell2006-10-309-18/+20
| * | checkpoint - remove dead files, otherwise untestedKeith Whitwell2006-10-3020-4114/+42
| * | switch over to vbo moduleKeith Whitwell2006-10-293-9/+6
* | | push commit 2dfb3a217f730d6783fb2ac8b73248dc682f923c to i915texZou Nan hai2007-02-021-4/+6
* | | Fix fd.o #9686, when fall into vertex fog,Zou Nan hai2007-02-021-4/+6
* | | fix unitialized values in radeonClearRoland Scheidegger2007-02-011-4/+4
* | | nouveau: arghBen Skeggs2007-01-301-1/+1
* | | nouveau: misc NV40 fixesBen Skeggs2007-01-301-3/+9
* | | nouveau: NV40 glClipPlane support.Ben Skeggs2007-01-305-13/+101
* | | nouveau: rework shader param handlingBen Skeggs2007-01-303-47/+110
* | | nouveau: oops, build attrib map after we know how the final shader will look..Ben Skeggs2007-01-301-2/+2
* | | nouveau: remove an unused tableBen Skeggs2007-01-301-13/+1
* | | nouveau: oopsBen Skeggs2007-01-301-3/+9
* | | nouveau: maintain a map of which vtxprog input corresponds to which arrayBen Skeggs2007-01-302-0/+47
* | | nouveau: unhardcode some more NV30TCL_FP_CONTROL valuesBen Skeggs2007-01-302-4/+19
* | | nouveau : NOUVEAU_RING_TRACEMatthieu Castet2007-01-291-1/+24
* | | nouveau : nv10 comment icomplete commandMatthieu Castet2007-01-291-1/+1
* | | nouveau : nv10 mixing cached stuff with not cached stuff is bad.Matthieu Castet2007-01-281-4/+4
* | | nouveau: fix nv30 line widthBen Skeggs2007-01-281-1/+1
* | | nouveau: initial GL_ARB_occlusion_query supportBen Skeggs2007-01-288-1/+302
* | | nouveau: extend notifier interface to allow multiple notifiers in a memory bl...Ben Skeggs2007-01-282-13/+33
* | | Updated copyright header.Claudio Ciccani2007-01-271-12/+13
* | | Bug 9628: no entry for GetVertexAttribPointervGeorge Sapountzis2007-01-271-14/+8
* | | nouveau: more work on nv04, this time buffer format/pitches/...Stephane Marchesin2007-01-273-2/+47
* | | Bug #9604: Fix a static buffer allocation failure.Eric Anholt2007-01-263-3/+6
* | | Add _mesa_ffsll() for compatibility on OSes without ffsll(), and use it.Eric Anholt2007-01-261-1/+1
* | | Remove dead code causing a warning.Eric Anholt2007-01-261-5/+0
* | | Override Const.CheckArrayBounds for Xserver in XMesaCreateContext().George Sapountzis2007-01-261-0/+7
* | | Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesaZou Nan hai2007-01-268-18/+71
|\ \ \
| * | | nouveau: unbreak NOUVEAU_RING_DEBUGBen Skeggs2007-01-251-0/+16
| * | | nouveau: add result scaling to shader backend, use it in RSQ emul for NV40.Ben Skeggs2007-01-256-17/+50
| * | | nouveau: and here's the "oops, I suck" commit :)Ben Skeggs2007-01-251-0/+1
| * | | nouveau: some extra debug outputBen Skeggs2007-01-251-1/+4
* | | | ARB_Occlusion_query should support multiple query at same timeZou Nan hai2007-01-262-4/+4
|/ / /
* | | 965 glxswapcontrol fixZou Nan hai2007-01-241-0/+9
* | | 965 ARB_Occlusion_query fixZou Nan hai2007-01-243-16/+19