summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* clover/event: Include additional event statuses for clSetEventCallbackAaron Watry2017-08-151-1/+2
* broadcom/vc4: Port NEON-code to ARM64Jonas Pfeil2017-08-151-0/+84
* broadcom/vc4: Build the vc4_tiling_lt_neon.c with -mfpu=neon on ARM.Eric Anholt2017-08-154-7/+24
* util: Fix build on old glibc.Eric Anholt2017-08-151-1/+3
* broadcom: Add v3d_xml.h to gitignore.Eric Anholt2017-08-151-0/+1
* broadcom: Add missing libexpat cflags for the decoder.Eric Anholt2017-08-151-0/+3
* radv/gfx9: for fast clear use is_linear flag.Dave Airlie2017-08-161-1/+1
* radv/gfx9: fix tile swizzle handling for gfx9David Airlie2017-08-162-11/+8
* radv/gfx9: handle GFX9 opaque metadataDavid Airlie2017-08-161-4/+5
* radv: emit db_htile_surface reg on gfx9 as wellDavid Airlie2017-08-161-1/+2
* radv/gfx9: remove some leftover gfx6 descriptor setup.Dave Airlie2017-08-161-4/+0
* radv/gfx9: fix set predication packet.Dave Airlie2017-08-161-9/+12
* intel/genxml: Fix gen10 BLEND_STATE variable length packingScott D Phillips2017-08-151-2/+2
* mesa: count uniform against storage when its bindlessTimothy Arceri2017-08-151-5/+13
* radeonsi: disable CE by defaultMarek Olšák2017-08-153-8/+21
* radeonsi: initialise imported surface to 0.Dave Airlie2017-08-151-1/+1
* st/mesa: correctly calculate the storage offsetTimothy Arceri2017-08-154-2/+165
* mesa: correctly calculate the storage offset for i915Timothy Arceri2017-08-151-3/+1
* i965: Advertise the CCS modifierBen Widawsky2017-08-141-4/+40
* i965/miptree: More conservatively resolve external imagesJason Ekstrand2017-08-143-1/+47
* i965: Pretend that CCS modified images are two planesBen Widawsky2017-08-142-21/+40
* i965/screen: Support import and export of surfaces with CCSJason Ekstrand2017-08-141-8/+71
* i965/miptree: Allocate mcs_buf for an image's CCSBen Widawsky2017-08-141-4/+91
* i965: Support images with aux buffersBen Widawsky2017-08-141-0/+6
* intel/isl: Add support for I915_FORMAT_MOD_Y_TILED_CCSJason Ekstrand2017-08-142-0/+8
* i965/screen: Stop redefining DRM_FORMAT_MOD_(INVALID|LINEAR)Jason Ekstrand2017-08-141-8/+0
* i965/blorp: Correct type of src_format in call to intel_miptree_texture_aux_u...Scott D Phillips2017-08-141-1/+2
* st/va: change frame_idx from array to hash tableJulien Isorce2017-08-144-6/+31
* nv50/ir: clean up saturated values immediatelyIlia Mirkin2017-08-121-1/+6
* nvc0/ir: unlink values pre- and post-call to division functionIlia Mirkin2017-08-121-4/+3
* i965: Guard GetBufferSubData's streaming memcpy load with USE_SSE41Kenneth Graunke2017-08-121-0/+2
* i965: Clean up intel_batchbuffer_init().Kenneth Graunke2017-08-123-12/+11
* gallium/radeon: only pass shader-specific debug flags to the disk shader cacheMarek Olšák2017-08-111-1/+8
* radeonsi/gfx9: fix the scissor bug workaroundMarek Olšák2017-08-111-3/+7
* radeonsi/gfx9: use the VI codepath for clamping ZMarek Olšák2017-08-112-12/+2
* egl: Update headers from KhronosDaniel Stone2017-08-111-29/+597
* egl/dri2: Allow modifiers to add FDs to importsDaniel Stone2017-08-111-19/+19
* intel/compiler: properly size attribute wa_flags array for VulkanIago Toral Quiroga2017-08-111-1/+17
* glsl: stop cloning builtin fuctions _mesa_glsl_find_builtin_function()Timothy Arceri2017-08-111-10/+1
* glsl: pass mem_ctx to constant_expression_value(...) and friendsTimothy Arceri2017-08-1122-90/+168
* glsl: use ralloc_str_append() rather than ralloc_asprintf_rewrite_tail()Timothy Arceri2017-08-111-31/+113
* util/ralloc: add ralloc_str_append() helperTimothy Arceri2017-08-112-0/+37
* glsl: remove unused field from ir_callTimothy Arceri2017-08-111-5/+0
* glsl: stop copying struct and interface member namesTimothy Arceri2017-08-1113-59/+50
* glsl: tidy up get_num_operands()Timothy Arceri2017-08-112-14/+9
* glsl: calculate number of operands in an expression onceTimothy Arceri2017-08-1122-32/+103
* isl: Validate row pitch of stencil surfaces.Kenneth Graunke2017-08-101-2/+7
* egl: avoid eglCreatePlatform*Surface{EXT,} crash with invalid dpyEmil Velikov2017-08-101-2/+2
* egl/drm: rename dri2_drm_create_surface()Emil Velikov2017-08-101-13/+4
* egl/drm: remove unreachable code in dri2_drm_create_surface()Emil Velikov2017-08-101-13/+7