summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-11-17i965/hiz: Add debug dump for depth/hiz buffers around hiz opsdump-isl-surfJordan Justen1-17/+66
2016-11-17intel/blorp_blit: Add option to dump surfaces on blitsJordan Justen1-0/+53
2016-11-17intel/isl: Add support for saving surface debug info to filesJordan Justen3-0/+232
2016-11-17intel/blorp: Support map/unmap of blorp_addressJordan Justen2-0/+47
2016-11-17i965/gen7: Minify blit size for stencil tree copyJordan Justen1-2/+4
2016-11-17mesa: Drop PATH_MAX usage.Kenneth Graunke2-34/+15
2016-11-17i965: Fix compute shader crash.Kenneth Graunke1-1/+1
2016-11-17anv/TODO: Check off render buffer compressionJason Ekstrand1-1/+0
2016-11-17anv: Enable "permanent" compression for immutable format imagesJason Ekstrand2-1/+26
2016-11-17intel/blorp: Properly handle color compression in blorp_copyJason Ekstrand3-4/+183
2016-11-17intel/blorp: Always use UINT formats on SKL+Jason Ekstrand1-22/+44
2016-11-17i965/blorp: Rework resolve handlingJason Ekstrand1-92/+88
2016-11-17anv/image: Add an aux_usage field for "default" auxJason Ekstrand4-19/+45
2016-11-17anv: Add initial support for Sky Lake color compressionJason Ekstrand4-34/+169
2016-11-17anv/pass: Precompute some subpass usage informationJason Ekstrand2-7/+43
2016-11-17util/vk_alloc: Add a vk_zalloc2 helperJason Ekstrand1-0/+16
2016-11-17anv/image: Memset all aux surfaces (not just HiZ) to 0Jason Ekstrand1-4/+6
2016-11-17anv/image: Rename hiz_surface to aux_surfaceJason Ekstrand3-17/+18
2016-11-17anv/blorp: Ignore clears for attachments first used as resolve destinationsJason Ekstrand1-9/+11
2016-11-17intel/blorp: Take a fast_clear_op in ccs_resolveJason Ekstrand4-15/+29
2016-11-17intel/blorp: Add plumbing for color resolve slice detailsPohjolainen, Topi3-4/+10
2016-11-17intel/isl: Allow non-2D CCS surfacesJason Ekstrand1-2/+2
2016-11-17intel/isl: Rework the asserts and fails in isl_surf_get_ccsJason Ekstrand1-2/+7
2016-11-17anv/cmd_buffer: Refactor surface state relocation handlingJason Ekstrand1-13/+22
2016-11-17anv/cmd_buffer: Pull add_surface_state_reloc into genX_cmd_buffer.cJason Ekstrand2-16/+14
2016-11-17anv/image: Stop force-disabling AUXJason Ekstrand1-4/+0
2016-11-17mesa: Add missing call to _mesa_unlock_debug_state(ctx); v2Tom Stellard1-1/+3
2016-11-17egl: fix helper function nameEric Engestrom1-4/+4
2016-11-17egl/x11: misc style fixesEric Engestrom2-2/+2
2016-11-17egl: fix function name in debug stringEric Engestrom1-1/+1
2016-11-16nir/spirv: Fix handling of gl_PrimitiveIdJason Ekstrand1-2/+6
2016-11-16anv/fence: Handle ANV_FENCE_CREATE_SIGNALED_BITJason Ekstrand1-1/+5
2016-11-16anv: Handle null in all destructorsJason Ekstrand9-1/+65
2016-11-16util/vk_alloc: Ensure NULL is handled correctly in vk_freeJason Ekstrand1-0/+3
2016-11-16anv/device: Silence a 32-bit warningJason Ekstrand1-1/+2
2016-11-16nir: Avoid an extra NIR op in integer divide lowering.Eric Anholt1-2/+1
2016-11-16vc4: Try compiling our FSes in multithreaded mode on new kernels.Eric Anholt5-2/+20
2016-11-16vc4: Add support for ETC1 textures if the kernel is new enough.Eric Anholt4-5/+18
2016-11-16vc4: Fix simulator mode missing-GETPARAM debug info.Eric Anholt1-1/+1
2016-11-16vc4: Fix resource leak in register allocation failure path.Mun Gwan-gyeong1-0/+2
2016-11-17glsl: stub out _mesa_reference_program() in standalone compilerTimothy Arceri2-0/+12
2016-11-17st/mesa/r200/i915/i965: move ARB program fields into a unionTimothy Arceri25-307/+319
2016-11-17st/mesa: stop initialing Instructions and NumInstructionsTimothy Arceri2-6/+0
2016-11-17mesa: make use of ralloc when creating ARB asm gl_program fieldsTimothy Arceri14-74/+60
2016-11-17mesa: remove unused Comment field in prog_instructionTimothy Arceri3-38/+12
2016-11-17i965: get num_abos from shader_info rather than gl_linked_shaderTimothy Arceri7-15/+24
2016-11-17mesa/glsl: copy num_abos to gl_programTimothy Arceri2-1/+1
2016-11-17i965: get num_images from shader_info rather than gl_linked_shaderTimothy Arceri14-35/+46
2016-11-17mesa/glsl: copy num_images to gl_programTimothy Arceri2-1/+2
2016-11-17nir: add support for counting AoA uniforms in nir_shader_gather_info()Timothy Arceri1-2/+2