summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
Commit message (Expand)AuthorAgeFilesLines
* i965: Mark depth surfaces as needing a HiZ resolve after blittingJason Ekstrand2017-06-141-0/+2
* i965: Perform HiZ flush/stall prior to HiZ resolvesJason Ekstrand2017-06-141-13/+26
* i965: Move the pre-depth-clear flush/stalls to intel_hiz_execJason Ekstrand2017-06-142-56/+58
* i965/blorp: Take a layer range in intel_hiz_execJason Ekstrand2017-06-145-18/+16
* i965/dri: Fix bad GL error in intel_create_winsys_renderbuffer()Chad Versace2017-06-141-5/+1
* i965: Rework Sandy Bridge HiZ and stencil layoutsJason Ekstrand2017-06-025-29/+134
* r100: Use _mesa_get_format_base_format in radeon_update_wrapperIan Romanick2017-06-011-1/+1
* r100,r200: Don't assume glVisual is non-NULL during context creationIan Romanick2017-06-013-3/+1
* r100: Don't assume that the base mipmap of a texture existsIan Romanick2017-06-011-4/+10
* i965: Round copy size to the nearest block in intel_miptree_copyJason Ekstrand2017-06-011-2/+2
* i965/blorp: Do and end-of-pipe sync on both sides of fast-clear opsJason Ekstrand2017-06-011-18/+38
* i965/formats: Update the three-channel DXT1 mappingsNanley Chery2017-05-192-14/+5
* Android: correct libz dependencyChih-Wei Huang2017-05-181-1/+2
* i915: Fix build break with empty unreachable()Daniel Stone2017-05-101-4/+2
* i965: Don't try to unmap NULL program cache BO.Kenneth Graunke2017-05-081-4/+7
* i965: Set modifier for imported and duplicated imagesDaniel Stone2017-05-081-0/+20
* i965: Use helper function for modifier -> tilingDaniel Stone2017-05-081-17/+34
* mesa/dri: always link against shared glapiEmil Velikov2017-05-081-7/+9
* i965: Solve Android native fence fd double closeRandy Xu2017-05-051-1/+1
* i965/drm: Delete NULL check in brw_bo_unmap().Kenneth Graunke2017-04-161-3/+0
* i965/drm: Remove dead return in brw_bo_busy()Kenneth Graunke2017-04-161-3/+1
* i965: enable OpenGL 4.2 in IvybridgeJuan A. Suarez Romero2017-04-142-2/+2
* i965: enable ARB_shader_precision in gen7+Samuel Iglesias Gonsálvez2017-04-141-1/+1
* i965: enable ARB_vertex_attrib_64bit for gen7+Juan A. Suarez Romero2017-04-141-1/+1
* i965: enable OpenGL 4.0 to Ivybridge/BaytrailSamuel Iglesias Gonsálvez2017-04-142-5/+6
* i965: enable ARB_gpu_shader_fp64 for Ivybridge/BaytrailSamuel Iglesias Gonsálvez2017-04-141-1/+1
* i965: add missing ir_unop_*/ir_binop_* in visit_leave()Samuel Pitoiset2017-04-131-0/+3
* radeon: fix duplicate 'const' specifierSamuel Pitoiset2017-04-132-2/+2
* i965/drm: Use bools for a few flags.Kenneth Graunke2017-04-111-2/+2
* i965/drm: Make brw_bo_alloc_tiled flags parameter 32-bit.Kenneth Graunke2017-04-113-4/+4
* i965/drm: Make BO size a uint64_t rather than unsigned long.Kenneth Graunke2017-04-112-11/+11
* i965/drm: Make alignment parameter a uint64_t.Kenneth Graunke2017-04-112-4/+4
* i965/drm: Make stride/pitch a uint32_t.Kenneth Graunke2017-04-114-31/+18
* i965/drm: Fix types for pwrite/pread fields.Kenneth Graunke2017-04-112-14/+14
* i965/drm: Make brw_bo_alloc_tiled take tiling by value, not pointer.Kenneth Graunke2017-04-114-62/+41
* 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-102-18/+17
* i965/drm: Add stall warnings when mapping or waiting on BOs.Kenneth Graunke2017-04-1017-55/+68
* i965/drm: Make a set_domain() helper function.Kenneth Graunke2017-04-101-37/+20
* i965/batch: Ensure we use a consistent offset in relocsDaniel Vetter2017-04-101-2/+6
* i965/bufmgr: Garbage-collect vma cache/pruningDaniel Vetter2017-04-102-129/+5
* i965/bufmgr: Remove some reuse functionsDaniel Vetter2017-04-102-33/+0
* i965/bufmgr: remove start_gtt_accessDaniel Vetter2017-04-102-29/+14
* i965/bufmgr: Delete set_tilingDaniel Vetter2017-04-102-25/+0
* i965/bufmgr: Delete alloc_for_renderDaniel Vetter2017-04-102-19/+0
* i965/drm: Use list_for_each_entry_safe in a couple of cases.Kenneth Graunke2017-04-101-11/+3
* i965/drm: Rename intel_bufmgr_gem.c to brw_bufmgr.c.Kenneth Graunke2017-04-102-1/+1
* i965/drm: Reindent intel_bufmgr_gem.c and brw_bufmgr.h.Kenneth Graunke2017-04-102-1215/+1161
* i965/drm: Rename drm_bacon_bo to brw_bo.Kenneth Graunke2017-04-1048-477/+475
* i965: Drop brw_bo_map[_gtt] wrappers which issue perf warnings.Kenneth Graunke2017-04-107-57/+10