summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-02-23get 3d textures working againtexman_0_1_pre_ttmKeith Whitwell12-127/+262
2006-02-22Fix cubemap layoutKeith Whitwell1-3/+5
2006-02-22Append an MI_FLUSH to each batchbuffer for synchronization. Not reallyKeith Whitwell6-25/+24
2006-02-22restore swapbuffers throttlingKeith Whitwell2-1/+5
2006-02-22Introduce fixup/relocation lists for dma buffers.Keith Whitwell50-2761/+2587
2006-02-13tweaksKeith Whitwell1-24/+50
2006-02-13rename texdown to reflect behaviour changesKeith Whitwell2-1/+1
2006-02-13bump driver date, etcKeith Whitwell3-2/+3
2006-02-13Fix inverted image in copytexsubimage by tickling the hardware toKeith Whitwell3-17/+103
2006-02-11Some functions had been indented by one space?!Keith Whitwell1-86/+86
2006-02-11move blit functions to new fileKeith Whitwell12-362/+393
2006-02-10Use aligned malloc for backing store, if necessary.mesa_texman_20060210Keith Whitwell1-2/+3
2006-02-09Remove 2nd copy of do_memcpyKeith Whitwell1-9/+0
2006-02-09fix refcounting and other issuesKeith Whitwell13-76/+133
2006-02-09Add basic timing for memcpysKeith Whitwell1-15/+83
2006-02-09Add INVARIENT to the active state listKeith Whitwell1-3/+4
2006-02-09Make various changes to get a number out of texdown that betterKeith Whitwell1-31/+102
2006-02-09Turn DBG output on/off with INTEL_DEBUG=bufsKeith Whitwell2-13/+9
2006-02-01Switch between memcpy implementations according to src/dest alignment.mesa_20060201Keith Whitwell1-1/+10
2006-02-01Debug offKeith Whitwell1-2/+2
2006-02-01Quieten dependKeith Whitwell1-1/+1
2006-02-01Just build the i915 on this branchKeith Whitwell1-2/+4
2006-02-01subtexrate test on this branch tooKeith Whitwell2-0/+353
2006-02-01gearbox demo on this branch tooKeith Whitwell4-7/+509
2006-02-01Bump driver dateKeith Whitwell1-1/+1
2006-02-01Disable check_copytex_fragment_ops - it doesn't really apply.Keith Whitwell1-3/+6
2006-02-01Get batchbuffers working natively again. This code stillKeith Whitwell19-123/+173
2006-02-01Remove the last of the old AllocateAgp mechanism.Keith Whitwell1-194/+62
2006-02-01Add code to map/unmap all texture images for the software rasterizer.Keith Whitwell1-8/+62
2006-02-01Ensure that color buffers and textures are mapped (bmBufferMap) beforeKeith Whitwell1-2/+35
2006-01-30file gearbox.c was added on branch texman_0_1_branch on 2006-02-01 18:13:23 +...Keith Whitwell0-0/+0
2006-01-28Get hardware-accelerated CopyTexSubImage working well enough to runKeith Whitwell2-1/+23
2006-01-28Allow ValidateBuffers to allocate memory for buffers which haven't yetKeith Whitwell1-12/+30
2006-01-28remove debugKeith Whitwell13-55/+56
2006-01-28Build fixesKeith Whitwell1-2/+2
2006-01-28Use the x86 __memcpy to avoid performance clif for uploads where theKeith Whitwell1-1/+14
2006-01-27file subtexrate.c was added on branch texman_0_1_branch on 2006-02-01 18:14:0...Keith Whitwell0-0/+0
2006-01-27initial copytexsubimage code, untestedKeith Whitwell11-36/+416
2006-01-27added _swrast_eject_texture_images()Brian Paul2-0/+43
2006-01-26Get readbuffer correctly.Keith Whitwell1-5/+5
2006-01-26- Remove (most of) old agp client memory hack.Keith Whitwell8-169/+234
2006-01-26Expand the buffer manager to include a notion of multiple pools withinKeith Whitwell9-170/+378
2006-01-26Added _swrast_validate_texture_images() to make sure all textures haveBrian Paul2-0/+49
2006-01-25Fix confusion over pitch. demos/texobj renders correctly.Keith Whitwell5-14/+15
2006-01-25Offset returns weren't being returned.Keith Whitwell1-5/+29
2006-01-25Remove silly debug.Keith Whitwell1-1/+0
2006-01-25Another texture manager checkpoint:Keith Whitwell21-389/+440
2006-01-24Remove dead code. Gears runs.Keith Whitwell3-4/+0
2006-01-24Checkpoint of texture manager rework for i915.Keith Whitwell21-1824/+1516
2006-01-24Add another layer on top of the simple 2d regions in intel_regions.[ch]Keith Whitwell6-99/+489