intel: use new mipmap generation hooks in driver.
[mesa.git] / src / mesa / drivers / dri / intel /
2008-01-03 Eric Anholt[intel] Convert relocations to not be cleared out on...
2008-01-02 Eric AnholtRevert "[intel] Use the memory type mask containing...
2008-01-02 Eric Anholt[intel] Use the memory type mask containing the caching...
2008-01-02 Keith PackardSet correct flags mask when validating buffers.
2007-12-29 Roland ScheideggerBug #13839: Fix 3D texture offset miscalculation with...
2007-12-28 Dan NicholsonMerge branch 'autoconf2'
2007-12-27 Xiang, Haihaoi915: reset swrast state after calling swrast DrawPixels.
2007-12-26 Dan NicholsonMerge branch 'master' into autoconf2
2007-12-21 Eric Anholt[intel] Move some pixel path support from drivers to...
2007-12-20 Eric Anholt[965] Enable EXT_framebuffer_object.
2007-12-20 Eric Anholt[intel] Fix and reenable (software) SGIS_generate_mipmap
2007-12-20 Eric Anholt[intel] Allow driver hooks to be NULL in intel_buffers...
2007-12-20 Eric Anholt[i915] Move meta_draw_quad into the vtbl with other...
2007-12-19 Eric Anholt[915] Set cliprects in the drawbuffer software fallback...
2007-12-18 Eric Anholt[915] Fix clear color when clearing with triangles.
2007-12-18 Keith Packard[Intel] Centralize mipmap pitch computations.
2007-12-18 Eric Anholt[i915] Remove redundant set_draw_region code (like...
2007-12-18 Eric Anholt[intel] Improve INTEL_DEBUG=blit description of clearing.
2007-12-18 Eric Anholt[intel] Fix copy'n'pasteo in decoding of the blit clear...
2007-12-18 Eric Anholt[965] Add decode of 3DSTATE_DRAWING_RECTANGLE.
2007-12-17 Eric Anholt[intel] Cleanup of */intel_blit.c to bring the two...
2007-12-17 Michel Dänzeri915: Fix issues with glDrawBuffer(GL_NONE).
2007-12-16 Eric Anholt[i915] Fix missing symbol from 965 changes.
2007-12-16 Eric Anholt[965] Move to using shared texture management code.
2007-12-15 Eric Anholt[intel] Whitespace and comment changes to bring intel_m...
2007-12-15 Eric Anholt[intel] Merge intel_buffer_objects to shared.
2007-12-15 Eric Anholt[965] Use shared intel_regions.c.
2007-12-14 Eric Anholt[intel] Fix uninitialized data in screen-region buffer...
2007-12-14 Eric Anholt[intel] Remove excessive validation debugging.
2007-12-14 Eric Anholt[intel] Initialize debug flag for dri_bufmgrs
2007-12-14 Eric Anholt[intel] Remove useless intel_region_idle.
2007-12-14 Eric Anholt[intel] warnings cleanup
2007-12-14 Eric Anholt[intel] Remove the relocation buffer lists and just...
2007-12-14 Eric Anholt[intel] Remove broken mutex protection from dri_bufmgrs.
2007-12-14 Eric Anholt[intel] Enable INTEL_DEBUG=bufmgr output in TTM mode...
2007-12-13 Dan NicholsonMerge branch 'master' into autoconf2
2007-12-12 Eric Anholt[965] Bug #13600: Fix assertion failure with SRGB textures.
2007-12-12 Eric Anholt[intel] Move bufmgr back to context instead of screen...
2007-12-12 Keith PackardBlock in kernel waiting for fence
2007-12-12 Keith PackardUse previous buffer offsets to compute proposed relocations
2007-12-08 Eric Anholt[965] Convert the driver to dri_bufmgr interface and...
2007-12-01 Eric Anholt[intel] Move batch bo_unmap from TTM code to shared...
2007-12-01 Eric Anholt[intel] Add failure path printfs to relocation code...
2007-12-01 Eric Anholt[intel] Simplify TTM relocation code by passing around...
2007-12-01 Eric Anholt[intel] Fix the type and naming of the flags/mask args...
2007-12-01 Eric Anholt[intel] intel_bufmgr_ttm style sanity
2007-11-30 joukjMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-11-26 Keith Whitwelli915: Catch cases where not all state is emitted for...
2007-11-26 Michel Dänzeri915: Some additional blit fixes and assertions.
2007-11-17 Eric Anholt[intel] Add 965 support to shared intel_blit.c
2007-11-17 Eric Anholt[i915] Pass static region names in so debugging says...
2007-11-17 Eric Anholt[intel] Move additional code to be shared from intel_co...
2007-11-16 Eric Anholt[intel] Move intel_tex.h into place, forgotten in the...
2007-11-16 Eric Anholt[965] Add batchbuffer decode for several more packets.
2007-11-16 Eric Anholt[intel] Fix typos in intel_chipset.h macros.
2007-11-16 Eric Anholt[i915] Add INTEL_DEBUG=sync debug flag to wait for...
2007-11-16 Eric Anholt[i915] Reenable batchbuffer debug under INTEL_DEBUG...
2007-11-16 Eric Anholt[i915] Push locking in intelClearWithTris down inside...
2007-11-12 Xiang, Haihaoi965: correct the opcode of XY_SETUP_BLT_CMD. fix bug...
2007-11-09 Eric Anholt[i915] Remove old frontbuffer rotation hack.
2007-11-09 Eric Anholt[intel] By default, output batchbuffer decode to stderr...
2007-11-09 Eric Anholt[intel] Initialize a depth buffer if the visual has...
2007-11-09 Eric Anholt[intel] Move over files that will be shared with 965...
2007-10-31 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-10-29 Eric AnholtMerge branch 'origin'
2007-10-26 Zou Nan haiMerge branch '965-glsl'
2007-10-16 Eric AnholtReplace symlink generation from i915 with files in...
2007-10-12 Kristian HøgsbergMerge branch 'dri2'
2007-10-12 Dave AirlieMerge branch 'master' into i915-superioctl
2007-10-09 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-10-08 Sergio Monteiro... i915: Fix undefined ALIGN symbol from 77e0523fb7769df4b...
2007-10-04 Eric Anholt[965] Replace various alignment code with a shared...
2007-10-04 Eric AnholtReplace duplicated intel_reg.h with a shared header.
2007-10-02 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-09-27 Eric Anholt[965] Add batchbuffer dumping under INTEL_DEBUG=bat...
2007-09-27 Eric AnholtRevert "WIP 965 conversion to dri_bufmgr."
2007-09-27 Eric AnholtWIP 965 conversion to dri_bufmgr.
2007-09-20 Eric AnholtMerge branch 'master' into i915-unification
2007-08-10 Xiang, Haihaoi965/i915tex: applying right alignment to compressed...
2007-07-04 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-06-08 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-05-24 Eric AnholtMerge branch 'master' into i915-unification
2007-05-19 Roland Scheideggerfix miptree layout (i915) for small compressed mipmaps
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2007-01-06 Wang ZhenyuMerge branch 'master' into crestline
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-12-14 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2006-12-14 Michel DänzerFix copy-and-paste-o of my e-mail address.
2006-12-14 Michel DänzerFix some corner cases in i945_miptree_layout_2d().
2006-12-14 Michel DänzerShare code to lay out >= 945 style 2D mipmaps between...