aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_screen.c
Commit message (Expand)AuthorAgeFilesLines
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* i965: Drop trailing whitespace from the rest of the driver.Kenneth Graunke2013-12-051-9/+9
* i965: Properly reject __DRI_CTX_FLAG_ROBUST_BUFFER_ACCESS when __DRI2_ROBUSTN...Ian Romanick2013-11-271-1/+3
* i965: Only enable __DRI2_ROBUSTNESS if kernel support is availableIan Romanick2013-11-261-1/+23
* i965: Share code between intel_quantize_num_samples and clamp_max_samplesChad Versace2013-11-221-0/+20
* i965: Claim OpenGL 3.3 support on Broadwell.Kenneth Graunke2013-11-211-0/+1
* dri: Change value param to unsignedIan Romanick2013-11-131-1/+1
* i965: Use drm_intel_get_aperture_sizes instead of hard-coded 2GiBIan Romanick2013-11-131-3/+7
* dri/i915, dri/i965: Fix support for planar imagesAnder Conselvan de Oliveira2013-11-121-1/+2
* dri: add __DRIimageLoaderExtension and __DRIimageDriverExtensionKeith Packard2013-11-071-2/+3
* dri/i915,dri/i965: Use driGLFormatToImageFormat and driImageFormatToGLFormatKeith Packard2013-11-071-59/+4
* dri/intel: Add explicit size parameter to intel_region_alloc_for_fdKeith Packard2013-11-071-2/+2
* i965: Wire up initial support for DRI_RENDERER_QUERY extensionIan Romanick2013-11-071-0/+83
* i965: Enable DRI_Robustness extensionIan Romanick2013-11-071-0/+5
* i965: Add driconf option clamp_max_samplesChad Versace2013-11-031-1/+7
* i965: Build the driver into a shared mesa_dri_drivers.so .Eric Anholt2013-10-241-3/+15
* dri: Move driver config options to dri driver extensions.Eric Anholt2013-10-241-4/+8
* i965: Enable OpenGL 3.3 and GLSL 3.30.Kenneth Graunke2013-10-181-1/+1
* Revert "i965: Create ARGB2101010 DRI configs"Kristian Høgsberg2013-10-161-4/+1
* dri: Add __DRIimage support for the ARGB2101010 formatKristian Høgsberg2013-10-151-0/+10
* i965: Create ARGB2101010 DRI configsKristian Høgsberg2013-10-151-1/+4
* i965: Add support for RGB565 __DRIimageSingh, Satyeshwar2013-10-151-0/+3
* i965: Replace some intel_screen fields with brw_device_info references.Kenneth Graunke2013-10-131-26/+8
* i965: Delete the INTEL_SEPARATE_STENCIL override.Kenneth Graunke2013-10-131-27/+0
* i965: Add a new brw_device_info structure.Kenneth Graunke2013-10-131-0/+1
* i965: Turn on GLSL 1.50 and GL 3.2 support for i965 gen7.Paul Berry2013-10-121-1/+1
* i965: Clean up error handling for context creation.Eric Anholt2013-10-101-27/+1
* dri: Move API version validation into dri/common.Eric Anholt2013-10-101-31/+13
* i965: compute DDX in a subspan based only on top rowChia-I Wu2013-10-021-0/+4
* mesa: Remove some remaining FEATURE_* detritus.Eric Anholt2013-09-261-8/+0
* gallium, intel: Implements new __DRI_IMAGE_USE_LINEAR and PIPE_BIND_LINEAR fl...Axel Davy2013-09-061-0/+3
* intel: Add support for the new flush_with_flags extension.Eric Anholt2013-08-301-10/+36
* dri: Choose a decent global driNConfigOptions.Eric Anholt2013-08-171-4/+1
* intel: restrict dma-buf-import images to external sampling onlyTopi Pohjolainen2013-08-021-0/+1
* dri: propagate extra dma_buf import attributes to the driversTopi Pohjolainen2013-08-021-2/+46
* intel: set dri image dimensions even when creating out of primesTopi Pohjolainen2013-08-021-0/+2
* intel: refactor planar format lookupTopi Pohjolainen2013-08-021-13/+18
* intel: allow packed prime buffers to be treated normallyTopi Pohjolainen2013-08-021-1/+5
* i965: Delete intel_context entirely.Kenneth Graunke2013-07-091-6/+4
* i965: Move intel_context's framerate throttling fields to brw_context.Kenneth Graunke2013-07-091-1/+1
* i965: Move intel_context::batch to brw_context.Kenneth Graunke2013-07-091-1/+1
* i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke2013-07-091-11/+13
* i965: Remove "There are probably better ways" comment.Kenneth Graunke2013-07-031-5/+0
* mesa: Remove unused allow_large_textures driconf from classic drivers.Eric Anholt2013-06-281-2/+1
* i965: Remove use_early_z option.Kenneth Graunke2013-06-281-5/+1
* i965: Drop i915 code from intel_screen.Eric Anholt2013-06-281-19/+1
* i965: Drop #ifdef I915 code.Eric Anholt2013-06-281-44/+0
* i965: Drop code checking for gen <= 3.Eric Anholt2013-06-281-10/+2
* i965: Move the remaining intel code to the i965 directory.Eric Anholt2013-06-261-1/+1409
* [965] Enable EXT_framebuffer_object.Eric Anholt2007-12-201-693/+1