i965: Remove dead brw->wrap flag.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_context.h
2008-10-27 Eric Anholti965: Remove dead brw->wrap flag.
2008-10-08 Eric Anholti965: Add ARB_occlusion_query support.
2008-09-29 Ian RomanickRemove TNL-to-VP tracking from i965
2008-09-23 Eric Anholti965: Cope with batch getting flushed in the middle...
2008-09-18 Brian Paulmesa: added "main/" prefix to includes, remove some...
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-06-24 Eric AnholtMerge commit 'origin/master' into drm-gem
2008-06-21 Brian Paulreplace __inline and __inline__ with INLINE macro
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-21 Michal Wajdeczko[965] Shuffle state flags to match the order we initial...
2008-03-13 Zou Nan hai [i965] multiple rendering target support
2008-02-26 Kristian Høgsbergi965: Setup framebuffer texture in meta_draw_region.
2008-02-14 Xiang, Haihaoi965: use setup attributes as inputs when allocating...
2008-02-05 Eric Anholt[965] Convert brw_draw_upload to managing dri_bos,...
2008-02-05 Eric Anholt[965] Move temporary vbo array storage into the functio...
2008-02-05 Eric Anholt[965] Remove dead brw_vertex_element members.
2008-01-10 Eric Anholt[965] Improve performance by allocating CURBE buffers...
2008-01-10 Eric Anholt[intel] Add more cliprect modes to cover other meanings...
2008-01-09 Eric Anholt[965] Allow more than one draw_prims per batchbuffer.
2008-01-09 Eric Anholt[965] Replace the always_update dirty flag with BRW_NEW...
2008-01-07 BrianReplace gl_framebuffer's _ColorDrawBufferMask with...
2008-01-03 Eric Anholt[intel] Convert relocations to not be cleared out on...
2008-01-02 Eric Anholt[965] Convert WM unit to use a cache key instead of...
2008-01-02 Eric Anholt[965] Convert sampler state to use a cache key instead...
2007-12-26 Dan NicholsonMerge branch 'master' into autoconf2
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-11-30 joukjMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-11-20 Eric Anholt[965] Replace 965 texture format code with common code.
2007-10-26 Zou Nan haiMerge branch '965-glsl'
2007-10-02 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-09-27 Eric AnholtRevert "WIP 965 conversion to dri_bufmgr."
2007-09-27 Eric AnholtWIP 965 conversion to dri_bufmgr.
2007-09-27 Eric Anholt[965] Remove AUB file support.
2007-02-25 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-02 Keith WhitwellMerge branch 'vbo-0.2'
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2007-01-16 Keith WhitwellMerge branch 'master-merge' into vbo-0.2
2007-01-08 Keith PackardMerge branch 'origin'
2007-01-08 Keith PackardMerge branch 'origin' into crestline
2007-01-07 Keith PackardMerge branch 'master' into crestline
2007-01-07 Keith PackardVarious warning fixes for i965 driver.
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-10 Eric Anholti965: Fix a crash with wine by not allocating >1MB...
2006-11-29 Eric AnholtAdd accelerated CopyPixels for non-overlapping, 1:1...
2006-10-31 Keith Whitwellcleanup code, compiles with vbo changes
2006-10-30 Keith Whitwellswitch several dri drivers over
2006-09-07 Keith WhitwellMake sure bmBufferOffset is called for all active buffe...
2006-09-06 Keith WhitwellSimplify the immediate and displaylist code. Treat...
2006-08-09 Eric AnholtAdd Intel i965G/Q DRI driver.