Merge remote-tracking branch 'mesa-public/master' into vulkan
[mesa.git] / src / mesa / drivers / dri / i965 / intel_screen.c
2015-08-26 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-18 Rhys Kiddi965: Resolve GCC sign-compare warning.
2015-08-18 Rhys Kiddi965: Resolve GCC sign-compare warning.
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-28 Chad Versacei965: Support importing R8 and GR88 dma_bufs
2015-07-24 Chris Wilsoni965: Use updated kernel interface for accurate TIMESTA...
2015-07-18 Abdiel Janulguei965: Enable resource streamer for the batchbuffer
2015-07-13 Emil Velikovi965: bump libdrm requirement to 2.4.61 and drop in...
2015-07-08 Chris Wilsoni965: Query whether we have kernel support for the...
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-06-23 Jason Ekstrandi965: Add compiler options to brw_compiler
2015-06-23 Jason Ekstrandi965: Move INTEL_DEBUG variable parsing to screen creat...
2015-05-16 Jason EkstrandMerge remote-tracking branch 'fdo-personal/wip/nir...
2015-05-12 Neil Robertsi965: Store the command parser version number in intel_...
2015-05-09 Kristian HøgsbergAdd vulkan driver for BDW
2015-05-07 Chad Versacei965/sync: Implement DRI2_Fence extension
2015-05-05 Boyan Dingi965: Add XRGB8888 format to intel_screen_make_configs
2015-04-22 Jason Ekstrandi965: Add a brw_compiler structure and store the regist...
2015-04-22 Jason Ekstrandi965/device_info: Add a supports_simd16_3src flag
2015-04-14 Marius Preduti965: replace __FUNCTION__ with __func__
2015-04-01 Dave Airlieegl: add initial EGL_MESA_image_dma_buf_export v2.4
2015-03-18 Chris Wilsoni965: Throttle rendering to an fbo
2014-12-03 Kenneth Graunkei965: Remove "disable_derivative_optimization" driconf...
2014-11-03 Jordan Justeni965/skl: Set max OpenGL version the same as gen7/8
2014-09-30 Kenneth Graunkei965: Delete intel_chipset.h.
2014-09-20 Chris Forbesi965/gen6: Enable GL 3.3 and GLSL 3.30
2014-09-19 Samuel Iglesias... i965/gen6: enable GLSL 1.50, OpenGL 3.2 and GL_AMD_vert...
2014-09-16 Gwenole Beauchesnei965: add support for RGBA dma_buf imports.
2014-08-15 Emil Velikovdri/common: Move __DRI2_RENDERER_PREFFERED_PROFILE...
2014-08-10 Kenneth Graunkei965: Support the allow_glsl_extension_directive_midsha...
2014-08-04 Kenneth Graunkeutil: Move ralloc to a new src/util directory.
2014-07-01 Matt Turneri965: Use unreachable() instead of unconditional assert().
2014-05-01 Eric Anholti965: Rename intel_regions.h to something more appropri...
2014-05-01 Eric Anholti965: Drop region usage from DRI2 winsys-allocated...
2014-05-01 Eric Anholti965: Drop a funny assert about mt pitch.
2014-05-01 Eric Anholti965: Drop use of intel_region from miptrees.
2014-05-01 Eric Anholti965: Replace the region in DRIimage with just a BO...
2014-05-01 Eric Anholti965: Drop the global GEM name from regions.
2014-05-01 Eric Anholti965: Fix another broken offset-aligned-to-tile test.
2014-05-01 Eric Anholti965: Fix offset-aligned-to-tile test in dma_buf import.
2014-05-01 Eric Anholti965: Reuse intel_miptree_get_tile_offsets().
2014-05-01 Kenneth Graunkei965: Don't enable reset notification support on Gen4-5.
2014-04-28 Emil Velikovdrivers/dri: cleanup dri extension instantiation
2014-03-25 Gwenole Beauchesnei965: fix dma_buf import with non-zero offset.
2014-03-24 Eric Anholti965: Add an env var for forcing window system MSAA.
2014-03-18 Kenneth Graunkei965: Allocate register sets at screen creation, not...
2014-03-18 Kenneth Graunkei965: Allocate the screen using ralloc rather than...
2014-03-01 Emil Velikovdri/i9*5: correctly calculate the amount of system...
2014-02-26 Kenneth Graunkei965: Don't forget to subtract mt->first_level in minif...
2014-02-23 Eric Anholtintel: Remove some dead code I noticed in intel_screen.c.
2014-02-19 Kenneth Graunkei965: Actually claim to support MSAA on Broadwell.
2014-02-18 Eric Anholti965: Drop mt->levels[].width/height.
2014-02-11 Kenneth Graunkei965: Don't call abort() on an unknown device.
2014-02-10 Kenneth Graunkemesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT...
2014-01-31 Keith Packarddri3, i915, i965: Add __DRI_IMAGE_FOURCC_SARGB8888
2014-01-27 Mark Muellermesa: Change many Type P MESA_FORMATs to meet naming...
2014-01-27 Mark Muellermesa: Change many Type A MESA_FORMATs to meet naming...
2014-01-27 Mark Muellermesa: Rename 4 color component unsigned byte MESA_FORMATs
2014-01-27 Mark Muellermesa: change gl_format to mesa_format
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2013-12-05 Kenneth Graunkei965: Drop trailing whitespace from the rest of the...
2013-11-27 Ian Romanicki965: Properly reject __DRI_CTX_FLAG_ROBUST_BUFFER_ACCE...
2013-11-26 Ian Romanicki965: Only enable __DRI2_ROBUSTNESS if kernel support...
2013-11-22 Chad Versacei965: Share code between intel_quantize_num_samples...
2013-11-21 Kenneth Graunkei965: Claim OpenGL 3.3 support on Broadwell.
2013-11-13 Ian Romanickdri: Change value param to unsigned
2013-11-13 Ian Romanicki965: Use drm_intel_get_aperture_sizes instead of hard...
2013-11-12 Ander Conselvan... dri/i915, dri/i965: Fix support for planar images
2013-11-08 Keith Packarddri: add __DRIimageLoaderExtension and __DRIimageDriver...
2013-11-08 Keith Packarddri/i915,dri/i965: Use driGLFormatToImageFormat and...
2013-11-08 Keith Packarddri/intel: Add explicit size parameter to intel_region_...
2013-11-08 Ian Romanicki965: Wire up initial support for DRI_RENDERER_QUERY...
2013-11-08 Ian Romanicki965: Enable DRI_Robustness extension
2013-11-03 Chad Versacei965: Add driconf option clamp_max_samples
2013-10-24 Eric Anholti965: Build the driver into a shared mesa_dri_drivers...
2013-10-24 Eric Anholtdri: Move driver config options to dri driver extensions.
2013-10-18 Kenneth Graunkei965: Enable OpenGL 3.3 and GLSL 3.30.
2013-10-17 Kristian HøgsbergRevert "i965: Create ARGB2101010 DRI configs"
2013-10-16 Kristian Høgsbergdri: Add __DRIimage support for the ARGB2101010 format
2013-10-16 Kristian Høgsbergi965: Create ARGB2101010 DRI configs
2013-10-16 Singh, Satyeshwari965: Add support for RGB565 __DRIimage
2013-10-13 Kenneth Graunkei965: Replace some intel_screen fields with brw_device_...
2013-10-13 Kenneth Graunkei965: Delete the INTEL_SEPARATE_STENCIL override.
2013-10-13 Kenneth Graunkei965: Add a new brw_device_info structure.
2013-10-12 Paul Berryi965: Turn on GLSL 1.50 and GL 3.2 support for i965...
2013-10-10 Eric Anholti965: Clean up error handling for context creation.
2013-10-10 Eric Anholtdri: Move API version validation into dri/common.
2013-10-02 Chia-I Wui965: compute DDX in a subspan based only on top row
2013-09-26 Eric Anholtmesa: Remove some remaining FEATURE_* detritus.
2013-09-06 Axel Davygallium, intel: Implements new __DRI_IMAGE_USE_LINEAR...
2013-08-30 Eric Anholtintel: Add support for the new flush_with_flags extension.
2013-08-17 Eric Anholtdri: Choose a decent global driNConfigOptions.
2013-08-02 Topi Pohjolainenintel: restrict dma-buf-import images to external sampl...
2013-08-02 Topi Pohjolainendri: propagate extra dma_buf import attributes to the...
2013-08-02 Topi Pohjolainenintel: set dri image dimensions even when creating...
2013-08-02 Topi Pohjolainenintel: refactor planar format lookup
2013-08-02 Topi Pohjolainenintel: allow packed prime buffers to be treated normally
2013-07-09 Kenneth Graunkei965: Delete intel_context entirely.
2013-07-09 Kenneth Graunkei965: Move intel_context's framerate throttling fields...
next