summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Another free->align_freetexmem_0_3_branchDave Airlie2006-10-311-1/+1
* replace free with _mesa_align_free to fix glibc tripping upDave Airlie2006-10-311-2/+1
* Support last-minute drm buffer alignment interface changes.Thomas Hellström2006-10-272-5/+8
* Flush pending batchbuffers before scheduling a buffer swap.Michel Dänzer2006-10-241-0/+2
* Add a define for testing cached textures.Thomas Hellström2006-10-181-3/+12
* Increase batchbuffer size to get some speed.Thomas Hellström2006-10-135-6/+18
* Rasterize smooth-shaded quads like trifans, which avoids textureKeith Whitwell2006-10-101-2/+14
* Also need to lock textures around _mesa_update_state() as values likeKeith Whitwell2006-10-106-11/+39
* More _mesa_select_tex_image() updates.Keith Whitwell2006-10-101-0/+4
* Updates for new _mesa_select_tex_image prototype.Keith Whitwell2006-10-104-20/+11
* Add hooks to lock/unlock textures while rendering, and deal with anyKeith Whitwell2006-10-101-0/+9
* Implement a locking scheme to protect texture object data. ThisKeith Whitwell2006-10-109-510/+786
* Catch a case where we could be emitting primitives with outstandingKeith Whitwell2006-10-061-3/+2
* Fix off-by-one in copypixels scissoringKeith Whitwell2006-10-061-1/+1
* missing x86_and & x86_or (pulled from HEAD)Alan Hourihane2006-10-062-0/+16
* Fix a small memory leak.Thomas Hellström2006-10-051-1/+4
* Remove unused variableKeith Whitwell2006-10-031-1/+0
* Don't invert scissor region for FBO's either.Keith Whitwell2006-10-031-7/+20
* Niggle: always release the old region before referencing a new one.Keith Whitwell2006-10-031-3/+7
* Deal with the fact that _mesa_make_current doesn't always assignKeith Whitwell2006-10-031-8/+12
* Don't invert scissor region for FBO's either.Keith Whitwell2006-10-031-7/+21
* No need to y-flip cliprect for clearing FBOKeith Whitwell2006-10-031-3/+3
* Revert refcount change - starting at one is correct.Keith Whitwell2006-10-031-1/+1
* Remove ancient workaroundKeith Whitwell2006-10-031-33/+0
* remove unused screen param from intel_region_releaseKeith Whitwell2006-10-039-25/+20
* Fix typo defining clear rectangle for FBO clears.Keith Whitwell2006-10-031-1/+1
* Use the BATCH_SZ macro where appropriate.texmem_0_3_20060929Thomas Hellström2006-09-292-2/+3
* Merge vsync changes from trunk.Michel Dänzer2006-09-2917-151/+322
* Do some extra checking to avoid segfaults when incorrect AGP is in use.Alan Hourihane2006-09-282-1/+12
* Add 'GL_RGBA8' as a supported internalFormat forKeith Whitwell2006-09-281-4/+10
* Update drm expected version.texmem_0_3_20060923Thomas Hellström2006-09-281-1/+1
* Driver date.Thomas Hellström2006-09-281-1/+1
* remove duplicateKeith Whitwell2006-09-271-184/+0
* pull npot mipmap test from trunkKeith Whitwell2006-09-272-0/+368
* Fix mipmap posititioning for 2d ARB_npot textures.Keith Whitwell2006-09-271-11/+28
* Fix another single-drawable-multiple-contexts error, that shows up now that theThomas Hellström2006-09-271-4/+4
* Valgrind error fix.Thomas Hellström2006-09-261-1/+2
* Move get_dirty() call to after reserving space in the batchbuffer asKeith Whitwell2006-09-261-1/+15
* Add asserts to catch primitives being emitted with state still dirty,Keith Whitwell2006-09-264-80/+76
* Move get_dirty() call to after reserving space in the batchbuffer asKeith Whitwell2006-09-261-1/+6
* Ensure that we don't wrap batchbuffers right at the beginning of aKeith Whitwell2006-09-261-0/+10
* Small COW break on destruction optimization.Thomas Hellström2006-09-262-6/+4
* Fix up buffer object and region refcountingThomas Hellström2006-09-267-16/+19
* Make regions screen-based instead of context based.Thomas Hellström2006-09-2522-218/+299
* Import Brian's FBO bugfix from trunk.Keith Whitwell2006-09-251-0/+2
* Add some more buffer usage refcounting.Thomas Hellström2006-09-221-4/+13
* Remove redundant 3d-state validation prior to blit copypixels. TheseKeith Whitwell2006-09-221-2/+0
* Fix a longstanding memory leak - intelObj->mt refcount was not deletedKeith Whitwell2006-09-221-1/+19
* Turn some printfs into DBG's.Keith Whitwell2006-09-221-7/+8
* rationalize debugging flagsKeith Whitwell2006-09-228-129/+86