i965: Remove brw->attribs now that we can just always look in the GLcontext.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_sf_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...
2009-01-29 Brian Pauli965: use bitfields in brw_sf_unit_key struct
2009-01-29 Brian Pauli965: fix render to FBO/texture orientation bugs
2009-01-26 Brian Pauli965: scissor rect was inverted when rendering to texture
2009-01-16 Brian Pauli965: fix polygon culling bug when rendering to a textu...
2009-01-11 Matthieu Herrbreplace nearbyint() by rint() for now.
2008-11-12 Eric Anholti965: Fix up SF max_threads.
2008-09-18 Brian Paulmesa: added "main/" prefix to includes, remove some...
2008-09-10 Eric Anholtintel: track bufmgr move to libdrm_intel and bufmgr_fak...
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-07-26 Ian RomanickMerge branch 'master' into drm-gem
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-06-03 Eric Anholt[intel] Convert drivers to using libdrm bufmgr code.
2008-05-08 Keith PackardMerge commit 'anholt/drm-gem' into drm-gem
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: initial attempt at fixing the aperture overflow
2008-04-16 Dave AirlieMerge branch 'master' into r500test
2008-03-29 Oliver McFaddenMerge branch 'r300-vertprog-branch' of ssh://people...
2008-03-17 Zou Nan hai[i965] round pointsize to nearest int according to...
2008-01-29 Xiang, Haihaoi965: new integrated graphics chipset support
2008-01-06 BrianSimplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers...
2008-01-03 Eric Anholt[intel] Convert relocations to not be cleared out on...
2008-01-02 Eric Anholt[965] Convert SF unit to use a cache key instead of...
2007-12-26 Dan NicholsonMerge branch 'master' into autoconf2
2007-12-20 Eric Anholt[965] Enable EXT_framebuffer_object.
2007-12-17 Eric Anholt[965] Simplify scissor handling by using DrawBuffer...
2007-12-17 Eric Anholt[965] Replace our own depth constants in intel context...
2007-12-14 Eric Anholt[965] Replace the state cache suballocator with direct...
2007-10-31 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-10-26 Zou Nan haiMerge branch '965-glsl'
2007-10-12 Dave AirlieMerge branch 'master' into i915-superioctl
2007-10-09 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-10-04 Eric Anholt[965] Replace various alignment code with a shared...
2007-10-02 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-09-20 Eric AnholtMerge branch 'master' into i915-unification
2007-08-02 Zou Nan hai fix fd.o bug #11804
2007-08-01 Zou Nan hai fix fd.o bug #11788, max point size
2007-07-25 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-07-21 BrianRemove ctx->Point._Size and ctx->Line._Width.
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-08-09 Eric AnholtAdd Intel i965G/Q DRI driver.