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
/
intel_context.h
Age
Commit message (
Expand
)
Author
2009-01-26
intel: move some driver functions around
Brian Paul
2009-01-26
intel: save/restore GL matrix mode in intel_meta_set_passthrough_transform(),...
Brian Paul
2009-01-26
intel: move intelInitExtensions() and related code into new intel_extensions.c
Brian Paul
2008-12-31
intel: Share passthrough transform setup between glBitmap and glDrawPixels.
Eric Anholt
2008-12-31
intel: Add support for glBitmap as metaops using GL calls.
Eric Anholt
2008-12-23
Remove third buffer support from Mesa.
Dave Airlie
2008-12-02
intel: restore old vertex submit paths for i8xx hardware.
Dave Airlie
2008-11-21
i915: Don't overwrite i915's Viewport function from generic code.
Eric Anholt
2008-10-28
intel: Don't keep intel->pClipRects, and instead just calculate it when needed.
Eric Anholt
2008-09-26
intel: Fix a number of memory leaks on context destroy.
Eric Anholt
2008-09-18
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-09-10
intel: track bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change.
Eric Anholt
2008-09-03
intel: Fix prototype warning.
Eric Anholt
2008-08-29
DRI2: Drop sarea, implement swap buffers in the X server.
Kristian Høgsberg
2008-08-24
Revert "Revert "Merge branch 'drm-gem'""
Dave Airlie
2008-08-24
Revert "Merge branch 'drm-gem'"
Dave Airlie
2008-08-08
intel-gem: Update to new check_aperture API for classic mode.
Eric Anholt
2008-07-11
drm-gem: Use new GEM ioctls for tiling state, and support new swizzle modes.
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-24
Merge commit 'origin/master' into drm-gem
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-03
[intel] Convert drivers to using libdrm bufmgr code.
Eric Anholt
2008-05-02
[intel] Fix build for GEM. TTM is now disabled, and fencing is gone.
Eric Anholt
2008-03-13
[i965] multiple rendering target support
Zou Nan hai
2008-03-05
[intel] Add a driconf option to cache freed buffer objects for reuse.
Eric Anholt
2008-02-27
intel: Always use intelInitExtensions() for initializing extensions.
Kristian Høgsberg
2008-02-22
Merge {i915,i965}/intel_context.h as intel/intel_context.h
Kristian Høgsberg