summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge head into branchvtx-0-2-24112003vtx-0-2-branchKeith Whitwell2003-11-2420-267/+867
* fixup gamma_render.cAlan Hourihane2003-11-211-70/+20
* Merge head into branchKeith Whitwell2003-11-21287-20712/+24780
* linux-solo compiles as far as the gamma driver, which seems independentlyvtx-0-2-21112003-freezeKeith Whitwell2003-11-2135-304/+325
* compilation fixes, disable ubyte color code for now at leastKeith Whitwell2003-11-1212-493/+279
* Turn off some debugKeith Whitwell2003-11-111-2/+2
* Clean a littleKeith Whitwell2003-11-111-3/+8
* Don't adjust indicies if adjustment is zeroKeith Whitwell2003-11-111-4/+6
* Fix import_color functions.Keith Whitwell2003-11-111-6/+4
* Add CallLists() to vtxfmt.Keith Whitwell2003-11-116-44/+149
* Add CallLists to vtxfmt definition. Fix some FLUSH() usage in saveKeith Whitwell2003-11-115-17/+15
* Add missing GL_FRONT_AND_BACK case.Keith Whitwell2003-10-161-1/+2
* Fix assertionKeith Whitwell2003-10-151-3/+5
* Restore code to clean incoming position data of size <= 2.Keith Whitwell2003-10-141-7/+25
* Deal with wrapped, weak primitives correctly.Keith Whitwell2003-10-142-46/+88
* Bind material data when required.Keith Whitwell2003-10-141-73/+66
* Implement FALLBACK() when receiving EvalCoord or CallList insideKeith Whitwell2003-10-141-29/+34
* Reset ctx->Driver.CurrentSavePrimitive to PRIM_UNKNOWN after compiling aKeith Whitwell2003-10-141-0/+10
* Implement compiled DrawArrays and DrawElements.Keith Whitwell2003-10-142-3/+92
* Initialize the arrayelt helperKeith Whitwell2003-10-141-0/+6
* Make it clear that the driver (or tnl/ module) must supplyKeith Whitwell2003-10-141-7/+11
* Use correct check to terminate DrawArrays loopKeith Whitwell2003-10-141-1/+1
* Cope with being initialized multiple times.Keith Whitwell2003-10-141-0/+3
* Use _mesa_compile_error() rather than just _mesa_error().Keith Whitwell2003-10-141-9/+9
* Cope with dangling attribute references from display listsKeith Whitwell2003-10-144-44/+65
* use VERT_ATTRIB constants in definitions of _save_VertexAttrib*Keith Whitwell2003-10-131-8/+8
* Add code for GL_COMPILE_AND_EXECUTEKeith Whitwell2003-10-131-3/+1
* Use ctx->Exec rather than _glapi_Dispatch so that this will workKeith Whitwell2003-10-131-30/+30
* Fix error in material recording.Keith Whitwell2003-10-131-1/+16
* Fix several more display list glitches.Keith Whitwell2003-10-134-97/+163
* use VERT_ATTRIB constants in definitions of _tnl_VertexAttrib*Keith Whitwell2003-10-131-8/+8
* Fix typo in VertexAttrib2fNVKeith Whitwell2003-10-131-1/+1
* Correctly convert back colors to GLchan values when copyingKeith Whitwell2003-10-131-2/+2
* Correct initialization of tnl->vtx.current for material attributes.Keith Whitwell2003-10-131-2/+4
* Add code to get materials working in lighting again.Keith Whitwell2003-10-132-22/+80
* Flush vertex data before playing back a vertex_list.Keith Whitwell2003-10-131-0/+3
* remove debug statementsKeith Whitwell2003-10-138-59/+2
* Fix a few minor displaylist bugsKeith Whitwell2003-10-131-42/+9
* Solve the gears glitches.Keith Whitwell2003-10-102-9/+9
* Fix a typo with evalcoord1fKeith Whitwell2003-10-102-3/+16
* Get edgeflag/unfilled polygons working.Keith Whitwell2003-10-107-18/+54
* vertex_list display lists (replacing the old immediate struct) areKeith Whitwell2003-10-1010-159/+395
* Fallback (opcode-based) display lists are working.Keith Whitwell2003-10-104-21/+29
* Fix assertion in render stage.Keith Whitwell2003-10-104-22/+55
* Added quite a bit of debug prints. Fixed a couple of smaller bugs.Keith Whitwell2003-10-103-16/+74
* Checkpoint -- The whole library compiles now...Keith Whitwell2003-10-0912-41/+214
* Checkpoint -- module compiles. Some issues with strides outstanding.Keith Whitwell2003-10-093-33/+29
* Checkpoint commit -- module compilesKeith Whitwell2003-10-0915-781/+453
* remove one more unused typeKeith Whitwell2003-10-092-50/+0
* Remove no-longer-used vector typesKeith Whitwell2003-10-092-315/+0