i965: Remove brw->attribs now that we can just always look in the GLcontext.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_misc_state.c
2009-02-02 Eric Anholti965: Remove brw->attribs now that we can just always...
2009-02-02 Eric Anholti965: Delete old metaops code now that there are no...
2008-11-02 Eric Anholti965: Merge GM45 into the G4X chipset define.
2008-10-29 Eric Anholti965: Fix check_aperture calls to cover everything...
2008-10-28 Eric Anholtintel: Don't keep intel->pClipRects, and instead just...
2008-10-24 Xiang, Haihaoi965: don't emit state when dri_bufmgr_check_aperture_s...
2008-08-24 Dave AirlieRevert "Revert "Merge branch 'drm-gem'""
2008-08-24 Dave AirlieRevert "Merge branch 'drm-gem'"
2008-08-08 Eric AnholtMerge branch 'drm-gem'
2008-08-08 Eric Anholtintel-gem: Update to new check_aperture API for classic...
2008-08-08 Eric Anholt965: cleanups to state emission from aperture checking...
2008-07-26 Ian RomanickMerge branch 'master' into drm-gem
2008-07-12 Eric Anholtdrm-gem: Use new GEM ioctls for tiling state, and suppo...
2008-07-08 Xiang, Haihaoi965: official name for GM45 chipset
2008-06-24 Eric AnholtMerge commit 'origin/master' into drm-gem
2008-06-18 Eric AnholtMerge commit 'origin/master' into drm-gem
2008-06-11 Eric Anholt[intel-gem] Chase domain flag renaming in the DRM.
2008-06-04 Keith PackardMerge commit 'origin/master' into drm-gem
2008-05-08 Keith PackardMerge commit 'anholt/drm-gem' into drm-gem
2008-05-07 Eric AnholtGEM: Remove already-disabled PIPE_CONTROL command.
2008-05-07 Eric AnholtGEM: Make dri_emit_reloc take GEM domain flags instead...
2008-05-02 Corbin SimpsonMerge branch 'r500test' of git://people.freedesktop...
2008-05-01 Alex DeucherMerge branch 'r500test' of git://people.freedesktop...
2008-04-18 Dave Airliei965: fixup depth buffer check
2008-04-18 Dave Airliei965: initial attempt at fixing the aperture overflow
2008-02-22 Kristian HøgsbergMerge {i915,i965}/intel_context.h as intel/intel_context.h
2008-02-07 Eric Anholt[965] Flush icache on new batch, not just new context.
2008-01-29 Xiang, Haihaoi965: new integrated graphics chipset support
2008-01-10 Eric Anholt[intel] Add more cliprect modes to cover other meanings...
2008-01-09 Eric Anholt[965] Replace the always_update dirty flag with BRW_NEW...
2008-01-09 Eric Anholt[965] Remove drawing rect upload, which is handled...
2007-12-26 Dan NicholsonMerge branch 'master' into autoconf2
2007-12-20 Eric Anholt[965] Enable EXT_framebuffer_object.
2007-12-18 Eric Anholt[965] Allow draw or depth regions to be NULL.
2007-12-14 Eric Anholt[965] Replace the state cache suballocator with direct...
2007-12-13 Dan NicholsonMerge branch 'master' into autoconf2
2007-12-08 Eric Anholt[965] Convert the driver to dri_bufmgr interface and...
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-12-13 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2006-12-11 Eric AnholtMerge branch 'origin' into crestline
2006-12-08 Xiang, Haihaofix bug#9237
2006-10-23 Keith WhitwellEmit cliprects in the userspace driver as required...
2006-09-07 Keith WhitwellMake sure bmBufferOffset is called for all active buffe...
2006-08-09 Eric AnholtAdd Intel i965G/Q DRI driver.