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
Age
Commit message (
Expand
)
Author
2008-02-15
Add E7221 variant to i915.
Adam Jackson
2008-02-14
Add TTM buffer object based texture from pixmap implementation.
Kristian Høgsberg
2008-02-14
Hook up i915 driver to new DRI2 infrastructure.
Kristian Høgsberg
2008-02-13
[965] Fix ARB_occlusion_query from intel_screen.c merge.
Eric Anholt
2008-02-13
[intel] Fix 965 rendering with non-TTM by merging intel_ioctl between 915/965.
Eric Anholt
2008-02-12
[intel] Remove cached reloc data buffer now that it's not a BO.
Eric Anholt
2008-02-12
[intel] Fix type of some more flags variables for uint64_t flags.
Eric Anholt
2008-02-12
[intel] Note when BO map/unmap fail with TTM.
Eric Anholt
2008-02-12
[intel] Fix INTEL_DEBUG=bufmgr after relocation interface fixups.
Eric Anholt
2008-02-05
[965] Bug 14314: assertion failure with with !AIGLX and depth=24 visual.
Eric Anholt
2008-02-05
[965] Fix TTM relocation caching overzealousness.
Eric Anholt
2008-02-04
Replace usage of DRM_BO_FLAG_MEM_TT in intel_regions.c with local/cached.
Eric Anholt
2008-02-01
Revert "intel: don't apply the relocation optimization if a target"
Eric Anholt
2008-02-01
[intel] fix for previous fix
Zou Nan hai
2008-02-01
[intel] use _mesa_copy_rect for upload compressed texture,
Zou Nan hai
2008-01-31
intel: don't apply the relocation optimization if a target
Xiang, Haihao
2008-01-29
i965: new integrated graphics chipset support
Xiang, Haihao
2008-01-24
Bufmgr cleanup from intel-batchbuffer branch of 2d driver.
Eric Anholt
2008-01-24
Clean up comments/dead code from relocation buffer change.
Eric Anholt
2008-01-24
i915: move to using copy from user for relocations
Dave Airlie
2008-01-22
[intel] Clean up references to screen buffer metrics.
Kristian Høgsberg
2008-01-18
[intel] Use a static array for the validation list instead of a linked list.
Eric Anholt
2008-01-17
[intel] Make the no_rast option be standard driconf instead of INTEL_NO_RAST.
Eric Anholt
2008-01-17
[i915] Fix driver from cliprects changes, and clean up state emission.
Eric Anholt
2008-01-15
[965] Increase max relocation count, fixing assertions by blender.
Eric Anholt
2008-01-15
[i915] Prevent recursive batchbuffer flushing.
Kristian Høgsberg
2008-01-14
[intel] Delay unmapping of driver-private buffers to reduce map/unmap thrashing.
Eric Anholt
2008-01-10
[intel] Remove gratuitous (batchbuffer) flush before doing buffer clears.
Eric Anholt
2008-01-10
[intel] Report buffer size when allocating with INTEL_DEBUG=bufmgr and TTM.
Eric Anholt
2008-01-10
[intel] Remove a gratuitous flush at the end of ClearWithTris.
Eric Anholt
2008-01-10
[intel] Only flush batch when changing draw buffers, not every cliprect update.
Eric Anholt
2008-01-10
[intel] Add more cliprect modes to cover other meanings for batch emits.
Eric Anholt
2008-01-10
i965: fix segfault caused by commit e131c46b20241737ceba4856dbe01dcca6dd2c03.
Xiang, Haihao
2008-01-09
[intel] Simplify intelCreateBuffer() a bit.
Kristian Høgsberg
2008-01-09
[intel] Prepare intelCopyBuffer() for private back buffers.
Kristian Høgsberg
2008-01-09
Factor out code to do the DRM_I830_GETPARAM ioctl.
Kristian Høgsberg
2008-01-09
[intel] Re-allocate backing buffer objects on BufferData.
Eric Anholt
2008-01-09
[intel] Rename lost_hardware vtbl entry to new_batch.
Eric Anholt
2008-01-09
[intel] Clean up cliprect handling in intel drivers.
Eric Anholt
2008-01-09
[intel] Remove the dead intel->need_flush member.
Eric Anholt
2008-01-08
[intel] Add TTM bufmgr debug for type or offset migration of buffers.
Eric Anholt
2008-01-06
Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexes
Brian
2008-01-06
Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835.
Brian
2008-01-04
intel: some initialization for dri_bufmgr_ttm
Xiang, Haihao
2008-01-03
[intel] Add a single-entry relocation buffer cache.
Eric Anholt
2008-01-03
[intel] Convert relocations to not be cleared out on buffer submit.
Eric Anholt
2008-01-02
Revert "[intel] Use the memory type mask containing the caching flags."
Eric Anholt
2008-01-02
[intel] Use the memory type mask containing the caching flags.
Eric Anholt
2008-01-02
Set correct flags mask when validating buffers.
Keith Packard
2007-12-28
Bug #13839: Fix 3D texture offset miscalculation with pixels versus bytes.
Roland Scheidegger
[next]