i965: Bump kernel requirement to 3.3 on Ivybridge.
[mesa.git] / src / mesa / drivers / dri / intel / intel_screen.c
2013-05-20 Kenneth Graunkei965: Bump kernel requirement to 3.3 on Ivybridge.
2013-05-17 Eric Anholtmesa: Make gl_renderbuffers backed by EGL images use...
2013-04-29 Eric Anholti915: Always enable GL 2.0 support.
2013-04-19 Eric Anholtmesa: Use quotes on bool driconf options to prevent...
2013-04-17 Brian Paulmesa: remove #include "mfeatures.h" from numerous sourc...
2013-04-17 Anuj Phogatintel: Add a null pointer check before dereferencing...
2013-04-08 Kenneth Graunkeintel: Remove the texture_tiling driconf option.
2013-04-08 Kenneth Graunkeintel: Remove check for kernel 2.6.29.
2013-04-08 Kenneth Graunkeintel: Require kernel 2.6.39 for relaxed relocation...
2013-03-21 Paul Berryi965: Add a driconf option to disable flush throttling.
2013-03-19 Kristian HøgsbergAdd dri image entry point for creating image from fd
2013-03-06 Eric Anholtintel: Remove the struct intel_region reuse hash table.
2013-03-01 Eric Anholti965: Make sRGB-capable framebuffers by default.
2013-03-01 Jordan Justenintel: Enable __DRI_API_OPENGL_CORE api with dri2 contexts
2013-03-01 Jordan Justenintel: update max versions based on MESA_GL_VERSION_OVE...
2013-02-22 Ian Romanicki965: Enable OpenGL ES 3.0 on Sandy Bridge
2013-02-04 Tapani Pälliintel: Fix regression in intel_create_image_from_name...
2013-02-04 Abdiel Janulgueintel: make sure to setup image dimension in image_from...
2013-02-01 Abdiel Janulgueintel: implement create image from texture
2013-01-25 Chad Versacei965: Bump maximum supported ES2 context version to 3.0
2013-01-21 Ian Romanickintel: Don't expose XRGB8888 visuals any more
2013-01-21 Ian Romanicki965: Enable floating-point textures always
2013-01-18 Eric Anholtintel: Make intel_region's pitch be bytes instead of...
2013-01-15 Chad Versaceintel: Expose support for DRI_API_GLES3
2013-01-15 Chad Versaceintel: Move validation of context version into intelIni...
2013-01-15 Chad Versaceintel: Set screen's api mask according to hw capabiliti...
2013-01-11 Carl Worthdriconf: Add a new option: disable_glsl_line_continuations
2012-12-01 Marek Olšákglx/dri2: add and use new driver hook flush_with_flags
2012-11-29 Paul Berrymesa: Rename API_OPENGL to API_OPENGL_COMPAT.
2012-11-19 Chad Versaceintel: Use designated initializers for DRI extension...
2012-10-29 Tapani Pälliintel: support for 16 bit config with 24 depth and...
2012-10-29 Ian Romanickintel: If the visual is sRGB, use an sRGB internal...
2012-10-29 Ian Romanickdri: Convert driCreateConfigs to use a gl_format enum
2012-10-09 Quentin Glidicintel: Add missing #include <time.h>
2012-09-28 Ian Romanickintel: Don't call intelDestroyContext if there is no...
2012-09-27 Chad Versaceintel: Don't advertise GLX_SWAP_COPY_OML
2012-09-27 Eric Anholtintel: Mark some file-local code as static.
2012-09-12 Paul Berryintel: Add map_stencil_as_y_tiled to intel_region_get_t...
2012-09-06 Paul Berryintel: avoid undefined variable warnings in intel_screen.c
2012-09-01 Brian Paulmesa: s/FREE/free/
2012-09-01 Brian Paulmesa: s/CALLOC/calloc/
2012-08-31 Jakob Bornecrantzdri: Rework planar image interface
2012-08-29 Ian Romanickintel: Clean up bits of cruft in intelCreateContext
2012-08-29 Ian Romanicki965: Set context flags
2012-08-27 Kenneth Graunkei965: Reenable the fragment shader precompile.
2012-08-26 Jakob Bornecrantzdri: Remove image write function
2012-08-14 Chad Versaceintel: Refactor intel_downsample_for_dri2_flush
2012-08-14 Ian Romanicki965: Validate API and version in brwCreateContext
2012-08-14 Ian Romanicki915: Validate API and version in i915CreateContext
2012-08-14 Ian Romanicki830: Validate API and version before calling i830Creat...
2012-08-14 Ian Romanickintel: In the i915 driver, the chipset cannot be i965
2012-08-14 Ian Romanickdri: Pass API_OPENGL_CORE through to the drivers
2012-08-13 Eric Anholti965: Add perf debug for stalls during shader compiles.
2012-08-07 Eric Anholtmesa: Replace VersionMajor/VersionMinor with a Version...
2012-08-07 Eric Anholtintel: Fix compiler warnings from winsys msaa.
2012-08-07 Chad Versaceintel: Advertise multisample DRI2 configs on gen >= 6
2012-08-07 Chad Versaceintel: Clarify intel_screen_make_configs
2012-08-07 Chad Versacedri: Simplify use of driConcatConfigs
2012-08-07 Chad Versaceintel: Refactor creation of DRI2 configs
2012-08-07 Chad Versaceintel: Downsample on DRI2 flush
2012-08-07 Chad Versaceintel: Set num samples for winsys renderbuffers
2012-08-01 Chad Versaceintel: Use consistent pattern in intelCreateBuffer
2012-08-01 Chad Versaceintel: Decrease nesting level in intelCreateBuffer
2012-08-01 Chad Versaceintel: Remove dead code in intelAllocateBuffer
2012-07-24 Jordan Justenintel: move error on create context to proper path
2012-07-19 Kenneth Graunkei965: Add a driconf option to disable GL_ARB_blend_func...
2012-07-17 Eric Anholtintel: Replace the non-getBuffersWithFormat compat...
2012-07-17 Eric Anholtintel: Convert to using private depth/stencil buffers...
2012-07-16 Kristian Høgsberggbm: Add new gbm_bo_import entry point
2012-07-16 Kristian Høgsbergintel: Don't call _mesa_get_format_bytes for MESA_FORMA...
2012-07-11 Kristian Høgsbergintel: Implement __DRIimage::createSubImage and bump...
2012-07-11 Kristian Høgsbergintel: Add support for new __DRIimage formats
2012-07-05 Kristian Høgsbergintel: Share common __DRIimage allocation code
2012-07-05 Kristian Høgsbergintel: Just look up image->internal_format using _mesa_...
2012-07-05 Kristian Høgsbergintel: Remove unused __DRIimage::data_type field
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-03 Kristian Høgsberggbm: Add gbm_bo_write entry point
2012-04-30 Sean V Kelleyi965: Support Android RGBX8888 format for EGL generated...
2012-04-30 Ander Conselvan... intel: set dri_format field for all images
2012-04-30 Ander Conselvan... intel: properly return the image format on intel_query_...
2012-04-12 Eric Anholti965: When the kernel lacks the LLC check, assume it...
2012-04-12 Eric Anholtintel: Drop backwards compat code for not having libdrm...
2012-04-10 Paul Berryi965: Stop lying about cpp and height of a stencil...
2012-04-02 Kenneth Graunkei965/aub: Dump a final bitmap from DestroyContext.
2012-03-21 Eric Anholtintel: Handle devid overrides using libdrm.
2012-03-21 Eric Anholtintel: Ask libdrm to dump an AUB file if INTEL_DEBUG...
2012-03-20 Eric Anholti965: Change the hiz-override env var to a driconf...
2012-03-05 Daniel Vetteri965: fixup W-tile offset computation to take swizzling...
2012-02-22 Jesse Barnesintel: bump DRI_IMAGE extension version to 3
2012-02-22 Jesse Barnesgbm: track buffer format through DRI drivers
2012-02-21 Eric Anholtintel: Silence valgrind warning for getparam ioctl...
2012-02-04 Eugeni Dodonovintel: verify if hardware has LLC support
2012-01-30 Eric Anholti965: Add a driconf option to force GLSL extension...
2012-01-24 Brian Paulintel: derive intel_renderbuffer from swrast_renderbuffer
2012-01-24 Brian Paulmesa: remove gl_renderbuffer::DataType
2012-01-18 Kristian Høgsberggbm: Validate usage flags in gbm_bo_create_from_egl_image()
2012-01-18 Anuj Phogatintel: Return if pointer to intel_context is null
2012-01-16 Anuj Phogatintel: Fix segfault in glXSwapBuffers with no bound...
2012-01-11 Eric Anholti965: Fix compiler warning from uninitialized "success...
2012-01-10 Chad Versacei965/gen7: Enable HiZ
next