mesa/nouveau-pmpeg.git
2006-10-31 Dave AirlieAnother free->align_freetexmem_0_3_branch
2006-10-31 Dave Airliereplace free with _mesa_align_free to fix glibc tripping up
2006-10-27 Thomas HellströmSupport last-minute drm buffer alignment interface...
2006-10-24 Michel DänzerFlush pending batchbuffers before scheduling a buffer...
2006-10-18 Thomas HellströmAdd a define for testing cached textures.
2006-10-13 Thomas HellströmIncrease batchbuffer size to get some speed.
2006-10-10 Keith WhitwellRasterize smooth-shaded quads like trifans, which avoid...
2006-10-10 Keith WhitwellAlso need to lock textures around _mesa_update_state...
2006-10-10 Keith WhitwellMore _mesa_select_tex_image() updates.
2006-10-10 Keith WhitwellUpdates for new _mesa_select_tex_image prototype.
2006-10-10 Keith WhitwellAdd hooks to lock/unlock textures while rendering,...
2006-10-10 Keith WhitwellImplement a locking scheme to protect texture object...
2006-10-06 Keith WhitwellCatch a case where we could be emitting primitives...
2006-10-06 Keith WhitwellFix off-by-one in copypixels scissoring
2006-10-06 Alan Hourihanemissing x86_and & x86_or (pulled from HEAD)
2006-10-05 Thomas HellströmFix a small memory leak.
2006-10-03 Keith WhitwellRemove unused variable
2006-10-03 Keith WhitwellDon't invert scissor region for FBO's either.
2006-10-03 Keith WhitwellNiggle: always release the old region before referencin...
2006-10-03 Keith WhitwellDeal with the fact that _mesa_make_current doesn't...
2006-10-03 Keith WhitwellDon't invert scissor region for FBO's either.
2006-10-03 Keith WhitwellNo need to y-flip cliprect for clearing FBO
2006-10-03 Keith WhitwellRevert refcount change - starting at one is correct.
2006-10-03 Keith WhitwellRemove ancient workaround
2006-10-03 Keith Whitwellremove unused screen param from intel_region_release
2006-10-03 Keith WhitwellFix typo defining clear rectangle for FBO clears.
2006-09-29 Thomas HellströmUse the BATCH_SZ macro where appropriate.texmem_0_3_20060929
2006-09-29 Michel DänzerMerge vsync changes from trunk.
2006-09-28 Alan HourihaneDo some extra checking to avoid segfaults when incorrec...
2006-09-28 Keith WhitwellAdd 'GL_RGBA8' as a supported internalFormat for
2006-09-28 Thomas HellströmUpdate drm expected version.texmem_0_3_20060923
2006-09-28 Thomas HellströmDriver date.
2006-09-27 Keith Whitwellremove duplicate
2006-09-27 Keith Whitwellpull npot mipmap test from trunk
2006-09-27 Keith WhitwellFix mipmap posititioning for 2d ARB_npot textures.
2006-09-27 Thomas HellströmFix another single-drawable-multiple-contexts error...
2006-09-26 Thomas HellströmValgrind error fix.
2006-09-26 Keith WhitwellMove get_dirty() call to after reserving space in the...
2006-09-26 Keith WhitwellAdd asserts to catch primitives being emitted with...
2006-09-26 Keith WhitwellMove get_dirty() call to after reserving space in the...
2006-09-26 Keith WhitwellEnsure that we don't wrap batchbuffers right at the...
2006-09-26 Thomas HellströmSmall COW break on destruction optimization.
2006-09-26 Thomas HellströmFix up buffer object and region refcounting
2006-09-25 Thomas HellströmMake regions screen-based instead of context based.
2006-09-25 Keith WhitwellImport Brian's FBO bugfix from trunk.
2006-09-22 Thomas HellströmAdd some more buffer usage refcounting.
2006-09-22 Keith WhitwellRemove redundant 3d-state validation prior to blit...
2006-09-22 Keith WhitwellFix a longstanding memory leak - intelObj->mt refcount...
2006-09-22 Keith WhitwellTurn some printfs into DBG's.
2006-09-22 Keith Whitwellrationalize debugging flags
2006-09-22 Keith WhitwellSilence warning
2006-09-22 Keith Whitwellintel_batch_ioctl() lost its return type somehow
2006-09-22 Keith WhitwellFix initialization of pfPitch - measured in pixels...
2006-09-22 Thomas HellströmAnother obscure bug causing an infinite loop when multi...
2006-09-22 Keith Whitwellbring in recent texture swizzle changes from trunk
2006-09-22 Keith Whitwell- Make point_smooth, polygon_smooth fallbacks per-primi...
2006-09-22 Keith WhitwellFix bug detecting overlapping regions in texture copypi...
2006-09-22 Keith WhitwellCheck for FragmentProgram._Enabled rather than _Active...
2006-09-22 Keith WhitwellFlush driver, not just tnl module.
2006-09-22 Keith Whitwellresize buffers in MakeCurrent
2006-09-22 Thomas HellströmFix intel texture image buffer leak.
2006-09-20 Michel DänzerFix INTEL_DEBUG=fall.
2006-09-20 Michel DänzerRevert INTEL_FIREVERTICES to flush primitives instead...
2006-09-18 Thomas HellströmFix a fencing bug.
2006-09-18 Keith Whitwellfix bzflag crashes
2006-09-18 Thomas HellströmCheck for NULL in intelSwapBuffers()
2006-09-18 Thomas HellströmFix fencing when submitting empty batchbuffers.
2006-09-18 Thomas HellströmRelax the requirement in pool_takedown in the intel...
2006-09-15 Thomas HellströmWait for buffer idle unlocked before mapping in some...
2006-09-15 Thomas HellströmAdapt to updated libdrm.
2006-09-14 Keith WhitwellTurn back on zcopy uploads - my timings were incorrect.
2006-09-14 Keith WhitwellSilence debug, cope with calling intel_region_cow(...
2006-09-14 Keith WhitwellDisable zero-copy texturing for now as it isn't such...
2006-09-13 Thomas HellströmFix a FBO render offset bug.
2006-09-13 Keith Whitwellupdate driver date and branch debug
2006-09-13 Keith WhitwellBring in writemask + TEX fix from trunk
2006-09-12 Thomas Hellströmtexmem_0_3_branch with adaptations to the drm-ttm-0...
2006-08-30 Keith WhitwellAdd a demo illustrating various techniques for uploadin... texmem_0_2_branch
2006-08-30 Keith WhitwellMust lock hardware around call to intelEmitCopyBlit()
2006-08-30 Keith Whitwellimplement zero-copy uploads for glTexImage from suitabl...
2006-08-30 Keith WhitwellBring in improved version of the texdown demo from...
2006-08-29 Keith Whitwellremove orphan file
2006-08-29 Keith Whitwellremove i915_texprog.c as it is no longer needed
2006-08-29 Keith Whitwellremove hashing for bm buffers, use an opaque pointer...
2006-08-28 Keith Whitwellrevert last commit
2006-08-28 Keith Whitwelldependent texture read demo
2006-08-28 Keith Whitwelluse mesa's texenvprogram in preference to i915 version...
2006-08-28 Keith Whitwellvarious texture tweaks
2006-08-28 Keith WhitwellAdd missing wait for busy buffers in bmMapBuffer()
2006-08-28 Keith WhitwellFixes for i945 texture layouts
2006-08-17 Keith Whitwelladd dependent texture read test
2006-08-17 Keith WhitwellMake bgra format more explicit
2006-08-16 Dave Airliefix from i965 driver for compressed textures on texman
2006-08-03 Keith Whitwellfirst pass at texture uploads from pbo's with the blitter
2006-08-03 Keith Whitwelltrivial test for pbo-based texture uploads
2006-08-03 Keith WhitwellGet basic texturing working again on i945
2006-08-03 Keith WhitwellCorrect pitch / cpp calculation
2006-08-02 Keith WhitwelldrmOpen/Close once
2006-08-02 Keith Whitwellnew files from merge of texmem driver
2006-08-02 Keith WhitwellPull the texmem i915 driver onto a new branch closer...
next