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
/
i915
/
Makefile
Age
Commit message (
Expand
)
Author
2010-07-27
intel: Remove unused intel/server files
Kristian Høgsberg
2010-04-28
intel: Only register ES2 extensions for ES2 contexts
Kristian Høgsberg
2010-03-06
dri: drop MINIGLX_SOURCES
George Sapountzis
2010-01-28
intel: Remove long-disabled meta readpixels, and associated meta support.
Eric Anholt
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-05-12
i915: Fix driver after HW glGenerateMipmap commit.
Eric Anholt
2009-04-16
i915: Remove dead i830TexEnv and i915TexEnv.
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
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
i915: Add support for accelerated glBitmap, shared from 965.
Eric Anholt
2008-06-18
i915: Restore the accelerated PBO pixel path functions after GEM changes.
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-05
Temporarily disable intel pixel ops on i915 for GEM
Keith Packard
2008-05-02
[intel] Fix build for GEM. TTM is now disabled, and fencing is gone.
Eric Anholt
2007-11-16
[intel] Add 965 support to shared intel_blit.c
Eric Anholt
2007-11-09
[i915] Remove old frontbuffer rotation hack.
Eric Anholt
2007-10-16
Replace symlink generation from i915 with files in intel/ and symlinks there.
Eric Anholt
2007-10-03
i915: add superioctl initial support inside bufmgr ttm
Dave Airlie
2007-10-03
i915/drmbuf: attempt to push relocations into buffer manager
Dave Airlie
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-24
Move i915tex driver into place as just i915.
Eric Anholt
2007-09-24
Remove the old i915 driver now that i915tex works without TTM.
Eric Anholt
2006-04-03
add miniglx sources to i915
Dave Airlie
2006-01-23
Add Intel 945GM support
Alan Hourihane
2005-05-05
Refactor COMMON_SOURCES up to Makefile.template
Adam Jackson
2005-05-04
Add drirenderbuffer.c to COMMON_SOURCES
Adam Jackson
2004-06-10
New driver for i915 as well as older i830/i845/i865 chipsets.
Keith Whitwell