aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* i965/gen7: Minify blit size for stencil tree copyJordan Justen2016-11-171-2/+4
* mesa: Drop PATH_MAX usage.Kenneth Graunke2016-11-172-34/+15
* i965: Fix compute shader crash.Kenneth Graunke2016-11-171-1/+1
* anv/TODO: Check off render buffer compressionJason Ekstrand2016-11-171-1/+0
* anv: Enable "permanent" compression for immutable format imagesJason Ekstrand2016-11-172-1/+26
* intel/blorp: Properly handle color compression in blorp_copyJason Ekstrand2016-11-173-4/+183
* intel/blorp: Always use UINT formats on SKL+Jason Ekstrand2016-11-171-22/+44
* i965/blorp: Rework resolve handlingJason Ekstrand2016-11-171-92/+88
* anv/image: Add an aux_usage field for "default" auxJason Ekstrand2016-11-174-19/+45
* anv: Add initial support for Sky Lake color compressionJason Ekstrand2016-11-174-34/+169
* anv/pass: Precompute some subpass usage informationJason Ekstrand2016-11-172-7/+43
* util/vk_alloc: Add a vk_zalloc2 helperJason Ekstrand2016-11-171-0/+16
* anv/image: Memset all aux surfaces (not just HiZ) to 0Jason Ekstrand2016-11-171-4/+6
* anv/image: Rename hiz_surface to aux_surfaceJason Ekstrand2016-11-173-17/+18
* anv/blorp: Ignore clears for attachments first used as resolve destinationsJason Ekstrand2016-11-171-9/+11
* intel/blorp: Take a fast_clear_op in ccs_resolveJason Ekstrand2016-11-174-15/+29
* intel/blorp: Add plumbing for color resolve slice detailsPohjolainen, Topi2016-11-173-4/+10
* intel/isl: Allow non-2D CCS surfacesJason Ekstrand2016-11-171-2/+2
* intel/isl: Rework the asserts and fails in isl_surf_get_ccsJason Ekstrand2016-11-171-2/+7
* anv/cmd_buffer: Refactor surface state relocation handlingJason Ekstrand2016-11-171-13/+22
* anv/cmd_buffer: Pull add_surface_state_reloc into genX_cmd_buffer.cJason Ekstrand2016-11-172-16/+14
* anv/image: Stop force-disabling AUXJason Ekstrand2016-11-171-4/+0
* mesa: Add missing call to _mesa_unlock_debug_state(ctx); v2Tom Stellard2016-11-171-1/+3
* egl: fix helper function nameEric Engestrom2016-11-171-4/+4
* egl/x11: misc style fixesEric Engestrom2016-11-172-2/+2
* egl: fix function name in debug stringEric Engestrom2016-11-171-1/+1
* nir/spirv: Fix handling of gl_PrimitiveIdJason Ekstrand2016-11-161-2/+6
* anv/fence: Handle ANV_FENCE_CREATE_SIGNALED_BITJason Ekstrand2016-11-161-1/+5
* anv: Handle null in all destructorsJason Ekstrand2016-11-169-1/+65
* util/vk_alloc: Ensure NULL is handled correctly in vk_freeJason Ekstrand2016-11-161-0/+3
* anv/device: Silence a 32-bit warningJason Ekstrand2016-11-161-1/+2
* nir: Avoid an extra NIR op in integer divide lowering.Eric Anholt2016-11-161-2/+1
* vc4: Try compiling our FSes in multithreaded mode on new kernels.Eric Anholt2016-11-165-2/+20
* vc4: Add support for ETC1 textures if the kernel is new enough.Eric Anholt2016-11-164-5/+18
* vc4: Fix simulator mode missing-GETPARAM debug info.Eric Anholt2016-11-161-1/+1
* vc4: Fix resource leak in register allocation failure path.Mun Gwan-gyeong2016-11-161-0/+2
* glsl: stub out _mesa_reference_program() in standalone compilerTimothy Arceri2016-11-172-0/+12
* st/mesa/r200/i915/i965: move ARB program fields into a unionTimothy Arceri2016-11-1725-307/+319
* st/mesa: stop initialing Instructions and NumInstructionsTimothy Arceri2016-11-172-6/+0
* mesa: make use of ralloc when creating ARB asm gl_program fieldsTimothy Arceri2016-11-1714-74/+60
* mesa: remove unused Comment field in prog_instructionTimothy Arceri2016-11-173-38/+12
* i965: get num_abos from shader_info rather than gl_linked_shaderTimothy Arceri2016-11-177-15/+24
* mesa/glsl: copy num_abos to gl_programTimothy Arceri2016-11-172-1/+1
* i965: get num_images from shader_info rather than gl_linked_shaderTimothy Arceri2016-11-1714-35/+46
* mesa/glsl: copy num_images to gl_programTimothy Arceri2016-11-172-1/+2
* nir: add support for counting AoA uniforms in nir_shader_gather_info()Timothy Arceri2016-11-171-2/+2
* i965: only try print GLSL IR once when using INTEL_DEBUG to dump irTimothy Arceri2016-11-179-37/+21
* anv/descriptor_set: Put the whole state in the state free listJason Ekstrand2016-11-161-5/+4
* anv/descriptor_set: Write the state offset in the surface state free list.Jason Ekstrand2016-11-161-0/+1
* compiler: remove now unused copy_shader_info() declarationTimothy Arceri2016-11-171-7/+0