summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_screen.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Use absolute addressing for constant buffer 0 on Kernel 4.16+.Kenneth Graunke2018-02-171-1/+8
* i965: Stop restoring the default L3 configuration on Kernel 4.16+.Kenneth Graunke2018-02-171-0/+3
* i965: Fix aux-surface size checkDaniel Stone2018-02-171-3/+9
* i965/icl: Update switch statementsAnuj Phogat2018-02-151-0/+1
* i965: Fix bugs in intel_from_planarDaniel Stone2018-02-121-27/+29
* Revert "i965: prevent potentially null pointer access"Mark Janes2018-02-091-1/+1
* i965: prevent potentially null pointer accessLionel Landwerlin2018-02-091-1/+1
* i965: add __DRI2_BLOB support and set cache functionsTapani Pälli2018-02-071-0/+21
* i965: Bump official kernel requirement to Linux v3.9.Kenneth Graunke2018-02-011-2/+2
* i965: move disk cache from brw_context to intel_screenTapani Pälli2018-01-301-0/+5
* i965: Set tiling on BOs imported with modifiersJason Ekstrand2018-01-211-1/+10
* i965/screen: Allow drirc to set 'allow_rgb10_configs' again.Mario Kleiner2018-01-181-1/+6
* Revert "i965: Enable flush control"Adam Jackson2018-01-151-2/+0
* dri_util: remove ALLOW_RGB10_CONFIGS option (v2)Marek Olšák2018-01-101-1/+2
* i965/screen: Honor 'allow_rgb10_configs' option. (v2)Mario Kleiner2018-01-031-0/+19
* i965/screen: Add basic support for rendering 10 bpc/depth 30 framebuffers. (v3)Mario Kleiner2018-01-031-1/+11
* i965/screen: Add XRGB2101010 and ARGB2101010 support for DRI3.Mario Kleiner2018-01-031-0/+6
* i965: read CS timestamp frequency from the kernel on Gen10+Lionel Landwerlin2017-12-041-0/+24
* mesa: add AllowGLSLCrossStageInterpolationMismatch workaroundTapani Pälli2017-11-301-0/+1
* i965: Mark BOs as external when we export their handleJason Ekstrand2017-11-171-1/+1
* i965: implement (un)mapImageJulien Isorce2017-11-141-2/+63
* i965: expose SRGB visuals and turn on EGL_KHR_gl_colorspaceTapani Pälli2017-11-091-1/+11
* i965: Enable flush controlNeil Roberts2017-11-061-0/+2
* i965: perf: make revision variable availableLionel Landwerlin2017-11-031-7/+2
* i965: Revert absolute mode for constant buffer pointers.Kenneth Graunke2017-10-231-1/+1
* i965: Report supported context priorities to EGL/DRIChris Wilson2017-10-201-0/+13
* i965: Record the presence of the kernel schedulerChris Wilson2017-10-201-0/+11
* i965: Complete 'expose RGBA visuals only on Android'Mario Kleiner2017-10-131-2/+2
* intel/compiler: Add a flag for pull constant supportJason Ekstrand2017-10-121-0/+1
* i965: Add Atom graphics names to parse_devid_override()Matt Turner2017-10-041-0/+3
* mesa: Remove force_s3tc_enable driconf variableMatt Turner2017-10-021-2/+0
* i965: Use atomic ops in get_new_program_id().Kenneth Graunke2017-09-251-1/+0
* i965: Fix duplication of DRI imagesLouis-Francis Ratté-Boulianne2017-09-201-0/+3
* i965/screen: Implement queryDmaBufFormatModifierAttirbsJason Ekstrand2017-09-141-1/+23
* i965/screen: Report the correct number of image planesJason Ekstrand2017-09-141-1/+8
* i965: expose RGBA visuals only on AndroidEmil Velikov2017-09-061-1/+22
* i965: Drop batch_size argument from brw_bufmgr_init().Kenneth Graunke2017-09-011-1/+1
* i965: add 2xMSAA 16xMSAA modes to DRI configs.Kevin Rogovin2017-08-301-5/+18
* Revert "i965: add 2xMSAA and 16xMSAA to DRI configs for Gen9."Kenneth Graunke2017-08-301-10/+3
* i965: add 2xMSAA and 16xMSAA to DRI configs for Gen9.Kevin Rogovin2017-08-291-3/+10
* i965: add missing `const` in function signatureEric Engestrom2017-08-241-1/+1
* i965/bufmgr: s/BO_ALLOC_FOR_RENDER/BO_ALLOC_BUSY/Jason Ekstrand2017-08-201-1/+1
* i965: Advertise the CCS modifierBen Widawsky2017-08-141-4/+40
* i965: Pretend that CCS modified images are two planesBen Widawsky2017-08-141-21/+34
* i965/screen: Support import and export of surfaces with CCSJason Ekstrand2017-08-141-8/+71
* i965/screen: Stop redefining DRM_FORMAT_MOD_(INVALID|LINEAR)Jason Ekstrand2017-08-141-8/+0
* dri: Introduce SWAP_METHOD tokensThomas Hellstrom2017-08-101-1/+1
* i965: Use I915_EXEC_BATCH_FIRST when available.Kenneth Graunke2017-08-041-0/+4
* i965: Drop unnecessary I915_PARAM_HAS_EXEC_CAPTURE definesKenneth Graunke2017-08-031-3/+0
* i965: simplify intel_image_format_lookup()Emil Velikov2017-08-021-7/+3