aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_context.h
Commit message (Expand)AuthorAgeFilesLines
...
* i965: Drop i915-specific vtbl entries.Eric Anholt2013-06-281-22/+1
* i965: Drop swtnl fallback code for i915.Eric Anholt2013-06-281-20/+0
* i965: Move the remaining intel code to the i965 directory.Eric Anholt2013-06-261-0/+638
* Merge {i915,i965}/intel_context.h as intel/intel_context.hKristian Høgsberg2008-02-221-453/+0
* Use drm_i915_sarea instead of drmI830Sarea and remove i830_common.hAlan Hourihane2008-02-221-2/+2
* [intel] Rename lost_hardware vtbl entry to new_batch.Eric Anholt2008-01-091-1/+1
* [intel] Remove the dead intel->need_flush member.Eric Anholt2008-01-091-1/+0
* [965] Enable EXT_framebuffer_object.Eric Anholt2007-12-201-5/+10
* [965] Replace our own depth constants in intel context with GL context ones.Eric Anholt2007-12-171-4/+0
* [965] Move to using shared texture management code.Eric Anholt2007-12-161-57/+1
* [965] Use shared intel_regions.c.Eric Anholt2007-12-151-1/+3
* [intel] Move bufmgr back to context instead of screen, fixing glthreads.Eric Anholt2007-12-121-7/+18
* [965] Convert the driver to dri_bufmgr interface and enable TTM.Eric Anholt2007-12-071-17/+10
* [965] Convert DBG macro to use FILE_DEBUG_FLAG like i915.Eric Anholt2007-11-191-0/+9
* Refactor and fix core vblank supportJesse Barnes2007-10-291-5/+0
* [965] Replace various alignment code with a shared ALIGN() macro.Eric Anholt2007-10-041-0/+2
* [965] Add batchbuffer dumping under INTEL_DEBUG=bat, like 915.Eric Anholt2007-09-271-16/+1
* [965] Remove AUB file support.Eric Anholt2007-09-271-17/+0
* i965: translate shadow compare function into correctXiang, Haihao2007-09-121-1/+1
* i965: store read drawable info in intel_context. Some OpenGLXiang, Haihao2007-08-291-0/+1
* i965: Add pci info for 965GME/GLE chip.Wang Zhenyu2007-05-311-0/+1
* Replace initInitState() with _mesa_init_driver_state().Brian2007-05-221-1/+0
* Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestlineNian Wu2007-02-251-1/+1
|\
| * ARB_Occlusion_query should support multiple query at same timeZou Nan hai2007-01-261-1/+1
| * 965 ARB_Occlusion_query fixZou Nan hai2007-01-241-1/+1
| * i965: ARB_occlusion_query supportWang Zhenyu2007-01-061-0/+1
* | Add Intel 965GM chipset infoWang Zhenyu2007-02-021-0/+1
* | Revert origin crestline pci id patchWang Zhenyu2007-02-021-1/+0
* | 1. Fix bug #155Zou Nan hai2007-01-181-1/+1
* | ARB_occlusion_query supportWang Zhenyu2006-12-111-0/+1
* | adding pci id of CrestlineWang Zhenyu2006-12-101-0/+1
|/
* Structure CopyPixels similarly to i915 do_texture_copypixels, to ease future ...Gary Wong2006-12-021-8/+4
* Add accelerated CopyPixels for non-overlapping, 1:1 blits.Eric Anholt2006-11-291-1/+10
* Use unsigned long cast for checking pointer alignment, fixes x64 warnings.Keith Whitwell2006-10-131-2/+2
* Accelerate glBitmap with a color expand blit. Nice speedup for demosKeith Whitwell2006-10-051-0/+8
* remove some dead codeKeith Whitwell2006-09-201-2/+0
* add accelerated glCopyPixels pathKeith Whitwell2006-09-201-20/+11
* Make sure bmBufferOffset is called for all active buffers every timeKeith Whitwell2006-09-071-3/+1
* Simplify the immediate and displaylist code. Treat VertexAttrib*ARBKeith Whitwell2006-09-061-10/+0
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-091-0/+536