summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_screen.h
Commit message (Expand)AuthorAgeFilesLines
* intel/i965: make gen_device_info mutableLionel Landwerlin2016-09-231-1/+1
* intel: s/brw_device_info/gen_device_info/Jason Ekstrand2016-09-031-2/+2
* intel: Add a new "common" library for more code sharingJason Ekstrand2016-09-031-1/+1
* i965: Embrace "unlimited" GTT mmap supportChris Wilson2016-08-261-0/+2
* i965: Only enable ARB_query_buffer_object for newer kernels on Haswell.Kenneth Graunke2016-05-091-0/+6
* i965: Query and store GPU properties from kernelBen Widawsky2016-03-111-1/+11
* i965: Remove unused hw_must_use_separate_stencilBen Widawsky2016-01-131-2/+0
* i965: Fix typos in licenseIan Romanick2015-09-101-2/+2
* i965: Remove horizontal bars from file header commentsIan Romanick2015-09-101-4/+2
* i965: Use updated kernel interface for accurate TIMESTAMP readsChris Wilson2015-07-241-1/+1
* i965: Enable resource streamer for the batchbufferAbdiel Janulgue2015-07-181-0/+5
* i965: Query whether we have kernel support for the TIMESTAMP register onceChris Wilson2015-07-081-0/+2
* i965: Store the command parser version number in intel_screenNeil Roberts2015-05-121-1/+7
* i965/sync: Implement DRI2_Fence extensionChad Versace2015-05-071-0/+4
* i965: Add a brw_compiler structure and store the register sets in itJason Ekstrand2015-04-221-47/+1
* i965/fs: Use the GRF for FB writes on gen >= 7Jason Ekstrand2014-09-301-0/+10
* i965: Delete intel_chipset.h.Kenneth Graunke2014-09-291-1/+0
* 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