i965: Delete old metaops code now that there are no remaining consumers.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_vtbl.c
2009-02-02 Eric Anholti965: Delete old metaops code now that there are no...
2009-01-30 Brian Pauli965: formatting, comments, whitespace clean-ups
2008-11-29 Eric Anholti965: Remove BRW_WM_LOCK dirty bit, introduced to work...
2008-10-27 Eric Anholti965: Fix compiler warning from unused var.
2008-10-08 Eric Anholti965: Add ARB_occlusion_query support.
2008-09-29 Ian RomanickRemove TNL-to-VP tracking from i965
2008-09-26 Eric Anholtintel: Fix a number of memory leaks on context destroy.
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-09-03 Eric Anholtintel: Fix refcounting on depth buffer initialization...
2008-08-29 Kristian HøgsbergDRI2: Drop sarea, implement swap buffers in the X server.
2008-03-29 Oliver McFaddenMerge branch 'r300-vertprog-branch' of ssh://people...
2008-03-13 Zou Nan hai [i965] multiple rendering target support
2008-02-05 Eric Anholt[965] Convert brw_draw_upload to managing dri_bos,...
2008-01-14 Eric Anholt[965] Force a new vertex upload buffer at new batch...
2008-01-10 Eric Anholt[965] Improve performance by allocating CURBE buffers...
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-09 Eric Anholt[intel] Rename lost_hardware vtbl entry to new_batch.
2007-12-26 Dan NicholsonMerge branch 'master' into autoconf2
2007-12-15 Eric Anholt[965] Use shared intel_regions.c.
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-10-26 Zou Nan haiMerge branch '965-glsl'
2007-10-02 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
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
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-11-29 Eric AnholtAdd accelerated CopyPixels for non-overlapping, 1:1...
2006-10-31 Keith Whitwellcleanup code, compiles with vbo changes
2006-09-07 Keith WhitwellMake sure bmBufferOffset is called for all active buffe...
2006-08-09 Eric AnholtAdd Intel i965G/Q DRI driver.