summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Use aligned malloc for backing store, if necessary.mesa_texman_20060210Keith Whitwell2006-02-101-2/+3
* Remove 2nd copy of do_memcpyKeith Whitwell2006-02-091-9/+0
* fix refcounting and other issuesKeith Whitwell2006-02-0913-76/+133
* Add basic timing for memcpysKeith Whitwell2006-02-091-15/+83
* Add INVARIENT to the active state listKeith Whitwell2006-02-091-3/+4
* Turn DBG output on/off with INTEL_DEBUG=bufsKeith Whitwell2006-02-092-13/+9
* Switch between memcpy implementations according to src/dest alignment.mesa_20060201Keith Whitwell2006-02-011-1/+10
* Debug offKeith Whitwell2006-02-011-2/+2
* Quieten dependKeith Whitwell2006-02-011-1/+1
* Bump driver dateKeith Whitwell2006-02-011-1/+1
* Disable check_copytex_fragment_ops - it doesn't really apply.Keith Whitwell2006-02-011-3/+6
* Get batchbuffers working natively again. This code stillKeith Whitwell2006-02-0119-123/+173
* Remove the last of the old AllocateAgp mechanism.Keith Whitwell2006-02-011-194/+62
* Add code to map/unmap all texture images for the software rasterizer.Keith Whitwell2006-02-011-8/+62
* Ensure that color buffers and textures are mapped (bmBufferMap) beforeKeith Whitwell2006-02-011-2/+35
* Get hardware-accelerated CopyTexSubImage working well enough to runKeith Whitwell2006-01-282-1/+23
* Allow ValidateBuffers to allocate memory for buffers which haven't yetKeith Whitwell2006-01-281-12/+30
* remove debugKeith Whitwell2006-01-2813-55/+56
* Build fixesKeith Whitwell2006-01-281-2/+2
* Use the x86 __memcpy to avoid performance clif for uploads where theKeith Whitwell2006-01-281-1/+14
* initial copytexsubimage code, untestedKeith Whitwell2006-01-2711-36/+416
* added _swrast_eject_texture_images()Brian Paul2006-01-272-0/+43
* Get readbuffer correctly.Keith Whitwell2006-01-261-5/+5
* - Remove (most of) old agp client memory hack.Keith Whitwell2006-01-268-169/+234
* Expand the buffer manager to include a notion of multiple pools withinKeith Whitwell2006-01-269-170/+378
* Added _swrast_validate_texture_images() to make sure all textures haveBrian Paul2006-01-262-0/+49
* Fix confusion over pitch. demos/texobj renders correctly.Keith Whitwell2006-01-255-14/+15
* Offset returns weren't being returned.Keith Whitwell2006-01-251-5/+29
* Remove silly debug.Keith Whitwell2006-01-251-1/+0
* Another texture manager checkpoint:Keith Whitwell2006-01-2521-389/+440
* Remove dead code. Gears runs.Keith Whitwell2006-01-243-4/+0
* Checkpoint of texture manager rework for i915.Keith Whitwell2006-01-2421-1824/+1516
* Add another layer on top of the simple 2d regions in intel_regions.[ch]Keith Whitwell2006-01-246-99/+489
* layer 2d region semantics and blits on top of bufmgr buffersKeith Whitwell2006-01-232-0/+412
* import via texture semanticsKeith Whitwell2006-01-232-196/+391
* Add a faked-out implementation of the buffer manager that uses the sameKeith Whitwell2006-01-165-2/+589
* remove some test code;Michal Krol2006-01-165-197/+158
* remove slang_*_gc.h files;Michal Krol2006-01-1610-5265/+1321
* Missing bits of code spotted by Tilman SauerbeckAapo Tahkola2006-01-151-1/+27
* Fix ARB_position_invariant handlingAapo Tahkola2006-01-151-6/+116
* namespace pollution fixes (Tilman Sauerbeck)Aapo Tahkola2006-01-132-5/+5
* Fix invalid tex coord routing and couple other small things.Aapo Tahkola2006-01-131-13/+15
* added a couple new assertions to help debug XGL problemBrian Paul2006-01-101-0/+2
* Missing patch from Ben Skeggs:Aapo Tahkola2006-01-096-453/+865
* Fix pow <small> and a very stypid bug with dummy srcs(0 equals to tmp0.x)</sm...Aapo Tahkola2006-01-091-152/+56
* Fix cube maps.Aapo Tahkola2006-01-091-10/+2
* Fix node setup(from Ben Skeggs)Aapo Tahkola2006-01-091-3/+17
* s/GLuint/GLbitfield/Brian Paul2006-01-092-2/+2
* only call xmesa_set_renderbuffer_funcs() when really necessaryBrian Paul2006-01-092-44/+50
* check XGetGeometry() return valueBrian Paul2006-01-091-1/+13