aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_context.h
Commit message (Expand)AuthorAgeFilesLines
* intel: move some driver functions aroundBrian Paul2009-01-261-1/+0
* intel: save/restore GL matrix mode in intel_meta_set_passthrough_transform(),...Brian Paul2009-01-261-0/+1
* intel: move intelInitExtensions() and related code into new intel_extensions.cBrian Paul2009-01-261-1/+0
* intel: Share passthrough transform setup between glBitmap and glDrawPixels.Eric Anholt2008-12-311-0/+3
* intel: Add support for glBitmap as metaops using GL calls.Eric Anholt2008-12-311-0/+10
* Remove third buffer support from Mesa.Dave Airlie2008-12-231-1/+0
* intel: restore old vertex submit paths for i8xx hardware.Dave Airlie2008-12-021-0/+1
* i915: Don't overwrite i915's Viewport function from generic code.Eric Anholt2008-11-211-0/+3
* intel: Don't keep intel->pClipRects, and instead just calculate it when needed.Eric Anholt2008-10-281-7/+11
* intel: Fix a number of memory leaks on context destroy.Eric Anholt2008-09-261-1/+0
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-3/+3
* intel: track bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change.Eric Anholt2008-09-101-1/+0
* intel: Fix prototype warning.Eric Anholt2008-09-031-0/+2
* DRI2: Drop sarea, implement swap buffers in the X server.Kristian Høgsberg2008-08-291-0/+1
* Revert "Revert "Merge branch 'drm-gem'""Dave Airlie2008-08-241-5/+9
* Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-241-9/+5
* intel-gem: Update to new check_aperture API for classic mode.Eric Anholt2008-08-081-0/+1
* drm-gem: Use new GEM ioctls for tiling state, and support new swizzle modes.Eric Anholt2008-07-111-1/+0
* intel-gem: Move bit 6 x tiling swizzle to a driconf option, and add new mode.Eric Anholt2008-07-011-0/+1
* Merge commit 'origin/master' into drm-gemEric Anholt2008-06-241-1/+1
|\
| * replace __inline and __inline__ with INLINE macroBrian Paul2008-06-211-1/+1
* | i915: Accumulate the VB into a local buffer and subdata it in.Eric Anholt2008-06-231-7/+2
* | i915: Convert to using VBs instead of inline prims.Eric Anholt2008-06-231-2/+12
* | [intel] Convert drivers to using libdrm bufmgr code.Eric Anholt2008-06-031-0/+1
* | [intel] Fix build for GEM. TTM is now disabled, and fencing is gone.Eric Anholt2008-05-021-3/+0
|/
* [i965] multiple rendering target supportZou Nan hai2008-03-131-2/+3
* [intel] Add a driconf option to cache freed buffer objects for reuse.Eric Anholt2008-03-051-0/+5
* intel: Always use intelInitExtensions() for initializing extensions.Kristian Høgsberg2008-02-271-0/+1
* Merge {i915,i965}/intel_context.h as intel/intel_context.hKristian Høgsberg2008-02-221-0/+495