summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* mesa: optimize GL_PRIMITIVE_RESTART_NV moreMarek Olšák2017-06-271-10/+9
* mesa: fix clip plane enable breakageMarek Olšák2017-06-271-1/+6
* 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
* mesa: skip FLUSH_VERTICES() if no samplers were changedTimothy Arceri2017-06-271-1/+6
* mesa: don't set _NEW_PROGRAM_CONSTANTS for non-bindless opaque uniformsTimothy Arceri2017-06-271-0/+6
* mesa: add KHR_no_error support for glCopyTexImage*D()Timothy Arceri2017-06-272-0/+31
* mesa: add no error support to copyteximage()Timothy Arceri2017-06-271-13/+30
* mesa: create copyteximage_err() helper and always inline copyteximage()Timothy Arceri2017-06-271-4/+14
* mesa: tidy up copyteximage()Timothy Arceri2017-06-271-5/+5
* 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
* mesa: add KHR_no_error support for glCopyTex{ture}SubImage*D()Timothy Arceri2017-06-272-0/+109
* mesa: add copy_texture_sub_image_no_error() helperTimothy Arceri2017-06-271-0/+17
* mesa: remove redundant NULL checkTimothy Arceri2017-06-271-6/+2
* mesa: create copy_texture_sub_image_err() helperTimothy Arceri2017-06-271-36/+48
* mesa: make _mesa_copy_texture_sub_image() staticTimothy Arceri2017-06-272-99/+85
* mesa: add KHR_no_error support for gl{Compressed}TexImage*D()Timothy Arceri2017-06-272-0/+116
* mesa: add no error support to teximage()Timothy Arceri2017-06-271-29/+32
* mesa: create wrapper around teximage()Timothy Arceri2017-06-271-14/+26
* mesa: fix unused variable warning in release buildsTimothy Arceri2017-06-271-1/+2
* mesa/glthread: don't include pthread.hMarek Olšák2017-06-261-1/+0
* drirc: whitelist glthread for a few gamesMarek Olšák2017-06-261-0/+16
* mesa/glthread: decrease the batch size for better perf scalingMarek Olšák2017-06-261-3/+11
* mesa/glthread: add glthread "perf" counters and pass them to gallium HUDMarek Olšák2017-06-264-5/+28
* mesa/glthread: switch to u_queue and redesign the batch managementMarek Olšák2017-06-263-198/+91
* mesa/glthread: remove HAVE_PTHREAD guardsMarek Olšák2017-06-264-65/+0
* mesa/marshal: add custom marshalling for glNamedBuffer(Sub)DataGrigori Goronzy2017-06-262-0/+126
* mesa: only flush vertices when the viewport is differentSamuel Pitoiset2017-06-241-3/+3
* mesa: remove useless comments in the viewport code pathSamuel Pitoiset2017-06-241-10/+2
* 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