summaryrefslogtreecommitdiff
path: root/src/mesa
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-27mesa: skip FLUSH_VERTICES() if no samplers were changedTimothy Arceri1-1/+6
2017-06-27mesa: don't set _NEW_PROGRAM_CONSTANTS for non-bindless opaque uniformsTimothy Arceri1-0/+6
2017-06-27mesa: add KHR_no_error support for glCopyTexImage*D()Timothy Arceri2-0/+31
2017-06-27mesa: add no error support to copyteximage()Timothy Arceri1-13/+30
2017-06-27mesa: create copyteximage_err() helper and always inline copyteximage()Timothy Arceri1-4/+14
2017-06-27mesa: tidy up copyteximage()Timothy Arceri1-5/+5
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-27mesa: add KHR_no_error support for glCopyTex{ture}SubImage*D()Timothy Arceri2-0/+109
2017-06-27mesa: add copy_texture_sub_image_no_error() helperTimothy Arceri1-0/+17
2017-06-27mesa: remove redundant NULL checkTimothy Arceri1-6/+2
2017-06-27mesa: create copy_texture_sub_image_err() helperTimothy Arceri1-36/+48
2017-06-27mesa: make _mesa_copy_texture_sub_image() staticTimothy Arceri2-99/+85
2017-06-27mesa: add KHR_no_error support for gl{Compressed}TexImage*D()Timothy Arceri2-0/+116
2017-06-27mesa: add no error support to teximage()Timothy Arceri1-29/+32
2017-06-27mesa: create wrapper around teximage()Timothy Arceri1-14/+26
2017-06-27mesa: fix unused variable warning in release buildsTimothy Arceri1-1/+2
2017-06-26mesa/glthread: don't include pthread.hMarek Olšák1-1/+0
2017-06-26drirc: whitelist glthread for a few gamesMarek Olšák1-0/+16
2017-06-26mesa/glthread: decrease the batch size for better perf scalingMarek Olšák1-3/+11
2017-06-26mesa/glthread: add glthread "perf" counters and pass them to gallium HUDMarek Olšák4-5/+28
2017-06-26mesa/glthread: switch to u_queue and redesign the batch managementMarek Olšák3-198/+91
2017-06-26mesa/glthread: remove HAVE_PTHREAD guardsMarek Olšák4-65/+0
2017-06-26mesa/marshal: add custom marshalling for glNamedBuffer(Sub)DataGrigori Goronzy2-0/+126
2017-06-24mesa: only flush vertices when the viewport is differentSamuel Pitoiset1-3/+3
2017-06-24mesa: remove useless comments in the viewport code pathSamuel Pitoiset1-10/+2
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-23mesa: don't flush vertices in glClientActiveTextureMarek Olšák1-1/+1
2017-06-23mesa: don't flag _NEW_ARRAY for GL_PRIMITIVE_RESTART_NVMarek Olšák1-1/+3
2017-06-23mesa: remove spurious flush in _mesa_Viewport()Samuel Pitoiset1-1/+0
2017-06-23mesa: remove spurious flush in _mesa_DepthRange()Samuel Pitoiset1-2/+0
2017-06-23mesa: do not trigger _NEW_TEXTURE_STATE in glActiveTexture()Samuel Pitoiset1-2/+0
2017-06-23mesa: add KHR_no_error support for glViewport()Samuel Pitoiset2-0/+10
2017-06-23mesa: add viewport() helperSamuel Pitoiset1-21/+27