index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
intel
/
intel_buffer_objects.c
Age
Commit message (
Expand
)
Author
2009-07-02
intel: Flush when mapping buffer objects so writes don't get reordered.
Eric Anholt
2009-06-30
i915: Fix assertion failure on remapping a non-BO-backed VBO.
Eric Anholt
2009-06-24
intel: fix additional merge conflicts missed in previous commit
Brian Paul
2009-06-24
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-06-19
intel: Fix migration from sys_buffer in intel_bufferobj_buffer.
Chia-I Wu
2009-06-19
intel: Fixups for 'mesa: create/destroy buffer objects via driver functions'.
Michel Dänzer
2009-06-17
i915: Don't put VBOs in graphics memory unless required for an operation.
Eric Anholt
2009-06-17
intel: Map write-only buffer objects through the GTT when possible.
Eric Anholt
2009-06-02
i915: Don't put VBOs in graphics memory unless required for an operation.
Eric Anholt
2009-05-12
intel: Map write-only buffer objects through the GTT when possible.
Eric Anholt
2009-05-06
intel: Unmap buffers if needed at DeleteBuffer time.
Eric Anholt
2009-04-23
intel: Take advantage of GL_READ_ONLY_ARB to map to GEM bo_map write flag.
Eric Anholt
2009-02-27
intel: remove some unneeded buffer unmap calls
Brian Paul
2008-09-18
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-09-10
intel: track bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change.
Eric Anholt
2008-08-24
Revert "Revert "Merge branch 'drm-gem'""
Dave Airlie
2008-08-24
Revert "Merge branch 'drm-gem'"
Dave Airlie
2008-06-26
intel: Replace sprinkled intel_batchbuffer_flush with MI_FLUSH or nothing.
Eric Anholt
2008-06-03
[intel] Convert drivers to using libdrm bufmgr code.
Eric Anholt
2008-02-28
[intel] Bug #14575: Unmap buffers when deleting/dataing as required.
Eric Anholt
2008-01-09
[intel] Re-allocate backing buffer objects on BufferData.
Eric Anholt
2007-12-15
[intel] Merge intel_buffer_objects to shared.
Eric Anholt
2007-12-12
[intel] Move bufmgr back to context instead of screen, fixing glthreads.
Eric Anholt
2007-11-09
[intel] Move over files that will be shared with 965-fbo work.
Eric Anholt