summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri
AgeCommit message (Expand)AuthorFilesLines
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-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-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-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-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-07cube maps on r100 require newer drm than the same feature on r200 (regression...Roland Scheidegger6-7/+9
2005-12-30recalculate state on drawable changesKeith Whitwell2-3/+26
2005-12-30fill out framebuffer egl stuff enable egl on R300Dave Airlie1-2/+10
2005-12-29add support for PCIE card to EGL, doesn't fully work yet but these changesDave Airlie2-2/+18
2005-12-29add EGL to r300 makefileDave Airlie1-1/+7
2005-12-29rv370 not rv350Dave Airlie1-1/+1
2005-12-29typoDave Airlie1-1/+1
2005-12-29add some card type ioctl supportDave Airlie1-6/+46
2005-12-28add some r300 informationDave Airlie1-1/+7
2005-12-23fixup driver for some api changesDave Airlie1-3/+3
2005-12-18Handle fatal case.Aapo Tahkola1-4/+8
2005-12-17Drop output checking.Aapo Tahkola1-2/+4
2005-12-17No you arent.Aapo Tahkola1-15/+0
2005-12-17Warn only when being enabled.Aapo Tahkola1-1/+1