aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_screen.h
Commit message (Expand)AuthorAgeFilesLines
* intel: Split gen_device_info out into libintel_devJordan Justen2018-03-051-1/+1
* i965: Stop restoring the default L3 configuration on Kernel 4.16+.Kenneth Graunke2018-02-171-0/+1
* i965: move disk cache from brw_context to intel_screenTapani Pälli2018-01-301-0/+2
* i965: perf: make revision variable availableLionel Landwerlin2017-11-031-0/+3
* i965: Use I915_EXEC_BATCH_FIRST when available.Kenneth Graunke2017-08-041-0/+1
* xmlconfig: move into src/utilNicolai Hähnle2017-07-311-1/+1
* i965: Add an isl_device to intel_screenJason Ekstrand2017-07-121-0/+4
* i965: Move brw_context format arrays to intel_screenChad Versace2017-06-221-0/+5
* i965: Mark shader programs for capture in the error state.Matt Turner2017-05-151-0/+7
* i965/drm: Rename drm_bacon_bufmgr to struct brw_bufmgr.Kenneth Graunke2017-04-101-1/+1
* i965: Make a screen::aperture_threshold field.Kenneth Graunke2017-04-101-0/+3
* i965/drm: Use our internal libdrm (drm_bacon) rather than the real one.Kenneth Graunke2017-04-101-2/+2
* i965: Stop using legacy dri_bufmgr_* and intel_* names.Kenneth Graunke2017-03-301-1/+1
* i965: Remove use of deprecated drm_intel_aub routinesChris Wilson2017-03-071-1/+0
* i965: Delete vestiges of resource streamer code.Kenneth Graunke2017-03-061-5/+0
* i965: add extern C notation in headersEmil Velikov2017-02-211-0/+8
* i965: Add intel_screen::has_fence_fdChad Versace2017-01-271-1/+1
* i965: add a kernel_features bitfield to intel screenIago Toral Quiroga2017-01-051-12/+33
* i965: get rid of brw->can_do_pipelined_register_writesIago Toral Quiroga2017-01-051-0/+6
* i965: Move the pipelined test for SO register access to the screenChris Wilson2017-01-051-0/+8
* 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