aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* swr: Don't crash when encountering a VBO with stride = 0.Bruce Cherniak2017-06-161-7/+18
* etnaviv: add rs-operations sw queryChristian Gmeiner2017-06-165-0/+8
* etnaviv: advertise correct max LOD biasLucas Stach2017-06-161-1/+3
* etnaviv: mask correct channel for RB swapped rendertargetsLucas Stach2017-06-163-13/+46
* etnaviv: replace translate_clear_color with util_pack_colorLucas Stach2017-06-162-48/+12
* etnaviv: remove bogus assertLucas Stach2017-06-161-2/+0
* etnaviv: use padded width/height for resource copiesLucas Stach2017-06-161-2/+2
* etnaviv: don't try RS blit if blit region is unalignedLucas Stach2017-06-161-1/+2
* r600g,compute: provide local copy of functions from ac_binary.cJan Vesely2017-06-167-46/+199
* r600: android: amdgpu_common is only required when building OpenCLJan Vesely2017-06-161-5/+0
* svga: Relax the format checks for copy_region_vgpu10 somewhatThomas Hellstrom2017-06-161-2/+26
* svga: Fix incorrect format conversion blit destinationThomas Hellstrom2017-06-161-1/+3
* svga: Fix srgb copy_region regressionThomas Hellstrom2017-06-161-1/+4
* svga: Prefer accelerated blits over cpu copy regionThomas Hellstrom2017-06-161-5/+3
* svga: Support accelerated conditional blittingThomas Hellstrom2017-06-164-43/+62
* svga: Use utility functions to help determine whether we can use copy_regionThomas Hellstrom2017-06-161-6/+3
* svga: Rework the blit and resource_copy_region functionality v3Thomas Hellstrom2017-06-161-201/+445
* draw: check for line_width != 1.0f in validate_pipeline()Brian Paul2017-06-151-3/+4
* svga: clamp device line width to at least 1 to fix HWv8 line stipplingBrian Paul2017-06-151-4/+4
* draw: whitespace and formatting fixesBrian Paul2017-06-152-60/+58
* gallium: Add renderonly-based support for pl111+vc4.Eric Anholt2017-06-1522-4/+320
* etnaviv: Only use renderonly_get_handle for GEM handles.Eric Anholt2017-06-152-1/+3
* android: r600/eg: add support for tracing IBs after a hang.Mauro Rossi2017-06-151-0/+10
* svga: fix git_sha1.h include path in Android.mk (v3)Mauro Rossi2017-06-151-0/+2
* gallium/radeon: fix initialization of new resource bindless fieldsSamuel Pitoiset2017-06-151-0/+2
* gallium/util: Break recursion in pipe_resource_referenceMichel Dänzer2017-06-151-2/+8
* radeon/winsys: Limit max allocation size to 70% of VRAMAaron Watry2017-06-141-0/+2
* tgsi/scan: add missing 'static' to tgsi_is_bindless_image_file()Samuel Pitoiset2017-06-141-1/+1
* radeonsi: enable ARB_bindless_textureSamuel Pitoiset2017-06-141-1/+3
* radeonsi: add support for loading bindless imagesSamuel Pitoiset2017-06-141-7/+21
* radeonsi: add support for loading bindless samplersSamuel Pitoiset2017-06-141-3/+12
* radeonsi: invalidate buffers which are made resident if neededSamuel Pitoiset2017-06-141-0/+34
* radeonsi: upload new descriptors when resident buffers are invalidatedSamuel Pitoiset2017-06-143-0/+152
* radeonsi: only decompress resident textures/images when usedSamuel Pitoiset2017-06-141-2/+11
* radeonsi: track use of bindless samplers/images from tgsi_shader_infoSamuel Pitoiset2017-06-145-5/+46
* radeonsi: decompress resident textures/images before graphics/computeSamuel Pitoiset2017-06-143-0/+114
* radeonsi: decompress DCC for resident textures/imagesSamuel Pitoiset2017-06-142-0/+83
* radeonsi: only add descriptors in presence of resident handlesSamuel Pitoiset2017-06-141-0/+6
* radeonsi: add all resident buffers to the current CSSamuel Pitoiset2017-06-143-0/+52
* radeonsi: implement ARB_bindless_textureSamuel Pitoiset2017-06-143-0/+285
* radeonsi: add a slab allocator for bindless descriptorsSamuel Pitoiset2017-06-144-0/+119
* radeonsi: add si_set_shader_image_desc() helperSamuel Pitoiset2017-06-141-32/+47
* radeonsi: add si_set_sampler_view_desc() helperSamuel Pitoiset2017-06-141-43/+52
* radeonsi: add si_init_descriptor_list() helperSamuel Pitoiset2017-06-141-0/+15
* tgsi/scan: record bindless samplers/images usageSamuel Pitoiset2017-06-142-0/+49
* tgsi/ureg: accept TGSI_FILE_{CONSTANT,INPUT} for dst registersSamuel Pitoiset2017-06-141-2/+0
* tc: add ARB_bindless_texture supportSamuel Pitoiset2017-06-143-1/+133
* trace: add ARB_bindless_texture supportSamuel Pitoiset2017-06-141-0/+112
* ddebug: add ARB_bindless_texture supportSamuel Pitoiset2017-06-141-0/+60
* gallium: add ARB_bindless_texture interfaceSamuel Pitoiset2017-06-142-0/+79