aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_screen.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Throttle rendering to an fboChris Wilson2015-03-181-4/+4
* i965: Remove "disable_derivative_optimization" driconf option.Kenneth Graunke2014-12-021-4/+0
* i965/skl: Set max OpenGL version the same as gen7/8Jordan Justen2014-11-031-0/+1
* i965: Delete intel_chipset.h.Kenneth Graunke2014-09-291-1/+0
* i965/gen6: Enable GL 3.3 and GLSL 3.30Chris Forbes2014-09-201-6/+1
* i965/gen6: enable GLSL 1.50, OpenGL 3.2 and GL_AMD_vertex_shader_layeredSamuel Iglesias Gonsalvez2014-09-191-1/+1
* i965: add support for RGBA dma_buf imports.Gwenole Beauchesne2014-09-161-0/+6
* dri/common: Move __DRI2_RENDERER_PREFFERED_PROFILE handling to driQueryRender...Emil Velikov2014-08-151-4/+0
* i965: Support the allow_glsl_extension_directive_midshader option.Kenneth Graunke2014-08-101-0/+1
* util: Move ralloc to a new src/util directory.Kenneth Graunke2014-08-041-1/+1
* i965: Use unreachable() instead of unconditional assert().Matt Turner2014-07-011-2/+1
* i965: Rename intel_regions.h to something more appropriate now.Eric Anholt2014-05-011-1/+1
* i965: Drop region usage from DRI2 winsys-allocated buffers.Eric Anholt2014-05-011-13/+17
* i965: Drop a funny assert about mt pitch.Eric Anholt2014-05-011-1/+0
* i965: Drop use of intel_region from miptrees.Eric Anholt2014-05-011-11/+11
* i965: Replace the region in DRIimage with just a BO pointer and stride.Eric Anholt2014-05-011-69/+68
* i965: Drop the global GEM name from regions.Eric Anholt2014-05-011-2/+2
* i965: Fix another broken offset-aligned-to-tile test.Eric Anholt2014-05-011-3/+1
* i965: Fix offset-aligned-to-tile test in dma_buf import.Eric Anholt2014-05-011-3/+1
* i965: Reuse intel_miptree_get_tile_offsets().Eric Anholt2014-05-011-12/+3
* i965: Don't enable reset notification support on Gen4-5.Kenneth Graunke2014-04-301-4/+9
* drivers/dri: cleanup dri extension instantiationEmil Velikov2014-04-281-5/+5
* i965: fix dma_buf import with non-zero offset.Gwenole Beauchesne2014-03-251-0/+9
* i965: Add an env var for forcing window system MSAA.Eric Anholt2014-03-241-0/+15
* i965: Allocate register sets at screen creation, not context creation.Kenneth Graunke2014-03-181-0/+3
* i965: Allocate the screen using ralloc rather than calloc.Kenneth Graunke2014-03-181-2/+3
* dri/i9*5: correctly calculate the amount of system memoryEmil Velikov2014-03-011-1/+1
* i965: Don't forget to subtract mt->first_level in minify calls.Kenneth Graunke2014-02-261-2/+2
* intel: Remove some dead code I noticed in intel_screen.c.Eric Anholt2014-02-221-4/+0
* i965: Actually claim to support MSAA on Broadwell.Kenneth Graunke2014-02-191-1/+4
* i965: Drop mt->levels[].width/height.Eric Anholt2014-02-181-2/+2
* i965: Don't call abort() on an unknown device.Kenneth Graunke2014-02-111-0/+2
* mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up.Kenneth Graunke2014-02-091-2/+2
* dri3, i915, i965: Add __DRI_IMAGE_FOURCC_SARGB8888Keith Packard2014-01-301-0/+3
* mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller2014-01-271-9/+9
* mesa: Change many Type A MESA_FORMATs to meet naming standardMark Mueller2014-01-271-2/+2
* mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller2014-01-271-4/+4
* mesa: change gl_format to mesa_formatMark Mueller2014-01-271-2/+2
* 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