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