summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/intel_buffer_objects.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-09i965: Move intel_context::upload to brw_context.Kenneth Graunke1-58/+53
2013-07-09i965: Move intel_context::perf_debug to brw_context.Kenneth Graunke1-2/+0
2013-07-09i965: Move intel_context::batch to brw_context.Kenneth Graunke1-4/+3
2013-07-09i965: Move intel_context::bufmgr to brw_context.Kenneth Graunke1-7/+5
2013-07-09i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke1-33/+41
2013-07-09i965: Replace #include "intel_context.h" with brw_context.h.Kenneth Graunke1-1/+1
2013-07-03i965: Remove intel_buffer_object::source.Kenneth Graunke1-4/+0
2013-07-03i965: Fix buffer object segfault since removal of system memory BOs.Kenneth Graunke1-0/+3
2013-06-28i965: Drop the system-memory VBO support for i915.Eric Anholt1-98/+4
2013-06-28i965: Drop #ifdef I915 code.Eric Anholt1-23/+3
2013-06-26i965: Move the remaining intel code to the i965 directory.Eric Anholt1-1/+853
2007-12-15[intel] Merge intel_buffer_objects to shared.Eric Anholt1-222/+1
2007-12-12[intel] Move bufmgr back to context instead of screen, fixing glthreads.Eric Anholt1-1/+1
2007-12-07[965] Convert the driver to dri_bufmgr interface and enable TTM.Eric Anholt1-22/+38
2007-09-27Revert "WIP 965 conversion to dri_bufmgr."Eric Anholt1-2/+2
2007-09-27WIP 965 conversion to dri_bufmgr.Eric Anholt1-2/+2
2007-09-27[965] Remove AUB file support.Eric Anholt1-4/+3
2006-09-07Use lower alignments where possible. Also pad out allocated blocks toKeith Whitwell1-1/+1
2006-08-09Add Intel i965G/Q DRI driver.Eric Anholt1-0/+207