summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | Remove special-case handling for index and edgeflagKeith Whitwell2007-01-155-181/+24
| * | Hook in split functionalitykeithw2007-01-152-7/+37
| * | Add vbo_split fileskeithw2007-01-151-0/+3
| * | New files to manage splitting drawing commandskeithw2007-01-154-0/+1083
| * | Don't perform dangling attribute check on POS attribute. It can't byKeith Whitwell2006-11-201-1/+1
| * | Fix compiler warnings.Keith Whitwell2006-11-031-15/+29
| * | need to call bind_arrays() in vbo_exec_DrawRangeElements.Roland Scheidegger2006-11-031-1/+3
| * | 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
| * | Fix type-conversion of incoming vertices.Keith Whitwell2006-11-021-4/+5
| * | Fix typo in last commitKeith Whitwell2006-11-021-1/+1
| * | Similarly, fill in missing input slots in the vertex-array +Keith Whitwell2006-11-021-0/+7
| * | Fill in missing input slots in the vertex-array + no-vertex-programKeith Whitwell2006-11-021-1/+10
| * | merge current trunk into vbo branchAlan Hourihane2006-11-02176-1424/+28706
| * | Fix typo in display list attrib binding.Keith Whitwell2006-11-021-1/+1
| * | Respect array->Normalized flag.Keith Whitwell2006-11-021-15/+55
| * | missing fileKeith Whitwell2006-11-021-0/+305
| * | 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
| * | pickup structs from vbo.hKeith Whitwell2006-10-312-2/+2
| * | move public structure definitions to vbo.hKeith Whitwell2006-10-315-25/+31
| * | cleanup code, compiles with vbo changesKeith Whitwell2006-10-3115-612/+98
| * | oops, get.c is autogeneratedKeith Whitwell2006-10-302-4/+4
| * | Move edgeflag into the VERT_ATTRIB_SEVEN slot. This means that ourKeith Whitwell2006-10-3012-102/+107
| * | Remove wakeup functions. This code is intended to be active all theKeith Whitwell2006-10-305-46/+19
| * | switch several dri drivers overKeith Whitwell2006-10-3012-22/+62
| * | better handling of current attributes. Trivial dlist and varray tests workKeith Whitwell2006-10-3013-173/+235
| * | checkpoint - remove dead files, otherwise untestedKeith Whitwell2006-10-3020-4114/+42
| * | Fix compiler warningKeith Whitwell2006-10-291-1/+1
| * | switch over to vbo moduleKeith Whitwell2006-10-293-9/+6
| * | remove this moduleKeith Whitwell2006-10-296-1568/+0
| * | Changes for new vbo-building module.Keith Whitwell2006-10-2921-6893/+78
| * | Checkpoint of new vbo-building code. Currently builds regular arraysKeith Whitwell2006-10-2915-0/+4705
* | | 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
* | | Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesaBrian2007-02-013-10/+28
|\ \ \
| * | | driDestroyDisplay: Fix comment, it is called now.Michel Dänzer2007-02-011-1/+1
| * | | driDestroyDisplay: Remove Drivers list entry when dlclosing its handle.Michel Dänzer2007-02-011-2/+18
| * | | fix unitialized values in radeonClearRoland Scheidegger2007-02-011-4/+4
| * | | _mesa_pack_rgba_span_float: fix for packing data into groupXiang, Haihao2007-01-311-3/+5
* | | | fix mem leak in __glXReportDamage (Panagiotis Papadakos)Brian2007-02-011-0/+1
|/ / /
* | | regeneratedBrian2007-01-301-25/+25
* | | s/params/pointer/ for glGetVertexAttribPointerBrian2007-01-301-1/+1
* | | bump version to 6.5.3Brian2007-01-301-7/+7
* | | s/params/pointer/ for glGetVertexAttribPointerBrian2007-01-302-2/+2
* | | s/params/pointer/ for glGetVertexAttribPointerBrian2007-01-3029-135/+743
|\ \ \
| * | | 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