summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* i965: Move surface resolves back to draw/dispatch timeJason Ekstrand2017-07-054-121/+143
* i965: Print access flags in INTEL_DEBUG=buf output.Kenneth Graunke2017-07-011-3/+22
* i965: Remove clearing of bo->map_gtt after failureChris Wilson2017-07-011-1/+0
* i965: Add inline to brw_bo_unmapKenneth Graunke2017-06-301-1/+1
* i965: Drop global bufmgr lock from brw_bo_map_* functions.Chris Wilson2017-06-301-14/+15
* i965: Make brw_bo_unmap a static inline.Kenneth Graunke2017-06-302-7/+1
* i965: Discard bo->map_countChris Wilson2017-06-302-53/+3
* i965: Add a comment about not needing VALGRIND_MALLOCLIKE_BLOCK.Kenneth Graunke2017-06-301-1/+3
* i965/i915: Add UYVY as the supported formatJohnson Lin2017-06-303-18/+31
* Android: i965: remove libdrm_intel dependencyRob Herring2017-06-291-6/+6
* i965: Drop index buffer re-alignment code.Kenneth Graunke2017-06-281-30/+8
* i965: Fix anisotropic filtering for mag filterEero Tamminen2017-06-281-1/+1
* i965/dri: Support R8G8B8A8 and R8G8B8X8 configsChad Versace2017-06-282-3/+43
* i965: Add a RGBX->RGBA fallback for glEGLImageTextureTarget2D()Chad Versace2017-06-271-2/+16
* mesa: add missing includeEric Engestrom2017-06-271-0/+1
* i965: perf: add support for GeminilakeLionel Landwerlin2017-06-274-1/+9131
* i965: perf: add support for KabylakeLionel Landwerlin2017-06-275-1/+20970
* i965: perf: use gen_device_info rather then brw_contextLionel Landwerlin2017-06-271-2/+2
* i965: perf: ensure isolated timer reports while idle don't confuse filteringRobert Bragg2017-06-271-1/+17
* i965: perf: keep on reading reports until delimiting timestampLionel Landwerlin2017-06-271-20/+113
* i965: Add Gen8+ INTEL_performance_query supportRobert Bragg2017-06-273-33/+288
* i965: Add XML OA metric sets for Gen8+Robert Bragg2017-06-279-14/+65809
* i965: Add Gen8+ sys_vars for generated OA codeRobert Bragg2017-06-271-0/+3
* anv/i965: drop libdrm_intel dependency completelyLionel Landwerlin2017-06-271-0/+1
* i915: use different CFLAGS/LIBS variables than i965/anvLionel Landwerlin2017-06-271-2/+2
* i965: perf: minimize the chances to spread queries across batchbuffersLionel Landwerlin2017-06-271-0/+8
* i965: Separate gen < 8 and gen >= 8 paths explicitly in wrap_mode()Topi Pohjolainen2017-06-271-3/+3
* i915: On Gen <= 3 there are no array texturesIan Romanick2017-06-264-17/+0
* i915: On Gen <= 3 there is no W-tilingIan Romanick2017-06-264-29/+9
* i915: Remove unused fields intel_mipmap_tree::logical_(width|height|depth)0Ian Romanick2017-06-262-11/+0
* i915: Remove unused field intel_mipmap_tree::array_spacing_lod0Ian Romanick2017-06-261-9/+0
* i915: On Gen <= 3 there is no multisamplingIan Romanick2017-06-263-38/+9
* i915: Trivial code reformattingIan Romanick2017-06-261-56/+54
* i915,i965: Don't condition use of GLSL clear on the current APIIan Romanick2017-06-262-7/+2
* drirc: whitelist glthread for a few gamesMarek Olšák2017-06-261-0/+16
* i965/miptree: Rework aux enablingJason Ekstrand2017-06-234-122/+120
* i965: Clamp clear colors to the representable rangeJason Ekstrand2017-06-231-0/+40
* i965: Don't bother with HiZ in renderbuffer_move_to_tempJason Ekstrand2017-06-231-4/+0
* i965/miptree: Rename the non_msrt_mcs functions to _ccsJason Ekstrand2017-06-233-40/+25
* i965/miptree: Delete the layered rendering resolveJason Ekstrand2017-06-231-14/+0
* i965/cnl: Don't write to Cache Mode Register 1 on gen10+Anuj Phogat2017-06-231-2/+4
* drirc: Add glsl_correct_derivatives_after_discard for The Witcher 2Edmondo Tommasina2017-06-231-0/+4
* st/dri: add a drirc workaround for Rocket LeagueMarek Olšák2017-06-232-0/+8
* i965: Convert upload_default_color to genxml.Rafael Antognolli2017-06-221-77/+85
* i965: Remove unused code and delete file.Rafael Antognolli2017-06-222-626/+0
* i965: Convert vs, gs, tcs, tes and cs samplers to genxml.Rafael Antognolli2017-06-223-126/+123
* i965: Convert fs sampler state to use genxml.Rafael Antognolli2017-06-223-23/+540
* i965: Fix -Wunused-variable in gen8_write_pma_stall_bits()Chad Versace2017-06-221-2/+0
* i965/dri: Add intel_screen param to intel_create_winsys_renderbufferChad Versace2017-06-223-11/+17
* i965: Move brw_context format arrays to intel_screenChad Versace2017-06-224-40/+64