aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965
Commit message (Expand)AuthorAgeFilesLines
* i965: Get real per-gen atom listsKenneth Graunke2017-05-033-368/+370
* i965: Add genxml related plumbing in a new genX_state_upload.c file.Kenneth Graunke2017-05-033-5/+140
* i965: Drop "Destination Element Offset" from Ironlake SGVs.Kenneth Graunke2017-05-031-2/+4
* i965: Move MOCS macros to brw_context.h.Rafael Antognolli2017-05-032-42/+41
* i965: Solve Android native fence fd double closeRandy Xu2017-05-011-1/+1
* i965: Don't allocate uniform space for samplersTimothy Arceri2017-05-011-1/+1
* i965: Drop BRW_NEW_CONTEXT from 3DSTATE_DS/GS on Gen7-7.5.Kenneth Graunke2017-04-282-2/+0
* i965: Drop _NEW_TRANSFORM from 3DSTATE_DS/GS on Gen7-7.5.Kenneth Graunke2017-04-282-2/+2
* i965: Set point rasterization rule to UPPER_RIGHT on Gen6-7.5.Kenneth Graunke2017-04-282-0/+3
* i965: Always set AALINEDISTANCE_TRUE on Sandybridge.Kenneth Graunke2017-04-281-2/+1
* i965: Use true AA line distance on G45/Ironlake.Kenneth Graunke2017-04-281-1/+1
* i965: Remove unused variable 'options'Matt Turner2017-04-251-2/+0
* i965: remove now unused GLSL IR optimisationsTimothy Arceri2017-04-244-888/+0
* i965: remove GLSL IR optimisation loopTimothy Arceri2017-04-241-16/+0
* mesa: replace _mesa_index_buffer::type with index_sizeMarek Olšák2017-04-226-28/+17
* mesa: rename _mesa_add_renderbuffer* functionsTimothy Arceri2017-04-181-8/+7
* 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
* 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
* i965/drm: Rename drm_bacon_reg_read() to brw_reg_read().Kenneth Graunke2017-04-104-12/+8
* i965/drm: Rename drm_bacon_bufmgr to struct brw_bufmgr.Kenneth Graunke2017-04-108-72/+69
* i965: Just use a uint32_t context handle rather than a malloc'd wrapper.Kenneth Graunke2017-04-107-70/+21
* i965/drm: Fold drm_bacon_gem_reset_stats into the callers.Kenneth Graunke2017-04-103-56/+17