summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/intel_screen.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-10i965: Remove brw_bo_alloc_tiled_2d from intel_detect_swizzling.Kenneth Graunke1-10/+4
2018-04-09i965: return the fourcc saved in __DRIimage when possibleXiong, James1-3/+10
2018-03-27i965: Drop unused alignment parameter from brw_bo_alloc().Kenneth Graunke1-2/+2
2018-02-28i965: use context priority definitions from gen_defines.hTapani Pälli1-3/+5
2018-02-27i965: Use gen_get_pci_device_id_overrideJordan Justen1-52/+5
2018-02-21i965: Use finish_external instead of make_shareable in setTexBuffer2Jason Ekstrand1-1/+1
2018-02-17i965: Use absolute addressing for constant buffer 0 on Kernel 4.16+.Kenneth Graunke1-1/+8
2018-02-17i965: Stop restoring the default L3 configuration on Kernel 4.16+.Kenneth Graunke1-0/+3
2018-02-17i965: Fix aux-surface size checkDaniel Stone1-3/+9
2018-02-15i965/icl: Update switch statementsAnuj Phogat1-0/+1
2018-02-12i965: Fix bugs in intel_from_planarDaniel Stone1-27/+29
2018-02-09Revert "i965: prevent potentially null pointer access"Mark Janes1-1/+1
2018-02-09i965: prevent potentially null pointer accessLionel Landwerlin1-1/+1
2018-02-07i965: add __DRI2_BLOB support and set cache functionsTapani Pälli1-0/+21
2018-02-01i965: Bump official kernel requirement to Linux v3.9.Kenneth Graunke1-2/+2
2018-01-30i965: move disk cache from brw_context to intel_screenTapani Pälli1-0/+5
2018-01-21i965: Set tiling on BOs imported with modifiersJason Ekstrand1-1/+10
2018-01-18i965/screen: Allow drirc to set 'allow_rgb10_configs' again.Mario Kleiner1-1/+6
2018-01-15Revert "i965: Enable flush control"Adam Jackson1-2/+0
2018-01-10dri_util: remove ALLOW_RGB10_CONFIGS option (v2)Marek Olšák1-1/+2
2018-01-03i965/screen: Honor 'allow_rgb10_configs' option. (v2)Mario Kleiner1-0/+19
2018-01-03i965/screen: Add basic support for rendering 10 bpc/depth 30 framebuffers. (v3)Mario Kleiner1-1/+11
2018-01-03i965/screen: Add XRGB2101010 and ARGB2101010 support for DRI3.Mario Kleiner1-0/+6
2017-12-04i965: read CS timestamp frequency from the kernel on Gen10+Lionel Landwerlin1-0/+24
2017-11-30mesa: add AllowGLSLCrossStageInterpolationMismatch workaroundTapani Pälli1-0/+1
2017-11-17i965: Mark BOs as external when we export their handleJason Ekstrand1-1/+1
2017-11-14i965: implement (un)mapImageJulien Isorce1-2/+63
2017-11-09i965: expose SRGB visuals and turn on EGL_KHR_gl_colorspaceTapani Pälli1-1/+11
2017-11-06i965: Enable flush controlNeil Roberts1-0/+2
2017-11-03i965: perf: make revision variable availableLionel Landwerlin1-7/+2
2017-10-23i965: Revert absolute mode for constant buffer pointers.Kenneth Graunke1-1/+1
2017-10-20i965: Report supported context priorities to EGL/DRIChris Wilson1-0/+13
2017-10-20i965: Record the presence of the kernel schedulerChris Wilson1-0/+11
2017-10-13i965: Complete 'expose RGBA visuals only on Android'Mario Kleiner1-2/+2
2017-10-12intel/compiler: Add a flag for pull constant supportJason Ekstrand1-0/+1
2017-10-04i965: Add Atom graphics names to parse_devid_override()Matt Turner1-0/+3
2017-10-02mesa: Remove force_s3tc_enable driconf variableMatt Turner1-2/+0
2017-09-25i965: Use atomic ops in get_new_program_id().Kenneth Graunke1-1/+0
2017-09-20i965: Fix duplication of DRI imagesLouis-Francis Ratté-Boulianne1-0/+3
2017-09-14i965/screen: Implement queryDmaBufFormatModifierAttirbsJason Ekstrand1-1/+23
2017-09-14i965/screen: Report the correct number of image planesJason Ekstrand1-1/+8
2017-09-06i965: expose RGBA visuals only on AndroidEmil Velikov1-1/+22
2017-09-01i965: Drop batch_size argument from brw_bufmgr_init().Kenneth Graunke1-1/+1
2017-08-30i965: add 2xMSAA 16xMSAA modes to DRI configs.Kevin Rogovin1-5/+18
2017-08-30Revert "i965: add 2xMSAA and 16xMSAA to DRI configs for Gen9."Kenneth Graunke1-10/+3
2017-08-29i965: add 2xMSAA and 16xMSAA to DRI configs for Gen9.Kevin Rogovin1-3/+10
2017-08-24i965: add missing `const` in function signatureEric Engestrom1-1/+1
2017-08-20i965/bufmgr: s/BO_ALLOC_FOR_RENDER/BO_ALLOC_BUSY/Jason Ekstrand1-1/+1
2017-08-14i965: Advertise the CCS modifierBen Widawsky1-4/+40
2017-08-14i965: Pretend that CCS modified images are two planesBen Widawsky1-21/+34