summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_screen.c
Commit message (Expand)AuthorAgeFilesLines
* i965/screen: Allow modifiers on sRGB formatsJason Ekstrand2018-08-301-3/+11
* i965: Implement EGL_KHR_mutable_render_bufferChad Versace2018-08-211-2/+11
* mesa: drop legacy no_rast dri optionTimothy Arceri2018-08-211-1/+0
* xmlconfig: add kernel_driver device attributeQiang Yu2018-08-171-1/+2
* dri: Add param driCreateConfigs(mutable_render_buffer)Chad Versace2018-08-071-3/+3
* i965/screen: Sanity check that all formats we advertise are useableJason Ekstrand2018-06-071-4/+20
* i965/screen: Use RGBA non-sRGB formats for imagesJason Ekstrand2018-06-071-0/+9
* i965/screen: Return false for unsupported formats in query_modifiersJason Ekstrand2018-06-071-2/+14
* i965/screen: Refactor query_dma_buf_formatsJason Ekstrand2018-06-071-12/+13
* dri: fix error value returned by driGLFormatToImageFormat()Eric Engestrom2018-05-291-1/+1
* i965: add {X,A}BGR2101010 to 'intel_image_formats'Miguel Casas2018-05-231-0/+6
* i965: Introduce a "memory zone" concept on BO allocation.Kenneth Graunke2018-05-221-3/+5
* i965: expose MESA_FORMAT_R8G8B8A8_SRGB visualTapani Pälli2018-04-241-3/+7
* i965: Remove brw_bo_alloc_tiled_2d from intel_detect_swizzling.Kenneth Graunke2018-04-101-10/+4
* i965: return the fourcc saved in __DRIimage when possibleXiong, James2018-04-091-3/+10
* i965: Drop unused alignment parameter from brw_bo_alloc().Kenneth Graunke2018-03-271-2/+2
* i965: use context priority definitions from gen_defines.hTapani Pälli2018-02-281-3/+5
* i965: Use gen_get_pci_device_id_overrideJordan Justen2018-02-271-52/+5
* i965: Use finish_external instead of make_shareable in setTexBuffer2Jason Ekstrand2018-02-211-1/+1
* 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