summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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-274-6/+115
* 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-273-6/+124
* 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
* radeonsi: don't flush and wait for CB after depth-only renderingMarek Olšák2017-06-261-1/+4
* blorp: Use normalized coordinates on Gen6Ian Romanick2017-06-262-5/+8
* mesa/glthread: don't include pthread.hMarek Olšák2017-06-261-1/+0
* anv/gpu_memcpy: Rename the gpu_memcpy functionNanley Chery2017-06-263-11/+11
* anv/blorp: Provide surface states for CCS resolvesNanley Chery2017-06-261-19/+10
* anv/blorp: Add a surface-state-based CCS resolve functionNanley Chery2017-06-262-0/+44
* blorp/clear: Add a binding-table-based CCS resolve functionNanley Chery2017-06-262-17/+57
* anv: Adjust params of color buffer transitioning functionsNanley Chery2017-06-263-36/+39
* anv/blorp: Remove 3D subresource transition workaroundNanley Chery2017-06-261-4/+4
* anv/cmd_buffer: Adjust the image view reloc functionNanley Chery2017-06-261-20/+25
* anv/cmd_buffer: Adjust layout transition aspect checkingNanley Chery2017-06-261-5/+3
* anv: Add and use color auxiliary buffer helpersNanley Chery2017-06-262-0/+32
* intel/isl: Only create a CCS buffer if the image supports renderingNanley Chery2017-06-261-1/+1
* intel/isl: Limit CCS to one level and layer on gen7Nanley Chery2017-06-261-2/+7
* intel/blorp: Check for layer fast-clear restrictionNanley Chery2017-06-261-0/+5
* intel/blorp: Assert levels and layers are in rangeNanley Chery2017-06-262-4/+7
* etnaviv: only flush resource to self if no scanout buffer existsLucas Stach2017-06-261-4/+5
* etnaviv: add support for snorm texturesChristian Gmeiner2017-06-262-3/+7
* etnaviv: add R8G8 texture supportChristian Gmeiner2017-06-261-1/+1
* etnaviv: add support for swizzled texture formatsChristian Gmeiner2017-06-264-39/+99
* etnaviv: add support for extended texture formatsChristian Gmeiner2017-06-264-4/+10
* glapi: Fix -Wduplicate-decl-specifier due to double-constChad Versace2017-06-261-4/+12
* anv: use Mesa's u_atomic.h headerEric Engestrom2017-06-261-2/+3
* radv: use Mesa's u_atomic.h headerEric Engestrom2017-06-262-4/+6
* swr: set an explicit clear_rect if scissor is not enabled.Bruce Cherniak2017-06-261-1/+9
* swr/rast: adjust std::string usage to fix buildTim Rowley2017-06-261-3/+9
* travis: add missing libs: xdamage + xfixesEric Engestrom2017-06-261-0/+2
* radeonsi: support indirect indexing in INTERP_* opcodesNicolai Hähnle2017-06-261-20/+58
* egl_dri2: swrastGetDrawableInfo: set *x, *y [v2]Ben Crocker2017-06-261-1/+3
* egl: fold _eglError() + return EGL_FALSEEmil Velikov2017-06-269-130/+65
* egl: drop _eglInitImage() return typeEmil Velikov2017-06-267-42/+12
* glsl: do not call link_xfb_stride_layout_qualifiers() for fragment shadersJuan A. Suarez Romero2017-06-261-2/+5