summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_vtbl.c
AgeCommit message (Expand)Author
2011-02-21intel: extend current vertex buffersChris Wilson
2011-02-21i965: drop state_bo references to batch_boChris Wilson
2011-02-21i965: Combine vb upload buffer with the general upload bufferChris Wilson
2011-02-04i965: Drop the dead tracking of color_regions[].Eric Anholt
2011-01-07intel: Add a vtbl hook for determining if a format is renderable.Eric Anholt
2010-09-30dri/i965: remove duplicated includeNicolas Kaiser
2010-08-22i965: Fix up WM push constant setup on gen6.Eric Anholt
2010-06-11i965: Split constant buffer setup from its surface state/binding state.Eric Anholt
2010-06-09i965: Avoid calloc/free in the CURBE upload process.Eric Anholt
2010-06-08intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt
2010-03-04intel: Remove non-kernel-exec-fencing support.Eric Anholt
2010-02-25i965: Free gen6 state BOs on context destroy.Eric Anholt
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg
2010-02-06i965: Keep the CURBE BO mapped and memcpy instead of subdataing.Eric Anholt
2010-01-25Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-22i965: Remove unnecessary headers.Vinson Lee
2010-01-19intel: Remove dead note_fence vtbl hook.Eric Anholt
2009-11-23Merge commit 'origin/mesa_7_7_branch'Maciej Cencora
2009-11-21i965: Fix several memory leaks on exit.Eric Anholt
2009-11-19intel: Consistently use no_batch_wrap in intel_context struct.Eric Anholt
2009-11-06intel: Use PIPE_CONTROL on gen4 hardware for doing pipeline flushing.Eric Anholt
2009-09-28intel: Remove some dead metaops code.Eric Anholt
2009-06-29intel: Move note_unlock() implementation to the one place it's needed.Eric Anholt
2009-06-23i965: Don't set a reserved bit in MI_FLUSH.Eric Anholt
2009-04-14i965: checkpoint commit: VS constant buffersBrian Paul
2009-03-05i965: Remove dead flushing code.Eric Anholt
2009-02-26i965: rename draw_regions -> color_regionsroot
2009-02-17intel: Clean up several 965 memory leaks on context destroy.Eric Anholt
2009-02-02i965: Delete old metaops code now that there are no remaining consumers.Eric Anholt
2009-01-30i965: formatting, comments, whitespace clean-upsBrian Paul
2008-11-28i965: Remove BRW_WM_LOCK dirty bit, introduced to work around lack of relocs.Eric Anholt
2008-10-27i965: Fix compiler warning from unused var.Eric Anholt
2008-10-07i965: Add ARB_occlusion_query support.Eric Anholt
2008-09-28Remove TNL-to-VP tracking from i965Ian Romanick
2008-09-26intel: Fix a number of memory leaks on context destroy.Eric Anholt
2008-09-23i965: Cope with batch getting flushed in the middle of batchbuffer emits.Eric Anholt
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2008-09-03intel: Fix refcounting on depth buffer initialization in DRI2.Eric Anholt
2008-08-29DRI2: Drop sarea, implement swap buffers in the X server.Kristian Høgsberg
2008-03-13 [i965] multiple rendering target supportZou Nan hai
2008-02-04[965] Convert brw_draw_upload to managing dri_bos, not gl_buffer_objects.Eric Anholt
2008-01-14[965] Force a new vertex upload buffer at new batch time.Eric Anholt
2008-01-10[965] Improve performance by allocating CURBE buffers a page at a time.Eric Anholt
2008-01-09[965] Allow more than one draw_prims per batchbuffer.Eric Anholt
2008-01-09[965] Replace the always_update dirty flag with BRW_NEW_BATCH.Eric Anholt
2008-01-09[intel] Rename lost_hardware vtbl entry to new_batch.Eric Anholt
2007-12-15[965] Use shared intel_regions.c.Eric Anholt
2007-12-14[965] Replace the state cache suballocator with direct dri_bufmgr use.Eric Anholt
2007-12-07[965] Convert the driver to dri_bufmgr interface and enable TTM.Eric Anholt
2007-09-27[965] Remove AUB file support.Eric Anholt