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
/
i965
/
Makefile
Age
Commit message (
Expand
)
Author
2010-01-04
intel: Remove client-side vblank code
Kristian Høgsberg
2010-01-04
Check for libdrm_$chipset.pc when needed
Kristian Høgsberg
2009-10-16
mesa: lift default symlinks target into Makefile.template
Brian Paul
2009-09-28
intel: Drop my generatemipmap code in favor of the new shared code.
Eric Anholt
2009-09-03
intel: Add support for ARB_sync.
Eric Anholt
2009-08-04
i965: Hook up the disassembler for INTEL_DEBUG={wm,vs}.
Eric Anholt
2009-06-19
intel: Also get the DRI2 front buffer when doing front buffer reading.
Eric Anholt
2009-05-08
intel: Add a metaops version of glGenerateMipmapEXT/SGIS_generate_mipmaps.
Eric Anholt
2009-05-06
i965: Disentangle VS constant surface state from WM surface state.
Eric Anholt
2009-02-02
i965: Delete old metaops code now that there are no remaining consumers.
Eric Anholt
2009-01-26
intel: move intelInitExtensions() and related code into new intel_extensions.c
Brian Paul
2009-01-26
intel: move glClear-related code into new intel_clear.c file
Brian Paul
2009-01-26
intel: Move swap-related functions from intel_buffers.c to new intel_swapbuff...
Brian Paul
2009-01-22
intel: remove/disable the "paired depth/stencil" code
Brian Paul
2009-01-07
i965: Remove dead brw_vs_tnl.c
Eric Anholt
2008-10-09
i965: Actually hook up the accelerated DrawPixels support.
Eric Anholt
2008-10-07
i965: Add ARB_occlusion_query support.
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-08-24
Revert "Revert "Merge branch 'drm-gem'""
Dave Airlie
2008-08-24
Revert "Merge branch 'drm-gem'"
Dave Airlie
2008-06-24
Merge commit 'origin/master' into drm-gem
Eric Anholt
2008-06-24
intel: Merge check_blit_fragment_ops between i915/i965.
Eric Anholt
2008-06-03
[intel] Convert drivers to using libdrm bufmgr code.
Eric Anholt
2008-05-07
GEM: Make dri_emit_reloc take GEM domain flags instead of TTM flags.
Eric Anholt
2008-05-02
Add intel_bufmgr_gem for new graphics execution manager.
Eric Anholt
2008-02-14
i965: remove unused hal hooks
Dave Airlie
2007-12-20
[965] Enable EXT_framebuffer_object.
Eric Anholt
2007-12-16
[965] Move to using shared texture management code.
Eric Anholt
2007-12-14
[965] Replace the state cache suballocator with direct dri_bufmgr use.
Eric Anholt
2007-12-07
[965] Convert the driver to dri_bufmgr interface and enable TTM.
Eric Anholt
2007-11-20
[965] Replace 965 texture format code with common code.
Eric Anholt
2007-10-29
Merge branch 'origin'
Eric Anholt
2007-10-26
Merge branch '965-glsl'
Zou Nan hai
2007-10-16
Replace symlink generation from i915 with files in intel/ and symlinks there.
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-09-27
[965] Remove AUB file support.
Eric Anholt
2007-09-27
i915/i965 merge serer directories along lines for radeon/r200
Dave Airlie
2007-06-21
support branch and loop in pixel shader
Zou Nan hai
2007-01-16
Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...
Keith Whitwell
2006-12-14
Share code to lay out >= 945 style 2D mipmaps between i915tex and i965 drivers.
Michel Dänzer
2006-10-31
cleanup code, compiles with vbo changes
Keith Whitwell
2006-10-30
checkpoint - remove dead files, otherwise untested
Keith Whitwell
2006-10-05
Accelerate glBitmap with a color expand blit. Nice speedup for demos
Keith Whitwell
2006-09-20
add accelerated glCopyPixels path
Keith Whitwell
2006-09-08
Basic facility for playing back captured aubfiles. Requires a small
Keith Whitwell
2006-09-06
Simplify the immediate and displaylist code. Treat VertexAttrib*ARB
Keith Whitwell
2006-08-09
Add Intel i965G/Q DRI driver.
Eric Anholt