aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_screen.h
Commit message (Expand)AuthorAgeFilesLines
* i965: Add an env var for forcing window system MSAA.Eric Anholt2014-03-241-0/+2
* i965: Allocate register sets at screen creation, not context creation.Kenneth Graunke2014-03-181-0/+38
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* i965: Drop trailing whitespace from the rest of the driver.Kenneth Graunke2013-12-051-5/+5
* i965: Properly reject __DRI_CTX_FLAG_ROBUST_BUFFER_ACCESS when __DRI2_ROBUSTN...Ian Romanick2013-11-271-0/+5
* i965: Share code between intel_quantize_num_samples and clamp_max_samplesChad Versace2013-11-221-0/+3
* i965: Build the driver into a shared mesa_dri_drivers.so .Eric Anholt2013-10-241-0/+2
* i965: Replace some intel_screen fields with brw_device_info references.Kenneth Graunke2013-10-131-9/+0
* i965: Add a new brw_device_info structure.Kenneth Graunke2013-10-131-0/+4
* dri: Move API version validation into dri/common.Eric Anholt2013-10-101-5/+0
* i965: Delete intel_context entirely.Kenneth Graunke2013-07-091-1/+1
* i965: Drop i915 code from intel_screen.Eric Anholt2013-06-281-1/+0
* i965: Move the remaining intel code to the i965 directory.Eric Anholt2013-06-261-0/+89
* [965] Enable EXT_framebuffer_object.Eric Anholt2007-12-201-116/+0
* [intel] Move bufmgr back to context instead of screen, fixing glthreads.Eric Anholt2007-12-121-18/+0
* [965] Convert the driver to dri_bufmgr interface and enable TTM.Eric Anholt2007-12-071-1/+21
* Use the tiled flag in the sarea to determine region tiling.Haihao Xiang2006-12-301-0/+1
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-091-0/+113