summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/intel_screen.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-03i965/skl: Set max OpenGL version the same as gen7/8Jordan Justen1-0/+1
2014-09-29i965: Delete intel_chipset.h.Kenneth Graunke1-1/+0
2014-09-20i965/gen6: Enable GL 3.3 and GLSL 3.30Chris Forbes1-6/+1
2014-09-19i965/gen6: enable GLSL 1.50, OpenGL 3.2 and GL_AMD_vertex_shader_layeredSamuel Iglesias Gonsalvez1-1/+1
2014-09-16i965: add support for RGBA dma_buf imports.Gwenole Beauchesne1-0/+6
2014-08-15dri/common: Move __DRI2_RENDERER_PREFFERED_PROFILE handling to driQueryRender...Emil Velikov1-4/+0
2014-08-10i965: Support the allow_glsl_extension_directive_midshader option.Kenneth Graunke1-0/+1
2014-08-04util: Move ralloc to a new src/util directory.Kenneth Graunke1-1/+1
2014-07-01i965: Use unreachable() instead of unconditional assert().Matt Turner1-2/+1
2014-05-01i965: Rename intel_regions.h to something more appropriate now.Eric Anholt1-1/+1
2014-05-01i965: Drop region usage from DRI2 winsys-allocated buffers.Eric Anholt1-13/+17
2014-05-01i965: Drop a funny assert about mt pitch.Eric Anholt1-1/+0
2014-05-01i965: Drop use of intel_region from miptrees.Eric Anholt1-11/+11
2014-05-01i965: Replace the region in DRIimage with just a BO pointer and stride.Eric Anholt1-69/+68
2014-05-01i965: Drop the global GEM name from regions.Eric Anholt1-2/+2
2014-05-01i965: Fix another broken offset-aligned-to-tile test.Eric Anholt1-3/+1
2014-05-01i965: Fix offset-aligned-to-tile test in dma_buf import.Eric Anholt1-3/+1
2014-05-01i965: Reuse intel_miptree_get_tile_offsets().Eric Anholt1-12/+3
2014-04-30i965: Don't enable reset notification support on Gen4-5.Kenneth Graunke1-4/+9
2014-04-28drivers/dri: cleanup dri extension instantiationEmil Velikov1-5/+5
2014-03-25i965: fix dma_buf import with non-zero offset.Gwenole Beauchesne1-0/+9
2014-03-24i965: Add an env var for forcing window system MSAA.Eric Anholt1-0/+15
2014-03-18i965: Allocate register sets at screen creation, not context creation.Kenneth Graunke1-0/+3
2014-03-18i965: Allocate the screen using ralloc rather than calloc.Kenneth Graunke1-2/+3
2014-03-01dri/i9*5: correctly calculate the amount of system memoryEmil Velikov1-1/+1
2014-02-26i965: Don't forget to subtract mt->first_level in minify calls.Kenneth Graunke1-2/+2
2014-02-22intel: Remove some dead code I noticed in intel_screen.c.Eric Anholt1-4/+0
2014-02-19i965: Actually claim to support MSAA on Broadwell.Kenneth Graunke1-1/+4
2014-02-18i965: Drop mt->levels[].width/height.Eric Anholt1-2/+2
2014-02-11i965: Don't call abort() on an unknown device.Kenneth Graunke1-0/+2
2014-02-09mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up.Kenneth Graunke1-2/+2
2014-01-30dri3, i915, i965: Add __DRI_IMAGE_FOURCC_SARGB8888Keith Packard1-0/+3
2014-01-27mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller1-9/+9
2014-01-27mesa: Change many Type A MESA_FORMATs to meet naming standardMark Mueller1-2/+2
2014-01-27mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller1-4/+4
2014-01-27mesa: change gl_format to mesa_formatMark Mueller1-2/+2
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2013-12-05i965: Drop trailing whitespace from the rest of the driver.Kenneth Graunke1-9/+9
2013-11-27i965: Properly reject __DRI_CTX_FLAG_ROBUST_BUFFER_ACCESS when __DRI2_ROBUSTN...Ian Romanick1-1/+3
2013-11-26i965: Only enable __DRI2_ROBUSTNESS if kernel support is availableIan Romanick1-1/+23
2013-11-22i965: Share code between intel_quantize_num_samples and clamp_max_samplesChad Versace1-0/+20
2013-11-21i965: Claim OpenGL 3.3 support on Broadwell.Kenneth Graunke1-0/+1
2013-11-13dri: Change value param to unsignedIan Romanick1-1/+1
2013-11-13i965: Use drm_intel_get_aperture_sizes instead of hard-coded 2GiBIan Romanick1-3/+7
2013-11-12dri/i915, dri/i965: Fix support for planar imagesAnder Conselvan de Oliveira1-1/+2
2013-11-07dri: add __DRIimageLoaderExtension and __DRIimageDriverExtensionKeith Packard1-2/+3
2013-11-07dri/i915,dri/i965: Use driGLFormatToImageFormat and driImageFormatToGLFormatKeith Packard1-59/+4
2013-11-07dri/intel: Add explicit size parameter to intel_region_alloc_for_fdKeith Packard1-2/+2
2013-11-07i965: Wire up initial support for DRI_RENDERER_QUERY extensionIan Romanick1-0/+83
2013-11-07i965: Enable DRI_Robustness extensionIan Romanick1-0/+5