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
/
i915tex
Age
Commit message (
Expand
)
Author
2007-02-19
i915tex: Fix performance regression with new vbo code and latest drm.
Thomas Hellstrom
2007-02-14
i915tex: Take into account various mapping states when dropping the
Thomas Hellstrom
2007-02-02
Merge branch 'vbo-0.2'
Keith Whitwell
2007-02-02
push commit 2dfb3a217f730d6783fb2ac8b73248dc682f923c to i915tex
Zou Nan hai
2007-01-23
i915tex: Relocation fixes:
Thomas Hellstrom
2007-01-23
i915tex: Fix randr resizing. Rotation still broken.
Thomas Hellstrom
2007-01-16
Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...
Keith Whitwell
2007-01-09
i915tex: Remove unused tex_program field.
Michel Dänzer
2007-01-09
intel_finalize_mipmap_tree: Only flush batchbuffer when necessary.
Michel Dänzer
2006-12-31
fix issue with i915tex advertising visuals it can't support
Dave Airlie
2006-12-14
Avoid failing assertion in intel_miptree_set_image_offset() with cube maps.
Michel Dänzer
2006-12-14
Share code to lay out >= 945 style 2D mipmaps between i915tex and i965 drivers.
Michel Dänzer
2006-12-14
intel_finalize_mipmap_tree: Add more conditions for rebuilding mipmap trees.
Michel Dänzer
2006-12-14
intel_batchbuffer_flush: Don't assert cliprects when lock is not held.
Michel Dänzer
2006-12-14
intelTexSubimage: Fix last parameter for intel_miptree_image_map().
Michel Dänzer
2006-12-07
i915tex: Recalculate viewport related hardware state in intelWindowMoved().
Michel Dänzer
2006-11-28
Update miniglx support for new memory manager
Dave Airlie
2006-11-23
realign some of the i830 code from the i915
Dave Airlie
2006-11-23
fixup draw/depth region handling in i830 along lines of i915
Dave Airlie
2006-11-21
blend, logicop changes for intelEmitCopyBlit backported to i915
Keith Whitwell
2006-11-10
Fix up texture compression at least Get and TexImage, not too sure about
Dave Airlie
2006-11-03
Set DO_DEBUG=0
Brian Paul
2006-11-03
only enabled memcpy timing if DO_DEBUG=1
Brian Paul
2006-11-02
Fix GL_EXT_packed_depth_stencil crash, but shadowtex still broken
Brian Paul
2006-11-02
Fix fragment program fog problems found with Glean.
Brian Paul
2006-11-02
Call _mesa_problem() from i915_program_error() so we get a nice error message.
Brian Paul
2006-11-02
Fixes Glean vertex/fragment test failures. Those tests never called
Brian Paul
2006-11-02
remove GetBufferSize code
Brian Paul
2006-11-02
remove unneeded extern declaration of lockMutex
Brian Paul
2006-11-02
bump driver date
Brian Paul
2006-11-02
Use RGBA_LOGICOP_ENABLED() instead of ctx->Color._LogicOpEnabled since we often
Brian Paul
2006-11-02
merge current trunk into vbo branch
Alan Hourihane
2006-11-01
Remove x/y/width/height parameters from Clear functions.
Brian Paul
2006-11-01
Don't use the x/y/width/height params passed to Clear(). Get them
Brian Paul
2006-11-01
disable debug printfs
Brian Paul
2006-11-01
fix compiler warnings
Keith Whitwell
2006-11-01
Patch from <haihao.xiang@intel.com> -- pass program string
Keith Whitwell
2006-11-01
Merge texmem-0-3-branch.
Keith Whitwell
2006-11-01
Import texmem i915 driver to its new location as i915tex.
Keith Whitwell