summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri
AgeCommit message (Expand)AuthorFilesLines
2017-06-27anv/i965: drop libdrm_intel dependency completelyLionel Landwerlin1-0/+1
2017-06-27i915: use different CFLAGS/LIBS variables than i965/anvLionel Landwerlin1-2/+2
2017-06-27i965: perf: minimize the chances to spread queries across batchbuffersLionel Landwerlin1-0/+8
2017-06-27i965: Separate gen < 8 and gen >= 8 paths explicitly in wrap_mode()Topi Pohjolainen1-3/+3
2017-06-26i915: On Gen <= 3 there are no array texturesIan Romanick4-17/+0
2017-06-26i915: On Gen <= 3 there is no W-tilingIan Romanick4-29/+9
2017-06-26i915: Remove unused fields intel_mipmap_tree::logical_(width|height|depth)0Ian Romanick2-11/+0
2017-06-26i915: Remove unused field intel_mipmap_tree::array_spacing_lod0Ian Romanick1-9/+0
2017-06-26i915: On Gen <= 3 there is no multisamplingIan Romanick3-38/+9
2017-06-26i915: Trivial code reformattingIan Romanick1-56/+54
2017-06-26i915,i965: Don't condition use of GLSL clear on the current APIIan Romanick2-7/+2
2017-06-26drirc: whitelist glthread for a few gamesMarek Olšák1-0/+16
2017-06-23i965/miptree: Rework aux enablingJason Ekstrand4-122/+120
2017-06-23i965: Clamp clear colors to the representable rangeJason Ekstrand1-0/+40
2017-06-23i965: Don't bother with HiZ in renderbuffer_move_to_tempJason Ekstrand1-4/+0
2017-06-23i965/miptree: Rename the non_msrt_mcs functions to _ccsJason Ekstrand3-40/+25
2017-06-23i965/miptree: Delete the layered rendering resolveJason Ekstrand1-14/+0
2017-06-23i965/cnl: Don't write to Cache Mode Register 1 on gen10+Anuj Phogat1-2/+4
2017-06-23drirc: Add glsl_correct_derivatives_after_discard for The Witcher 2Edmondo Tommasina1-0/+4
2017-06-23st/dri: add a drirc workaround for Rocket LeagueMarek Olšák2-0/+8
2017-06-22i965: Convert upload_default_color to genxml.Rafael Antognolli1-77/+85
2017-06-22i965: Remove unused code and delete file.Rafael Antognolli2-626/+0
2017-06-22i965: Convert vs, gs, tcs, tes and cs samplers to genxml.Rafael Antognolli3-126/+123
2017-06-22i965: Convert fs sampler state to use genxml.Rafael Antognolli3-23/+540
2017-06-22i965: Fix -Wunused-variable in gen8_write_pma_stall_bits()Chad Versace1-2/+0
2017-06-22i965/dri: Add intel_screen param to intel_create_winsys_renderbufferChad Versace3-11/+17
2017-06-22i965: Move brw_context format arrays to intel_screenChad Versace4-40/+64
2017-06-22i965: Rename some vague format members of brw_contextChad Versace9-28/+28
2017-06-22i915: Fix gl_Fragcoord interpolationVille Syrjälä5-16/+21
2017-06-22mesa: remove _NEW_BUFFER_OBJECTMarek Olšák1-1/+0
2017-06-22mesa: replace VP/FP/ATIfs _Enabled flags with helper functionsMarek Olšák9-19/+24
2017-06-22mesa: don't update draw buffer bounds in _mesa_update_stateMarek Olšák7-0/+23
2017-06-22mesa: replace ctx->Polygon._FrontBit with a helper functionMarek Olšák9-5/+214
2017-06-22mesa: replace ctx->VertexProgram._TwoSideEnabled with a helper functionMarek Olšák2-3/+4
2017-06-22mesa: replace _mesa_update_stencil() with helper functionsMarek Olšák16-20/+36
2017-06-21i965/gen6: Use isl-based miptree also for stencil rbsPohjolainen, Topi1-3/+16
2017-06-21i965: Remove spurious mutex frobbing around call to intel_miptree_blitIan Romanick1-13/+6
2017-06-21i965/miptree: Move isl_surf_get_(hiz|mcs)_surf out of the assertJason Ekstrand1-4/+6
2017-06-21intel/genxml: Normalize URB Data field in WM_STATE.Rafael Antognolli1-1/+1
2017-06-21intel/genxml: Rename field on WM_STATE to match gen6+.Rafael Antognolli1-1/+1
2017-06-21intel/genxml: Normalize fields on WM_STATE.Rafael Antognolli1-2/+2
2017-06-21i915: Always emit W on gen3Ville Syrjälä1-6/+4
2017-06-20intel: compiler/i965: fix is_broxton checksLionel Landwerlin1-1/+1
2017-06-20i965: Fall back to normal blorp clear instead of meta clearIan Romanick3-34/+30
2017-06-20i965: Fix incorrect commentIan Romanick1-1/+1
2017-06-19i965: perf: use gen_device_info rather then brw_contextLionel Landwerlin1-3/+4
2017-06-19intel: common: express timestamps units in frequencyLionel Landwerlin1-1/+1
2017-06-19i965: convert MI_REPORT_PERF_COUNT to genxmlLionel Landwerlin3-28/+34
2017-06-19i965: perf: fix codegen with single operand equationLionel Landwerlin1-1/+3
2017-06-19i965/wm: Use stored hiz surface instead of creating copyTopi Pohjolainen3-86/+2