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
2007-11-30
[intel] Simplify TTM relocation code by passing around bufmgr struct.
Eric Anholt
2007-11-30
[intel] Fix the type and naming of the flags/mask args to TTM functions.
Eric Anholt
2007-11-30
[intel] intel_bufmgr_ttm style sanity
Eric Anholt
2007-11-26
i915: Catch cases where not all state is emitted for a new batchbuffer.
Keith Whitwell
2007-11-26
i915: Some additional blit fixes and assertions.
Michel Dänzer
2007-11-16
[intel] Add 965 support to shared intel_blit.c
Eric Anholt
2007-11-16
[i915] Pass static region names in so debugging says more than "static region".
Eric Anholt
2007-11-16
[intel] Move additional code to be shared from intel_context.h to intel/.
Eric Anholt
2007-11-16
[intel] Move intel_tex.h into place, forgotten in the previous commit.
Eric Anholt
2007-11-16
[965] Add batchbuffer decode for several more packets.
Eric Anholt
2007-11-16
[intel] Fix typos in intel_chipset.h macros.
Eric Anholt
2007-11-16
[i915] Add INTEL_DEBUG=sync debug flag to wait for fences after making them.
Eric Anholt
2007-11-16
[i915] Reenable batchbuffer debug under INTEL_DEBUG=bat.
Eric Anholt
2007-11-16
[i915] Push locking in intelClearWithTris down inside meta_draw_poly.
Eric Anholt
2007-11-12
i965: correct the opcode of XY_SETUP_BLT_CMD. fix bug #12730
Xiang, Haihao
2007-11-09
[i915] Remove old frontbuffer rotation hack.
Eric Anholt
2007-11-09
[intel] By default, output batchbuffer decode to stderr like other debug info.
Eric Anholt
2007-11-09
[intel] Initialize a depth buffer if the visual has depth 24 but no stencil.
Eric Anholt
2007-11-09
[intel] Move over files that will be shared with 965-fbo work.
Eric Anholt
2007-10-16
Replace symlink generation from i915 with files in intel/ and symlinks there.
Eric Anholt
2007-10-08
i915: Fix undefined ALIGN symbol from 77e0523fb7769df4bf43747e136b1653b2421b97.
Sergio Monteiro Basto
2007-10-04
[965] Replace various alignment code with a shared ALIGN() macro.
Eric Anholt
2007-10-04
Replace duplicated intel_reg.h with a shared header.
Eric Anholt
2007-09-27
[965] Add batchbuffer dumping under INTEL_DEBUG=bat, like 915.
Eric Anholt
2007-09-27
Revert "WIP 965 conversion to dri_bufmgr."
Eric Anholt
2007-09-27
WIP 965 conversion to dri_bufmgr.
Eric Anholt
2007-08-10
i965/i915tex: applying right alignment to compressed texture,
Xiang, Haihao
2007-05-19
fix miptree layout (i915) for small compressed mipmaps
Roland Scheidegger
2006-12-14
Fix copy-and-paste-o of my e-mail address.
Michel Dänzer
2006-12-14
Fix some corner cases in i945_miptree_layout_2d().
Michel Dänzer
2006-12-14
Share code to lay out >= 945 style 2D mipmaps between i915tex and i965 drivers.
Michel Dänzer