summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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-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-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-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-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
2006-01-23layer 2d region semantics and blits on top of bufmgr buffersKeith Whitwell2-0/+412
2006-01-23import via texture semanticsKeith Whitwell2-196/+391
2006-01-16Add a faked-out implementation of the buffer manager that uses the sameKeith Whitwell5-2/+589
2006-01-16remove some test code;Michal Krol5-197/+158
2006-01-16remove slang_*_gc.h files;Michal Krol10-5265/+1321
2006-01-15Missing bits of code spotted by Tilman SauerbeckAapo Tahkola1-1/+27
2006-01-15Fix ARB_position_invariant handlingAapo Tahkola1-6/+116
2006-01-13namespace pollution fixes (Tilman Sauerbeck)Aapo Tahkola2-5/+5
2006-01-13Fix invalid tex coord routing and couple other small things.Aapo Tahkola1-13/+15
2006-01-10added a couple new assertions to help debug XGL problemBrian Paul1-0/+2
2006-01-09Missing patch from Ben Skeggs:Aapo Tahkola6-453/+865
2006-01-09Fix pow <small> and a very stypid bug with dummy srcs(0 equals to tmp0.x)</sm...Aapo Tahkola1-152/+56
2006-01-09Fix cube maps.Aapo Tahkola1-10/+2
2006-01-09Fix node setup(from Ben Skeggs)Aapo Tahkola1-3/+17
2006-01-09s/GLuint/GLbitfield/Brian Paul2-2/+2
2006-01-09only call xmesa_set_renderbuffer_funcs() when really necessaryBrian Paul2-44/+50
2006-01-09check XGetGeometry() return valueBrian Paul1-1/+13