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-07-02
intel-gem: Fix Y-tiling span setup.
Eric Anholt
2008-07-01
intel-gem: Move bit 6 x tiling swizzle to a driconf option, and add new mode.
Eric Anholt
2008-06-26
intel: Fix locking when doing intel_region_cow().
Eric Anholt
2008-06-26
intel: Replace sprinkled intel_batchbuffer_flush with MI_FLUSH or nothing.
Eric Anholt
2008-06-24
Merge commit 'origin/master' into drm-gem
Eric Anholt
2008-06-24
intel: Fix glCopyPixels when x or y are < 0 in hw coordinates.
Eric Anholt
2008-06-24
i965: Use the shared intel_pixel_copy.c.
Eric Anholt
2008-06-24
intel: Same pixel function init for everyone now.
Eric Anholt
2008-06-24
intel: Avoid glBitmap software fallback for blending when no blending occurs.
Eric Anholt
2008-06-24
intel: Merge check_blit_fragment_ops between i915/i965.
Eric Anholt
2008-06-24
intel: Note reasons for blit pixel op fallbacks under INTEL_DEBUG=pix.
Eric Anholt
2008-06-24
i915: Add support for accelerated glBitmap, shared from 965.
Eric Anholt
2008-06-24
i915: Fix read != draw drawable for glCopyPixels.
Eric Anholt
2008-06-24
i915: Allow accelerated pixel ops to be disabled with INTEL_NO_BLIT.
Eric Anholt
2008-06-23
i915: Accumulate the VB into a local buffer and subdata it in.
Eric Anholt
2008-06-23
i915: Convert to using VBs instead of inline prims.
Eric Anholt
2008-06-21
replace __inline and __inline__ with INLINE macro
Brian Paul
2008-06-18
i915: Note the non-PBO fallback for textured drawpixels under DEBUG_PIXEL.
Eric Anholt
2008-06-18
i915: Restore the accelerated PBO pixel path functions after GEM changes.
Eric Anholt
2008-06-18
Merge commit 'origin/master' into drm-gem
Eric Anholt
2008-06-18
i915: Bug #14313: Fix accelerated (PBO) ReadPixels.
Eric Anholt
2008-06-18
i965: add support for Intel 4 series chipsets
Xiang, Haihao
2008-06-17
[intel] Fix no_rast option on non-965.
Eric Anholt
2008-06-17
[intel-gem] Bug #16326: Fix X tile unswizzling on 965.
Eric Anholt
2008-06-11
comments
Brian Paul
2008-06-11
[intel-gem] Chase domain flag renaming in the DRM.
Eric Anholt
2008-06-11
[gem] Enable bo_reuse by default.
Eric Anholt
2008-06-06
[intel-gem] Call the new throttle ioctl from swap buffers
Keith Packard
2008-06-03
Merge commit 'origin/master' into drm-gem
Keith Packard
2008-06-04
mesa/drm/ttm: allow build against non-TTM aware libdrm
Dave Airlie
2008-06-03
[intel] Convert drivers to using libdrm bufmgr code.
Eric Anholt
2008-05-30
[intel-gem] Remember last offset of reused BOs to avoid more kernel relocs.
Eric Anholt
2008-05-28
[intel-gem] Once mapped, leave buffers mapped.
Keith Packard
2008-05-26
[intel] all flushing in intelEmitCopyBlit
Keith Packard
2008-05-25
[intel] Enable buffer re-use for gem
Keith Packard
2008-05-23
Remove stale comment about glFlush().
Eric Anholt
2008-05-23
Emit a flush after the swapbuffers blit, so contents end up on the screen.
Eric Anholt
2008-05-22
Add back a mostly-correct glFinish for GEM and fake.
Eric Anholt
2008-05-22
[intel-gem] Make sure set_domain is called often enough.
Keith Packard
2008-05-17
[intel-gem] Don't calloc reloc buffers
Keith Packard
2008-05-13
[GEM] Actually include the presumed offset in initial relocations.
Eric Anholt
2008-05-11
[intel] update GEM api. Add bo_subdata and bo_get_subdata driver hooks.
Keith Packard
2008-05-09
intel: use new mipmap generation hooks in driver.
Dave Airlie
2008-05-09
swrast/dri: switch over users of generate_mipmap to new interface
Dave Airlie
2008-05-09
Revert "mesa/intel: map/unmap texture objects around mipmap generation functi...
Dave Airlie
2008-05-09
mesa/intel: map/unmap texture objects around mipmap generation function.
Dave Airlie
2008-05-08
[intel-gem] move domains to relocations. add set_domain to bo_map.
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
[next]