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_batchbuffer.c
Age
Commit message (
Expand
)
Author
2010-11-03
intel: Annotate debug printout checks with unlikely().
Eric Anholt
2010-11-02
intel: For batch, use GTT mapping instead of writing to a malloc and copying.
Eric Anholt
2010-09-28
i965: sandybridge pipe control workaround before write cache flush
Zhenyu Wang
2010-07-08
intel: Update intel_decode.c from intel-gpu-tools.
Eric Anholt
2010-06-11
i965: Add support for streaming indirect state rather than caching objects.
Eric Anholt
2010-06-08
intel: Convert remaining dri_bo_emit_reloc to drm_intel_bo_emit_reloc.
Eric Anholt
2010-06-08
intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.
Eric Anholt
2010-06-08
intel: Clean up stale comments in intel_batchbuffer.c.
Eric Anholt
2010-06-08
intel: Remove the non-gem paths for batchbuffer upload.
Eric Anholt
2010-05-31
intel: Initialize batch->reserved_space on allocation
Chris Wilson
2010-05-28
i965: fix PIPE_CONTROL command for gen6.
Zou Nan hai
2010-05-26
i965: Don't PIPE_CONTROL instruction cache flush.
Eric Anholt
2010-05-20
intel: Throttle after doing copyregion/swapbuffers round trip
Kristian Høgsberg
2010-05-18
i965: Revert accidental debug change in 562e2d114ec0cba8
Eric Anholt
2010-05-14
i965: Support INTEL_DEBUG=clip to dump the clip program.
Eric Anholt
2010-03-05
intel: Move the assertions about reloc delta from the macros to the function.
Eric Anholt
2010-03-03
i915: Tell the kernel when we actually need fence registers on our BOs.
Eric Anholt
2010-02-25
intel: Fix up INTEL_NO_HW support.
Eric Anholt
2010-02-22
intel: assert that we do not overflow the batch buffer.
Chris Wilson
2010-02-20
intel: Silence compiler format warnings.
Vinson Lee
2010-02-19
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-01-26
intel: Clean up stale comments about cliprects.
Eric Anholt
2010-01-25
i965: Remove unnecessary malloc/free in VS binding table setup.
Eric Anholt
2010-01-04
intel: Drop batchbuffer cliprect_mode tracking
Kristian Høgsberg
2010-01-04
intel: Drop LOCK/UNLOCK_HARDWARE()
Kristian Høgsberg
2009-11-19
intel: Remove non-GEM support.
Eric Anholt
2009-11-19
intel: Consistently use no_batch_wrap in intel_context struct.
Eric Anholt
2009-11-06
intel: Use PIPE_CONTROL on gen4 hardware for doing pipeline flushing.
Eric Anholt
2009-10-29
intel: Clean up merge leftover from the DRI2 swap throttling.
Eric Anholt
2009-08-05
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-08-04
intel: Wait on the last swapbuffers to complete before queuing a new one.
Brian Paul
2009-08-03
intel: Wait on the last swapbuffers to complete before queuing a new one.
Eric Anholt
2009-06-29
intel: Make LOCK_HARDWARE recursive to avoid hand-rolling recursiveness.
Eric Anholt
2009-03-05
intel: Add always_flush_cache driconf option for debugging cache flush failure.
Eric Anholt
2008-11-11
intel: reset cliprect_mode to IGNORE_CLIPRECTS.
Xiang, Haihao
2008-10-28
intel: Don't keep intel->pClipRects, and instead just calculate it when needed.
Eric Anholt
2008-09-10
intel: track move of bo_exec from drivers to bufmgr.
Eric Anholt
2008-09-10
intel: track bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change.
Eric Anholt
2008-09-10
intel: Move the bufmgr back to the screen.
Eric Anholt
2008-08-24
Revert "Revert "Merge branch 'drm-gem'""
Dave Airlie
2008-08-24
Revert "Merge branch 'drm-gem'"
Dave Airlie
2008-08-08
intel-gem: Update to new check_aperture API for classic mode.
Eric Anholt
2008-06-23
i915: Accumulate the VB into a local buffer and subdata it in.
Eric Anholt
2008-06-03
[intel] Convert drivers to using libdrm bufmgr code.
Eric Anholt
2008-05-11
[intel] update GEM api. Add bo_subdata and bo_get_subdata driver hooks.
Keith Packard
2008-05-08
[intel] intel_batchbuffer_flush using uninit 'used' to check for buffer empty
Keith Packard
2008-05-07
GEM: Make dri_emit_reloc take GEM domain flags instead of TTM flags.
Eric Anholt
2008-05-07
GEM: Don't emit an extra MI_FLUSH in the batch since GEM handles it.
Eric Anholt
2008-05-05
Make intel_{batch,exec}_ioctl return an error code so we can recover better.
Eric Anholt
2008-05-02
[intel] Fix build for GEM. TTM is now disabled, and fencing is gone.
Eric Anholt
[next]