summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/intel_screen.h
AgeCommit message (Expand)AuthorFilesLines
2018-03-05intel: Split gen_device_info out into libintel_devJordan Justen1-1/+1
2018-02-17i965: Stop restoring the default L3 configuration on Kernel 4.16+.Kenneth Graunke1-0/+1
2018-01-30i965: move disk cache from brw_context to intel_screenTapani Pälli1-0/+2
2017-11-03i965: perf: make revision variable availableLionel Landwerlin1-0/+3
2017-08-04i965: Use I915_EXEC_BATCH_FIRST when available.Kenneth Graunke1-0/+1
2017-07-31xmlconfig: move into src/utilNicolai Hähnle1-1/+1
2017-07-12i965: Add an isl_device to intel_screenJason Ekstrand1-0/+4
2017-06-22i965: Move brw_context format arrays to intel_screenChad Versace1-0/+5
2017-05-15i965: Mark shader programs for capture in the error state.Matt Turner1-0/+7
2017-04-10i965/drm: Rename drm_bacon_bufmgr to struct brw_bufmgr.Kenneth Graunke1-1/+1
2017-04-10i965: Make a screen::aperture_threshold field.Kenneth Graunke1-0/+3
2017-04-10i965/drm: Use our internal libdrm (drm_bacon) rather than the real one.Kenneth Graunke1-2/+2
2017-03-30i965: Stop using legacy dri_bufmgr_* and intel_* names.Kenneth Graunke1-1/+1
2017-03-07i965: Remove use of deprecated drm_intel_aub routinesChris Wilson1-1/+0
2017-03-06i965: Delete vestiges of resource streamer code.Kenneth Graunke1-5/+0
2017-02-21i965: add extern C notation in headersEmil Velikov1-0/+8
2017-01-27i965: Add intel_screen::has_fence_fdChad Versace1-1/+1
2017-01-05i965: add a kernel_features bitfield to intel screenIago Toral Quiroga1-12/+33
2017-01-05i965: get rid of brw->can_do_pipelined_register_writesIago Toral Quiroga1-0/+6
2017-01-05i965: Move the pipelined test for SO register access to the screenChris Wilson1-0/+8
2016-09-23intel/i965: make gen_device_info mutableLionel Landwerlin1-1/+1
2016-09-03intel: s/brw_device_info/gen_device_info/Jason Ekstrand1-2/+2
2016-09-03intel: Add a new "common" library for more code sharingJason Ekstrand1-1/+1
2016-08-26i965: Embrace "unlimited" GTT mmap supportChris Wilson1-0/+2
2016-05-09i965: Only enable ARB_query_buffer_object for newer kernels on Haswell.Kenneth Graunke1-0/+6
2016-03-11i965: Query and store GPU properties from kernelBen Widawsky1-1/+11
2016-01-13i965: Remove unused hw_must_use_separate_stencilBen Widawsky1-2/+0
2015-09-10i965: Fix typos in licenseIan Romanick1-2/+2
2015-09-10i965: Remove horizontal bars from file header commentsIan Romanick1-4/+2
2015-07-24i965: Use updated kernel interface for accurate TIMESTAMP readsChris Wilson1-1/+1
2015-07-18i965: Enable resource streamer for the batchbufferAbdiel Janulgue1-0/+5
2015-07-08i965: Query whether we have kernel support for the TIMESTAMP register onceChris Wilson1-0/+2
2015-05-12i965: Store the command parser version number in intel_screenNeil Roberts1-1/+7
2015-05-07i965/sync: Implement DRI2_Fence extensionChad Versace1-0/+4
2015-04-22i965: Add a brw_compiler structure and store the register sets in itJason Ekstrand1-47/+1
2014-09-30i965/fs: Use the GRF for FB writes on gen >= 7Jason Ekstrand1-0/+10
2014-09-29i965: Delete intel_chipset.h.Kenneth Graunke1-1/+0
2014-03-24i965: Add an env var for forcing window system MSAA.Eric Anholt1-0/+2
2014-03-18i965: Allocate register sets at screen creation, not context creation.Kenneth Graunke1-0/+38
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2013-12-05i965: Drop trailing whitespace from the rest of the driver.Kenneth Graunke1-5/+5
2013-11-27i965: Properly reject __DRI_CTX_FLAG_ROBUST_BUFFER_ACCESS when __DRI2_ROBUSTN...Ian Romanick1-0/+5
2013-11-22i965: Share code between intel_quantize_num_samples and clamp_max_samplesChad Versace1-0/+3
2013-10-24i965: Build the driver into a shared mesa_dri_drivers.so .Eric Anholt1-0/+2
2013-10-13i965: Replace some intel_screen fields with brw_device_info references.Kenneth Graunke1-9/+0
2013-10-13i965: Add a new brw_device_info structure.Kenneth Graunke1-0/+4
2013-10-10dri: Move API version validation into dri/common.Eric Anholt1-5/+0
2013-07-09i965: Delete intel_context entirely.Kenneth Graunke1-1/+1
2013-06-28i965: Drop i915 code from intel_screen.Eric Anholt1-1/+0
2013-06-26i965: Move the remaining intel code to the i965 directory.Eric Anholt1-0/+89