i965/icl: Update the assert in brw_memory_barrier()
[mesa.git] / src / mesa / drivers / dri / i965 / intel_screen.c
2018-02-12 Daniel Stonei965: Fix bugs in intel_from_planar
2018-02-09 Mark JanesRevert "i965: prevent potentially null pointer access"
2018-02-09 Lionel Landwerlini965: prevent potentially null pointer access
2018-02-07 Tapani Pällii965: add __DRI2_BLOB support and set cache functions
2018-02-01 Kenneth Graunkei965: Bump official kernel requirement to Linux v3.9.
2018-01-30 Tapani Pällii965: move disk cache from brw_context to intel_screen
2018-01-22 Jason Ekstrandi965: Set tiling on BOs imported with modifiers
2018-01-18 Mario Kleineri965/screen: Allow drirc to set 'allow_rgb10_configs...
2018-01-15 Adam JacksonRevert "i965: Enable flush control"
2018-01-10 Marek Olšákdri_util: remove ALLOW_RGB10_CONFIGS option (v2)
2018-01-03 Mario Kleineri965/screen: Honor 'allow_rgb10_configs' option. (v2)
2018-01-03 Mario Kleineri965/screen: Add basic support for rendering 10 bpc...
2018-01-03 Mario Kleineri965/screen: Add XRGB2101010 and ARGB2101010 support...
2017-12-04 Lionel Landwerlini965: read CS timestamp frequency from the kernel on...
2017-11-30 Tapani Pällimesa: add AllowGLSLCrossStageInterpolationMismatch...
2017-11-18 Jason Ekstrandi965: Mark BOs as external when we export their handle
2017-11-14 Julien Isorcei965: implement (un)mapImage
2017-11-09 Tapani Pällii965: expose SRGB visuals and turn on EGL_KHR_gl_colorspace
2017-11-06 Neil Robertsi965: Enable flush control
2017-11-03 Lionel Landwerlini965: perf: make revision variable available
2017-10-23 Kenneth Graunkei965: Revert absolute mode for constant buffer pointers.
2017-10-20 Chris Wilsoni965: Report supported context priorities to EGL/DRI
2017-10-20 Chris Wilsoni965: Record the presence of the kernel scheduler
2017-10-13 Mario Kleineri965: Complete 'expose RGBA visuals only on Android'
2017-10-13 Jason Ekstrandintel/compiler: Add a flag for pull constant support
2017-10-04 Matt Turneri965: Add Atom graphics names to parse_devid_override()
2017-10-03 Matt Turnermesa: Remove force_s3tc_enable driconf variable
2017-09-25 Kenneth Graunkei965: Use atomic ops in get_new_program_id().
2017-09-20 Louis-Francis Ratt... i965: Fix duplication of DRI images
2017-09-14 Jason Ekstrandi965/screen: Implement queryDmaBufFormatModifierAttirbs
2017-09-14 Jason Ekstrandi965/screen: Report the correct number of image planes
2017-09-06 Emil Velikovi965: expose RGBA visuals only on Android
2017-09-01 Kenneth Graunkei965: Drop batch_size argument from brw_bufmgr_init().
2017-08-30 Kevin Rogovini965: add 2xMSAA 16xMSAA modes to DRI configs.
2017-08-30 Kenneth GraunkeRevert "i965: add 2xMSAA and 16xMSAA to DRI configs...
2017-08-29 Kevin Rogovini965: add 2xMSAA and 16xMSAA to DRI configs for Gen9.
2017-08-24 Eric Engestromi965: add missing `const` in function signature
2017-08-21 Jason Ekstrandi965/bufmgr: s/BO_ALLOC_FOR_RENDER/BO_ALLOC_BUSY/
2017-08-14 Ben Widawskyi965: Advertise the CCS modifier
2017-08-14 Ben Widawskyi965: Pretend that CCS modified images are two planes
2017-08-14 Jason Ekstrandi965/screen: Support import and export of surfaces...
2017-08-14 Jason Ekstrandi965/screen: Stop redefining DRM_FORMAT_MOD_(INVALID...
2017-08-10 Thomas Hellstromdri: Introduce SWAP_METHOD tokens
2017-08-04 Kenneth Graunkei965: Use I915_EXEC_BATCH_FIRST when available.
2017-08-03 Kenneth Graunkei965: Drop unnecessary I915_PARAM_HAS_EXEC_CAPTURE...
2017-08-02 Emil Velikovi965: simplify intel_image_format_lookup()
2017-08-02 Emil Velikovi965: annotate struct intel_image_format as const
2017-07-31 Nicolai Hähnlexmlconfig: move into src/util
2017-07-22 Kenneth Graunkei965: Support the mesa_no_error driconf option.
2017-07-21 Topi Pohjolaineni965/miptree: Clean-up unused
2017-07-20 Topi Pohjolaineni965: Prepare image setup from miptree for isl based
2017-07-20 Topi Pohjolaineni965/miptree: Switch to isl_surf::row_pitch
2017-07-20 Topi Pohjolaineni965/miptree: Switch to isl_surf::tiling
2017-07-19 Emil Velikovi965: remove local vblank_mode option
2017-07-17 Jason Ekstrandi965: Check if the modifier is supported in select_best...
2017-07-17 Jason Ekstrandi965: Rework the modifier info map
2017-07-17 Jason Ekstrandi965/screen: Allocate ZEROED BOs for images
2017-07-17 Emil Velikovi965: use strtol to convert the integer deviceID override
2017-07-14 Grigori Goronzydri: Add KHR_no_error DRI extension
2017-07-14 Kenneth Graunkei965: Switch to absolute addressing for constant buffer 0.
2017-07-13 Jason Ekstrandi965/screen: Drop get_tiled_height
2017-07-13 Jason Ekstrandi965/screen: Use ISL for doing image import checks
2017-07-13 Jason Ekstrandi965/screen: Use ISL for allocating image BOs
2017-07-13 Jason Ekstrandi965: Add an isl_device to intel_screen
2017-06-30 Johnson Lini965/i915: Add UYVY as the supported format
2017-06-28 Chad Versacei965/dri: Support R8G8B8A8 and R8G8B8X8 configs
2017-06-22 Chad Versacei965/dri: Add intel_screen param to intel_create_winsys...
2017-06-22 Chad Versacei965: Move brw_context format arrays to intel_screen
2017-06-15 Jason Ekstrandi965/bufmgr: Rename bo_alloc_tiled to bo_alloc_tiled_2d
2017-06-09 Anuj Phogati965/cnl: Handle gen10 in switch cases across the driver
2017-06-09 Anuj Phogati965/cnl: Add pci id for INTEL_DEVID_OVERRIDE
2017-06-08 Varad Gautami965: Add format/modifier advertising
2017-06-08 Varad Gautami965: Support dmabuf import with modifiers
2017-06-08 Daniel Stonei965: Improve same-buffer restriction for imports
2017-06-08 Ben Widawskyi965: Allocate tile aligned height
2017-06-08 Daniel Stonei965: Move fallback size assignment out of bufmgr
2017-06-08 Daniel Stonei965: Invert image modifier/tiling inference
2017-06-06 Matt Turneri965: Add and use brw_bo_map()
2017-06-06 Matt Turneri965: Drop MAP_READ from some write-only mappings
2017-06-06 Matt Turneri965: Pass flags to brw_bo_map_*
2017-06-06 Matt Turneri965: Rename brw_bo_map() -> brw_bo_map_cpu()
2017-06-06 Matt Turneri965: Remove brw_bo's virtual member
2017-05-30 Chad Versacei965: Rename intel_create_renderbuffer
2017-05-30 Chad Versacei965/dri: Combine declaration and assignment in intelCr...
2017-05-30 Chad Versacei965/dri: Rewrite comment for intelCreateBuffer
2017-05-20 John Brooksdriconf: Add allow_glsl_builtin_variable_redeclaration...
2017-05-15 Matt Turneri965: Mark shader programs for capture in the error...
2017-05-05 Daniel Stonei915: Fix build break with empty unreachable()
2017-05-05 Daniel Stonei965: Set modifier for imported and duplicated images
2017-05-05 Daniel Stonei965: Use helper function for modifier -> tiling
2017-04-18 Timothy Arcerimesa: rename _mesa_add_renderbuffer* functions
2017-04-14 Juan A. Suarez Romeroi965: enable OpenGL 4.2 in Ivybridge
2017-04-14 Samuel Iglesias... i965: enable OpenGL 4.0 to Ivybridge/Baytrail
2017-04-12 Kenneth Graunkei965/drm: Make brw_bo_alloc_tiled flags parameter 32...
2017-04-12 Kenneth Graunkei965/drm: Make stride/pitch a uint32_t.
2017-04-12 Kenneth Graunkei965/drm: Make brw_bo_alloc_tiled take tiling by value...
2017-04-11 Kenneth Graunkei965: Set kernel features before computing max GL version.
2017-04-11 Kenneth Graunkei965: Fix wonky indentation left by brw_bo_alloc_tiled...
2017-04-10 Kenneth Graunkei965/drm: Add stall warnings when mapping or waiting...
2017-04-10 Kenneth Graunkei965/drm: Rename drm_bacon_bo to brw_bo.
next