summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* mesa: add KHR_no_error support for glDepthRangeIndexed()Samuel Pitoiset2017-06-282-0/+12
* mesa: add KHR_no_error support for glDepthFunc()Samuel Pitoiset2017-06-282-0/+11
* mesa: add depth_func() helperSamuel Pitoiset2017-06-282-22/+31
* mesa: add KHR_no_error support for glFrontFace()Samuel Pitoiset2017-06-282-0/+11
* mesa: add front_face() helperSamuel Pitoiset2017-06-282-11/+18
* mesa: add KHR_no_error support for glCullFace()Samuel Pitoiset2017-06-282-0/+11
* mesa: add cull_face() helperSamuel Pitoiset2017-06-282-14/+21
* mesa: add KHR_no_error support for glCreateShader() and glCreateShaderObjectA...Samuel Pitoiset2017-06-282-0/+22
* mesa: rename create_shader() to create_shader_err()Samuel Pitoiset2017-06-281-10/+19
* mesa: pass the 'caller' function to create_shader()Samuel Pitoiset2017-06-281-6/+6
* mesa: add KHR_no_error support for glAttachShader() and glAttachObjectARB()Samuel Pitoiset2017-06-282-1/+21
* mesa: rename attach_shader() to attach_shader_err()Samuel Pitoiset2017-06-281-17/+36
* mesa: pass the 'caller' function to attach_shader()Samuel Pitoiset2017-06-281-9/+10
* i965: Add a RGBX->RGBA fallback for glEGLImageTextureTarget2D()Chad Versace2017-06-271-2/+16
* mesa: Add _mesa_format_fallback_rgbx_to_rgba() [v2]Chad Versace2017-06-276-0/+128
* 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