aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_screen.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: rename _mesa_add_renderbuffer* functionsTimothy Arceri2017-04-181-8/+7
* i965: enable OpenGL 4.2 in IvybridgeJuan A. Suarez Romero2017-04-141-1/+1
* i965: enable OpenGL 4.0 to Ivybridge/BaytrailSamuel Iglesias Gonsálvez2017-04-141-5/+4
* i965/drm: Make brw_bo_alloc_tiled flags parameter 32-bit.Kenneth Graunke2017-04-111-1/+1
* i965/drm: Make stride/pitch a uint32_t.Kenneth Graunke2017-04-111-5/+3
* i965/drm: Make brw_bo_alloc_tiled take tiling by value, not pointer.Kenneth Graunke2017-04-111-4/+3
* i965: Set kernel features before computing max GL version.Kenneth Graunke2017-04-111-24/+24
* i965: Fix wonky indentation left by brw_bo_alloc_tiled rename.Kenneth Graunke2017-04-101-10/+9
* i965/drm: Add stall warnings when mapping or waiting on BOs.Kenneth Graunke2017-04-101-2/+2
* i965/drm: Rename drm_bacon_bo to brw_bo.Kenneth Graunke2017-04-101-30/+30
* i965/drm: Rename drm_bacon_reg_read() to brw_reg_read().Kenneth Graunke2017-04-101-3/+3
* i965/drm: Rename drm_bacon_bufmgr to struct brw_bufmgr.Kenneth Graunke2017-04-101-3/+2
* i965/drm: Merge bo->handle and bo_gem->gem_handle.Kenneth Graunke2017-04-101-4/+4
* i965/drm: Make register write check handle execbuffer directly.Kenneth Graunke2017-04-101-7/+34
* i965: Make a screen::aperture_threshold field.Kenneth Graunke2017-04-101-3/+3
* i965/drm: Drop intel_chipset.h in favor of using gen_device_info.Kenneth Graunke2017-04-101-5/+55
* i965/drm: Drop deprecated drm_bacon_bo::offset.Kenneth Graunke2017-04-101-1/+1
* i965/drm: Drop cliprects and dr4 from execbuf variants.Kenneth Graunke2017-04-101-1/+0
* i965/drm: Check INTEL_DEBUG & DEBUG_BUFMGR directly.Kenneth Graunke2017-04-101-3/+0
* i965/drm: Use our internal libdrm (drm_bacon) rather than the real one.Kenneth Graunke2017-04-101-40/+40
* i965: Stop calling drm_intel_bufmgr_gem_enable_fenced_relocs().Kenneth Graunke2017-04-101-2/+0
* i965: Fix GLX_MESA_query_renderer video memory on 32-bit.Kenneth Graunke2017-04-101-4/+12
* i965: take ownership rather than adding reference for new renderbuffersTimothy Arceri2017-04-101-6/+7
* i965: Stop using legacy dri_bufmgr_* and intel_* names.Kenneth Graunke2017-03-301-3/+3
* i965: Require Kernel 3.6 for Gen4-5 platforms.Kenneth Graunke2017-03-271-2/+2
* driconf: add force_glsl_abs_sqrt optionSamuel Pitoiset2017-03-221-0/+1
* i965/dri: Turn on support for image modifiersBen Widawsky2017-03-211-1/+1
* i965/dri: Handle X-tiled modifierBen Widawsky2017-03-211-0/+8
* i965/dri: Handle Y-tiled modifierBen Widawsky2017-03-211-4/+14
* i965/dri: Handle the linear fb modifierBen Widawsky2017-03-211-11/+44
* i965/dri: Enable modifier queriesBen Widawsky2017-03-211-0/+6
* i965/dri: Store the screen associated with the imageBen Widawsky2017-03-211-6/+10
* i965/dri: Disallow image with INVALID modifierBen Widawsky2017-03-211-0/+3
* i965: Skip register write detection when possible.Kenneth Graunke2017-03-201-2/+8
* i965: Set screen->cmd_parser_version to 0 if we can't write registers.Kenneth Graunke2017-03-201-6/+11
* i965: Document the sad story of the kernel command parser.Kenneth Graunke2017-03-201-0/+97
* i965: Fall back to GL 4.2/4.3 on Haswell if the kernel isn't new enough.Kenneth Graunke2017-03-201-2/+9
* i965: introduce modifier selection.Ben Widawsky2017-03-151-0/+19
* i965: Implement basic modifier image creationBen Widawsky2017-03-151-4/+34
* intel/debug: Add a common INTEL_DEBUG=nohiz optionJason Ekstrand2017-03-141-4/+0
* i965: Remove use of deprecated drm_intel_aub routinesChris Wilson2017-03-071-40/+0
* i965: Return NULL from initScreen2, not false.Kenneth Graunke2017-03-061-4/+4
* i965: Make a devinfo local variable.Kenneth Graunke2017-03-061-12/+13
* i965: Delete vestiges of resource streamer code.Kenneth Graunke2017-03-061-5/+0
* i965: Drop duplicate #defines now that we've bumped libdrm requirements.Kenneth Graunke2017-03-061-8/+0
* i965: Reduce cross-pollination between the DRI driver and compilerJason Ekstrand2017-03-011-1/+1
* i965: define default allow_higher_compat_version valueLionel Landwerlin2017-02-151-0/+1
* i965: Support the force_glsl_version driconf option.Kenneth Graunke2017-01-291-0/+1
* i965: Add intel_screen::has_fence_fdChad Versace2017-01-271-0/+3
* dri: allow 16bit R/GR images to be exported via drm buffersRainer Hochecker2017-01-231-0/+6